GDM background in Brigantia

7 replies [Last post]
teodorescup

I am a member!

Offline
Joined: 01/04/2011

Hello,
how can I change the GDM background in Trisquel 5.5 Brigantia ?

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

First of all, the repository contains some themes. Just search for "gdm-theme".

To choose you own image, I would try to use the command on this page.

teodorescup

I am a member!

Offline
Joined: 01/04/2011

Thank you for replying.
I already tried the webupd8 article and I was not successful.
I'm getting "bash: gsettings: command not found".

lembas
Offline
Joined: 05/13/2010

>I'm getting "bash: gsettings: command not found".
That's in package libglib2.0-bin

The GDM binary seems to be running as root user so perhaps if one runs gnome-control-center using gksudo the settings can be changed. Didn't try it.

(I autologin myself.)

malberts

I am a member!

I am a translator!

Offline
Joined: 04/19/2011

El 17/06/2012 16:33, name at domain escribió:
> Hello,
> how can I change the GDM background in Trisquel 5.5 Brigantia ?
>

Run this:
sudo cp -t /usr/share/gdm/autostart/LoginWindow/
/usr/share/applications/gnome-control-center.desktop

Log out. You will then get the Gnome Control Center (System Settings)
screen during GDM. You can change the background with that. Note that
the GDM user cannot access files in /home, so you should copy the
image(s) to /usr/share/backgrounds.

Then you can remove the Settings screen with:
sudo rm /usr/share/gdm/autostart/LoginWindow/gnome-control-center.desktop

You can do a "ln -s" instead, but I have those specific commands in a
file which I run when I want to change my GDM background.

--
Morne Alberts

teodorescup

I am a member!

Offline
Joined: 01/04/2011

Thank you for replying, I just tried your solution but the only thing I was able to change is the window manager theme on gnome-control-center;
in the gdm-simple-greeter.schemas the background is active, so, any idea ?

malberts

I am a member!

I am a translator!

Offline
Joined: 04/19/2011

El 18/06/2012 13:57, name at domain escribió:
> Thank you for replying, I just tried your solution but the only thing I
> was able to change is the window manager theme on gnome-control-center;
> in the gdm-simple-greeter.schemas the background is active, so, any idea ?
>

Sorry that it did not work. That is exactly what I used in the past. But
I tested it now and it does not allow me to change it any more. I will
try to find out why, but I would guess that something changed since I
last used it.

--
Morne Alberts

teodorescup

I am a member!

Offline
Joined: 01/04/2011

I finally get around and did it, it's a dirty solution but it worked.
Before I go any further I must say that I don't have the Trisquel meta-package installed so this might not work for everyone.

I did like this:

$ sudo su
# su - gdm -s /bin/bash
# GSETTINGS_BACKEND=dconf gsettings get org.gnome.desktop.background picture-uri

I got 'file:///usr/share/backgrounds/warty-final-ubuntu.png'; then I just:

# cd /usr/share/backgrounds/
# ln custom.png warty-final-ubuntu.png