Bug#982973: qtmultimedia-opensource-src: FTBFS in test: tst_QVideoFrame::image(64x64 NV12) Received a fatal error

2021-02-17 Thread Ritesh Raj Sarraf
Source: qtmultimedia-opensource-src
Version: 5.15.2-2
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

During a rebuild of the package on a Bullseye derivative, it was seen
that the package fails to build from source. It fails in one of the
tests, for which the failure snippet is mentioned below. Please also
note that the same failure (and full build log) is also available on the
Reproducible Builds.

```
[ 1877s] Config: Using QtTest library 5.15.2, Qt 5.15.2 
(x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 10.2.1 
20210110), debian unknown
[ 1877s] PASS   : tst_QVideoFrame::initTestCase()
[ 1877s] PASS   : tst_QVideoFrame::create(64x64 ARGB32)
[ 1877s] PASS   : tst_QVideoFrame::create(32x256 YUV420P)
[ 1877s] PASS   : tst_QVideoFrame::createInvalid(64x64 ARGB32 0 size)
[ 1877s] PASS   : tst_QVideoFrame::createInvalid(32x256 YUV420P negative size)
[ 1877s] PASS   : tst_QVideoFrame::createFromBuffer(64x64 ARGB32 no handle)
[ 1877s] PASS   : tst_QVideoFrame::createFromBuffer(64x64 ARGB32 gl handle)
[ 1877s] PASS   : tst_QVideoFrame::createFromBuffer(64x64 ARGB32 user handle)
[ 1877s] PASS   : tst_QVideoFrame::createFromImage(64x64 RGB32)
[ 1877s] PASS   : tst_QVideoFrame::createFromImage(12x45 RGB16)
[ 1877s] PASS   : tst_QVideoFrame::createFromImage(19x46 ARGB32_Premultiplied)
[ 1877s] PASS   : tst_QVideoFrame::createFromIncompatibleImage()
[ 1877s] PASS   : tst_QVideoFrame::createNull()
[ 1877s] PASS   : tst_QVideoFrame::destructor()
[ 1877s] PASS   : tst_QVideoFrame::copy(64x64 ARGB32)
[ 1877s] PASS   : tst_QVideoFrame::copy(64x64 ARGB32)
[ 1877s] PASS   : tst_QVideoFrame::copy(32x256 YUV420P)
[ 1877s] PASS   : tst_QVideoFrame::copy(1052x756 ARGB32)
[ 1877s] PASS   : tst_QVideoFrame::copy(32x256 YUV420P)
[ 1877s] PASS   : tst_QVideoFrame::assign(64x64 ARGB32)
[ 1877s] PASS   : tst_QVideoFrame::assign(32x256 YUV420P)
[ 1877s] PASS   : tst_QVideoFrame::map(read-only)
[ 1877s] PASS   : tst_QVideoFrame::map(write-only)
[ 1877s] PASS   : tst_QVideoFrame::map(read-write)
[ 1877s] PASS   : tst_QVideoFrame::mapImage(read-only)
[ 1877s] PASS   : tst_QVideoFrame::mapImage(write-only)
[ 1877s] PASS   : tst_QVideoFrame::mapImage(read-write)
[ 1877s] PASS   : tst_QVideoFrame::mapPlanes(Planar)
[ 1877s] PASS   : tst_QVideoFrame::mapPlanes(Format_YUV420P)
[ 1877s] PASS   : tst_QVideoFrame::mapPlanes(Format_YV12)
[ 1877s] PASS   : tst_QVideoFrame::mapPlanes(Format_NV12)
[ 1877s] PASS   : tst_QVideoFrame::mapPlanes(Format_NV21)
[ 1877s] PASS   : tst_QVideoFrame::mapPlanes(Format_IMC2)
[ 1877s] PASS   : tst_QVideoFrame::mapPlanes(Format_IMC4)
[ 1877s] PASS   : tst_QVideoFrame::mapPlanes(Format_IMC1)
[ 1877s] PASS   : tst_QVideoFrame::mapPlanes(Format_IMC3)
[ 1877s] PASS   : tst_QVideoFrame::mapPlanes(Format_ARGB32)
[ 1877s] PASS   : tst_QVideoFrame::imageDetach()
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QImage::Format_RGB32 | 
QVideoFrame::Format_RGB32)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QImage::Format_ARGB32 | 
QVideoFrame::Format_ARGB32)
[ 1877s] PASS   : 
tst_QVideoFrame::formatConversion(QImage::Format_ARGB32_Premultiplied | 
QVideoFrame::Format_ARGB32_Premultiplied)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QImage::Format_RGB16 | 
QVideoFrame::Format_RGB565)
[ 1877s] PASS   : 
tst_QVideoFrame::formatConversion(QImage::Format_ARGB8565_Premultiplied | 
QVideoFrame::Format_ARGB8565_Premultiplied)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QImage::Format_RGB555 | 
QVideoFrame::Format_RGB555)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QImage::Format_RGB888 | 
QVideoFrame::Format_RGB24)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QImage::Format_MonoLSB)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QImage::Format_Indexed8)
[ 1877s] PASS   : 
tst_QVideoFrame::formatConversion(QImage::Format_ARGB_Premultiplied)
[ 1877s] PASS   : 
tst_QVideoFrame::formatConversion(QImage::Format_ARGB8555_Premultiplied)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QImage::Format_RGB666)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QImage::Format_RGB444)
[ 1877s] PASS   : 
tst_QVideoFrame::formatConversion(QImage::Format_ARGB_Premultiplied)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QVideoFrame::Format_BGRA32)
[ 1877s] PASS   : 
tst_QVideoFrame::formatConversion(QVideoFrame::Format_BGRA32_Premultiplied)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QVideoFrame::Format_BGR32)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QVideoFrame::Format_BGR24)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QVideoFrame::Format_BGR565)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QVideoFrame::Format_BGR555)
[ 1877s] PASS   : 
tst_QVideoFrame::formatConversion(QVideoFrame::Format_BGRA5658_Premultiplied)
[ 1877s] PASS   : tst_QVideoFrame::formatConversion(QVideoFrame::Format_AYUV444)
[ 1877s] PASS   : 

Re: Wohooo! Plasma 5.20 and KF 5.77 coming to unstable

2020-12-23 Thread Ritesh Raj Sarraf
On Wed, 2020-12-23 at 14:28 +0100, Sedat Dilek wrote:
> > 
> > I still find not having the SSH/GNUPG agent running under Wayland,
> > as a
> > blocker and keep switching back to using `startx`
> > 
> 
> Interesting NoGo and really annoying.
> 
> Hehe, I cannot remember all the options to start(X) from a terminal
> or
> to create modelines for X manually.

I should emphasize why I use `startx` for my desktop session. Because
the recommended login manager for KDE, i.e. SDDM, does not allow root-
less Xorg.

I see there's a bug report on the upstream page for it but nobody has
bothered to work on this integration bug (for years).

I realized that I cannot wait for another decade for such integration
issues to be fixed, nor can I live with too many glitches with Wayland,
and neither can I dedicate my skilled time to fixing these integration
issues myself; so just live with whatever best can be made out.

:-)

Happy holidays to all.


-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System


signature.asc
Description: This is a digitally signed message part


Re: Wohooo! Plasma 5.20 and KF 5.77 coming to unstable

2020-12-23 Thread Ritesh Raj Sarraf
On Wed, 2020-12-23 at 13:37 +0100, Sedat Dilek wrote:
> After login into Plasma/Wayland:
> A text cut in konsole via middle-mouse cannot be pasted into Firefox-
> ESR:-(

There are many many minor nuances if you talk about a Desktop
integration with Wayland. But overall it has improved than what it was
earlier.

I still find not having the SSH/GNUPG agent running under Wayland, as a
blocker and keep switching back to using `startx`

-- 
Given the large number of mailing lists I follow, I request you to CC
me in replies for quicker response


signature.asc
Description: This is a digitally signed message part


Re: Can KHelpCenter read doc-base docs?

2020-06-20 Thread Ritesh Raj Sarraf
On Wed, 2020-06-17 at 18:58 -0400, John Scott wrote:
> Could anyone chime in as to whether this is an old relic from a
> feature that 
> might've been supported in the past, still supported, or was never
> supported?

I recollect to have used this way back when in KDE3 days. But it has been so
long that I can't be very sure. But from what I recollect, this was a very nice 
feature to be able to browse all doc-base registered documentation through 
khelpcenter.

-- 
Given the large number of mailing lists I follow, I request you to CC
me in replies for quicker response


signature.asc
Description: This is a digitally signed message part


Re: /usr/bin/baloo_file_extractor cpu 100% and hight temperature

2020-06-10 Thread Ritesh Raj Sarraf
On Wed, 2020-06-10 at 11:28 +0200, Marco Valli wrote:
> In data mercoledì 10 giugno 2020 10:14:18 CEST, Héctor Sales Llamas
> ha 
> 
> scritto:
> 
> > The
> > only fix is disable baloo.
> 
> 
> Maybe a corrupted file? 
> 
> Use
> 
> balooctl monitor
> 
> to check if baloo stops on a certain file

It is 2020 and still the same state.
Strigi/Baloo should sense and error out.

-- 
Given the large number of mailing lists I follow, I request you to CC
me in replies for quicker response


signature.asc
Description: This is a digitally signed message part


Re: elisa 0.4.2 music player

2019-09-13 Thread Ritesh Raj Sarraf
On Fri, 2019-09-13 at 12:42 +0200, Sandro Knauß wrote:
> I tired it and it works for me, but I'm missing so many features,
> like having 
> a playlist handling and have drop-down menus for Artist -> album-
> >Title. I 
> like, that it scans very quickly through my collection and I like the
> user 
> interface.
> 
> In the end I use clementine, not really happy, as the playback
> sometimes has 
> glitches...

I too have been relying on Clementine. While it is not that actively
maintained, but it still is very featureful.

There were some playback glitches that were resolved in the past 6
months. What glitches are you facing ?


-- 
Given the large number of mailing lists I follow, I request you to CC
me in replies for quicker response


signature.asc
Description: This is a digitally signed message part


Bug#823059: marble-maps: needs depends on qtmultimedia package

2016-04-30 Thread Ritesh Raj Sarraf
Package: marble-maps
Version: 4:15.12.1-1
Severity: important

marble-maps needs a dependency on qml-module-qtmultimedia package, otherwise 
you'll run
into the following error.


rrs@learner:~/.config/evolution$ marble-maps 
QQmlApplicationEngine failed to load component
qrc:/MainScreen.qml:144 Type NavigationManager unavailable
qrc:/NavigationManager.qml:15 module "QtMultimedia" is not installed

^C
2016-04-30 / 18:02:39 ♒♒♒  ☹  => 130  

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'unstable'), 
(101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages marble-maps depends on:
ii  libc6   2.22-7
ii  libgcc1 1:5.3.1-14
ii  libqt5core5a5.5.1+dfsg-16+b1
ii  libqt5gui5  5.5.1+dfsg-16+b1
ii  libqt5qml5  5.5.1-3
ii  libqt5quick55.5.1-3
ii  libqt5widgets5  5.5.1+dfsg-16+b1
ii  libstdc++6  5.3.1-14
ii  marble-data 4:15.12.1-1
ii  marble-plugins  4:15.12.1-1

marble-maps recommends no packages.

Versions of packages marble-maps suggests:
pn  gosmore   
pn  monav-routing-daemon  
pn  routino   

-- no debconf information



Bug#775419: qttools5-dev-tools: missing icons and .desktop-files (like in qt4-dev-tools)

2016-01-23 Thread Ritesh Raj Sarraf
Package: qttools5-dev-tools
Version: 5.5.1-3
Followup-For: Bug #775419

I wasted an hour before realizing that no menu file was shipped. Also
the Qt5 binaries are in non-standard location, making it hard to
realize.


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages qttools5-dev-tools depends on:
ii  libc62.21-6
ii  libgcc1  1:5.3.1-5
ii  libqt5core5a [qtbase-abi-5-5-1]  5.5.1+dfsg-12
ii  libqt5dbus5  5.5.1+dfsg-12
ii  libqt5designer5  5.5.1-3
ii  libqt5designercomponents55.5.1-3
ii  libqt5gui5   5.5.1+dfsg-12
ii  libqt5help5  5.5.1-3
ii  libqt5network5   5.5.1+dfsg-12
ii  libqt5printsupport5  5.5.1+dfsg-12
ii  libqt5quickwidgets5  5.5.1-3
ii  libqt5sql5   5.5.1+dfsg-12
ii  libqt5webkit55.5.1+dfsg-2
ii  libqt5widgets5   5.5.1+dfsg-12
ii  libqt5xml5   5.5.1+dfsg-12
ii  libstdc++6   5.3.1-5
ii  qtchooser52-gae5eeef-2
ii  zlib1g   1:1.2.8.dfsg-2+b1

Versions of packages qttools5-dev-tools recommends:
ii  libqt5sql5-sqlite  5.5.1+dfsg-12

qttools5-dev-tools suggests no packages.

-- no debconf information



Bug#806189: marble-touch: insufficient dependency renders package useless

2015-11-25 Thread Ritesh Raj Sarraf
Package: marble-touch
Version: 4:15.08.2-1+b1
Severity: important


rrs@learner:~$ marble-touch 
qrc:/main.qml:13:1: Type MarbleWindow unavailable
qrc:/MarbleWindow.qml:12:1: module "org.kde.edu.marble" is not installed
qrc:/MarbleWindow.qml:10:1: module "QtQuick" is not installed
qrc:/MarbleWindow.qml:11:1: module "com.nokia.meego" is not installed
qrc:/MarbleWindow.qml:12:1: module "org.kde.edu.marble" is not installed
qrc:/MarbleWindow.qml:10:1: module "QtQuick" is not installed
qrc:/MarbleWindow.qml:11:1: module "com.nokia.meego" is not installed
qrc:/MarbleWindow.qml:12:1: module "org.kde.edu.marble" is not installed
qrc:/MarbleWindow.qml:10:1: module "QtQuick" is not installed
qrc:/MarbleWindow.qml:11:1: module "com.nokia.meego" is not installed
2015-11-25 / 14:04:53 ♒♒♒  ☺



All I get is a 1x1 inch blank window.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages marble-touch depends on:
ii  libc6   2.19-22
ii  libgcc1 1:5.2.1-23
ii  libmarblewidget-qt5-22  4:15.08.2-1+b1
ii  libqt5core5a5.5.1+dfsg-8
ii  libqt5gui5  5.5.1+dfsg-8
ii  libqt5quick55.5.1-3
ii  libqt5widgets5  5.5.1+dfsg-8
ii  libstdc++6  5.2.1-23
ii  marble-data 4:15.08.2-1
ii  marble-plugins  4:15.08.2-1+b1

marble-touch recommends no packages.

marble-touch suggests no packages.

-- no debconf information



Re: Bug#757152: python-pyatspi: Should depond on at-spi2-core OR qt-at-spi

2015-11-23 Thread Ritesh Raj Sarraf
On Sun, 2015-11-22 at 19:49 +0100, Samuel Thibault wrote:
> Ritesh Raj Sarraf, on Sun 22 Nov 2015 21:57:12 +0530, wrote:
> > I'm also curious to know if KDE5/Qt5 apps really support the at-spi
> > bridge.
> 
> Qt5 actually embeds its own at-spi bridge.

That was my impression too, but it does not seem to be working, at
least on Debian. Perhaps the Debian KDE Team (CCed) can confirm if it
is supposed to work with KDE5/Qt5, or not.


-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System


signature.asc
Description: This is a digitally signed message part


Re: Bug#757152: python-pyatspi: Should depond on at-spi2-core OR qt-at-spi

2015-11-23 Thread Ritesh Raj Sarraf
I think there is a problem when both the frameworks are in use
together.

Nov 23 21:26:13 learner gnome-session[9951]: (gnome-shell:10216):
caribou-CRITICAL **: caribou_group_model_create_group_name: assertion
'group != NULL' failed
Nov 23 21:26:13 learner gnome-session[9951]: (gnome-shell:10216):
caribou-CRITICAL **: caribou_keyboard_model_populate_group: assertion
'group != NULL' failed
Nov 23 21:26:13 learner org.gnome.Caribou.Daemon[9980]:
(caribou:16512): GLib-GObject-CRITICAL **: g_object_ref: assertion
'G_IS_OBJECT (object)' failed
Nov 23 21:26:13 learner dbus-daemon[9980]: Successfully activated
service 'org.gnome.Caribou.Daemon'
Nov 23 21:26:17 learner org.gnome.Caribou.Daemon[9980]: **
(caribou:16512): WARNING **: AT-SPI: Error in GetItems, sender=(null),
error=Did not receive a reply. Possible causes include: the remote
application did not send a reply, the message bus security policy
blocked the reply, the reply timeout expired, or the network connection
was broken.


To me this looks like caribou daemon, which is supposed to pop-up the
soft keyboard, is mesbehaving. This message was seen when running
kwrite (kde5) which obviously will trigger the textinput field to pop-
up caribou keyboard.


On Mon, 2015-11-23 at 17:11 +0530, Ritesh Raj Sarraf wrote:
> On Sun, 2015-11-22 at 19:49 +0100, Samuel Thibault wrote:
> > Ritesh Raj Sarraf, on Sun 22 Nov 2015 21:57:12 +0530, wrote:
> > > I'm also curious to know if KDE5/Qt5 apps really support the at-
> > > spi
> > > bridge.
> > 
> > Qt5 actually embeds its own at-spi bridge.
> 
> That was my impression too, but it does not seem to be working, at
> least on Debian. Perhaps the Debian KDE Team (CCed) can confirm if it
> is supposed to work with KDE5/Qt5, or not.
> 
> 
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
"Necessity is the mother of invention."



signature.asc
Description: This is a digitally signed message part


Re: Bug#757152: python-pyatspi: Should depond on at-spi2-core OR qt-at-spi

2015-11-23 Thread Ritesh Raj Sarraf
On Mon, 2015-11-23 at 17:34 +0100, Samuel Thibault wrote:
> It is working, at least basically. the
> ssh://git.debian.org/git/pkg-a11y/check-a11y tool shows that both qt4
> and qt5 applications are accessible at the same time.
> 

Oh! Thanks for pointing that out Samuel. Those tests are working fine.
But not when in general use.

> > Perhaps the Debian KDE Team (CCed) can confirm if it
> > is supposed to work with KDE5/Qt5, or not.
> 
> It is supposed to work (and much better than Qt4)


From the logs below, it looks like caribou is the cuplprit. :-(
It says that the daemon was activated, but no soft keyboard shows up.

Nov 23 22:27:25 learner dbus-daemon[9906]: Activating service
name='org.gnome.Caribou.Daemon'
Nov 23 22:27:25 learner gnome-session[9877]: (gnome-shell:10151):
caribou-CRITICAL **: caribou_group_model_create_group_name: assertion
'group != NULL' failed
Nov 23 22:27:25 learner gnome-session[9877]: (gnome-shell:10151):
caribou-CRITICAL **: caribou_keyboard_model_populate_group: assertion
'group != NULL' failed
Nov 23 22:27:25 learner org.gnome.Caribou.Daemon[9906]:
(caribou:18991): GLib-GObject-CRITICAL **: g_object_ref: assertion
'G_IS_OBJECT (object)' failed
Nov 23 22:27:25 learner dbus-daemon[9906]: Successfully activated
service 'org.gnome.Caribou.Daemon'
Nov 23 22:27:52 learner dbus-daemon[9906]: Activating service
name='org.gnome.Caribou.Daemon'
Nov 23 22:27:52 learner systemd[1]: Starting Laptop Mode Tools -
Battery Polling Service...
Nov 23 22:27:52 learner systemd[1]: Reloading Laptop Mode Tools.
Nov 23 22:27:52 learner systemd[1]: Started Laptop Mode Tools - Battery
Polling Service.
Nov 23 22:27:52 learner gnome-session[9877]: (gnome-shell:10151):
caribou-CRITICAL **: caribou_group_model_create_group_name: assertion
'group != NULL' failed
Nov 23 22:27:52 learner gnome-session[9877]: (gnome-shell:10151):
caribou-CRITICAL **: caribou_keyboard_model_populate_group: assertion
'group != NULL' failed
Nov 23 22:27:52 learner org.gnome.Caribou.Daemon[9906]:
(caribou:19015): GLib-GObject-CRITICAL **: g_object_ref: assertion
'G_IS_OBJECT (object)' failed
Nov 23 22:27:52 learner dbus-daemon[9906]: Successfully activated
service 'org.gnome.Caribou.Daemon'
Nov 23 22:27:52 learner laptop-mode[19073]: Laptop mode
Nov 23 22:27:52 learner laptop_mode[19017]: Laptop mode
Nov 23 22:27:52 learner laptop-mode[19074]: enabled, active [unchanged]
Nov 23 22:27:52 learner laptop_mode[19017]: enabled, active [unchanged]
Nov 23 22:27:52 learner systemd[1]: Reloaded Laptop Mode Tools.
Nov 23 22:27:55 learner dbus-daemon[9906]: Activating service
name='org.gnome.Caribou.Daemon'
Nov 23 22:27:55 learner gnome-session[9877]: (gnome-shell:10151):
caribou-CRITICAL **: caribou_group_model_create_group_name: assertion
'group != NULL' failed
Nov 23 22:27:55 learner gnome-session[9877]: (gnome-shell:10151):
caribou-CRITICAL **: caribou_keyboard_model_populate_group: assertion
'group != NULL' failed
Nov 23 22:27:55 learner org.gnome.Caribou.Daemon[9906]:
(caribou:19090): GLib-GObject-CRITICAL **: g_object_ref: assertion
'G_IS_OBJECT (object)' failed
Nov 23 22:27:55 learner dbus-daemon[9906]: Successfully activated
service 'org.gnome.Caribou.Daemon'

 
-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System


signature.asc
Description: This is a digitally signed message part


Bug#802754: libkface: upload to unstable

2015-10-23 Thread Ritesh Raj Sarraf
Source: libkface
Severity: normal

Hello,

Is there good reason for not having libkface in Unstable ?

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.3+ (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#779899: plasma-desktop: khns auth fails with 302 error

2015-03-05 Thread Ritesh Raj Sarraf
Package: plasma-desktop
Version: 4:4.11.13-2
Severity: important

I have been trying to activate my OpenDesktop a/c through KDE, so that I
can upload some of my settings. When trying to authenticate, I get the
following error in the logs.


kio_http(21312) HTTPProtocol::sendQuery:  Sending Header:
kio_http(21312) HTTPProtocol::sendQuery: POST /v1/person/check
HTTP/1.1
kio_http(21312) HTTPProtocol::sendQuery: Host: api.opendesktop.org
kio_http(21312) HTTPProtocol::sendQuery: Connection: keep-alive
kio_http(21312) HTTPProtocol::sendQuery: User-Agent: Mozilla/5.0 (X11;)
AppleWebKit/534.34 (KHTML, like Gecko) systemsettings/4.14.2
Safari/534.34
kio_http(21312) HTTPProtocol::sendQuery: Pragma: no-cache
kio_http(21312) HTTPProtocol::sendQuery: Cache-control: no-cache
kio_http(21312) HTTPProtocol::sendQuery: Accept: text/html,
text/*;q=0.9, image/jpeg;q=0.9, image/png;q=0.9, image/*;q=0.9,
*/*;q=0.8
kio_http(21312) HTTPProtocol::sendQuery: Accept-Encoding: gzip,
deflate, x-gzip, x-deflate
kio_http(21312) HTTPProtocol::sendQuery: Accept-Charset: utf-8,*;q=0.5
kio_http(21312) HTTPProtocol::sendQuery: Accept-Language:
en-US,en;q=0.9
kio_http(21312) HTTPProtocol::sendQuery: Cookie:
PHPSESSID=ee058b8d837365fe3835df2a3524562c
kio_http(21312) HTTPProtocol::sendQuery: Content-Type:
application/x-www-form-urlencoded
kio_http(21312) HTTPProtocol::readResponseHeader:  Received
Status Response:
kio_http(21312) HTTPProtocol::readResponseHeader: HTTP/1.1 302 Found


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages plasma-desktop depends on:
ii  kde-runtime   4:4.14.2-2
ii  kde-wallpapers-default4:4.14.0-1
ii  libc6 2.19-15
ii  libkactivities6   4:4.13.3-1
ii  libkcmutils4  4:4.14.2-5
ii  libkdecore5   4:4.14.2-5
ii  libkdeui5 4:4.14.2-5
ii  libkephal4abi14:4.11.13-2
ii  libkfile4 4:4.14.2-5
ii  libkidletime4 4:4.14.2-5
ii  libkio5   4:4.14.2-5
ii  libknewstuff3-4   4:4.14.2-5
ii  libktexteditor4   4:4.14.2-5
ii  libkworkspace4abi24:4.11.13-2
ii  libplasma34:4.14.2-5
ii  libplasmagenericshell44:4.11.13-2
ii  libqt4-dbus   4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-declarative4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-xml4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqtcore44:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libsolid4 4:4.14.2-5
ii  libstdc++64.9.2-10
ii  libtaskmanager4abi4   4:4.11.13-2
ii  libx11-6  2:1.6.2-3
ii  libxext6  2:1.3.3-1
ii  plasma-widgets-workspace  4:4.11.13-2

Versions of packages plasma-desktop recommends:
ii  kde-workspace  4:4.11.13-2

plasma-desktop suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150306072802.22134.85298.report...@learner.researchut.com



redshift plasmoid

2015-01-26 Thread Ritesh Raj Sarraf
Since some of the recent updates in Jessie, redshift-plasmoid does not
auto change the color when switching activities. Has anyone else come
across the problem ?

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54c685f3.10...@researchut.com



Re: Thank you!

2014-10-16 Thread Ritesh Raj Sarraf
Same sentiment here. Thank you Debian KDE Team.

On Thursday 16 October 2014 08:34 PM, Martin Steigerwald wrote:
 Thank you, all members of Debian Qt/KDE team.
 
 Thanks to you we have an up-to-date 4.14 (yeah, I know there is 4.14.2 since 
 a 
 few days, but hey) + 4.11 and also up-to-date applications like Digikam 4.4  
 that Pino just uploaded (okay, KMyMoney 4.7 just got released).
 
 I appreciate it.
 
 I even just found out we have the fine grained baloo kcm config module in:
 
 kde-config-baloo-advanced
 
 (wow, and it is nice :)
 
 Jessie will be quite fine KDE/Plasma-wise and I am happy about that.
 
 Thanks,
 

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/6oe5hb-ct9@news.researchut.com



Re: Bug#764511: [polkit-kde-1] User of caller and user of subject differs.

2014-10-15 Thread Ritesh Raj Sarraf

On Wednesday 15 October 2014 12:11 AM, Török Edwin wrote:
 I no longer get this error with:
 cgmanager 0.33-2
 policykit-1 0.112-3 (from experimental)
 
 I can also mount USB drives now, so looks like polkit-kde-1 is working for me 
 again :)

Thank you for sharing this information. I can also confirm that with the
mentioned versions of the packages, I am able to mount.

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/dns1hb-gea@news.researchut.com



Re: Bug#762623: device notifier : no right to mount device with sysvinitcore

2014-10-15 Thread Ritesh Raj Sarraf

On Tuesday 14 October 2014 11:45 PM, Torokhov Sergey wrote:
 I have the same issue (Bug#763384) 
 and can't mount usb flash via kde notifier or dolphin with pop-up error 
 message 
 An unspecified error has occurred: Not authorized to perform operation
 if sysvinit-core installed instead sysdemd-sysv.

This is an unfortunate state and happens because of policykit not
finding systemd running as the active init.

Even though you have systemd-shim installed, it doesn't seem to provide
all abstracted functionalities that systemd provides. This is my
understanding so far.

If you use systemd, things work.

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/uvr1hb-9ml@news.researchut.com



Bug#764511: polkit-kde-1: cannout mount device

2014-10-08 Thread Ritesh Raj Sarraf
Package: polkit-kde-1
Version: 0.99.1-1
Severity: important

If I am not on systemd, and am trying to mount an external device, I get the 
following error
message:

An error occurred while accessing 'XIAOMI', the system responded: An
unspecified error has occurred: Not authorized to perform operation


That is weird because when I manually ran pkexec, it ran fine.

23:10:17 rrs@learner:~$ pkexec ls
 AUTHENTICATING FOR org.freedesktop.policykit.exec ===
Authentication is needed to run `/bin/ls' as the super user
Authenticating as: Ritesh Raj Sarraf,,, (rrs)
Password: 
 AUTHENTICATION COMPLETE ===
