Computing.Net > Forums > Linux > kde screensavers and settings

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

kde screensavers and settings

Reply to Message Icon

Name: animeation
Date: December 2, 2003 at 10:23:44 Pacific
OS: Windows98 SE
CPU/Ram: Amd Duron 900* mhz 320 mb
Comment:

is it possible to import gnome screensavers into kde2. Theres not much of a variety in kde :(



Sponsored Link
Ads by Google

Response Number 1
Name: unixhead
Date: December 2, 2003 at 15:55:26 Pacific
Reply:

Yes, it is.

1) Create a shell script. Call it whatever you like. For example purposes, I'll call it "screensaver".

Shell script:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#!/bin/bash

xscreensaver --nosplash

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2. Within your home directory, save the script in .kde/Autostart.

If you want to see the splash, where you can adjust settings to xscreensaver, eliminate the "--nosplash" option from the script.

3. Make the script executable:

# chmod 755 .kde/Autostart/screensaver

4. Restart KDE, or logout and log back in.
Xscreensaver will automatically start everytime you enter the KDE desktop.

PS: DO NOT FORGET TO DISABLE KDE'S SCREENSAVER IN THE KDE CONTROL CENTER.

Enjoy.


0

Response Number 2
Name: unixhead
Date: December 2, 2003 at 16:00:07 Pacific
Reply:

One more thing:

You may have to add an .sh extension to file name. In the above example, that would mean naming the file: screensaver.sh

I believe you may have to do that to get KDE to recognize it as a shell script that it needs to execute.


0

Response Number 3
Name: animeation
Date: December 2, 2003 at 23:49:13 Pacific
Reply:

thankyou very much im am going to test that shortly, not quite sure if i did the executable right...but here goes nothing :)
Will let you know soon

thankyou


0

Response Number 4
Name: animeation
Date: December 3, 2003 at 00:10:36 Pacific
Reply:

hello again, the script worked great, everything was done correctly except for one itty bitty thing.

It doesnt set the gnome screensaver for the kde enviroment. I disabled, enable the kde screensaver tons of time but alas no luck.

Did i miss a step? I see the screensaver in the xscreensaver window as well as preview it but i cant set it for kde :(


0

Response Number 5
Name: 3Dave
Date: December 3, 2003 at 03:56:30 Pacific
Reply:

At a console type:
$ xscreensaver-demo

This will allow you to choose your screensaver or selection of random screensavers (the ones with the ticks by them will be displayed when "random screensaver mode" is selected)


0

Related Posts

See More



Response Number 6
Name: animeation
Date: December 3, 2003 at 06:41:13 Pacific
Reply:

3Dave thanks for your help. Im using the lock screen feature on the menu bar in kde 3.1 to try and preview the screensaver. I do not see the desired gnome screensaver. Should i turn the screensaver on in kde?


0

Response Number 7
Name: 3Dave
Date: December 3, 2003 at 06:51:48 Pacific
Reply:

If you turn or the KDE screensavers, AFAIK you lose out on all the other ones available in xscreensaver. Perhaps you want to have a look at the xloxk program....


0

Response Number 8
Name: animeation
Date: December 3, 2003 at 09:43:38 Pacific
Reply:

nevermid, the screensavers worked :)
all i had to do was wait for the screensavers to pop up.
ALthough i wish i was able to set it to manually lock the screen ah well, good enough.

Thanks alot for your help :)


0

Response Number 9
Name: 3Dave
Date: December 4, 2003 at 02:34:55 Pacific
Reply:

Whoops, that should have been xlock and not xloxk.

Why not create a simple script for you to leave on your desktop/menu and double-click when you want to lock it?

#!/bin/bash
xlock -mode screensavername


0

Response Number 10
Name: animeation
Date: December 5, 2003 at 00:41:10 Pacific
Reply:

wow!! Thankyou very much!! That did the trick:) i f i may ask, and this is my last question, do you know where i can obtain an index of all the commands used in the command promp? most appreciated thanks for the help :)


0

Response Number 11
Name: 3Dave
Date: December 5, 2003 at 02:12:14 Pacific
Reply:

Easiest way is to press TAB twice quickly, although this will also list files and folders in the current working directory too. On my system it brings back 2958 possibilities(!) so you may want to go through letter by letter, ie start with "a" and then press TAB twice. If you are unsure as to what something does you can get help by either:
$ command --help
$ man command
$ info command

If you want to find out commands about a specific subject (eg networking):
$ apropos network

You can get a list of all files with the execute permission set:
$ find / -perm +a=x -type f
although the list will be looooong!

Another way would be to look through /bin, /usr/bin. /usr/local/bin, /sbin, /usr/sbin and /usr/local/sbin etc. To get a list of your path for executables:
$ echo $PATH
have a look through the directories in the output.


0

Response Number 12
Name: Rick
Date: December 5, 2003 at 14:33:16 Pacific
Reply:

Search this forum for a list of commands, I saw a post in here just a few days ago that had a web site link that did just that.


0

Response Number 13
Name: animeation
Date: December 7, 2003 at 22:08:40 Pacific
Reply:

thankyou very much :)


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: kde screensavers and settings

screensavers in KDE www.computing.net/answers/linux/screensavers-in-kde/25046.html

Installing NIC card and Setting up DHCP www.computing.net/answers/linux/installing-nic-card-and-setting-up-dhcp-/7894.html

X session setting www.computing.net/answers/linux/x-session-setting/6338.html