Re: kdesktop_lock: not locking automatically, difficult to unlock

2010-03-10 Thread Clive McBarton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Clive McBarton wrote:
> sometimes I can leave the computer running for
> days and the screen does not lock. 
> 
> I have to click the "Unlock"
> button with the mouse. Why does Return not do it?

Nobody else encounter any of these problems? Just me?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkuYQaoACgkQ+VSRxYk440+P5gCfRb1I4pZpUyf/MCY/rHlIJFld
GiEAoLeN/MP3w6k7wul428oyXYgN8hCL
=NlrW
-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/4b9841aa.4030...@web.de



Re: How to specify an URL for a scripted image plasmoid?

2010-03-10 Thread Diederik de Haas
On 2010-03-10 Josep Febrer wrote:
> It happened to me also since I've upgraded to Qt 4.6.
> 
> But I solved installing this upgraded plasmoid:
> 
> http://www.kde-look.org/content/show.php/Scripted+HTML?content=102052
Thank you :-) 
 
> Have a great day,
You too.

Diederik


-- 
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/201003110022.25720.didi.deb...@cknow.org



Re: How to specify an URL for a scripted image plasmoid?

2010-03-10 Thread Josep Febrer
Hi,

A Diumenge, 7 de març de 2010 18:08:40, Diederik de Haas va escriure:
> Hello all,
> 
> Before upgrading to KDE 4.4.1 I had a scripted image (weather for next 48
> hours from yr.no which got refreshed every 30 min.
> After the upgrade, it didn't work so I tried to add it again. When looking
> at it's settings, I see an option for "Image URL" and for "Script that
> prints image URL".
> But where can I specify the URL it should use?
> 
> Diederik

It happened to me also since I've upgraded to Qt 4.6.

But I solved installing this upgraded plasmoid:

http://www.kde-look.org/content/show.php/Scripted+HTML?content=102052


Have a great day,

Josep


--
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/201003102001.01973.josep.feb...@wanadoo.es



Re: PolicyKit Authorization (System Settings) crashes every time

2010-03-10 Thread Modestas Vainius
Hello,

On pirmadienis 08 Kovas 2010 00:46:56 Modestas Vainius wrote:
> That package is in NEW [1].
> 
> 1. http://ftp-master.debian.org/new/polkit-kde-1_0.95.1-1.html

FYI: polkit-kde-1_0.95.1-1_amd64.changes ACCEPTED

-- 
Modestas Vainius 


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


Re: Sending session DBus message from system cron job?

2010-03-10 Thread Michael Schuerig
On Wednesday 10 March 2010, Glennie Vignarajah wrote:
> Le 09/03/2010 vers 17:49, dans le message intitulé "Sending session
> DBus message from system cron job?", Michael Schuerig(Michael
> Schuerig ) a écrit:
> 
> 
> 
> Hello,
> 
> > I'd like to disable the desktop search indexer while the
> > cron-triggered backup is running. I've figured out the relevant
> > DBus messages I need
> 
> > for that:
> I use this code:
[snip]

Thanks! Yes, that's better.

Michael

-- 
Michael Schuerig
mailto:mich...@schuerig.de
http://www.schuerig.de/michael/


-- 
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/201003101505.38120.mich...@schuerig.de



Re: kdebugdialog kde3 lenny

2010-03-10 Thread Andrea Iacovitti
> Thats not true you can allways download the *-dbg packages so you can use the
> complete debuginfo.

I had already tried that (before asking to the list) but it did not work. After 
recompiled deb package with "--enable-debug=full" added
to debian/rules, then installed them, i'm able I get the debug info.


--
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/kz2emy$66517a35eaee2b215db9aca9be5e9...@libero.it



Re: Sending session DBus message from system cron job?

2010-03-10 Thread Glennie Vignarajah
Le 09/03/2010 vers 17:49, dans le message intitulé "Sending session DBus 
message from system cron job?", Michael Schuerig(Michael Schuerig 
) a écrit:



Hello,


> I'd like to disable the desktop search indexer while the cron-triggered
> backup is running. I've figured out the relevant DBus messages I need
> for that:

I use this code:

-
 for _PID in $(pgrep -u $USER startkde) ; do
_ID="$(cat /proc/$_PID/environ | tr '\0' '\n' |awk -
FDBUS_SESSION_BUS_ADDRESS= '/DBUS_SESSION_BUS_ADDRESS=/ {print $2}')"
_DBUS_BUS_ADDRESS="$_ID $_DBUS_BUS_ADDRESS"
  done
---
In order to find DBUS sockets, and then

---
for _BUS_ID in $_DBUS_BUS_ADDRESS ; do
DBUS_SESSION_BUS_ADDRESS=$_BUS_ID dbus-send --type=method_call --
dest=org.kde.screensaver /ScreenSaver org.freedesktop.ScreenSaver.Lock
done

---
in order to lock all my kde sessions.

I don't if this is better, with this methode, there is no need to "su" and 
you're immune to stalled sockets in /tmp/.X11-unix/.

HTP,


-- 
http://www.glennie.fr
If the only tool you have is hammer, you tend to see every problem as a nail.


--
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/201003101306.50165.glen...@glennie.fr



Re: Need for help in patching and packaging kdebase

2010-03-10 Thread Modestas Vainius
Hello,

On trečiadienis 10 Kovas 2010 00:58:53 George Kiagiadakis wrote:
> > The following NEW packages will be installed:
> >  kdelibs5-dbg{b}
> > 0 packages upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
> > Need to get 103MB of archives. After unpacking 285MB will be used.
> > The following packages have unmet dependencies:
> >  kdelibs5-dbg: Depends: libqt4-dbg (>= 4:4.6) but it is not going to be
> > installed.
> > The following actions will resolve these dependencies:
> > 
> > Keep the following packages at their current version:
> > 1) kdelibs5-dbg [Not Installed]
> > 
> > Tier: Cancel all user actions (2)
> > 
> > Accept this solution? [Y/n/q/?]
> > 
> > With N, aptitude ask to downgrade KDE that is against the purpose of
> > testing strigi.
> 
> aptitude sometimes is too stupid to do the correct thing. The problem
> is that the version of libqt4-dbg that it needs is in experimental, so
> it avoids installing it by all possible means... Try "aptitude -t
> experimental install libqt4-dbg" first and see if that helps.

Actually, aptitude is not stupid, but rather way more predictable now. The 
solution you are looking for would be in tier 5 so what was needed just 
pressing N a couple of times.


-- 
Modestas Vainius 


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