Desktop


Thus, I am filing this bug against polkit-kde. And this only happens
when not using systemd as the active init.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages polkit-kde-1 depends on:
ii  kde-runtime   4:4.14.1-1
ii  libc6 2.19-11
ii  libkdecore5   4:4.14.1-1
ii  libkdeui5 4:4.14.1-1
ii  libpolkit-qt-1-1  0.103.0-1
ii  libqt4-dbus   4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqtcore44:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libstdc++64.9.1-16
ii  policykit-1   0.105-7

polkit-kde-1 recommends no packages.

polkit-kde-1 suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141008174438.7402.61802.report...@learner.researchut.com



Re: Bug#762623: device notifier : no right to mount device with sysvinitcore

2014-09-24 Thread Ritesh Raj Sarraf


On Wednesday 24 September 2014 01:38 AM, Erwan David wrote:

Package: kde-baseapps
Version: 4:4.14.0-1
Severity: normal

  When using sysvinit-core (and systemd-shim) device notifier
  does not mount USB devices, with an error saying I have no
  right to mount them.



Do you have policykit installed ? I presume no, because it depends on 
libpam-systemd, which in turn depends on systemd, where as you are using 
sysvinit-core.


This is the unfortunate state we are in, post the decision to have 
systemd as the default. I wish it was the default and not the one and 
only dominant. The possibility to have things functional, without it, is 
not true anymore.




--
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1shafb-2lp@news.researchut.com



Re: Bug#717808: plasma-desktop: Panel freezes when disconnecting power and network

2014-09-17 Thread Ritesh Raj Sarraf

On Friday 25 July 2014 05:45 PM, Stefanie Dargel wrote:

Dear Maintainers,


I'm plagued by a bug that forces me to reboot my laptop frequently. I
hope I'm filing the bug to the right package, feel free to reassign.

The problem happens when I undock the laptop, which causes the laptop
to disconnect from the AC power and the network simultanously.
What happens is that the panel freezes. I.e. it becomes unresponsive
to mouse clicks, so I can't use it to configure networks, switch
windows, launch applications, i.e. the standard stuff one has it there
to do. I can use other features such as Alt-TABbing through windows,
and the mouse and keyboard can be used on other apps.


At times I have run into this temporary problem. I haven't spent time 
nailing where the problem is, but from the symptoms it looks to be a 
problem where the kernel goes briefly into blocking mode.


In this case, it could be the name resolver. The moment the network is 
out, anything that was depending on name resolution has to wait. The 
reason being because during the state change (where the network was 
lost) there is no new record to look at.


The same may happen when you have a network device mapped. The undock 
event terminated the current network, and initiated a new network 
request. Depending on the time it takes, till then, the kernel has no 
choice but to go into wait.


Again, this is something I just have guessed so far looking at similar 
behavior on my box. I have not spent time gathering the data yet.


--
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/8s1oeb-hmo@news.researchut.com



Re: Bug#760822: kde-config-cron: should depends on cron-daemon

2014-09-08 Thread Ritesh Raj Sarraf



On Monday 08 September 2014 01:46 PM, Alexandre Detiste wrote:

Please depends on cron-daemon | cron instead of just cron.

This way, users can use a alternative cron implementation.



I looked into this some time back when I was exploring systemd-cron, 
which provides cron-daemon.


In my opinion, having this hard dependency is good. Otherwise either 
systemd-cron should stop claiming that it can Provide cron-daemon. 
Because it does not support all cron features.




--
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/3270eb-9ph@news.researchut.com



Re: KDE 4.13 Desktop Search

2014-05-27 Thread Ritesh Raj Sarraf
On 05/26/2014 10:42 PM, Michael Schuerig wrote:
 Apparently, KDE 4.13 is currently making its way into unstable. I wanted 
 to take the opportunity to look at the improved Desktop Search, but I 
 can't find it. Did I overlook it or is it just not there yet? FWIW, in 
 System Settings, there is no longer a Desktop Search entry.

Have some patience please. The folks worked hard to get 4.13 so quick
into the archives. The new Desktop Search i.e. baloo was in the NEW
queue. It is cleared now and resides in experimental.

BTW, this one looks very fast in indexing and querying.

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/0upd5b-ean@news.researchut.com



Bug#733026: kde-workspace-bin: kscreenlocker_greet -- unable to unlock session, unable to type password.

2014-05-25 Thread Ritesh Raj Sarraf
Package: kde-workspace-bin
Version: 4:4.11.9-1
Followup-For: Bug #733026

I have a similar problem and some more input to provide.

I spent my entire Sunday trying to nail down the problem but not much
luck. :-(


In my case, I have the problem with the Plasma Overlay Screen Locker.
That, if enabled (i.e. locked), the same symptoms show up. The desktop
cannot sense mouse clicks or key presses.

But here's the dirty part. Before concluding a bug, I tried it on a
different (clean) user. And there, the issue was not seen.
Which means, there's some old setting cruft over the years that is now
conflicting. Unfortunately there's nothing in the error messages or the
logs.

For now, I have resorted to using the Simple Locker screen locker
type. That one does not have any issues on my box, under my regular user
account.

KDE has become very intolerant to its own settings that it piles over
the years. I have had 2 unresolved issues so far: RedShift per activity
effective settings and this KDE lock issue


PS: To the bug submitter. You may also want to verify it on a clean user
account. For your bug report, I tried running kscreenlocker_greet
manually and was able to successfully kill it.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kde-workspace-bin depends on:
ii  iso-codes 3.53-1
ii  kde-runtime   4:4.12.4-1
ii  kde-style-oxygen  4:4.11.9-1
ii  kde-workspace-data4:4.11.9-1
ii  kde-workspace-kgreet-plugins  4:4.11.9-1
ii  kscreen   1.0.2.1-1
ii  libc6 2.18-7
ii  libcln6   1.3.3-1
ii  libdbusmenu-qt2   0.9.2-1
ii  libfontconfig12.11.0-5
ii  libfreetype6  2.5.2-1
ii  libgcc1   1:4.9.0-3
ii  libgl1-mesa-glx [libgl1]  10.1.2-1
ii  libice6   2:1.0.8-2
ii  libjpeg8  8d-2
ii  libkactivities6   4:4.12.4-1
ii  libkcmutils4  4:4.13.1-1
ii  libkdeclarative5  4:4.13.1-1
ii  libkdecore5   4:4.13.1-1
ii  libkdesu5 4:4.13.1-1
ii  libkdeui5 4:4.13.1-1
ii  libkfile4 4:4.13.1-1
ii  libkidletime4 4:4.13.1-1
ii  libkio5   4:4.13.1-1
ii  libknewstuff3-4   4:4.13.1-1
ii  libknotifyconfig4 4:4.13.1-1
ii  libkparts44:4.13.1-1
ii  libkpty4  4:4.13.1-1
ii  libkscreensaver5  4:4.11.9-1
ii  libkworkspace4abi24:4.11.9-1
ii  libnepomukcore4   4:4.12.4-1+b1
ii  libpam0g  1.1.8-3
ii  libphonon44:4.7.1-1
ii  libplasma34:4.13.1-1
ii  libplasmagenericshell44:4.11.9-1
ii  libpng12-01.2.50-1
ii  libprocesscore4abi1   4:4.11.9-1
ii  libprocessui4a4:4.11.9-1
ii  libqalculate5 0.9.7-9
ii  libqimageblitz4   1:0.0.6-4
ii  libqjson0 0.8.1-3
ii  libqt4-dbus   4:4.8.6+dfsg-1
ii  libqt4-declarative4:4.8.6+dfsg-1
ii  libqt4-sql4:4.8.6+dfsg-1
ii  libqt4-xml4:4.8.6+dfsg-1
ii  libqtcore44:4.8.6+dfsg-1
ii  libqtgui4 4:4.8.6+dfsg-1
ii  libsm62:1.2.1-2
ii  libsolid4 4:4.13.1-1
ii  libsoprano4   2.9.4+dfsg-1
ii  libstdc++64.9.0-3
ii  libstreamanalyzer00.7.8-1.2
ii  libudev1  204-8
ii  libusb-0.1-4  2:0.1.12-23.3
ii  libx11-6  2:1.6.2-2
ii  libxcursor1   1:1.1.14-1
ii  libxext6  2:1.3.2-1
ii  libxfixes31:5.0.1-1
ii  libxft2   2.3.1-2
ii  libxi62:1.7.2-1
ii  libxinerama1  2:1.1.3-1
ii  libxkbfile1   1:1.0.8-1
ii  libxrandr22:1.4.2-1
ii  libxrender1   1:0.9.8-1
ii  libxtst6  2:1.2.2-1
ii  phonon4:4.7.1-1
ii  plasma-desktop4:4.11.9-1
ii  plasma-netbook4:4.11.9-1
ii  qdbus 4:4.8.6+dfsg-1
ii  x11-utils 7.7+1
ii  x11-xserver-utils 7.7+2

Versions of packages kde-workspace-bin recommends:
ii  plasma-scriptengines  4:4.11.9-1
ii  policykit-1-gnome 0.105-2
ii  polkit-kde-1  0.99.1-1
ii  upower0.9.23-2+b2

Versions of packages kde-workspace-bin suggests:

Bug#749032: python-kde4: crash in apport-kde

2014-05-23 Thread Ritesh Raj Sarraf
Package: python-kde4
Version: 4:4.12.2-2+b2
Severity: important

Apport KDE has been crashing for a while (more than a year) with python
kde. I hadn't bothered reporting as Apport is not a priority in Debian
and will always reside in experimental.

But if you have some time, please look into it. I had checked with the
apport developer too and he believes that the problem is with Debian's
python kde4 package. 

FYI, the problem does not occur on apport gtk.

While the crash trace is useless, I'm still attaching it.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-kde4 depends on:
ii  kde-runtime4:4.12.4-1
ii  kdepim-runtime 4:4.12.4-2
ii  libakonadi-kde44:4.12.4-1
ii  libakonadi-kmime4  4:4.12.4-1
ii  libc6  2.18-5
ii  libkcmutils4   4:4.13.1-1
ii  libkdecore54:4.13.1-1
ii  libkdeui5  4:4.13.1-1
ii  libkdnssd4 4:4.13.1-1
ii  libkemoticons4 4:4.13.1-1
ii  libkfile4  4:4.13.1-1
ii  libkhtml5  4:4.13.1-1
ii  libkidletime4  4:4.13.1-1
ii  libkio54:4.13.1-1
ii  libknewstuff2-44:4.13.1-1
ii  libknewstuff3-44:4.13.1-1
ii  libkparts4 4:4.13.1-1
ii  libkprintutils44:4.13.1-1
ii  libkpty4   4:4.13.1-1
ii  libktexteditor44:4.13.1-1
ii  libnepomuk44:4.13.1-1
ii  libnepomukquery4a  4:4.13.1-1
ii  libphonon4 4:4.7.1-1
ii  libplasma3 4:4.13.1-1
ii  libpython2.7   2.7.6-8
ii  libqt4-network 4:4.8.6+dfsg-1
ii  libqt4-svg 4:4.8.6+dfsg-1
ii  libqt4-xml 4:4.8.6+dfsg-1
ii  libqtcore4 4:4.8.6+dfsg-1
ii  libqtgui4  4:4.8.6+dfsg-1
ii  libsolid4  4:4.13.1-1
ii  libsoprano42.9.4+dfsg-1
ii  libstdc++6 4.9.0-3
ii  phonon 4:4.7.1-1
ii  python 2.7.6-1
ii  python-qt4 4.10.4+dfsg-2
ii  python-sip [sip-api-11.0]  4.15.5-2

python-kde4 recommends no packages.

python-kde4 suggests no packages.

-- no debconf information
Application: Apport KDE (python2), signal: Aborted
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[KCrash Handler]
#5  0x7f4deb4573a9 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
#6  0x7f4deb45a4c8 in __GI_abort () at abort.c:89
#7  0x7f4de86f6c22 in qt_message_output(QtMsgType, char const*) () from 
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8  0x7f4de11607a9 in ?? () from /usr/lib/libkdeui.so.5
#9  0x7f4de12389b8 in ?? () from /usr/lib/libkdeui.so.5
#10 0x7f4de1239392 in KApplication::KApplication(bool) () from 
/usr/lib/libkdeui.so.5
#11 0x7f4de1a38c5d in sipKApplication::sipKApplication(bool) () from 
/usr/lib/python2.7/dist-packages/PyKDE4/kdeui.so
#12 0x7f4de1a39132 in ?? () from 
/usr/lib/python2.7/dist-packages/PyKDE4/kdeui.so
#13 0x7f4de7cc201c in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#14 0x0051d2bb in ?? ()
#15 0x00508dec in PyEval_EvalFrameEx ()
#16 0x00576f9c in PyEval_EvalCode ()
#17 0x00469884 in ?? ()
#18 0x00469c04 in PyRun_FileExFlags ()
#19 0x0046a809 in PyRun_SimpleFileExFlags ()
#20 0x0046b46e in Py_Main ()
#21 0x7f4deb443b45 in __libc_start_main (main=0x46b52c main, argc=3, 
argv=0x7fffe5a6e418, init=optimized out, fini=optimized out, 
rtld_fini=optimized out, stack_end=0x7fffe5a6e408) at libc-start.c:287
#22 0x00579514 in _start ()


Re: Kde-telepathy 0.8.1.

2014-05-22 Thread Ritesh Raj Sarraf


On 05/22/2014 12:13 PM, Diane Trout wrote:
 For what its worth, I found the presence icon using your instructions. But it 
 works correctly for me.
 

Are you using Akonadi ? Is it enabled on your box ?

I don't use it and when I manually start ktp-contactlist, I see a lot of
Akonadi related messages.


13:41:52 rrs@zan:~/.kde/share/config$ ktp-contactlist
QDBusConnection: session D-Bus connection created before
QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before
QCoreApplication. Application may misbehave.
Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 14: reading
configurations from ~/.fonts.conf is deprecated. please move it to
/home/rrs/.config/fontconfig/fonts.conf manually
ktp-contactlist(7411) KPixmapSequence::Private::loadSequence: Invalid
framesize.
ktp-contactlist(7411) PresenceModel::data: invalid index data requested
QModelIndex(-1,-1,0x0,QObject(0x0) )
ktp-contactlist(7411) KTp::ContactsModel::ContactsModel: Built with
kpeople support, using kpeople model
ktp-contactlist(7411)/libakonadi
Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed
to get a valid AgentManager DBus interface. Error is: 1
org.freedesktop.DBus.Error.NameHasNoOwner Could not get owner of name
'org.freedesktop.Akonadi.Control': no such name
ktp-contactlist(7411)/libakonadi Akonadi::SessionPrivate::socketError:
Socket error occurred: QLocalSocket::connectToServer: Invalid name
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
search paths:  (/home/rrs/bin, /usr/local/bin, /usr/bin, /bin,
/usr/local/games, /usr/games, /sbin, /usr/sbin,
/usr/local/sbin, /usr/sbin, /usr/local/sbin, /usr/local/libexec,
/usr/libexec, /opt/mysql/libexec, /opt/local/lib/mysql5/bin,
/opt/mysql/sbin)
Found mysql_install_db:  /usr/bin/mysql_install_db
Found mysqlcheck:  /usr/bin/mysqlcheck
Failed to use database akonadi
Database error: Can't connect to local MySQL server through socket
'/home/rrs/.local/share/akonadi/socket-zan/mysql.socket' (2) QMYSQL:
Unable to connect
Trying to create database now...
QSqlDatabasePrivate::removeDatabase: connection 'initConnection' is
still in use, all queries will cease to work.
Database error: Cannot open database.
Last driver error: QMYSQL: Unable to connect
Last database error: Can't connect to local MySQL server through socket
'/home/rrs/.local/share/akonadi/socket-zan/mysql.socket' (2)
QSqlQuery::exec: database not open
Unable to open database Can't connect to local MySQL server through
socket '/home/rrs/.local/share/akonadi/socket-zan/mysql.socket' (2)
QMYSQL: Unable to connect
[
0: akonadiserver() [0x419ca7]
1: akonadiserver() [0x419f02]
2: /lib/x86_64-linux-gnu/libc.so.6(+0x35420) [0x7f04fa214420]
3: /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39) [0x7f04fa2143a9]
4: /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7f04fa2174c8]
5:
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x102)
[0x7f04fbcf2c22]
6: akonadiserver() [0x41bdad]
7:
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb0)
[0x7f04fbd8d400]
8: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(+0x11aacd) [0x7f04fbd9cacd]
9: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x31)
[0x7f04fbda56b1]
10: akonadiserver() [0x41f648]
11:
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x24e)
[0x7f04fbe17a4e]
12:
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x6d)
[0x7f04fbdff41d]
13:
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1ed)
[0x7f04fbe02a7d]
14: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(+0x1aad93) [0x7f04fbe2cd93]
15:
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x254)
[0x7f04f98e6e04]
16: /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x49048) [0x7f04f98e7048]
17:
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c)
[0x7f04f98e70ec]
18:
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x65)
[0x7f04fbe2c655]
19:
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f)
[0x7f04fbdfdfef]
20:
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x175)
[0x7f04fbdfe2e5]
21:
/usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x89)
[0x7f04fbe03ab9]
22: akonadiserver() [0x4142e7]
23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f04fa200b45]
24: akonadiserver() [0x414c3e]
]

ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error)
search paths:  (/home/rrs/bin, /usr/local/bin, /usr/bin, /bin,
/usr/local/games, /usr/games, /sbin, /usr/sbin,
/usr/local/sbin, /usr/sbin, /usr/local/sbin, /usr/local/libexec,
/usr/libexec, /opt/mysql/libexec, /opt/local/lib/mysql5/bin,
/opt/mysql/sbin)

Re: Kde-telepathy 0.8.1.

2014-05-22 Thread Ritesh Raj Sarraf
On 05/22/2014 12:13 PM, Diane Trout wrote:
 For what its worth, I found the presence icon using your instructions. But it 
 works correctly for me.

 I hadn't pushed all of the packaging to alioth so if you'd built from there, 
 there's a slim chance that's the source for your bug. (I just pushed all of 
 the packaging to alioth right now if you want to check).

 Also all of the 0.8.1 components for ktp are now available in the normal 
 repositories. so could you also try the official release of ktp-common-
 internals?

The easiest way to conclude if it is a software problem is to try it as
another, clean, user.

With the other user, I do not see the problem. So it has to do with some
old configuration cruft on my regular account, that's been conflicting.
The issue is not just with KTP but also seen on redshift-plasmoid.


-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.



signature.asc
Description: OpenPGP digital signature


Re: Kde-telepathy 0.8.1.

2014-05-22 Thread Ritesh Raj Sarraf
On 05/22/2014 02:04 PM, Ritesh Raj Sarraf wrote:
 The easiest way to conclude if it is a software problem is to try it
 as another, clean, user.

 With the other user, I do not see the problem. So it has to do with
 some old configuration cruft on my regular account, that's been
 conflicting.
 The issue is not just with KTP but also seen on redshift-plasmoid.

And my guess was correct. KTP now depends on Akonadi.

I still need to figure out why redshift is not working.

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.



signature.asc
Description: OpenPGP digital signature


Re: Kde-telepathy 0.8.1.

2014-05-20 Thread Ritesh Raj Sarraf
On 05/19/2014 11:41 PM, Diane Trout wrote:
 Though all the components haven't been released yet:


I built it from the repo.

 highlight 2 or more contacts, and then a merge contact icon will light up 
 in 
 the contact-list tool bar.


Thanks. That works. Also dragging one contact over the other works.

Not working:

Application Instant Messaging Presence once closed to system tray,
cannot be re-opened. The application window does not show up on mouse click.


-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/k9fr4b-717@news.researchut.com



Re: Kde-telepathy 0.8.1.

2014-05-20 Thread Ritesh Raj Sarraf
On 05/20/2014 09:34 PM, Diane Trout wrote:
  Not working:
  
  Application Instant Messaging Presence once closed to system tray,
  cannot be re-opened. The application window does not show up on mouse 
  click.
 What are you clicking on it?

The icon in the system tray.  If you check the Sytem Tray Settings, it
has an option to activate Instant Messaging Presence in within it.
That icon when clicked, used to open ktp-contactlist.

 For me I launch ktp-contactlist which acts as a traditional main window 
 application if I minimize it I can reopen from the task bar. If I close it, I 
 have to relaunch it to get it back. 

 There's also the plasma contact list, but I haven't used it so I'm not sure 
 how its supposed to work.

So I manually executed ktp-contactlist. But it did not open the window.
Nothing was logged in .xsession-errors. I'll keep looking.

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.



signature.asc
Description: OpenPGP digital signature


Re: Kde-telepathy 0.8.1.

2014-05-19 Thread Ritesh Raj Sarraf
On 05/19/2014 03:45 AM, Diane Trout wrote:
 The latest version of KDE telepathy mostly in unstable. Unfortunately one 
 core 
 library is stuck in new for a while.
 
 This version brings meta-contact support via libkpeople.

HOw do we use it? A right click did not show a Merge Contact option.

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/obhp4b-6tu@news.researchut.com



Re: Reply for Call for help from KDE Team

2014-05-07 Thread Ritesh Raj Sarraf


On 05/07/2014 10:32 AM, sibi kanagaraj wrote:
 
 //, I would say that cleaning some
 old bugs would help us. That means checking bugs that have no activity for
 quite some time (let's say 6 months), verify that the bug is still there and
 close it otherwise. In any case, add a new entry in the bug log saying what
 you found.//
 
 I have not done this before . So , I decided to wait for few days and
 observe the happenings and thought that I could figure out what is to be
 done . Daily I see some 10-12 bug tracking mails .Apart from that , I
 have not been able to trace out whats happening .
 
 If there is any documentation on what is to be read , I will read it and
 start checking the bugs .


You could start here: https://www.debian.org/Bugs/

The best is to validate if you can reproduce the bugs on your setup.
If yes, further investigate whether it is a packaging bug or a bug in
KDE upstream.

If an upstream bug, check in upstream tracker if there is already a bug
filed. If not filed, file a bug upstream and associate the Debian bug to it.

If it is a packaging bug, please add that detail in the bug report. Over
time you will start fixing the bugs.

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/0sto3b-2og@news.researchut.com



network manager and VPN

2014-04-16 Thread Ritesh Raj Sarraf
This is nothing specific to NM for KDE, but a general question on NM.

How are people using NM and VPN connections ?
VPN connections have a tendency to terminate once in a while, depending
on flakiness on the network, policies etc.

I always wished NM (or Plasma NM) had an option to autoconnect to VPN
for specified network IDs.


To overcome the limitation, for now I have been using NM's dispatcher
framework [1]. Had worked a charm until recently when the new NM
(0.9.8.8) broken. I haven't really had the time to nail down the cause,
hence asking here on how people use NM + VPN.



[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743965

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response




signature.asc
Description: OpenPGP digital signature


Re: What's up with the new Network Manager?

2014-03-29 Thread Ritesh Raj Sarraf
That version of Plasma NM has worked the best so far. I use the same.

14:26:49 rrs@zan:/tmp$ apt-cache policy plasma-nm
plasma-nm:
  Installed: 0.9.3.2-3
  Candidate: 0.9.3.2-3
  Version table:
 0.9.3.3-1 0
101 http://ftp.debian.org/debian/ experimental/main amd64 Packages
 *** 0.9.3.2-3 0
990 http://ftp.debian.org/debian/ testing/main amd64 Packages
500 http://ftp.debian.org/debian/ unstable/main amd64 Packages
100 /var/lib/dpkg/status


On 03/29/2014 04:12 AM, Rubin Abdi wrote:
 Marco Valli wrote, On 2014-03-28 15:37:
  You talk about plasma-nm? For me works fine.
 I'm talking about this thing...
 
 http://0.starset.net/screenies/20140328154045-Selection.png

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/ngei0b-3nk@news.researchut.com



plasma engine explorer

2014-02-02 Thread Ritesh Raj Sarraf
Hello,

What package in Debian holds the plasma engine explorer
(plasmaengineexplorer binary) ??

From what I've searched it says kdebase-workspace-bin, but that package
is transitional now.

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/lrn1sa-fub@news.researchut.com



Bug#729348: kbreakout should depend on package kde-games-core-declarative

2013-11-11 Thread Ritesh Raj Sarraf
Package: kbreakout
Version: 4:4.11.3-1
Severity: normal

Without being dependent on kde-games-core-declarative, kbreakout when
launched, give your a blank screen, and the following debug messages:

rrs@zan:~$ kbreakout 
file:///usr/share/kde4/apps/kbreakout/qml/main.qml:19:1: module
org.kde.games.core is not installed 
 import org.kde.games.core 0.1 as KgCore 
 ^ 
QObject::connect: Cannot connect (null)::levelComplete() to
CanvasWidget::levelComplete()
QObject::connect: Cannot connect (null)::gameEnded(int,int,int) to
CanvasWidget::gameEnded(int,int,int)
QObject::connect: Cannot connect (null)::mousePressed() to
CanvasWidget::mousePressed()
QObject::connect: Cannot connect (null)::pausedChanged() to
CanvasWidget::updateCursor()


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kbreakout depends on:
ii  kde-runtime 4:4.11.3-1
ii  libc6   2.17-93
ii  libkdecore5 4:4.11.3-2
ii  libkdegames6abi14:4.11.3-1
ii  libkdeui5   4:4.11.3-2
ii  libqt4-declarative  4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-xml  4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtcore4  4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtgui4   4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libstdc++6  4.8.2-1

Versions of packages kbreakout recommends:
ii  khelpcenter4  4:4.11.3-1

kbreakout suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20131112043700.14028.71187.reportbug@dev.researchut.local



kbreakout missing qml module

2013-11-03 Thread Ritesh Raj Sarraf
On KDE 4.11.2, I get the following message from kbreakout.

rrs@zan:~$ kbreakout
file:///usr/share/kde4/apps/kbreakout/qml/main.qml:19:1: module
org.kde.games.core is not installed
 import org.kde.games.core 0.1 as KgCore
 ^
QObject::connect: Cannot connect (null)::levelComplete() to
CanvasWidget::levelComplete()
QObject::connect: Cannot connect (null)::gameEnded(int,int,int) to
CanvasWidget::gameEnded(int,int,int)
QObject::connect: Cannot connect (null)::mousePressed() to
CanvasWidget::mousePressed()
QObject::connect: Cannot connect (null)::pausedChanged() to
CanvasWidget::updateCursor()



And the kbreakout window is blank.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kbreakout depends on:
ii  kde-runtime 4:4.11.2-2
ii  libc6   2.17-93
ii  libkdecore5 4:4.11.2-1
ii  libkdegames6abi14:4.11.2-2
ii  libkdeui5   4:4.11.2-1
ii  libqt4-declarative  4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-xml  4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtcore4  4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtgui4   4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libstdc++6  4.8.2-1

Versions of packages kbreakout recommends:
ii  khelpcenter4  4:4.11.2-2

kbreakout suggests no packages.

-- no debconf information


-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/3arjka-v6e@news.researchut.com



Bug#690360: closed by Maximiliano Curia m...@debian.org (konsole: temprorary data should go to /var/tmp)

2013-02-21 Thread Ritesh Raj Sarraf
Marking it as a wishlist would have been better than just closing.

On Thu, Feb 21, 2013 at 9:42 AM, Debian Bug Tracking System
ow...@bugs.debian.org wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the konsole package:

 #690360: konsole: temprorary data should go to /var/tmp

 It has been closed by Maximiliano Curia m...@debian.org.

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAP0eoCwrN7knAvDzY1_8eMZ618W=gwf+wxpwrxttfnbhnno...@mail.gmail.com



Re: Bug#690360: konsole: temprorary data should go to /var/tmp

2012-10-15 Thread Ritesh Raj Sarraf
On Sunday 14 October 2012 02:21 AM, Salvo Tomaselli wrote:
 This would defeat the idea of having /tmp on ram!


Yes. But it is unclear on how to handle applications that could be
writing ever growing data.

An email client should open the file 'rw' in /tmp when it is formatting
the email before the final send. But writing an increasing data file,
like a console screen log, in /tmp should be incorrect.

There's no clear guideline on what should go into /tmp/.

 And anyway at the end it was agreed to keep /tmp on disk by default on new 
 installations.


-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System



signature.asc
Description: OpenPGP digital signature


Bug#690360: konsole: temprorary data should go to /var/tmp

2012-10-13 Thread Ritesh Raj Sarraf
Package: konsole
Version: 4:4.8.4-1
Severity: normal

Given that all are moving in the direction of having /tmp on tmpfs,
should applications be fixed?

From what I recollect from the last discussion on this topic, it was
agreed that /tmp is for temporary files with no guarantee to be
available. For this explanation, there is no breakage currently. 

But the problem lies with most applications that write large amount of
temporary data into /tmp/.
In this case, konsole is logging 6 MiB of log file to /tmp. I think this
is because I have enabled Unlimited Scrolling in konsole's preferenes.
Should this data (and similar candidates from other applications) go into
/var/tmp/ ?

rrs@champaran:/var/cache/pbuilder$ ls /tmp/kde-rrs/ -lh
total 6.3M
-rw--- 1 rrs rrs  417 Oct 13 13:26 konsolebg3974.tmp
-rw--- 1 rrs rrs  28K Oct 13 13:25 konsoleDp3974.tmp
-rw--- 1 rrs rrs 6.8K Oct 13 13:25 konsoleMQ3974.tmp
-rw--- 1 rrs rrs 1.7K Oct 13 13:26 konsoleNk3974.tmp
-rw--- 1 rrs rrs 6.0M Oct 13 13:25 konsoleOT3974.tmp
-rw--- 1 rrs rrs 216K Oct 13 13:26 konsoleSh3974.tmp


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.5-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages konsole depends on:
ii  kde-runtime4:4.8.4-1
ii  libc6  2.13-35
ii  libkdecore54:4.8.4-3
ii  libkdeui5  4:4.8.4-3
ii  libkio54:4.8.4-3
ii  libknotifyconfig4  4:4.8.4-3
ii  libkonq5abi1   4:4.8.4-1
ii  libkparts4 4:4.8.4-3
ii  libkpty4   4:4.8.4-3
ii  libqt4-dbus4:4.8.2+dfsg-2
ii  libqtcore4 4:4.8.2+dfsg-2
ii  libqtgui4  4:4.8.2+dfsg-2
ii  libstdc++6 4.7.2-4
ii  libx11-6   2:1.5.0-1

konsole recommends no packages.

konsole suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121013080515.19395.20228.report...@champaran.researchut.com



appmenu-qt and plasma-widget-menubar

2012-05-15 Thread Ritesh Raj Sarraf
Hello Folks (fathi, modax, pino, sune, eshat, and others whose name i
don't recollect right now)

I would like to see appment-qt and plasma-widget-menubar into unstable.
They are already in experimental. Should I go ahead with the upload or
do you want me to hold it ?


This is the dependency list for plasma-widget-menubar:

Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Architecture: amd64
Depends: libc6 (= 2.2.5), libdbusmenu-qt2 (= 0.3.2), libgcc1 (=
1:4.1.1), libkdecore5 (= 4:4.3.4), libkdeui5 (= 4:4.3.4), libkio5 (=
4:4.3.4), libplasma3 (= 4:4.4.95), libqjson0 (= 0.7.1), libqt4-dbus
(= 4:4.8), libqt4-network (= 4:4.8), libqt4-svg (= 4:4.8), libqt4-xml
(= 4:4.8), libqtcore4 (= 4:4.8), libqtgui4 (= 4:4.8), libstdc++6 (=
4.1.1)


and this one for appmenu-qt:

Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Architecture: amd64
Depends: libc6 (= 2.2.5), libdbusmenu-qt2 (= 0.9.0), libgcc1 (=
1:4.1.1), libqt4-dbus (= 4:4.8), libqt4-xml (= 4:4.8), libqtcore4 (=
4:4.8), libqtgui4 (= 4:4.8), libstdc++6 (= 4.1.1)


With Qt 4.8 in unstable, all the build-deps for appmenu is satisfied.
The same is for the plasma widget.

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/6g2a89xgk8@news.researchut.com



Bug#671020: ITP: robojournal -- cross-platform journal/diary tool

2012-05-01 Thread Ritesh Raj Sarraf
Package: wnpp
Severity: wishlist
Owner: Ritesh Raj Sarraf r...@debian.org

* Package name: robojournal
  Version : 0.2
  Upstream Author : Will Kraft pwiz...@gmail.com
* URL : http://sf.net/projects/robojournal
* License : GPL
  Programming Lang: C++
  Description : cross-platform journal/diary tool

 RoboJournal is a free, open source journal/diary application written in
 C++ using Qt libraries. RoboJournal works in conjunction with MySQL to
 allow the user to create journal databases locally or on a remote server.
 Support for Sqlite and Postgres is planned.
 .
 RoboJournal emphasizes streamlined, practical design plus ease-of-use. 
 .
 RoboJournal depends on the Qt UI toolkit library



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120501103837.17213.40426.report...@champaran.researchut.com



Re: RFS: RoboJournal

2012-04-26 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Will,

On Thursday 26 April 2012 02:51 AM, Will Kraft wrote:
 Hello,
 
 I'm writing to request sponsorship for RoboJournal, a
 journal/diary program written in Qt and released under GPL3. I'm
 contacting your group because I’ve heard that Debian-KDE also
 handles Qt projects.  There are very few journal/diary tools in
 Debian, so I felt the need to write my own. RoboJournal has been
 under development for about 7 months and allows users to create
 journals on local systems or remotely by using databases to hold
 the entry data.  Although RoboJournal is not a mature app yet,  it
 is stable, usable, and all major bugs in the codebase (as of
 version 0.2) have been fixed. This is the first project that I’ve 
 ever packaged for Linux and I'm relatively new to the process, so I
 hope I’ve done everything correctly.
 

This is good. Most journal software I have explored do not have a
tagging feature. Does Robojournal have it ?
- From the screenshots on the homepage, it does not seem to.

 Package name: robojournal Architectures: i386  and AMD64 License:
 GPL3 Short Description: Free journaling software for everyone 
 Long Description: RoboJournal is a cross-platform journal/diary
 tool written in Qt/C++. Right now, RoboJournal only supports MySQL
 but support for SQLite (and possibly Postgres) will be added in
 future releases. RoboJournal runs on Windows and Linux.
 
 Download:
 
 http://sourceforge.net/projects/robojournal/files/Linux/robojournal_0.2_amd64.deb/download

 
http://sourceforge.net/projects/robojournal/files/Linux/robojournal_0.2_i386.deb/download
 
 

Please provide a link to the full packaging work. Typically the
debian/ changes. When you built, you would have generated .changes and
.dsc file. Easiest way is to upload it to mentors.debian.net and then
provide the link here, requesting for sponsorship.

 Thanks,
 
 Will Kraft
 

- -- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPmPU4AAoJEKY6WKPy4XVp//MP/i1RBXeRmmAKAbPf4Cgz+OZ5
OFJDbaOZlzqUQIWfYzld23IvfOTefC9CgbXq8xba3q5pfjiPmOsaP8eaA+7G3HVQ
1O+VL6ZjTIa01eITar/MGwn2puAy5tZXyfF+pQjQnDNmLaFu15chn+NEr5K+CuBW
44B7MGuniTV+8Q0HMw0fja+v8k/4z55rASTSs4jY0WhiGsGyvbjCOzIqp/axS2ab
mhDYcPAFNGWsnp5Jx1Ei2WwHnYMKxNb2kLR49zMs5M/yCxtEFHLYcfyLxJOnwHOl
e5p0YlWGCPWCVbhIU0QZqAFdmwY4FrGJCPdq41aADJh62wx/EmEFDfpntp8stF1j
YJOesC9mR0fwhPSPN4Xy0GcYo4J4zzrcyeEEyHYZrQ3/Z1hV/OEiM1XZNwCTSvPg
KceIXozUHKr2LeamS8y6+cluQaSaDWBzhA/MWsalJLkYIXzYSDmayLyE2h54Mv2S
wbvBLCPSmDiL0AMIq3s2s2n74r/mbt533xcB4BeYOXhrekG7eqTY0JK5evZZ9XfS
cpW5vCsOCAAju6FXysaiFa9S1XRQwPh17bQcAEBTz9FB5mDBYd2wHGD/ZC5pmvgI
lAROsCS+SsLAzEKvqxe046Wsti8EuQy66ENQzM3MW5bvhCfiw9Ph8c1mcuhTl0P/
/P9qTOMUY42LW8lFvKu0
=Z4Rk
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f98f538.7070...@researchut.com



Bug#669408: ksnapshot: Auto upload to online service

2012-04-20 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Valentin,

On Thursday 19 April 2012 09:08 PM, Valentin Lorentz wrote:
 
 When I take a snapshot, I usually upload it just after saving it.
 
 It would be nice to have an Upload button, which uploads the 
 screenshot to an image hosting service, and then get the link to
 share it.
 

It does part of it, i.e. it has an option Send To that can upload to
a variety of services. What it does not do currently is to return the URL.

I yesterday had filed a wishlist for the very same feature. You may
want to add yourself there.

https://bugs.kde.org/show_bug.cgi?id=298488

- -- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJPkdkmAAoJEKY6WKPy4XVp8KUP/irOFW/fzJHnUo34pqCEbZ7n
lzjq7psgk9H7qtO/lcfzNv/Soq6ka75Rn8TVhhaVp4ysagcO+qA4XYg4kVtEGEVF
hBAtxEun8AfAQtVt5tRQSmYLsG8telnE3j1RkPT7+ITg4YepL2xA9jhdx6dgKCSQ
cCTCjuMrnWEZttLaolqkP+4X9ekk2qmfVx4GQmsr0pzk9OtM9DTpFhfiZbHbcGXs
Z0/SsjHRNZWHsJjjxPk9sv5S4Knz/gTcf9/DaerY/6196Mp3VxENFMexu736H+Vq
k2m7dxD/wjxXAGeydDsrhcV4xrsBrRo0V93uslyD92PqD9dd9x4ZLv7F233LNHy8
yq+u6XWlvBPE+bMMCjU4AAxF121ldcoNp8Snh0YHm3dqFVdtZVEp2EJLck/Ix79Z
YndvwbvaUsZt9Sp4mXk+QIBLMhbnaKYgXZSv+QdxbvNWZYZXzwThucQoQXk4jk7Z
ZwjdvdSRBreQ80EFGVEQic//ytfCQDtVcjWmpz5YYoDDJCGmL5wo+DlZGBXgbJBb
zO5ZJcl3InmIa95nIIBSkTT7PT2hEvZjxqGEqzv6XB1lRGfw9TPBBiTt3kf0Hbdq
RXVIr4q8G1v7yLDjC+3HkrjIdZJwTC3+UgTnwPhIedK0TyJgGD0mtFFUU6Gvaf9C
YD4UkkNYsm7+Kzt+82Ci
=iJcY
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f91d926.1090...@researchut.com



Bug#666495: ITP: plasma-widget-menubar -- plasma widget to display a global menubar

2012-03-31 Thread Ritesh Raj Sarraf
Package: wnpp
Severity: wishlist
Owner: Ritesh Raj Sarraf r...@debian.org

* Package name: plasma-widget-menubar
  Version : 0.1.16
  Upstream Author : Aurélien Gâteau agat...@kde.org
* URL : https://launchpad.net/plasma-widget-menubar
* License : GPL
  Programming Lang: C++
  Description : plasma widget to display a global menubar

A plasma widget to display a global menubar of application windows



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120331073907.26394.68330.report...@champaran.researchut.com



help with lintian errors

2012-03-20 Thread Ritesh Raj Sarraf
Hi,

Can one of the people on this list help?

I am trying to package appmenu-qt. At the moment, I am getting the
follwoing error:

E: appmenu-qt: pkg-has-shlibs-control-file-but-no-actual-shared-libs
W: appmenu-qt: postinst-has-useless-call-to-ldconfig
W: appmenu-qt: postrm-has-useless-call-to-ldconfig


I do not have any control file, so I'm confused where it is coming from.
I also extracted the built package and did notice that it had a postinst
and postrm script, which I do not have under my packaging folder.

Any ideas?

Ritesh

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f689327.2090...@debian.org



Re: help with lintian errors

2012-03-20 Thread Ritesh Raj Sarraf
On Tuesday 20 March 2012 08:05 PM, Pino Toscano wrote:
 shlibs, postrm and postinst in your case are created by dh_makeshlibs; 
 it could be there's a (private?) shared library with a wrong/missing 
 SONAME.
 Can you please point to the appmenu-qt source and to your packaging?
 Can you please provide the full list of files installed in the package?

Thanks Pino.

Yes, there is a private library shipped.

Here are the details:

22:52:45 rrs@champaran:~/Community/Packaging/appmenu-qt (master)$ dpkg
--contents /tmp/Debian-Build/Result/appmenu-qt_0.2.5-2_amd64.deb
drwxr-xr-x root/root 0 2012-03-20 19:48 ./
drwxr-xr-x root/root 0 2012-03-20 19:48 ./usr/
drwxr-xr-x root/root 0 2012-03-20 19:48 ./usr/lib/
drwxr-xr-x root/root 0 2012-03-20 19:48 ./usr/lib/qt4/
drwxr-xr-x root/root 0 2012-03-20 19:48 ./usr/lib/qt4/plugins/
drwxr-xr-x root/root 0 2012-03-20 19:48
./usr/lib/qt4/plugins/menubar/
-rw-r--r-- root/root 67480 2012-03-20 19:48
./usr/lib/qt4/plugins/menubar/libappmenu-qt.so
drwxr-xr-x root/root 0 2012-03-20 19:48 ./usr/share/
drwxr-xr-x root/root 0 2012-03-20 19:48 ./usr/share/doc/
drwxr-xr-x root/root 0 2012-03-20 19:48 ./usr/share/doc/appmenu-qt/
-rw-r--r-- root/root   466 2012-03-05 21:22
./usr/share/doc/appmenu-qt/README
-rw-r--r-- root/root  2713 2012-03-20 19:46
./usr/share/doc/appmenu-qt/copyright
-rw-r--r-- root/root   165 2012-03-20 19:46
./usr/share/doc/appmenu-qt/changelog.Debian.gz
-rw-r--r-- root/root   556 2012-03-05 21:22
./usr/share/doc/appmenu-qt/changelog.gz


I just pushed the packaging to kde-extras. You can check it out there.
http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/appmenu-qt.git


Thanks for your help.

Ritesh

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System



signature.asc
Description: OpenPGP digital signature


Bug#651090: ITP: colibri -- alternate notification system for KDE4

2011-12-05 Thread Ritesh Raj Sarraf
Package: wnpp
Severity: wishlist
Owner: Ritesh Raj Sarraf r...@debian.org

* Package name: colibri
  Version : 0.2.2
  Upstream Author : Aurélien Gâteau agat...@kde.org
* URL : http://kde-apps.org/content/show.php?content=117147
* License : GPL
  Programming Lang: C++
  Description : alternate notification system for KDE4

passive notification system for kde4
 colibri is a passive notification system for KDE4 desktop
 .
 Colibri notifications look lighter and are completely passive:
 they do not provide any buttons. You may or may not like this.
 Since they are completely passive, they smoothly fade away when
 you mouse over them, allowing you to interact with any window behind
them.
 .
 They also do not stack each others: if multiple notifications happen,
 they will be shown one at a time.



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20111205184424.18548.90899.report...@champaran.hq.netapp.com



Bug#651091: ITP: bespin -- Bespin artwork for KDE

2011-12-05 Thread Ritesh Raj Sarraf
Package: wnpp
Severity: wishlist
Owner: Ritesh Raj Sarraf r...@debian.org

* Package name: bespin
  Version : 0.r1421
  Upstream Author : Thomas Luebking thomas.luebk...@web.de
* URL : http://cloudcity.sf.net
* License : GPL
  Programming Lang: C++
  Description : Bespin artwork for KDE

The packaging is already available at:
https://github.com/rickysarraf/debian-bespin

I'd like to see this in Debian.


Bespin is an alternative artwork for KDE. IT comprises of a couple of
tools. Details below:

Package: kde-style-bespin
Architecture: any
Depends: ${shlibs:Depends}
Suggests: kdm-theme-bespin, ksplash-theme-bespin
Conflicts: kde4-style-bespin, kwin4-style-bespin, plasma-widget-xbar
Description: A very glossy Qt4/KDE4 window decoration
 Bespin is a window decoration for KDE4, the name is nothing about
quantum
 mechanics, but just refers to cloud city (StarWars Episode V: The
Empire
 Strikes Back)

Package: kdm-theme-bespin
Architecture: all
Suggests: kde-style-bespin
Description: A very glossy Qt4/KDE4 window decoration
 Bespin is a window decoration for KDE4, the name is nothing about
quantum
 mechanics, but just refers to cloud city (StarWars Episode V: The
Empire
 Strikes Back)
 .
 This package includes the kdm theme for Bespin

Package: ksplash-theme-bespin
Architecture: all
Suggests: kde-style-bespin
Description: A very glossy Qt4/KDE4 window decoration
 Bespin is a window decoration for KDE4, the name is nothing about
quantum
 mechanics, but just refers to cloud city (StarWars Episode V: The
Empire
 Strikes Back)
 .
 This package includes the ksplash theme for Bespin

Package: bespin-icon-theme
Architecture: all
Suggests: kde-style-bespin
Description: A very glossy Qt4/KDE4 window decoration
 Bespin is a window decoration for KDE4, the name is nothing about
quantum
 mechanics, but just refers to cloud city (StarWars Episode V: The
Empire
 Strikes Back)
 .
 This package includes the icon theme for Bespin



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20111205185052.19477.31266.report...@champaran.hq.netapp.com



Re: k4dirstat -- graphical disk usage display with cleanup facilities

2011-09-13 Thread Ritesh Raj Sarraf
On 09/13/2011 07:19 AM, Steve M. Robbins wrote:
 Ritesh,

 You said:

   But this functionality is already available in Konqueror. Is
   there anything extra that kdirstat provides?

 I don't use Konqueror.  Can you explain how to produce the sortable
 tree view of k4dirstat?  It wasn't immediately obvious to me.

 Thanks,
 -Steve

It is not an exact equivalent of k4dirstat but something similar.

You can access it in Konqueror.

* Open Konqueror and access your home folder. This will open the File
Browser interface.
* View = View Mode = File Size View.

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.




signature.asc
Description: OpenPGP digital signature


Re: akonadi

2011-08-27 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Thank you Bruce.

I share the same view. After painfully trying kdepim I finally was
able to switch my workflow with Thunderbird. Then, for the web
browser, I have already switched to chromium/iceweasel.

On 08/27/2011 02:58 AM, Bruce Sass wrote:
 On August 26, 2011 10:30:22 AM Ritesh Raj Sarraf wrote:
 Are people here using akonadi or any of the tools using the
 akonadi framework, in their regular workflow? (Email, PIM)
 
 Maybe, but not because I want to... at this point I see my options
 for that box as: check if KDE-4 can be built without akonadi;
 Oldstable with KDE-3.5.10; Stable + Trinity's KDE-3.5.12; not-KDE
 

As a packager, the kde team shouldn't disable that support.
As a user, I just realized yesterday that I should have used equivs
long back.

Even though I was using TB/Chromium combination for some time, the
stray akonadi processes were just a waste.


aptitude reports that kdepim-runtime is the only caller for
akonadi-server. So the dummy package here helps.

18:58:16 rrs@champaran:/tmp/Debian-Build/Result$ aptitude why
akonadi-server
i   kdepim-runtime Depends akonadi-server (= 1.3)


I tried knocking this off too. But kdepim-runtime is required by many
more than just what is reported here.

18:58:25 rrs@champaran:/tmp/Debian-Build/Result$ aptitude why
kdepim-runtime
i   kbugbuster Depends kdepim-runtime


 Also, the same with Nepomuk. Are people using it or is it just
 sitting disabled in everyone's config?
 
 Disabled as a service in itself, but it still gets started by
 akonadi.  :(
 
 
 AFAICT, ATM: I have no use for the nepomuk/strigi semantic desktop
 stuff; Akonadi is just simply overkill for me, and it doesn't help
 that the box I currently use for email can't afford the
 extra/unnecessary overhead (even if it didn't leave soprano and
 nepomuk processes lying around after a ssh -X host kmail).
 

Here's what I did.

14:07:13 rrs@champaran:~$ dpkg -l | grep -i akonadi
ii  akonadi-server 1.5.3.1-1
  short description; defaults to some wise words
ii  kdepim-runtime 4:4.4.11.1-2
  Runtime components for akonadi-kde
ii  libakonadi-kabc4   4:4.6.5-1
  library for using the Akonadi PIM data server
ii  libakonadi-kcal4   4:4.6.5-1
  library for using the Akonadi PIM data server
ii  libakonadi-kde44:4.6.5-1
  library for using the Akonadi PIM data server
ii  libakonadi-kmime4  4:4.6.5-1
  library for using the Akonadi PIM data server
rc  libakonadiprivate1 1.4.0-0r2
  libraries for the Akonadi PIM storage service
ii  libakonadiprotocolinternals1   1.5.3-2
  libraries for the Akonadi PIM storage service
ii  libmicroblog4  4:4.6.5-1
  library for using the Microblog Akonadi Resource


I was able to cut down akonadi installation by almost half. The
libraries couldn't be uninstalled because other kde4 components link
to it.

Create a dummy akonadi-server package with equivs with a version
number greater than the current one in our repository.

Once you do that, you can achieve this:

14:14:33 rrs@champaran:~$ ps aux | grep -i akona
rrs  20444  0.0  0.0   8516   880 pts/3S+   14:16   0:00 grep
- --color=auto -i akona


Up till now, I have not seen any crashes because of akonadi missing,
so we should be good to use kde4 while still avoiding all of akonadi.


Hope that helps.


- -- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJOWLA1AAoJEKY6WKPy4XVpDCgQALSK2MP4ql2FIBLimNwzqrgV
ARg3NOi1GHR3/Jh8xGOBwvVpme809+tZOcVbBjQB1VniWWJc0Qv1Eex7Om5Aikz6
M2AFabK/LT6/9EcRvygHLPq9xsmMtoyIp+xD+ich/gIHGz7iAuj5vsp3MILB+iyu
r05rwTXKk308i+kBvc11qHe1nkoZg15RXnGcGinZb7SqO/14IwLMd1i5kSXYcYHl
afRXm9gUbyT/pIa+ZtokTK5TXNwsZDRAbP50apFGMCEQ+flPh0L3+KOvs92Xe5Sc
d1TgD5Q+SJHeewEFnzHzpx0VKX0/mucfqUlEW2mlu6KnoesEY+q11jJC4/KrEcsq
/bTTZ3X5L6uoNYAk6EPtdTUfWtKIUSPNVu63VdL9b3pQ0nJRCxxXt6W+5Oe5ZMZl
teURtWgE1Si7Exkr6t4M9ZZS9TsJvwXknb6Dsz3Fw4q/NAtTwdWwqQ28b/idYpvQ
A/eBlBWG1KMQjh+Mej/I+bkJwVZ1mQAQRUcX0ENH8xWy9cxoxje2ZBLT/jnh32kf
9RCDzZ9gh6M24dPJL+KSmfSBC+yqB3RdqAmH4//m6turLE9bQ7e9kc6NMUrUG/Gy
xpwJeJFJqoxfvXNS3YtYRIRVg4KuF7Ykw05LIxlOhbT9aQkZvnH7u6gU3YaahVx7
Uu9lqDwcK/Q3xzCHvsgb
=CC8T
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e58b035.8090...@researchut.com



Re: akonadi

2011-08-27 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 08/27/2011 02:22 PM, Ritesh Raj Sarraf wrote:
 I was able to cut down akonadi installation by almost half. The 
 libraries couldn't be uninstalled because other kde4 components
 link to it.

Actually, I just knocked off all of PIM and Akonadi. kdepim-runtime
has been replaced by my dummy package too.


15:49:25 rrs@champaran:~$ dpkg -l | grep -i akonadi
ii  libakonadi-kde44:4.6.5-1
  library for using the Akonadi PIM data server
ii  libakonadi-kmime4  4:4.6.5-1
  library for using the Akonadi PIM data server
ii  libakonadiprotocolinternals1   1.5.3-2
  libraries for the Akonadi PIM storage service
ii  libmicroblog4  4:4.6.5-1
  library for using the Microblog Akonadi Resource


23:01:51 rrs@champaran:~$ dpkg -l | grep -i kdepim
ii  kdepim-runtime 4.6.1-1
  short description; defaults to some wise words

- -- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJOWSp8AAoJEKY6WKPy4XVpryAP/3TaUHTxh8j8XuEWD1wumQJY
yFIzTawV/OaIcx1dKFYKvjZX8JOFxVqeDznsDaHGPRV9vDL0l9CQ1ZabrHaYc6ar
m+yNGPhwyQ0cJE28y4lKKPKk/tPXJNddgD+zErYqc+n/U7k2VfwKWxFzlJlqFIBu
VJ5QmscZmtWOU0aZwEKSGBZybGxVIg7eCCZhvZqQo0+Tz4sqVPcABOPPbsvhb+yA
uZVbDyn6PevDz+Y+nvokFVgmr6Zg2i0X4Ns1+UABC5F11Z2iQLnlTh2WyGEH2U0t
KpPay+K2gLMzVznpaWW2Z87HiuEw4FH/pD0yFCglkZowPFGV/8g8TzsrgoauJ6hW
yCA4ftfPe/C0GA8GaCvkVGRtUrl2i1O1DQGgRuPIHYHwM9LQcKtQYABxFu4HLe6h
IBGh9EbhslXza6Fsxc2MXURGWc+fqN0Cu2x8jCSpJVfXxbRFcuxYT99hWrSxZxWE
l42izDG20mxAQLtkWzPaYQy/3pwp4X6jiJGrUoX4acs7weRh2rjaqYhLsKZZQ2/9
DZ6vpMCPh374Qw1degteLEp0bmhm0qv6BDRS5wPkdeHZ3gtpBTXzLjPpK7Mtl6gD
2zZxNW/6BedMZMrB+ZGlay1sOE+c+8dj3yfRdKd7pY3LZuZK260ABgGq5uhcjbMy
Jq1X0v+dDtk3eDmzY5B/
=deg/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/scmni8-ec7@news.researchut.com



akonadi

2011-08-26 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Are people here using akonadi or any of the tools using the akonadi
framework, in their regular workflow?
(Email, PIM)

Also, the same with Nepomuk. Are people using it or is it just sitting
disabled in everyone's config?

- -- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJOV8oeAAoJEKY6WKPy4XVp8aUP/jHFCw7U/MrnD/oGkLsEn6Rr
3nruZ8xPjeFif7bDcxlympMdxjcOw0H/d+m8+0pBtF1X5hiXx3oxX1kO7E/Q++PX
lIqJUqEpIlKOhG3Kps30k4OSrr5bv0YSxspJx4BYYDD27lY/jX2rjUB2B13RhNC3
Ypx//4gUvuSd68J0QvI7mDO5glH+PswAOlu2sfUbsOFuiCdkcgFKZmQ+YAHnw402
Adzc0Lo+glBKMy6sRDAOqOWaUOwRhtvuZA56pnNiG0TaTPqh8lM24uNFdWuZTisG
QHs0nbRySZ3ZLDgI4wlqA9/ZuG8+Vf9Ij6HtvC79TJjO4ZSrYRYkmdvM+/WMiqBy
WydDI8qmZWZpX7JGVRO9CgXaejLdCVD4spvFb8ne0UzN/rmdT4E+/vCoXMQ7axPl
8dmgRvHnCA9H4xFFcRnkEWXtb2n7eRIH6MqkZQk81hY1ehq6tSjaN2s13xUBDiV+
MUzg/4Fexou4Uwr0mkWNKEP9zbOwDVOTDE6u6XSOXKjnhbBZDaEAyQGes/zEkHHW
DlD1ctlmgucebaf7/ql6Q3TBiBYxNyZP1G38FTsU1bdR5WyidUm6iWpuhio1iCuS
SVb7sPGFQgciu2InGsCq8ctak8J81AHssXO4I/9FEkEdQ7MP6m1hPPMcx6mm5hGg
z8ZIpCA1Rt4FJAD47w6Q
=Hqf9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/u9uki8-reo@news.researchut.com



dolphin as the file manager

2011-04-13 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

I have had bad experiences with the new dolphin file manager in KDE, so
thought of asking here.

Have people been using dolphin? I have very frequently seen problem when
trying to copy multi gigabytes of data, the entire desktop to freeze and
the I/O to stall. First impression one gets is that it could be the
linux kernel. But honestly, the linux kernel has the best I/O
performance afaik.

So I initiated the file copy in dolphin and it *crawled*. The mouse
stalled and looked like a freeze. Knowing that it was dophin (or
kio_file, or nepomuk, or whatever), I saKed it. And then initiated a
simple 'cp'. With that everything worked great with a throughput of 15
MiB/s.

So, does the KDE file manager do a super copy that cripples? Or is it
Nepomuk causing the trouble (even though it is disabled on my box)?

I should spend time in profiling/debugging the cause but real life
doesn't allow that. Do others face problems with Dolphin (or KDE's file
managers using kio_file) ?



PS: With all small problems piling up in KDE, I'm already drifting.
Browser: Iceweasel/Chromium
Email/NewsGroups/RSS: IceDove
File Manager: Yet To Find.
IM: Pidgin
Network Management: Wicd

Are there users who still run a *Pure KDE Installation* successfully ?


There still are good applications though:
Amarok, Ktorrent, Okular, Konsole, Quassel, Digikam/KPhotoAlbum, SMPlayer




Ritesh
- -- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJNpdGNAAoJEKY6WKPy4XVpFUUP/2vf4kWPF14x6ODmwKW44xXx
hZWPrmhMpbID2IsQmCeXIxa9iixsY4d3BwhBzY+X67svaBKQGYi1vyROmVUatYfD
mFQ48/m2sOixv86lsyCGYPffHW7BK234/7KBVDkG9VbgM3BW9IYad4HTfzqhHaGG
6VnrJNIaDwpRsIH9Ady5RZcBlCRrSDTroArqITJrYjanWAMNzpwDv4n2wt/C4qXv
CRhNUWvZLyvoo71QtHHNc9uIYUHXt8zRMAALiNrTXNaJ1l6OPPHq7nWopSkyLQg9
uKha5YWjBLrSxhr0WwEsN3rhTxERR4Rfu9piOq/y2CIcCuDN0ssf6YS5iSjqDjWX
3i4dd879SEBAuGKOp1VUNr0P9uFHUjAB+TAMvUkXhf29Oc6Kd3cJVuSBG9Pwlm8F
W5w3HMPlCe8Z9ZBqbTxkFv2Kr1Avqw8Z5QI1OEa3OAZNvpZYGAq4xI9OU0hGSUQq
keMauYyT5JQyi46ba7fWJaDVBiacHDpVNCOEVE17kqDhvgRm+YKX4V3HznglaSTX
YWsXfAVYZpby8wsH2BAvW5tE/oLkQLsYDZKIzluBu4QGPcCGc/mmAZ6CwHnw0XYL
PmMr7FisHSvDxlLSOK6C2rkKokvwBEdzJLM8F22otnq9qoiOwFcS0c00cg7tYtaL
9Xbc9xTgjKEPzJ/IAqjm
=hIlV
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/d50h78-qo9@news.researchut.com



Re: dolphin as the file manager

2011-04-13 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 04/14/2011 01:19 AM, John Culleton wrote:
 My major problem is with moving things from an earlier version to
 a later version.  Strange things happen and are essentially 
 undebuggable. So with my present Slackware 13.1 version with 
 KDE 4.4.3 I specified XFCE (most like KDE 3.5} but I am not 
 copying over the environment from my previous 13.0 
 partition (i.e., cp .kde -r -p etc.)
 but am rebuilding e.g. kmail and all its filters one filter at a time. 
 Slack 13.1 would not operate properly on my old monitor and 
 integrated video chip so I bought a new Acer 21 monitor and 
 Nvidia clone graphic card. 


I think when 4.0 was being prepared, the KDE devs had no migration
plans. Being a major release, this was seen as a transition that would
break things. AFAIK, The only team that did some work in helping migrate
user settings was the Debian KDE Team. They developed a tool, iirc,
kaboom, which did a fairly good job.


- -- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJNpoF4AAoJEKY6WKPy4XVpvj8QAJtmnK3WUkDIKaORk9JHyVJJ
t4xzii3uhR7sn9lbaZDY/dpSCz5RnsUWy6UOAv6Pz2xWYQ9Zo8X0/YzYu6Tum5mb
zxQFz0PnYKBJrtCV4cxqW04KwTvFHfPVgqYXIP/mxalK0NtszvAGeJuIVvAsHA8g
7G9E3SwbYQGBzRrcSCR7OFWbSkX1kob9T+Zor8hH8l36LDZzqIrQMHQswOXSBZD6
mm6RZYr2yFvPfMCC5zCx9UIT/6Mu7+UT7mkPGi6PSBDT4I9wtxzTmP9bdUi0lMF0
bM/tajq8PxQUAcDvh7W2xJmdlN1Af+IwUXiLO4qCaFp6SsVv1d5w6r8xVNTCjVDy
qytmNXYuFSdBac97EYwXDsGzOHLiTBsxIYvnJ7EheqJVpjEWwM4kgabulwgMJREB
INsYmKsLW94BAZe0Hth0v25oKyp9nnAddMl5q0vrUA3T6tWJG94IDYq/lbWAyIgp
+xSBd+6BSqz0oimbCn5TfVOt/LlL5VP4s1u39mFzZvK0M4OikGYvKXf1lnVMP+tJ
QSb/eqyhaEC4oW5UOUjJ6tygkfGNGGXGhUbI3HQ2y5i76Y8VwZn+orUtZFsJ89bu
eiCiP3cfufCb4/2HHGmDVsB+MxOs6UNlVqV+QSlY5c5w+X50U42D6/151MG1/zLa
ZbgzAVQWtA8wV5VJBPOL
=yIYJ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4da6817f.80...@researchut.com



Re: KDE restarts everytime I apply new system settings

2011-04-13 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 04/14/2011 07:53 AM, Adriano Vilela Barbosa wrote:
 I'm having lots of problems with KDE 4.4 over the past few days. One of the 
 problems is that my desktop gets totally corrupted every time my screen saver 
 kicks in. I think this is related to some regression in the radeon driver in 
 kernel 2.6.38 though. The main problem I want to report in this email is that 
 every time I go to System Settings, change something and then click the Apply 
 button, KDE restarts. Just like that. Has anyone seen this? It's just driving 
 me 
 nuts.

Is it a KDE restart or an X server restart? Can you confirm that?

- -- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJNpoG0AAoJEKY6WKPy4XVp8dkP/20fwwDSuezkqajQmJcQiuM6
1fKohniRmtgyiX7r+AY9VeJm0ptbelcncu1zL6ZGVadD2osajSHe7IkTp5E+e3rV
zi52mC5gfIgk8K8OjPUSXOCd57nQ5f/q9/j01BIVa0O2zYApn2dRjtA89Ckh3vPa
HhLuqcYDWEZAeM+jFecjl5I7i7UFiUiXXSl+N1mQedJg3nFHH1OtGxF+vxoNLFS4
PptiG2kyQ/mOGVH2mYXSBmR/DIGVfq2xubctDFqa89nd/oUfHJzVJ34lQetHuyb2
8ul7qmrP1CSC83GNV8fEbm7DHXHP6LT2iiT4muc9Rx+hPBB7tz2ERCerPIGqvv8B
K/tKZT7pF8wfaymxotxd1AWHHKmaM7RyqjGnHyWSccg48BsMSygKzWksuIjefFLI
GnFrejk93nxaiskDSmBWKsGcPSSPDEXJxHoKRNatbVNKeaT2B9zIujOLYFrLmirI
SmWWaR36/X9mDwREm55RXWrM/fMBAyj/wh8zVY2YtT7TeBSRUAY27ajM/WGY6hh3
6iEKOBKRiiSy07W+ay2r85Hs9+5PabIZkNIKraiyusY8aotMX44y9WpYpTaktMmi
kqoWiXIfv9T3aBya6oRbEh7vnRAw3h7EYBXa5SoKWD/vV3p0u45A+Y6l6c3ICPdE
b1O/xr9yd3VIo80jGj4X
=s2OU
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4da681b4.5090...@researchut.com



shared memory mapping in kde 4.5

2010-12-07 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Any ideas how to fix it ?

konsole(6041)/kdeui (KIconLoader)
KSharedDataCache::Private::mapSharedMemory: Failed to establish shared
memory mapping, will fallback to private memory -- memory usage will
increase

21:10:56 r...@champaran:~$ konqueror
konqueror(6013)/kdeui (KIconLoader)
KSharedDataCache::Private::mapSharedMemory: Failed to establish shared
memory mapping, will fallback to private memory -- memory usage will
increase
konqueror(6013)/kdecore (KLibrary) kde4Factory: The library
/usr/lib/kde4/konq_sidebar.so does not offer a qt_plugin_instance
function.
konqueror(6013)/kdeui (KIconLoader)
KSharedDataCache::Private::mapSharedMemory: Failed to establish shared
memory mapping, will fallback to private memory -- memory usage will
increase
konqueror(6013)/kdecore (KLibrary) kde4Factory: The library
/usr/lib/kde4/kget_browser_integration.so does not offer a
qt_plugin_instance function.


21:27:27 r...@champaran:~$ while true; do ktorrent --nofork
- --nocrashhandler; done
ktorrent(5876)/kdeui (KIconLoader)
KSharedDataCache::Private::mapSharedMemory: Failed to establish shared
memory mapping, will fallback to private memory -- memory usage will
increase

- -- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJM/lqwAAoJEKY6WKPy4XVpkQIP+wcJcsYi3gO4AA8vCVjATlsw
THyc3ogcYmm+NLmRouhpJo6TcjpPpsqmCPEapHm7mfOfOMFghl5ZrA6CUFzsgfNf
LOZ3RDyiDBKYGssjY6JMRYhcQab4yIvClOFchUQD/9aUd2LfSWmm6JjaBBBHPsIw
mKL+a2sPAOKuszSXvb/piQ8Y2hGMI1XmdxJu+xdhh8WvBMoSd30pDoBmGqIJDtHx
0QsiMNu2w2OOcGkO/4QYQLMLI7lOL2Pm60pbcy1LveM2rpIlAqVxYImT+Fv8/kJD
8J9HtHD44oaZxZ1WzthFreWxVL4CFFvmUECAmckCUPaUoUbmwCksWsgxkFqMKTY7
8gen7aQSUL97kQyGNKadGngN4OrXBUbpQ7MC5q9hC+KhBpEShBSKgM5BLnwDs1hV
klfOiv1cUWCEiiAEKqtCB8u3n+4ZNP1a9o5Lk+Spb4/IV48J41TqhcIu/17UrMSy
sHgQIs+n5ajPCxVIVVt6KwVsmqaGRnDaVGJU5KF9xRXNJtntthHTP734siYdaJnz
p3JO7hKu+hs0C8D8PltEVc+QIfIiiGHIz1Sf1VeuTLmX+mOdoOau8a7qhc1Dy5jK
yRcQBDVOcVPsF7VM/OidAcoi3BVr4bH1mA1BJawMWsZopF9NHTXpIcnJFfzGSjgY
3I4LKnHLL05DOdXWRMPL
=woX2
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ne22t7-n06@news.researchut.com



Re: broken kde notifications

2010-06-07 Thread Ritesh Raj Sarraf
Thanks Modestas,

On Monday 07 Jun 2010 03:59:34 Modestas Vainius wrote:
 There is nothing for us to fix. Maintainers are not responsible for the
 messed  up configuration of your system. In KDE 3 times, if you ran any
 GNOME app, gnome-setttings-daemon would take over your desktop (wallpaper,
 shortcuts etc.). So if this still happens to a lesser extent nowadays,
 that's a rough life but it is not really a job of KDE to fight GNOME at
 all costs. It is the job of GNOME to be friendly.
 

Looks like I haven't used GNOME in a very long time.

 If you want to complain to somebody, complain to the maintainers of the 
 offensive application which triggered this for you (maybe some
 self-centric  gnome (or whatever?) configuration tool?). Finally, KDE
 should not go against user wishes if (s)he wants to use
 notification-daemon for whatever reason.


It got pulled in through a Recommends of ogmrip (which is from debian-
multimedia)

12:17:19 r...@champaran:/tmp/kde-rrs/notification-daemon/usr/share $ aptitude 
why notification-daemon
i   ogmrip Dependslibnotify1 (= 0.4.5)
i A libnotify1 Recommends notification-daemon  

 
 As Kevin said, you should better find out how notification-daemon ended up 
 being started before plasma-desktop behind your back. That would be 
 interesting.

I guess this might be the cause.

12:17:14 r...@champaran:/tmp/kde-rrs/notification-daemon/usr/share $ cat 
dbus-1/services/org.freedesktop.Notifications.service 
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/lib/notification-daemon/notification-daemon


Ritesh
-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs


signature.asc
Description: This is a digitally signed message part.


broken kde notifications

2010-06-06 Thread Ritesh Raj Sarraf
Hi,

Since one of the recent updates in the last one week, I have lost KDE's 
notification ability. All KDE notifications now pop up through some some 
GNOME notification UI.

Here's the link to the screenshot.
http://www.researchut.com/tmp/knotify.jpeg


Any ideas?

Regards,
Ritesh
-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/te2sd7-2fl@news.researchut.com



Re: broken kde notifications

2010-06-06 Thread Ritesh Raj Sarraf
Hello Modestas,

On Sunday 06 Jun 2010 14:24:27 Modestas Vainius wrote:
  Here's the link to the screenshot.
  http://www.researchut.com/tmp/knotify.jpeg
 
 Terminate GNOME processes?

I'm not sure what you mean here. The screenshot shows kopete notifying through 
some GNOME notification. My installation tends to be gnome minimal. Acutally, I 
don't have any gnome apps installed. Whatever is there is mostly libs pulled 
as dependencies.

Can you be specific on what GNOME processes ? My check did not yield even a 
single one. I do have a bunch of gtk processes (wicd, virt-manager)


Ritesh
-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs


signature.asc
Description: This is a digitally signed message part.


Re: broken kde notifications

2010-06-06 Thread Ritesh Raj Sarraf
Thanks. Purging notification-daemon solved the problem.

Should the kde-full or kde-desktop metapackage have a conflicts on stuff 
like these ? An end user will not be aware how the notifications went 
broken.

Ritesh


Kevin Krammer wrote:

 On Sunday, 2010-06-06, Modestas Vainius wrote:
 Hello,
 
 On sekmadienis 06 Birželis 2010 12:50:40 Ritesh Raj Sarraf wrote:
  Hello Modestas,
  
  On Sunday 06 Jun 2010 14:24:27 Modestas Vainius wrote:
Here's the link to the screenshot.
http://www.researchut.com/tmp/knotify.jpeg
   
   Terminate GNOME processes?
  
  I'm not sure what you mean here. The screenshot shows kopete notifying
  through some GNOME notification. My installation tends to be gnome
  minimal. Acutally, I don't have any gnome apps installed. Whatever is
  there is mostly libs pulled as dependencies.
  
  Can you be specific on what GNOME processes ? My check did not yield
  even a single one. I do have a bunch of gtk processes (wicd,
  virt-manager)
 
 I don't know, I'm not a GNOME expect nor I want to be. But afaik
 notifications are desktop-independent and relayed through DBus. So there
 is a GNOME application listening on the specific DBus signal (I guess
 `qdbus
 org.freedesktop.Notifications /org/freedesktop/Notifications` stuff) and
 preventing KDE plasma desktop from taking the service over.
 
 Probably notification-daemon or notify-osd.
 Once a process claims specified D-Bus name for the notification system, it
 owns it. All other programs capable of being a notification provider just
 don't get any of the calls.
 
 So if this happens with a clean session, something might have either
 invoked the other notification provider before plasma-desktop could claim
 it or something created a notification and D-Bus decided to activate one
 (not sure if any of the notification providers install a .service file for
 that though)
 
 Cheers,
 Kevin

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/if3td7-8pl@news.researchut.com



Re: broken kde notifications

2010-06-06 Thread Ritesh Raj Sarraf
On Monday 07 Jun 2010 01:21:49 Modestas Vainius wrote:
 Hello,
 
 On sekmadienis 06 Birželis 2010 20:45:54 Ritesh Raj Sarraf wrote:
  Thanks. Purging notification-daemon solved the problem.
  
  Should the kde-full or kde-desktop metapackage have a conflicts on stuff
  like these ? An end user will not be aware how the notifications went
  broken.
 
 Now ask yourself if it really makes sense for KDE to conflict with GNOME at
 packaging level. My reaction would be: huh, KDE and GNOME cannot be
 installed on the system, wtf?

Okay!! But please fix this. If I have a KDE DE and a bunch of gtk/gnome tools 
which pull in notification-daemon, KDE's notification gets hijacked.


-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs


signature.asc
Description: This is a digitally signed message part.


Bug#579413: akonadi-server: akonadi conflicts mysql-server

2010-04-27 Thread Ritesh Raj Sarraf
Package: akonadi-server
Version: 1.3.1-3
Severity: normal

I just noticed that 1.3.1-3 has a dependency on mysql-server-core
package which consists of only the mysqld binary.

Shouldn't the dependency be mysql-server-core | mysql-server
and then,
Recommends: mysql-server-core

For whatever reasosn, I ended up with amarok using the system instanace
mysql and using a database there. I configured akonadi the same way.
(I understand that akonadi does not use mysql database for storage but
only for cache, but for amarok, that might not be correct)

With this new dependency that you have introduced, the system instance
package will have to be removed.


Another possible use case could be a user wanting a system instance
mysql running on his workstation box. How will akonadi-server be installed
there ?


Regards,
Ritesh

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-ck1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages akonadi-server depends on:
ii  libakonadiprivate1   1.3.1-2 libraries for the Akonadi PIM stor
ii  libboost-program-options1.40 1.40.0-6+b1 program options library for C++
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.4.3-7   GCC support library
ii  libqt4-dbus  4:4.6.2-4   Qt 4 D-Bus module
ii  libqt4-sql-mysql 4:4.6.2-4   Qt 4 MySQL database driver
ii  libqtcore4   4:4.6.2-4   Qt 4 core module
ii  libstdc++6   4.4.3-7 The GNU Standard C++ Library v3
ii  mysql-server-5.1 [mysql-serv 5.1.45-1MySQL database server binaries

akonadi-server recommends no packages.

akonadi-server suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100427162434.18451.137.report...@champaran.hq.netapp.com



Bug#575885: konqueror does not support socks proxy

2010-03-29 Thread Ritesh Raj Sarraf
Package: konqueror
Version: 4:4.4.2-0rc1
Severity: normal

I have been trying to make konqueror run with my local ssh forwarded
socks proxy but konqueror completely fails.


I login to my remote host using: ssh -D port hostname

When I configure konqueror to use the port on the localhost, pages do
not open.

I see this as a Konqueror/kdenetwork problem because, for tests, I ran
the arora web browser with the same settings and it works.

Regards,
Ritesh

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-ck1 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages konqueror depends on:
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  kdebase-bin   4:4.4.2-0rc1   core binaries for the KDE 4 base m
ii  kdebase-data  4:4.4.2-0rc1   shared data files for the KDE 4 ba
ii  kdebase-runtime   4:4.4.2-0rc1   runtime components from the offici
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libkde3support4   4:4.4.2-0rc1   the KDE 3 Support Library for the 
ii  libkdecore5   4:4.4.2-0rc1   the KDE Platform Core Library
ii  libkdesu5 4:4.4.2-0rc1   the Console-mode Authentication Li
ii  libkdeui5 4:4.4.2-0rc1   the KDE Platform User Interface Li
ii  libkhtml5 4:4.4.2-0rc1   the KHTML Web Content Rendering En
ii  libkio5   4:4.4.2-0rc1   the Network-enabled File Managemen
ii  libkonq5  4:4.4.2-0rc1   core libraries for Konqueror
ii  libkonqsidebarplugin4a4:4.4.2-0rc1   Konqueror sidebar plugin library
ii  libkparts44:4.4.2-0rc1   the Framework for the KDE Platform
ii  libkutils44:4.4.2-0rc1   various utility classes for the KD
ii  libqt4-dbus   4:4.6.2-1  Qt 4 D-Bus module
ii  libqt4-qt3support 4:4.6.2-1  Qt 3 compatibility library for Qt 
ii  libqt4-xml4:4.6.2-1  Qt 4 XML module
ii  libqtcore44:4.6.2-1  Qt 4 core module
ii  libqtgui4 4:4.6.2-1  Qt 4 GUI module
ii  libstdc++64.4.3-5The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.3-2  X11 client-side library

Versions of packages konqueror recommends:
ii  dolphin 4:4.4.2-0rc1 file manager for KDE 4
ii  konqueror-nsplugins 4:4.4.2-0rc1 Netscape plugin support for Konque

Versions of packages konqueror suggests:
ii  konq-plugins  4:4.3.0-1  plugins for Konqueror, the KDE fil

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100330045155.14232.81218.report...@champaran.hq.netapp.com



Re: KDE 4.4 and Phonon

2010-03-13 Thread Ritesh Raj Sarraf
Hello Bud,

On Saturday 13 Mar 2010 19:12:41 Bud Rogers wrote:
 control. AO: [pulse] Init failed: Connection refused
 Failed to initialize audio driver 'pulse'
 Could not open/initialize audio device - no sound.


Pulse daemon does not seem to be running. To confirm again, run in your 
terminal, `pulseaudio -vvv` and see if there are any errors.

 control. [AO_ALSA] alsa-lib: confmisc.c:768:(parse_card) cannot find card
 '0' [AO_ALSA] alsa-lib: conf.c:4154:(_snd_config_evaluate) function
 snd_func_card_driver returned error: No such file or directory
 [AO_ALSA] alsa-lib: confmisc.c:392:(snd_func_concat) error evaluating
 strings [AO_ALSA] alsa-lib: conf.c:4154:(_snd_config_evaluate) function
 snd_func_concat returned error: No such file or directory
 [AO_ALSA] alsa-lib: confmisc.c:1251:(snd_func_refer) error evaluating name
 [AO_ALSA] alsa-lib: conf.c:4154:(_snd_config_evaluate) function
 snd_func_refer returned error: No such file or directory
 [AO_ALSA] alsa-lib: conf.c:4633:(snd_config_expand) Evaluate error: No such
 file or directory
 [AO_ALSA] alsa-lib: pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
 [AO_ALSA] Playback open error: No such file or directory
 Failed to initialize audio driver 'alsa'
 Could not open/initialize audio device - no sound.
 
 

It looks more like a problem with alsa. Your kernel does not seem to be having 
support for it.

Regards,
Ritesh
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.


signature.asc
Description: This is a digitally signed message part.


Re: KDE 4.4 and Phonon

2010-03-12 Thread Ritesh Raj Sarraf
Bud Rogers wrote:

 I also do not have sound since upgrading.  I do not have the QT_NO_LIB
 line in my environment.
 
 Currently running debian squeeze with a few packages from sid.

Hello Bud,

You might want to try these.

* If you running pulse, can you confirm if it is running. Check for its PID. 
If yes, try running, like mplayer with -ao pulse and see if it works.
* Does amarok/dragonplayer open for you ? If you have a phonon problem, 
applications depending on it will not open.
* Does a direct mplayer -ao alsa work ?


Regards,
Ritesh
-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5u6q67-40v@news.researchut.com



Re: KDE 4.4 and Phonon

2010-03-12 Thread Ritesh Raj Sarraf
Bud Rogers wrote:
 It does not appear that I have any sound driver running.  At KDE startup
 and whenever I try to run any application that wants sound output --
 amarok, dragonplayer, etc -- I get a popup notification from phonon:
 
 The audo playback device HDA NVidia (ALC662 rev1 Analog) does not work.


Hello Bud,

Can you kill X and login into the console and try mplayer with the oss and 
alsa audio output device ? That will give a better idea if it has something 
to do with Phonon or something else.
 

Regards,
Ritesh
-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/8akr67-omn@news.researchut.com



KDE 4.4 and Phonon

2010-03-11 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

With upgrade to KDE 4.4.1, I noticed that phonon has been running into 
problems. This causes all applications relying on phonon (amarok, 
dragonplayer) to not start.

Manually running mplayer with -ao pulse works.

In System Settings, I am not able to open the Multimedia Settigs windows. 
Maybe something to do with Phonon again.

Have others faced similar issues ?
Setup should be something like KDE 4.4 + PulseAudio + Phonon.


The same setting used to work on KDE 4.3.


Regards,
Ritesh
- -- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCgAGBQJLmQbgAAoJEKY6WKPy4XVpb74P/jjSnkkBqJE72WhpyPSiUH+M
gfXu01E+C3aSueLzVskoe7nATW9BdQ9pfv29cJFnLL2vjrj1Vg0oyrppsolMeUW7
Bb97R3Vle7kmXKKssF2O1sLUxl1lQRgl/p5oPnNDB5lLHumZioc54W9a4vTj4syR
fWe5ucVCV0DImxCecMaPbWk1eawuKc8neFJ5VV0tBjU+IvXXd7Ort13CykrImLfl
LwflO7r+5+aWNXV2u7mwMYXVLSIB2ehuhxMEzM7QeDyWuT6LvE9SvPcuaJoUn5GA
Bn6vm87gkwMo4t/VBT738JKKZKhfVuHWjGj/vEvgAEw0jwgLolTy4tZMzPKXbCGy
dMZdsLBIPHeygu6cr9CtEWSTGJtcR7SDpTKA2COq+aqQd2i2c6LghbTyyErzm3HL
iT2RzyRizKfDodulXiVOBRqmWKKVaPm8PsJl1FYnVlLDyDzAcLw54X8pGuHZ+Im0
5YiYIv5peAtg0VZmbvvEtIM2zQ3fsX49vCBk51b63bGhzsznOjh55V+ukqGoL73g
eTM3U2Hm7PSnT82FNGRfrXgKG63XQNMY71aYjumRB4ajoHwwpVvgkVtEnDtsIr7n
pM8zKxwqegRjQJvYy0MdTb/hZhtFbKwDLrRflBkr4YrcbZKljEAbtxKepDtnER57
Si0HdhcfHqdhjLsVxsja
=ZncI
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/egdn67-423@news.researchut.com



Re: KDE 4.4 and Phonon

2010-03-11 Thread Ritesh Raj Sarraf
Hello Modestas,


On Thursday 11 Mar 2010 21:10:00 Modestas Vainius wrote:
 Post output of
 
 $ printenv

21:31:41 r...@champaran:~ $ printenv 
SSH_AGENT_PID=5500
KDE_MULTIHEAD=false
DM_CONTROL=/var/run/xdmctl
GPG_AGENT_INFO=/tmp/gpg-8HyIxu/S.gpg-agent:5501:1
SHELL=/bin/bash
TERM=xterm
XDG_SESSION_COOKIE=98d9e84e706d15a73c3eae344b73f833-1268320964.270258-1965371466
HISTSIZE=1000
XDM_MANAGED=method=classic
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/rrs/.gtkrc-2.0:/home/rrs/.gtkrc-2.0-
kde:/home/rrs/.kde/share/config/gtkrc-2.0
KONSOLE_DBUS_SERVICE=:1.121
GS_LIB=/home/rrs/.fonts
GTK_RC_FILES=/etc/gtk/gtkrc:/home/rrs/.gtkrc::/home/rrs/.kde/share/config/gtkrc
WINDOWID=104857639
KDE_FULL_SESSION=true
USER=rrs
LS_COLORS=rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
debemail=...@researchut.com
SSH_AUTH_SOCK=/tmp/ssh-YxSXfX5452/agent.5452
SESSION_MANAGER=local/champaran:@/tmp/.ICE-unix/5596,unix/champaran:/tmp/.ICE-
unix/5596
DESKTOP_SESSION=kde
PATH=/home/rrs/bin:/home/rrs/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/sbin:/usr/sbin:/usr/local/sbin
QT_NO_GLIB=1
PWD=/home/rrs
KDE_SESSION_UID=1000
LANG=en_US.UTF-8
PYTHONSTARTUP=/home/rrs/.pythonrc
KONSOLE_DBUS_SESSION=/Sessions/1
HISTCONTROL=ignoreboth
HOME=/home/rrs
COLORFGBG=15;0
SHLVL=1
KDE_SESSION_VERSION=4
LANGUAGE=en_IN:en
XCURSOR_THEME=oxy-steel
LOGNAME=rrs
XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-
cGdiB4oy90,guid=2e2a186590b9ab6b4f817bff4e2a
LESSOPEN=| /usr/bin/lesspipe %s
DEBFULLNAME=Ritesh Raj Sarraf
WINDOWPATH=7
PROFILEHOME=
DISPLAY=:0.0
QT_PLUGIN_PATH=/home/rrs/.kde/lib/kde4/plugins/:/usr/lib/kde4/plugins/
LESSCLOSE=/usr/bin/lesspipe %s %s
_=/usr/bin/printenv


Thank you for your help.

Regards,
Ritesh
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.


signature.asc
Description: This is a digitally signed message part.


Re: KDE 4.4 and Phonon

2010-03-11 Thread Ritesh Raj Sarraf
On Thursday 11 Mar 2010 21:41:01 Modestas Vainius wrote:
 Hello,
 
 On ketvirtadienis 11 Kovas 2010 18:05:36 Ritesh Raj Sarraf wrote:
  21:31:41 r...@champaran:~ $ printenv
 
 [ snip ]
 
  QT_NO_GLIB=1
 
 [ snip ]
 
 Get rid of it.


Thank you Modestas. That helped.

Regards,
Ritesh
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.


signature.asc
Description: This is a digitally signed message part.


Re: Bug#552041: kmail: KMail tortures my hdd for minutes after every startup

2009-10-23 Thread Ritesh Raj Sarraf
Hi Stefan,

Stefan Seide wrote:

 After waiting for minutes, the disc activity stops eventually and KMail is
 usable again as in earlier versions.
 
 This seems to be related to my IMAP accounts - closing them and restarting
 the program does not lead to this behavior. Opening the IMAP accounts
 again and checking a new mail restarts this heavy disc usage again.
 
 I have 3 IMAP accounts, where one has something around 9000 mails within a
 subscribed folder, maybe thats related and KMail (latest version)  is
 trying to reindex it after every restart...
 

I used to have this problem earlier (when I used Disconnected IMAP). Are you 
using DIMAP ?

I have switched to plain IMAP for my localhost account and DIMAP for 
Exchange and haven't seen this issue lately.
My local imap account does have multiple folder with some having close to 
5000 mails.

Ritesh
-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: automatic mounting of an encrypted harddrive

2009-10-22 Thread Ritesh Raj Sarraf
B. Alexander wrote:

 I haven't tried it, but take a look at Krypt at http://krypt.berlios.de/.
 
 As for decrypting the drive, I would think if you put the drive into
 /etc/crypttab, it should remove the need to run the cryptsetup command. I
 should (hopefully, time permitting) be able to look at this this weekend,
 as I have an external drive that I intend to encrypt.
 

I don't think you need to do that. I too have a cryptsetup LUKS encrypted 
drive and what I plug it in, KDE (solid) recognizes it and prompts for the 
password to decrypt the drive.

Have a look at the logs, there must be something relevant.

Ritesh
-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: automatic mounting of an encrypted harddrive

2009-10-22 Thread Ritesh Raj Sarraf
On Thursday 22 Oct 2009 23:22:03 Tobias Schula wrote:
 At this point kde asks me if I want to mount the drive
 
 
 Oct 22 19:47:34 siduxbox hald: mounted /dev/sdc1 on behalf of uid 1000
 

So is hald running under Debian ?

Ritesh
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.


signature.asc
Description: This is a digitally signed message part.


Re: automatic mounting of an encrypted harddrive

2009-10-22 Thread Ritesh Raj Sarraf
On Friday 23 Oct 2009 00:04:52 B. Alexander wrote:
 So it sees the drive. Is it listed in /etc/crypttab? That is what
 should cause it to prompt you for the passphrase.
 

I don't think you need an entry in /etc/crypttab.
My crypttab is empty. It is hal that detects the encrypted device and 
accordingly acts on it.

Ritesh
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.


signature.asc
Description: This is a digitally signed message part.


Re: Bug#513382: bug against mysql package for a non-autostarting mysqld

2009-10-17 Thread Ritesh Raj Sarraf
Jon Dowland wrote:

 It has been stated several times in this bug that the mysql
 maintainers have been approached about providing a package
 containing mysqld that does not auto-start a global mysqld
 instance.

Won't just disabling mysql init script suffice ?
Why roll out a full blown package for that ?

Ritesh
-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#546560: are dbg packages available for phonon-backen-*

2009-09-14 Thread Ritesh Raj Sarraf
Package: phonon
Version: 4:4.5.2-2
Severity: normal

I got this backtrace today.

Thread 1 (Thread 0xb64cd920 (LWP 12089)):
[KCrash Handler]
#6  0xb8019424 in __kernel_vsyscall ()
#7  0xb6b543d0 in raise () from /lib/i686/cmov/libc.so.6
#8  0xb6b57a85 in abort () from /lib/i686/cmov/libc.so.6
#9  0xb2b62c4e in pa_context_set_state_callback () from
/usr/lib/libpulse.so.0
#10 0xb435158a in connect_context (this=0x0) at audio_pulse_out.c:248
#11 0xb4352729 in open_plugin (class_gen=0x9aa2f90, data=0x0) at
audio_pulse_out.c:825
#12 0xb44e0c8d in _load_audio_driver (this=0x9a9d300, id=0x98f2fb0
pulseaudio, data=0xbff8a478) at load_plugins.c:1740
#13 xine_open_audio_driver (this=0x9a9d300, id=0x98f2fb0 pulseaudio,
data=0xbff8a478) at load_plugins.c:1808
#14 0xb453daef in ?? () from
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#15 0xb453dc7c in ?? () from
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#16 0xb4523b63 in ?? () from
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#17 0xb453ae73 in ?? () from
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#18 0xb4524e55 in ?? () from
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#19 0xb453f837 in ?? () from
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#20 0xb4543f94 in ?? () from
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#21 0xb4523627 in ?? () from
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#22 0xb45235dc in ?? () from
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#23 0xb454e846 in ?? () from
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#24 0xb7c3f689 in ~ConnectionTransaction (this=0x9a9d168,
disconnections=..., connections=...) at
.../3rdparty/phonon/phonon/path.cpp:46
#25 Phonon::PathPrivate::executeTransaction (this=0x9a9d168,
disconnections=..., connections=...) at
.../3rdparty/phonon/phonon/path.cpp:351
#26 0xb7c41032 in Phonon::Path::reconnect (this=0xbff8ab68,
source=0x9a9d1d8, sink=0x9a9e580) at
.../3rdparty/phonon/phonon/path.cpp:197
#27 0xb7c411c8 in Phonon::createPath (source=0x9a9d1d8, sink=0x9a9e580)
at ../3rdparty/phonon/phonon/path.cpp:432
#28 0x080533a4 in Player (this=0x98b93b4) at
.../../knotify/notifybysound.cpp:61
#29 PlayerPool::getPlayer (this=0x98b93b4) at
.../../knotify/notifybysound.cpp:99
#30 0x080539e5 in NotifyBySound::notify (this=0x98b92d0, eventId=4324,
config=0x9a9c8a0) at ../../knotify/notifybysound.cpp:243
#31 0x0804e9ec in KNotify::emitEvent (this=0xbff8b7bc, e=0x9a9c898) at
.../../knotify/knotify.cpp:178
#32 0x0804ee51 in KNotify::event (this=0xbff8b7bc, event=...,
appname=..., contexts=..., title=..., text=..., image=..., actions=...,
winId=0) at ../../knotify/knotify.cpp:127
#33 0x0804f264 in KNotifyAdaptor::event (this=0x989f0d0, event=...,
fromApp=..., contexts=..., title=..., text=..., image=..., actions=...,
winId=value optimized out)
at ../../knotify/knotify.cpp:234
#34 0x0805067c in KNotifyAdaptor::qt_metacall (this=0x989f0d0,
_c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xbff8ae18) at
./knotify.moc:214
#35 0xb7991be5 in QDBusConnectionPrivate::deliverCall
(this=0x9834990, object=0x989f0d0, msg=..., metaTypes=...,
slotIdx=8) at qdbusintegrator.cpp:891
#36 0xb7992e31 in QDBusConnectionPrivate::activateCall
(this=0x9834990, object=0x989f0d0, flags=273, msg=...) at
qdbusintegrator.cpp:803
#37 0xb7993254 in QDBusConnectionPrivate::activateObject
(this=0x9834990, node=..., msg=..., pathStartPos=7) at
qdbusintegrator.cpp:1370
#38 0xb799373a in QDBusActivateObjectEvent::placeMetaCall
(this=0x9a98758) at qdbusintegrator.cpp:1464
#39 0xb788ae10 in QObject::event (this=0xbff8b7bc, e=0x9a98758) at
kernel/qobject.cpp:1110
#40 0xb6eba814 in QApplicationPrivate::notify_helper
(this=0x98402b0, receiver=0xbff8b7bc, e=0x9a98758) at
kernel/qapplication.cpp:4056
#41 0xb6ec297e in QApplication::notify (this=0xbff8b7d0,
receiver=0xbff8b7bc, e=0x9a98758) at kernel/qapplication.cpp:3603
#42 0xb7e3f4ad in KApplication::notify (this=0xbff8b7d0,
receiver=0xbff8b7bc, event=0x9a98758) at
../../kdeui/kernel/kapplication.cpp:302
#43 0xb787a9cb in QCoreApplication::notifyInternal (this=0xbff8b7d0,
receiver=0xbff8b7bc, event=0x9a98758) at
kernel/qcoreapplication.cpp:610
#44 0xb787b60e in QCoreApplication::sendEvent (receiver=0x0,
event_type=0, data=0x981eeb8) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#45 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0,
event_type=0, data=0x981eeb8) at kernel/qcoreapplication.cpp:1247
#46 0xb787b7ed in QCoreApplication::sendPostedEvents (receiver=0x0,
event_type=0) at kernel/qcoreapplication.cpp:1140
#47 0xb6f5b0ce in QCoreApplication::sendPostedEvents
(this=0x981ea18, flags=...) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
#48 QEventDispatcherX11::processEvents (this=0x981ea18, flags=...)
at kernel/qeventdispatcher_x11.cpp:75
#49 0xb787901a 

libsoprano sesame2 backend

2009-08-12 Thread Ritesh Raj Sarraf
Hi,

I just installed kubuntu on one of my boxes and found that they have nepomuk 
*usable* because they have been able to package and ship the sesame2 soprano 
backend.

From what I remember, Debian KDE team didn't have the resource to package 
it. Now that it is packaged for kubuntu, would it make sense to package and 
push it to at lease experimental ?

The reason is, this way, we can find bugs/ideas in nepomuk/apps and be able 
to report them upstream.

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: libsoprano sesame2 backend

2009-08-12 Thread Ritesh Raj Sarraf
On Wednesday 12 Aug 2009 17:59:06 Ana Guerrero wrote:
 Are you talking about something you found in a PPA or other repo?
 Because ubuntu's soprano's package is quite similar to Debian's:
 https://launchpad.net/ubuntu/+source/soprano

 There were some distribution problems not very clear with some sesame2
 stuff (jar files ) last time I checked, and that is also a problem for
 ubuntu.

 Also, take into account thata  package something is not putting some files
 under debian/, ship it to the archive and forget. You have to look at the
 different packaging policies (in this case java) and keep them updated,
 look at all the build depends and depends packaged, then keep mantaining it
 and being able to look at bug reports... Nobody in the team was interested
 in that, and that is most of the job.

 I think we both, ubuntu and debian packages, are looking forward to see the
 virtuoso backend.

