LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 11-25-2008, 11:27 PM   #1
temo
LQ Newbie
 
Registered: Nov 2008
Posts: 17

Rep: Reputation: 0
Angry how to install new lock screens


well i downloaded some already i try to extrat to /usr/share/gnome-screensaver. but is not working can some body tell me a better way to doit.
im kind new to linux im using ubunto+gnome....thanks
 
Old 11-26-2008, 01:03 AM   #2
kutty_prasad
Member
 
Registered: Sep 2006
Location: Bangalore,India
Distribution: RHEL,Fedora, CentOS, Slackware 12 & wrestling with LFS
Posts: 86

Rep: Reputation: 16
Use the package manager "Synaptic" from the GUI, and search for screensaver. You'll get a list of screensaver themes, choose anyone or all themes to install.
 
Old 11-28-2008, 10:04 PM   #3
temo
LQ Newbie
 
Registered: Nov 2008
Posts: 17

Original Poster
Rep: Reputation: 0
thank you for your help

itr dint work is there a nother another away. thanks for the help the packge is not showing in s. p. m thank dude..
 
Old 11-28-2008, 11:04 PM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Code:
default@debianetch:~$ aptitude search screensaver
i   gnome-screensaver                                                 - GNOME screen saver and locker
p   kscreensaver                                                      - additional screen savers released with KDE
p   kscreensaver-xsavers                                              - KDE hooks for standard xscreensavers
p   kscreensaver-xsavers-webcollage                                   - webcollage screensaver KDE hook
p   xscreensaver                                                      - Automatic screensaver for X
c   xscreensaver-data                                                 - data files to be shared among screensaver frontends
p   xscreensaver-gl                                                   - GL(Mesa) screen hacks for xscreensaver
sudo apt-get install xscreensaver-data xscreensaver-gl
 
Old 12-02-2008, 03:10 AM   #5
temo
LQ Newbie
 
Registered: Nov 2008
Posts: 17

Original Poster
Rep: Reputation: 0
Thumbs up thanks

is this the code sudo apt-get install xscreensaver-data xscreensaver-gl im kind of confuse. i download this lock screen>89030-hk_screen_lock(2).tar.gz
how do i put in the system. thanks for the reply thanks
 
Old 12-02-2008, 08:40 PM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
that is not code.. it's how you install new packages on Ubuntu from the Ubuntu repository..
Those two packages are full of screen-savers that you can choose from.

Is that not what you were referring to ?

and i not where did you download that package from and what exactly is it ?
 
Old 12-07-2008, 01:31 AM   #7
temo
LQ Newbie
 
Registered: Nov 2008
Posts: 17

Original Poster
Rep: Reputation: 0
not screen savers - t

there not screen savers what i meant was screen locks. i know where to download them but i dont know how to put them on the system and use them, thanki you very much for your help and patience im kind new to ubunto
 
Old 12-07-2008, 09:43 PM   #8
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
So they are not screen savers, I have no clue what you have downloaded, or what it is supposed to lock (A GUI screen, a Console, a virtual terminal, who knows ?). You didn't bother to answer the question I asked about where exactly you downloaded them from, so since I am unable to look and see what you have downloaded, we have made no real progress...

suggested reading How to ask Questions the Smart way

Last edited by farslayer; 12-07-2008 at 09:47 PM.
 
Old 12-08-2008, 12:48 PM   #9
temo
LQ Newbie
 
Registered: Nov 2008
Posts: 17

Original Poster
Rep: Reputation: 0
desktop lock screens

sorry dude but what i meant was desktop lock screen here is where i get them
http://www.gnome-look.org/content/sh...?content=90307

so can you still help a bro?
 
Old 12-08-2008, 09:31 PM   #10
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
The commands you would type are in bold
Code:
default@debianetch:~/temp$ tar -xzvf 90307-newwave-lock-dlg\[fedora\].tar.gz

efault@debianetch:~$ su -
Password:
debianetch:~# cd /home/default/temp/newwave-lock-dlg\[fedora\]/
debianetch:/home/default/temp/newwave-lock-dlg[fedora]# ls
lock-dialog-newwave.glade  logo.png        README
lock-dialog-newwave.gtkrc  newwave-images
debianetch:/home/default/temp/newwave-lock-dlg[fedora]# cp -R * /usr/share/gnome-screensaver/
debianetch:/home/default/temp/newwave-lock-dlg[fedora]# cd /usr/share/gnome-screensaver/
debianetch:/usr/share/gnome-screensaver# ls
gnome-screensaver-preferences.glade  logo.png        themes
lock-dialog-newwave.glade            newwave-images
lock-dialog-newwave.gtkrc            README
debianetch:/usr/share/gnome-screensaver# exit
debianetch:~$ gconf-editor
now you ned to make a change in gconf-editor.

change the entry apps/gnome-screensaver/lock_dialog_theme from \'default\' to \'newwave\'

Last edited by farslayer; 12-08-2008 at 09:33 PM.
 
Old 12-10-2008, 12:36 PM   #11
temo
LQ Newbie
 
Registered: Nov 2008
Posts: 17

Original Poster
Rep: Reputation: 0
question

ok iknow the ones in black im suppost to type but
i see fedora? on the notes can you please tell the commands again this the
lock screen i want to install (New Wave Lock-Dialog Theme 0.5)
im using ubunto + gnome system thank u so much for you help
sorry im kind new to linux!!!!!!!!!
 
Old 12-10-2008, 02:32 PM   #12
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Well the package you downloaded is exactly what I used to create those instructions. Fedora is part of the file/folder name.

Directions would be exactly the same, This was developed and tested on Fedora, so I couldn't say if it would work or not On Ubunutu. I would think it should work although I never found the exact entry (lock_dialog_theme) they specify to change in the last step on my Debian box.. You are on your own at that point figuring out if you can simply add that value or if it somewhere else.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows XP--VMware--Suse 9.1 4 screens at install baggetta Linux - Laptop and Netbook 10 05-12-2008 05:26 PM
Managing multiple screens: redirecting video output and switching between screens simopal6 Linux - Hardware 2 11-13-2007 06:08 AM
Beryl install - X server - no screens found TotalLinuxNoob Linux - Software 1 03-06-2007 02:24 PM
Can't install RH Enterprise pas initial screens Ed1952 Linux - Newbie 7 12-20-2004 05:52 AM
Screens slow to repaint since 10.1 install jonr Mandriva 34 12-12-2004 12:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 01:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration