I'm tired of this default login screen. There's a gdm theme that I'm particularly fond of, but can't figure how to use it... ? How do I change the gdm theme in Arch Linux (would like to use one from gdm-more-themes or the like)?
Thanks.
How to change the gdm theme in Arch?
Moderators: b1o, jkerr82508
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
How to change the gdm theme in Arch?
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: How to change the gdm theme in Arch?
I was tired of the green login screen on my Arch (Gnome) too so I decided to change it:
First install yaourt according to these instructions:
http://wiki.archlinux.org/index.php/Yaourt (Answer "n" to Edit PKGBUILD)
Install gdm2setup:
Start it and change the settings like you want them to be.
One thing I had to do manually tho...
The background for the login is always called background-default.jpg and it is in:
/usr/share/pixmaps/backgrounds/gnome
So I had to overwrite it with my image:
As root:
If you only want to change the wallpaper that should be all you need to do.
It is as easy as that
(I'll produce some pics....)
I had actually posted this on the arch tips but it got hidden away . I'll delete it there and keep it here
FYI I modified your code further. You had yaourt -S gdm2setup. -S only applies to pacman, and doesn't apply to yaourt. Thanks. ~Moderator
FYI - Yes it does.So I changed it back. Thanks ~Über Berserk
First install yaourt according to these instructions:
http://wiki.archlinux.org/index.php/Yaourt (Answer "n" to Edit PKGBUILD)
Install gdm2setup:
Code: Select all
yaourt -S gdm2setupStart it and change the settings like you want them to be.
One thing I had to do manually tho...
The background for the login is always called background-default.jpg and it is in:
/usr/share/pixmaps/backgrounds/gnome
So I had to overwrite it with my image:
As root:
Code: Select all
cp /home/viking/images/myimage.jpg /usr/share/pixmaps/backgrounds/gnome/background-default.jpgIf you only want to change the wallpaper that should be all you need to do.
It is as easy as that
(I'll produce some pics....)
I had actually posted this on the arch tips but it got hidden away . I'll delete it there and keep it here
FYI I modified your code further. You had yaourt -S gdm2setup. -S only applies to pacman, and doesn't apply to yaourt. Thanks. ~Moderator
FYI - Yes it does.So I changed it back. Thanks ~Über Berserk
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
Re: How to change the gdm theme in Arch?
Here is a video:
I put it in the System->Administration menu
The change of background is supposed to work directly in the GUI but it did not work here, so I had to copy it manually. The rest works.
I put it in the System->Administration menu
The change of background is supposed to work directly in the GUI but it did not work here, so I had to copy it manually. The rest works.
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: How to change the gdm theme in Arch?
Okay, so it's not like the "Login" menu entry like Mandriva had in System-->Administration. Hhmmm... used to be able to change the theme from right there at the login screen in Mandriva.
Eh, well, I guess...
Thanks.
Eh, well, I guess...
Thanks.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: How to change the gdm theme in Arch?
It is
But only after you have followed the description above
Changing from the login screen? I cannot do that in my Mandriva?
But only after you have followed the description above
Changing from the login screen? I cannot do that in my Mandriva?
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: How to change the gdm theme in Arch?
System-->Administration-->Login or Login window one of the two.
Also, where you go to login. Try logging out, provided you use gdm that is for your login manager, and you'll see it there in the gdm menu. Several of us posted it there at the mdv forum.
Also, where you go to login. Try logging out, provided you use gdm that is for your login manager, and you'll see it there in the gdm menu. Several of us posted it there at the mdv forum.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: How to change the gdm theme in Arch?
Yep found it. No option for editing the wallpaper there though.(And I obviously am past the login screen when I select it from a menu
)
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: How to change the gdm theme in Arch?
That's because gdm themes have their own specific wallpapers. See, this is what I wanted to get to in Arch, was those options.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: How to change the gdm theme in Arch?
Code: Select all
# pacman -S gdm2setup
error: 'gdm2setup': could not find or read package... Just found it in yaourt though.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: How to change the gdm theme in Arch?
Hahahaha I didn't have to add it to the menu, either. It put it right there in System-->Administration. 
However, this still doesn't resolve the original issue...

Dammit!! The one thing I wanted!!!
However, this still doesn't resolve the original issue...

Dammit!! The one thing I wanted!!!
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: How to change the gdm theme in Arch?
Oh Sorry! I'll edit my post above
And you can still change the green background on the login:)
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: How to change the gdm theme in Arch?
Thanks.
I think this one is going to remain unresolved though... :\
I think this one is going to remain unresolved though... :\
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html