Ana,

I'm not sure if there's a difference in between sesame and sesame2.

Kubuntu is packaging sesame:
http://packages.ubuntu.com/karmic/soprano-backend-sesame

And the only additional dependency it adds is java2-runtime, which debian 
already packages.

Ritesh
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.


signature.asc
Description: This is a digitally signed message part.


Re: Bug#529568: kaddressbook: The resource is locked by application ''.

2009-07-14 Thread Ritesh Raj Sarraf
Christian Marillat wrote:

 Yes, thank you very much. I can now sync my Nokia.
Hi, Christian,
How are you doing the sync ?
I own an E71 and would like to sync my phone addressbook.

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: debian lenny (current): refusing to install kde

2009-07-10 Thread Ritesh Raj Sarraf
Wim de Vries wrote:

 I am trying to install Debian Lenny with KDE on my miniPc (intel
 motherboard D945GCLF2; video 945 expr.chipset).
 (deb-502-amd64-businesscard.iso)
 Few months ago it installed fine with desktop=kde at the install prompt.
 

AFAIK, KDE is now shipped in a separate iso image. The default one ships 
GNOME.

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: KDE-4.2.4 Kopete: Online at startup isnt working

2009-06-12 Thread Ritesh Raj Sarraf
Marc Schröder wrote:

 but before reporting a bug report I would like to know if someone else
 has the same problem with kopete at Debian install.
 
 here, i have the same problem.
 
 kde 4.2.2, debian testing, kopete 0.70.2

I'm using 4.2.4 and I don't see the problem.

Kopete auto-connects when the network goes online.

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#527345: kdebase-workspace: No focus for KickOff menu

2009-05-06 Thread Ritesh Raj Sarraf
Package: kdebase-workspace
Version: 4:4.2.2-2
Severity: normal

Alt+F1 is assigned to (or can be) KickOff Menu. In KDE 4.1, when
pressing Alt+F1, KickOff menu had the focus. Same is not the case in KDE
4.2.
Even after pressing Alt+F1, one has to use the mouse to click on the
kickoff menu to let it have focus.

Checked in recent Kubuntu. This problem is not there. So much be a
Debian specific bug.

Ritesh

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kdebase-workspace depends on:
ii  kde-window-manager4:4.2.2-2  the KDE 4 window manager (KWin)
ii  kdebase-workspace-bin 4:4.2.2-2  core binaries for the KDE 4 base w
ii  klipper   4:4.2.2-2  clipboard utility for KDE 4
ii  ksysguard 4:4.2.2-2  System Guard for KDE 4
ii  systemsettings4:4.2.2-2  KDE 4 System Settings

Versions of packages kdebase-workspace recommends:
ii  kdm   4:4.2.2-2  KDE Display Manager for X11

kdebase-workspace suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



reassign 523388 to konsole

2009-04-16 Thread Ritesh Raj Sarraf
reassign 523388 konsole 


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: KMail (KDE 4.2.2) indexing? again and again

2009-04-16 Thread Ritesh Raj Sarraf
Tim Rühsen wrote:

 If you have defined search folders eliminate them and check if you still
 experience problems.
 
 I just removed an older 'Last Search' with two entries.
 I give feedback to the list in a few days.

Just to add, I didn't have any Searches defined. But still I got the memory 
leak. Interestingly, when run under valgrind, it reported that there was no 
leak, while at the same time the ps reports were showing kmail eating 80% of 
system memory.

Since I use D-IMAP and a bunch of POP accounts, I lost emails. Because POP 
accounts download the emails and then once in a day I was syncing them to my 
IMAP server using D-IMAP.
I lost some mails. :-(

So I moved out to fdm. This helps me use alpine in situations when kmail 
breaks. Be it memory leaks or crashes. This way I can still reliably access 
my emails and not worry about email loss.

PS: fdm is in Debian and I strongly recommend it.

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Bug#523748: [kopete] msn protocol disappeared

2009-04-12 Thread Ritesh Raj Sarraf
The new MSN protocol is listed as WLM Messenger.
Kopete depends on libmsn0.1, which already is installed on your machine.

Ritesh

Mario R. Carro wrote:

 Package: kopete
 Version: 4:4.2.2-1
 Severity: normal
 
 --- Please enter the report below this line. ---
 After upgrading Kopete from the latest 3.5.x KDE my MSN accounts
 disppeared. Trying to readd them is not possible since the MSN protocol is
 not offered in the message services list.
 
 Thanks...
 
 --- System information. ---
 Architecture: i386
 Kernel:   Linux 2.6.26-2-686
 
 Debian Release: squeeze/sid
   500 unstablewww.debian-multimedia.org
   500 unstabledebian.oregonstate.edu
   500 oldstable   security.debian.org
 
 --- Package information. ---
 Depends  (Version) | Installed
 ==-+-=
 kdebase-runtime   (= 4:4.2.2) | 4:4.2.2-1
 kdelibs5  (= 4:4.2.2) | 4:4.2.2-2
 kdepimlibs5   (= 4:4.2.2) | 4:4.2.2-1
 libasound2 ( 1.0.18) | 1.0.19-1
 libc6(= 2.3.6-6~) | 2.9-6
 libglib2.0-0   (= 2.12.0) | 2.20.1-1
 libidn11   (= 0.5.18) | 1.12-1
 libkopete4(= 4:4.2.2) | 4:4.2.2-1
 libmeanwhile1   (= 1.0.2) | 1.0.2-3
 libmsn0.1   (= 4.0~beta2) | 4.0~beta3-1
 libortp8   | 3.0.0-3
 libotr2 (= 3.2.0) | 3.2.0-1
 libqca2| 2.0.0-4
 libqimageblitz4| 1:0.0.4-4
 libqt4-dbus (= 4.4.3) | 4.4.3-2
 libqt4-network  (= 4.4.3) | 4.4.3-2
 libqt4-qt3support   (= 4.4.3) | 4.4.3-2
 libqt4-sql  (= 4.4.3) | 4.4.3-2
 libqt4-xml  (= 4.4.3) | 4.4.3-2
 libqtcore4  (= 4.4.3) | 4.4.3-2
 libqtgui4   (= 4.4.3) | 4.4.3-2
 libspeex1 (= 1.2~beta3-1) | 1.2~rc1-1
 libstdc++6  (= 4.2.1) | 4.3.3-7
 libxml2(= 2.6.27) | 2.7.3.dfsg-1
 libxslt1.1 (= 1.1.18) | 1.1.24-2
 zlib1g(= 1:1.1.4) | 1:1.2.3.3.dfsg-13

-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: My assesment

2009-04-12 Thread Ritesh Raj Sarraf
Jean-Damien Durand wrote:

 Concerning konqueror, apart the search plugin that I am also missing (and
 unless I did not looked carefully enough to available packages or the
 settings), it is better than before IMHO - in particular pages with flash,
 with which version 3.5 is/was bad, frankly (nspluginviewer fault,
 perhaps).

r...@champaran:~$ apt-cache show konq-plugins   

Package: konq-plugins   
   
Priority: extra 
   
Section: utils  
   
Installed-Size: 10016   
   
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org 
   
Architecture: i386  
   
Version: 4:4.2.2-1  
   

 Web navigation plugins :   
  
 - Search Bar : launch web searches from the konqueror toolbar  
  
^^
 These plugins are not part of the official KDE4 desktop, they are a
  
 extragear software and may get out of sync of konqueror.   
  
Enhances: konqueror 
  

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: KMail (KDE 4.2.2) indexing? again and again

2009-04-10 Thread Ritesh Raj Sarraf
Ritesh Raj Sarraf wrote:
 Is this happening on a Disconnected IMAP account ?

I think in KDE 4.2.2, kmail has some serious memory leak issues (Contrary to 
what the changelog says).

I don't know the exact pattern to reproduce, but once when triggered, even 
if I kill and start kmail, it eats up all the memory in seconds.

And this is what it logs..

kontact(5795)/kmail (storage internals) KMFolderMaildir::reallyDoClose: 
fclose(mIndexStream =0xd8173c0 )
Object::disconnect: Unexpected null parameter
kontact(5795)/kmail (storage internals) KMFolderMaildir::reallyDoClose: 
fclose(mIndexStream =0x916c8c0 )
kontact(5795)/kmail (storage internals) KMFolderMaildir::reallyDoClose: 
fclose(mIndexStream =0x916c3a8 )
kontact(5795)/kmail (storage internals) KMFolderMaildir::reallyDoClose: 
fclose(mIndexStream =0x916d318 )
kontact(5795)/kmail (storage internals) KMFolderMaildir::reallyDoClose: 
fclose(mIndexStream =0x9161a60 )
kontact(5795)/kmail (storage internals) KMFolderMaildir::reallyDoClose: 
fclose(mIndexStream =0x9162398 )
kontact(5795)/kmail (storage internals) KMFolderMaildir::reallyDoClose: 
fclose(mIndexStream =0x90cadd0 )
kontact(5795)/kmail (storage internals) KMFolderMaildir::reallyDoClose: 
fclose(mIndexStream =0x90a5820 )
kontact(5795)/kmail (storage internals) KMFolderMaildir::reallyDoClose: 
fclose(mIndexStream =0x9543b20 )

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523388: Seen on Ubuntu also

2009-04-09 Thread Ritesh Raj Sarraf
On Friday 10 Apr 2009 01:38:08 Ritesh Raj Sarraf wrote:
 One more point.

 This rendering problem was verified on Ubuntu also. And the bug persists
 there too.

 Since Ubuntu is Debian, I still have a feeling that this could be a font
 handling problem.

Hmmm!!!
So this just made me think a little..

It cannot be a KDE bug.
I had verified it on Ubuntu (not Kubuntu). So definitely it is a font rendering 
issue.

Ritesh
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.



signature.asc
Description: This is a digitally signed message part.


Bug#523388: Seen on Ubuntu also

2009-04-09 Thread Ritesh Raj Sarraf
One more point.

This rendering problem was verified on Ubuntu also. And the bug persists there 
too.

Since Ubuntu is Debian, I still have a feeling that this could be a font 
handling problem.

Ritesh
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.



signature.asc
Description: This is a digitally signed message part.


Re: KMail (KDE 4.2.2) indexing? again and again

2009-04-09 Thread Ritesh Raj Sarraf
Is this happening on a Disconnected IMAP account ?

Ritesh

Tim Ruehsen wrote:

 I just migrated from kde 3.5 to kde 4.2.2 (unstable). My system is
 up-to-date.
 
 From time to time, kmail eats up CPU, Disk I/O and memory while it seems
 to go through all emails (~25.000 and ~4,5 GB). Started from konsole,
 kmail outputs lines like:
 
 kmail(6098)/kmail (storage internals) KMFolderMaildir::getDwString:
 KDE_fopen(abs_file=
 
/usr/oms/Mail/.MailingLists.directory/Andere/cur/1239002674.5913.zKNVK:2,S
 ,
 r+) == stream ==  0x9ae7668
 kmail(6098)/kmail (storage internals) KMFolderMaildir::getDwString:
 fclose(mIndexStream =  0x9ae7668 )
 kmail(6098)/kmail (storage internals) KMFolderMaildir::getDwString:
 KDE_fopen(abs_file=
 
/usr/oms/Mail/.MailingLists.directory/Andere/cur/1239009776.5913.15eQ9:2,S
 ,
 r+) == stream ==  0x9a2c7a0
 kmail(6098)/kmail (storage internals) KMFolderMaildir::getDwString:
 fclose(mIndexStream =  0x9a2c7a0 )
 
 
 I already stopped kmail, removed all index files, started again. Kmail
 than rebuilds the index files - that's what i expect. after a few minutes
 pausing, kmail seems to start again... pausing... starting...etc.
 I have the 'feeling' that something triggers the reindexing, like a new
 incoming email or searching for an email.
 When I say 'reindexing', i am not shure if this is really what kmail does.
 
 Does anyone has an idea how to switch this behaviour off, since it is a
 killer (kmail is almost unusable when doing so) ?.
 
 Regards, Tim
 
 

-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: components not working after upgrade to KDE 422 (and move to .kde)

2009-04-09 Thread Ritesh Raj Sarraf
Modestas Vainius wrote:

 - the network-manager applet put the wifi controler on off and thus
 doesn't access wifi networks, it also crash the whole plasma desktop when
 I try to change the number of wifi networks displayed.
 That widget is very fragile. Do not expect it to work most of the time. Or
 rather do not be surprised when it breaks. The reason there is no update
 is because later svn revision is worse than the current one in
 experimental.

Just wanted to add some points here.
AFAIK, network-manager (and network-manager-kde) are maintained separately 
by Michael Biebel. The version of network-manager (+ nm-kde) in sid is very 
unstable. Many a times it doesn't work. VPN plugin doesn't work.
I've noticed that it has been in sid for some time now. And am not sure what 
the criteria for it is, to enter testing. IMO, it shouldn't enter testing.
The current network-manager (0.6.6) and network-manager-kde (qt3 based), in 
testing, are pretty stable and good.
 
 I've checked with Fedora 10 that all theses components are still working
 normaly.
 Could you check with fresh user account or at least with fresh ~/.kde
 profile?
 

This is a very good point ModaX has put. I usually have a separate user 
account handy, where I test certain behavior, before being sure it is a bug 
(be it upstream or debian related).
Please try it before reporting any bugs. It helps a lot.

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Lancelot locks accessing NTFS partition

2009-04-09 Thread Ritesh Raj Sarraf
Modestas Vainius wrote:

 Won't someone please think of the users?
 The reason I'm talking with you is because I think of the users. The
 reason we try hard to maintain and publish good packages is because we
 think of the users. The reason KDE is in Debian is because Debian KDE
 maintainers think of the users. Heck, the reason Debian exists is because
 Debian developers think of the users. Sure, users include developers
 themselves, but also all other people who find Debian usable regardless of
 (a few) deficiences.

I think the Debian KDE Maintainers are doing a pretty good job.
For example, I was very delighted, when I saw the announcement about Kaboom. 
I can't think of any other distribution (or upstream, for that matter), of 
thinking about the _User's_ data and how they should migrate.
Upstream simply tagged it as a backward incompatible major release. And so 
did many of the other distributions.

As far as bug handling is concerned, I think it is a challenge everywhere. I 
file many bug reports upstream and usually nobody even cares to respond to 
them, at times. And there can be 2 ways to look at it. 1) Nobody cares - KDE 
Sucks. 2) They are busy doing something better - Implementing features.

