You are not logged in.

#1 2010-07-07 14:10:47

Ryuujin
Member
Registered: 2009-07-04
Posts: 31

[SOLVED] Change GDM theme

Hello:

- There's nothing in the gnome's menu that allows this. According to google in ubuntu it's in 'System -> Administration -> Login Screen Setup'. Is that an installable on Arch?

- There's no 'gdmsetup':

[ryuujin@localhost ~]$ gdm <tab>
gdm             gdm-control     gdm-screenshot  
gdm-binary      gdmflexiserver

None of the above commands allow you to change the theme, as far as I know.

- I tried various commands like this one:

gksudo -u gdm dbus-launch gnome-appearance-properties

I think that should work to at least change the background, it does not.

(gnome-appearance-properties:31655): Gtk-WARNING **: cannot open display: :0.0

- So, google is not helping and I didn't find anything useful on the forums. Any ideas? sad

I should note, this guy has a similar question: http://bbs.archlinux.org/viewtopic.php?id=100585 and so far no one answered.

Thanks !

Last edited by Ryuujin (2010-07-07 14:23:54)

Offline

#2 2010-07-07 14:12:53

Ben9250
Member
From: Bath - England
Registered: 2010-06-10
Posts: 208
Website

Re: [SOLVED] Change GDM theme

I would also like to note my interest in this - GNOME's default leafy green login is fine but doesen't go with many of the darker themes.


"In England we have come to rely upon a comfortable time-lag of fifty years or a century intervening between the perception that something ought to be done and a serious attempt to do it."
  - H. G. Wells

Offline

#3 2010-07-07 14:13:13

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] Change GDM theme

ubuntu has gdmsetup because they backported a patch from gnome bugtracker which wasn't been accepted.

http://wiki.archlinux.org/index.php/Gno … g_gdm_2.28

or gdm2setup from aur

i used method2 from the wiki

Last edited by wonder (2010-07-07 14:15:29)


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2010-07-07 14:21:32

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: [SOLVED] Change GDM theme

Use gconftool-2 to change the appearance of gdm. Example:

sudo -u gdm gconftool-2 --get /desktop/gnome/interface/icon_theme

to get the current icon theme.

sudo -u gdm gconftool-2 --set --type string /desktop/gnome/interface/icon_theme Tangerine

to change the icon theme. Etc. Find out more here: http://wiki.archlinux.org/index.php/Gno … g_gdm_2.28

There is no official gdmsetup, but one can be found in the AUR: http://aur.archlinux.org/packages.php?ID=33884

Offline

#5 2010-07-07 14:23:38

Ryuujin
Member
Registered: 2009-07-04
Posts: 31

Re: [SOLVED] Change GDM theme

Thank you big_smile !

-Marked as SOLVED-

Offline

#6 2010-07-22 10:01:19

virusso80
Member
From: Italy
Registered: 2007-03-09
Posts: 325

Re: [SOLVED] Change GDM theme

wonder wrote:

ubuntu has gdmsetup because they backported a patch from gnome bugtracker which wasn't been accepted.

http://wiki.archlinux.org/index.php/Gno … g_gdm_2.28

or gdm2setup from aur

i used method2 from the wiki

Hi,
I was trying to make the method 2 working, but i get the following message:

[root@jily ~]# gksudo -u gdm dbus-launch gnome-appearance-properties
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified

(gnome-appearance-properties:6573): Gtk-WARNING **: cannot open display: :0.0
Cannot open display:

What does it mean?

how to install a whole gdm theme? from here?

I downloaded gdm2setup but i can only change images and icons...if i want to change also window where i login...how to do?

thanks a lot

Offline

#7 2010-07-22 12:42:24

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Change GDM theme

I get the same as you, virusso80.


Matt

"It is very difficult to educate the educated."

Offline

#8 2010-07-22 12:43:26

virusso80
Member
From: Italy
Registered: 2007-03-09
Posts: 325

Re: [SOLVED] Change GDM theme

mrunion wrote:

I get the same as you, virusso80.

Great!! smile I'm not alone

Offline

#9 2010-07-22 14:53:13

sisco311
Member
From: Romania
Registered: 2008-05-23
Posts: 112

Re: [SOLVED] Change GDM theme

Try:

xhost +SI:localuser:gdm
sudo -u gdm dbus-launch gnome-appearance-properties

Then you may want to kill gnome-settings-daemon:

sudo -u gdm killall gnome-settings-daemon

and remove gdm from the list of allowed users to connect to the X server:

xhost -SI:localuser:gdm

But I prefer to add gnome-appearance-properties to GDM's auto-started applications, as root:

cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/LoginWindow/

Log out, change the theme, log back in and remove gnome-appearance-properties from the auto-stared apps:

rm /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop

Last edited by sisco311 (2010-07-22 14:54:36)


don't drink unwashed fruit juice.
i never make predictions, especially about the future.

Offline

#10 2010-07-27 03:03:26

PIMPinator
Member
From: Queensland, Australia
Registered: 2010-03-14
Posts: 85

Re: [SOLVED] Change GDM theme

Added and expanded on sisco311's instructions on the Gnome page in the wiki.

Offline

#11 2011-01-28 05:26:23

frigaut
Member
From: Canberra, Australia
Registered: 2009-05-10
Posts: 215
Website

Re: [SOLVED] Change GDM theme

sisco311 wrote:

But I prefer to add gnome-appearance-properties to GDM's auto-started applications, as root:

cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/LoginWindow/

Log out, change the theme, log back in and remove gnome-appearance-properties from the auto-stared apps:

rm /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop

wicked. great method.


Archer since 03/2009 - AUR packages

Offline

Board footer

Powered by FluxBB