RE: how to turn on/off the bloody KDE screen saver from a script
From: Birt, Jeffrey (birtj_at_umr.edu)
Date: 04/29/05
- Previous message: Olle & Susan: "HP Deskjet 825C and FC3."
- Maybe in reply to: Birt, Jeffrey: "how to turn on/off the bloody KDE screen saver from a script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 29 Apr 2005 15:46:23 -0500 To: "ne..." <guhvies@gmail.com>, "For users of Fedora Core releases" <fedora-list@redhat.com>
Very cool! I had not even considered this route. From a shell it's as
easy as:
# dcop kdesktop KScreensaverIface enable false
to disable the screen saver. I tried this from Perl:
system "dcop kdesktop KScreensaverIface enable false";
which does not work. I see there is a dcop library for Perl I'll have
to look into tonight.
Jeff Birt
Electronics Engineer
Integrated Systems Facility
University of Missouri - Rolla
573.341.6058
-----Original Message-----
From: fedora-list-bounces@redhat.com
[mailto:fedora-list-bounces@redhat.com] On Behalf Of ne...
Sent: Friday, April 29, 2005 2:14 PM
To: For users of Fedora Core releases
Subject: Re: how to turn on/off the bloody KDE screen saver from a
script
On 4/29/05, Birt, Jeffrey <birtj@umr.edu> wrote:
> I'm trying to figure out how to shut off the bloody screen saver in
KDE
> from a script.
We could report you to the police for that....
Investigate dcop & dcopquit. See
http://resolute.ucsd.edu/diwaker/articles/linux-tips.html
for examples.
HTH
N.Emile...
-- Registered Linux User # 125653 (http://counter.li.org) Certified: 75% ***, 42% of which is tard. http://www.thespark.com/bastardtest Now accepting personal mail for GMail invites. -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Olle & Susan: "HP Deskjet 825C and FC3."
- Maybe in reply to: Birt, Jeffrey: "how to turn on/off the bloody KDE screen saver from a script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]