Packaging KDE4 was a daunting task. At a time like that, focusing on other 
things, like bug reports et cetera is of a lower priority for the packagers.

As users, we could take care of our bugs. Like the ones we report, when we 
see them fixed (downstream or upstream), we could mark them accordingly. 
That saves a lot of time for all.

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#521832: update-manager: udpate-[manager|notifier] for kde

2009-03-30 Thread Ritesh Raj Sarraf
Package: update-manager
Version: 0.68.debian
Severity: wishlist


Hi,

I noticed that Ubuntu is the upstream for both, update-manager and
update-notifier.

Ubuntu also ships update-manager-kde and update-notifier-kde.
Would it be possible to package them for Debian KDE also ?

I also noticed that the version in Debian is quite old. (Probably that's
because a lot of code change is required, because Debian doesn't have
frequent point releases like Ubuntu does).

Thanks,
Ritesh

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-custom (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages update-manager depends on:
ii  gconf2 2.24.0-7  GNOME configuration database syste
pn  libgnome2-perl none(no description available)
ii  python 2.5.4-2   An interactive high-level object-o
ii  python-dbus0.83.0-1  simple interprocess messaging syst
ii  python-glade2  2.14.1-1  GTK+ bindings: Glade support
ii  python-gnome2  2.22.3-3  Python bindings for the GNOME desk
ii  python-support 0.8.7 automated rebuilding support for P
ii  python-vte 1:0.17.4-2+b1 Python bindings for the VTE widget
pn  software-properties-gtknone(no description available)
pn  synaptic   none(no description available)
pn  update-manager-corenone(no description available)

update-manager recommends no packages.

Versions of packages update-manager suggests:
pn  update-notifier   none (no description available)



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Font Rendering Problems

2009-03-25 Thread Ritesh Raj Sarraf
I'm facing some localized font rendering problems. I'm suspecting KDE, but 
Im not sure. I'm a complete noob about how font rendering works and how 
localized text works.

I have some text in hindi. The same text is rendered differently in different 
programs within KDE.
I've taken some pics to explain the problem

In kmail's composer, some text is not rendered at all
http://picasaweb.google.com/riteshrajsarraf/Trash#5317158881219202866

But interestingly, I save the message as it is, as a Draft, and later if I 
open it, I get the text rendered properly.
http://picasaweb.google.com/riteshrajsarraf/Trash#5317158894377132450

But in Konsole, the same text is completely wrongly rendered.
http://picasaweb.google.com/riteshrajsarraf/Trash#5317158898870165234

The only app where I've seen it to be rendering correctly, is in kwrite
http://picasaweb.google.com/riteshrajsarraf/Trash#5317158900761240034

I checked and saw that kmail, kwrite and kate, all link to libktexteditor. 
So why does kmail's composer render it in a different way ?

Is this a KDE problem?
or
Is this a Qt problem?
or
Is this a User problem?

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#513382: MySql details

2009-03-16 Thread Ritesh Raj Sarraf
Too many people have been commenting on the invalid bug report.

Probably, there should be some writing going into a README.Debian explaining 
that akonadi depends on the mysqld binary, thus requiring the mysql-server 
package.

Also, we could document that the user can disable mysql-server from the init 
to start. Eg. chkconfig mysql --off

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Qt4.5 vs. KDE4.2

2009-03-16 Thread Ritesh Raj Sarraf
Dominik Schulz wrote:
 Hi,
 recently I've read a post by a KDE developer who did talk about
 compatiblity issues between KDE4.2 and Qt4.5. I think he did conclude that
 it would be bad idea to use KDE 4.2 (or earlier) together with Qt4.5
 because of some pre-Qt4.5 fixes which are made obsolete by Qt4.5 and can
 cause troubles. Does this mean that Qt4.5 (which is currently in
 experimental) will enter unstable not before KDE4.3 is released (and went
 into unstable)? Or did I get something totally wrong here and the Debian
 KDE/Qt Team has differnt plans?
 
 I do not need Qt4.5 for any specifiy reason, I'm just very pleased by the
 recent development of KDE4.x and Qt4.x and eager to try out the new
 features.
 


I've been using KDE 4.2 with Qt 4.5 the day it was uploaded to experimental, 
without issues. (Except for one, latest amarok crashes).

But then, YMMV.

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#508422: koffice-data: installation fails because of file conflict with package kde-icons-plasma

2008-12-11 Thread Ritesh Raj Sarraf
Package: koffice-data
Version: 1:1.9.98.3-1
Severity: normal

[EMAIL PROTECTED]:~$ sudo apt-get -t experimental install koffice-data  
 
Reading package lists... Done   
   
Building dependency tree
   
Reading state information... Done   
   
Suggested packages: 
   
  khelpcenter koffice-doc-html  
   
The following packages will be upgraded:
   
  koffice-data  
   
1 upgraded, 0 newly installed, 0 to remove and 397 not upgraded.
   
14 not fully installed or removed.  
   
Need to get 0B/1393kB of archives.  
   
After this operation, 65.5kB of additional disk space will be used. 
   
Reading package fields... Done  
   
Reading package status... Done  
   
Retrieving bug reports... Done  
   
Parsing Found/Fixed information... Done 
   
Reading changelogs... Done  
   
(Reading database ... 208235 files and directories currently installed.)
   
Preparing to replace koffice-data 1:1.9.98.1-1 (using 
.../koffice-data_1%3a1.9.98.3-1_all.deb) ... 
Unpacking replacement koffice-data ...  
   
dpkg: error processing 
/var/cache/apt/archives/koffice-data_1%3a1.9.98.3-1_all.deb (--unpack): 

 trying to overwrite 
`/usr/share/icons/oxygen/16x16/actions/format-text-italic.png', which is also 
in package kde-icons-oxygen 
   
dpkg-deb: subprocess paste killed by signal (Broken pipe)   
   
Errors were encountered while processing:   
   
 /var/cache/apt/archives/koffice-data_1%3a1.9.98.3-1_all.deb
   
E: Sub-process /usr/bin/dpkg returned an error code (1) 
   


Ritesh

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-custom (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

koffice-data depends on no packages.

koffice-data recommends no packages.

Versions of packages koffice-data suggests:
pn  khelpcenter   none (no description available)
pn  koffice-doc-html  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: KDE 4.2

2008-11-18 Thread Ritesh Raj Sarraf
Mark Allums wrote:

 Sigh.  Yes, of course.  Someone said, this is your last chance to
 influence the decision.  I was not trying to be rational; I was trying
 to influence the decision.  Sorry to disappoint you.

Putting it into Lenny will be very difficult and also not the best choice.
KDE4 can anyway go into Lenny, later, through backports.

But please, put KDE 4.2 Betas into Experimental. That'd be the right place. And 
it'll also help us test KDE 4.2 before the final release.

PS: I can go ahead and build 4.2 on my laptop along with 4.1. But I think 
experimental is the right place for such stuff.


Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#505770: korganizer: Create ToDo doesn't include the original email

2008-11-14 Thread Ritesh Raj Sarraf
Package: korganizer
Version: 4:4.1.3-2
Severity: normal

In earlier versions of kmail/korganizer, when a ToDO was created from an email, 
the email itself was also added to the newly created ToDo as an attachment. 
This was very helpful as you could, later, when completing the ToDo, be able to 
refer to the complete email.

This is no more the case. My recent ToDos don't have the email attached at all.


I'm not sure if this behavior was changed upstream or it is a Debian specific 
thing.

Ritesh

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-custom (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages korganizer depends on:
ii  kaddressbook   4:4.1.3-2 KDE address book
ii  kdebase-runtime4:4.1.3-1 runtime components from the offici
ii  kdelibs5   4:4.1.3-2 core libraries for all KDE 4 appli
ii  kdepim-kresources  4:4.1.3-2 KDE pim resource plugins
ii  kdepimlibs54:4.1.3-1 core libraries for KDE PIM 4 appli
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libkdepim4 4:4.1.3-2 KDE PIM library
ii  libkholidays4  4:4.1.3-2 holidays calculation library for K
ii  libphonon4 4:4.2.0-1 Phonon multimedia framework for Qt
ii  libqt4-dbus4.4.3-1   Qt 4 D-Bus module
ii  libqt4-qt3support  4.4.3-1   Qt 3 compatibility library for Qt 
ii  libqt4-xml 4.4.3-1   Qt 4 XML module
ii  libqtcore4 4.4.3-1   Qt 4 core module
ii  libqtgui4  4.4.3-1   Qt 4 GUI module
ii  libstdc++6 4.3.2-2~exp2  The GNU Standard C++ Library v3
ii  perl   5.10.0-17 Larry Wall's Practical Extraction 
ii  phonon 4:4.2.0-1 metapackage for Phonon multimedia 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

korganizer recommends no packages.

korganizer suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#505285: kmail crash in 4.1.3

2008-11-11 Thread Ritesh Raj Sarraf
Package: kmail
Version: 4:4.1.3-2
Severity: normal

Please have a look at KDE Bug 174816.

This bug was not present in KDE 4.1.2.
It got introduced with KDE 4.1.3. From the changelog of KDE, I don't think much 
changed in kmail.

As per the KDE bugzilla, one gentleman commented that it is a Qt bug.

In that case, shouldn't it have been seen on KDE 4.1.2 also?


Here's the backtrace:


Application: Kontact (kontact), signal SIGABRT
[Thread debugging using libthread_db enabled]
[New Thread 0xb4d376c0 (LWP 6338)]
[KCrash handler]
#6  0xb7fa7424 in __kernel_vsyscall ()
#7  0xb6b67640 in raise () from /lib/i686/cmov/libc.so.6
#8  0xb6b69018 in abort () from /lib/i686/cmov/libc.so.6
#9  0xb6dd46cd in qt_message_output (msgType=QtFatalMsg, 
buf=0xbffbe670 ASSERT: \!transferInProgress( serNum )\ in file 
/tmp/buildd/kdepim-4.1.3/kmail/messageproperty.cpp, line 180)
at global/qglobal.cpp:2102
#10 0xb6dd4796 in qFatal (msg=0xb6f1c438 ASSERT: \%s\ in file %s, line %d)
at global/qglobal.cpp:2303
#11 0xb6dd4825 in qt_assert (
assertion=0xb1bbb453 !transferInProgress( serNum ), 
file=0xb1bbb420 /tmp/buildd/kdepim-4.1.3/kmail/messageproperty.cpp, 
line=180) at global/qglobal.cpp:1872
#12 0xb1785430 in KMail::MessageProperty::forget (msgBase=0xb271f78)
at /tmp/buildd/kdepim-4.1.3/kmail/messageproperty.cpp:180
#13 0xb17e743a in ~KMMsgBase (this=0xb271f78)
at /tmp/buildd/kdepim-4.1.3/kmail/kmmsgbase.cpp:124
#14 0xb1622054 in ~KMMessage (this=0xb271f78)
at /tmp/buildd/kdepim-4.1.3/kmail/kmmessage.cpp:225
#15 0xb17efa99 in KMMsgList::clear (this=0x9cff1c0, doDelete=true, 
syncDict=false) at /tmp/buildd/kdepim-4.1.3/kmail/kmmsglist.cpp:37
#16 0xb1861110 in KMFolderMaildir::close (this=0x9cff170, aForced=false)
at /tmp/buildd/kdepim-4.1.3/kmail/kmfoldermaildir.cpp:216
#17 0xb1845d9d in KMFolderCachedImap::resetSyncState (this=0x9cff170)
at /tmp/buildd/kdepim-4.1.3/kmail/kmfoldercachedimap.cpp:2416
#18 0xb1817334 in KMAcctCachedImap::killAllJobs (this=0x9c9c728, 
disconnectSlave=value optimized out)
at /tmp/buildd/kdepim-4.1.3/kmail/kmacctcachedimap.cpp:111
#19 0xb180bdcf in KMail::ImapAccountBase::handleError (this=0x9c9c728, 
errorCode=124, [EMAIL PROTECTED], job=0x9d969e8, [EMAIL PROTECTED], 
abortSync=false)
at /tmp/buildd/kdepim-4.1.3/kmail/imapaccountbase.cpp:1015
#20 0xb180174b in KMail::ImapAccountBase::handleJobError (this=0x9c9c728, 
job=0x9d969e8, [EMAIL PROTECTED], abortSync=false)
at /tmp/buildd/kdepim-4.1.3/kmail/imapaccountbase.cpp:367
#21 0xb1801eb7 in KMail::ImapAccountBase::handlePutError (this=0x9c9c728, 
job=0x9d969e8, [EMAIL PROTECTED], folder=0x9cff0d8)
at /tmp/buildd/kdepim-4.1.3/kmail/imapaccountbase.cpp:959
#22 0xb1992f5f in KMail::CachedImapJob::slotPutMessageResult (this=0xa2da2c8, 
job=0x9d969e8) at /tmp/buildd/kdepim-4.1.3/kmail/cachedimapjob.cpp:482
#23 0xb1991667 in KMail::CachedImapJob::qt_metacall (this=0xa2da2c8, 
_c=QMetaObject::InvokeMetaMethod, _id=7, _a=0xbffc0cfc)
at /tmp/buildd/kdepim-4.1.3/obj-i486-linux-gnu/kmail/cachedimapjob.moc:107
#24 0xb6ee0bd0 in QMetaObject::activate (sender=0x9d969e8, 
from_signal_index=7, to_signal_index=7, argv=0xbffc0cfc)
at kernel/qobject.cpp:3031
#25 0xb6ee1952 in QMetaObject::activate (sender=0x9d969e8, m=0xb7ac2948, 
local_signal_index=3, argv=0xbffc0cfc) at kernel/qobject.cpp:3101
#26 0xb798a013 in KJob::result (this=0x9d969e8, _t1=0x9d969e8)
at /tmp/buildd/kde4libs-4.1.3/obj-i486-linux-gnu/kdecore/kjob.moc:186
#27 0xb798a522 in KJob::emitResult (this=0x9d969e8)
at /tmp/buildd/kde4libs-4.1.3/kdecore/jobs/kjob.cpp:290
#28 0xb697f975 in KIO::SimpleJob::slotFinished (this=0x9d969e8)
at /tmp/buildd/kde4libs-4.1.3/kio/kio/job.cpp:498
#29 0xb6986403 in KIO::TransferJob::slotFinished (this=0x9d969e8)
at /tmp/buildd/kde4libs-4.1.3/kio/kio/job.cpp:967
#30 0xb697d903 in KIO::SimpleJob::slotError (this=0x9d969e8, err=124, 
[EMAIL PROTECTED]) at /tmp/buildd/kde4libs-4.1.3/kio/kio/job.cpp:510
#31 0xb697dafb in KIO::SimpleJob::qt_metacall (this=0x9d969e8, 
_c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbffc0fe8)
at /tmp/buildd/kde4libs-4.1.3/obj-i486-linux-gnu/kio/jobclasses.moc:155
#32 0xb698709a in KIO::TransferJob::qt_metacall (this=0x9d969e8, 
_c=QMetaObject::InvokeMetaMethod, _id=31, _a=0xbffc0fe8)
at /tmp/buildd/kde4libs-4.1.3/obj-i486-linux-gnu/kio/jobclasses.moc:324
#33 0xb6ee0bd0 in QMetaObject::activate (sender=0xf92c4d8, 
from_signal_index=6, to_signal_index=6, argv=0xbffc0fe8)
at kernel/qobject.cpp:3031
#34 0xb6ee1952 in QMetaObject::activate (sender=0xf92c4d8, m=0xb6b32e24, 
local_signal_index=2, argv=0xbffc0fe8) at kernel/qobject.cpp:3101
#35 0xb6a47279 in KIO::SlaveInterface::error (this=0xf92c4d8, _t1=124, 
[EMAIL PROTECTED])
at /tmp/buildd/kde4libs-4.1.3/obj-i486-linux-gnu/kio/slaveinterface.moc:149
#36 0xb6a4af47 in KIO::SlaveInterface::dispatch (this=0xf92c4d8, _cmd=102, 
[EMAIL 

  1   2   >