Personalizing The greeter

Asked by zarnaik

Just like https://answers.launchpad.net/lightdm-gtk-greeter/+question/241702
I want to customize the greeter to suit my preferences a little more.

In the comments there is mention of applying changes before compiling, which is what I intend to do. I have downloaded the source files and have browsed through them.

Is changing the lightdm-gtk-greeter.ui.h equivalent to what used to be simply editing the lightdm-gtk-greeter.ui file?

if yes, does the following line pose any problem if I would make changes?
static const unsigned lightdm_gtk_greeter_ui_length = 14311u;

Since I would making changes the length would probably not match.

Something else I'm curious about is the .glade file. I tried opening it but get an error message saying that
"The following required catalogs are unavailable: greeter_menu_bar".
Upon closing the message glade closes. I tried looking for it, but came up empty.
Do you have this greeter_menu_bar catalog?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
LightDM GTK Greeter Edit question
Assignee:
No assignee Edit question
Solved by:
zarnaik
Solved:
Last query:
Last reply:
Revision history for this message
Andrew P. (kalgasnik) said :
#1

What exactly you need to change in greeter interface? Maybe you can achieve your goals without editing .glade file.

Revision history for this message
zarnaik (zarnaik) said :
#2

My primary focus is on eliminating the panel on the topas described in the link: https://bbs.archlinux.org/viewtopic.php?id=157261

While looking through the code I noticed the glade file and figured if I'm gonna change something, I might as well see if I want to change anything else.

Revision history for this message
Andrew P. (kalgasnik) said :
#3

Just set "indicators" key in greeter config to empty value - the panel will be hidden (version >= 1.8.4):

[greeter]
...
indicators=
...

Thin line (1px) may remain on top of the screen - it is will be fixed in future.

Revision history for this message
zarnaik (zarnaik) said :
#4

Ok, that's sufficient for me. Thanks for the quick response.
It might prove useful for others if this was mentioned inside the config file.

Have a good day.