You are not logged in.
Pages: 1
I would like to use a custom login screen instead of the four offered in Session and Startup.
Is that possible, or are the four hard-coded in the startup prog ?
Last edited by rolgiati (2019-01-22 08:38:17)
Offline
Maybe here can you find something: https://launchpad.net/lightdm-gtk-greeter-settings
Offline
I believe OP is referring to the xfce4-session splash screens.
The three (simple, balou, mice) are hard coded, but "Simple" is configurable with respect to font, background/text colors and background image. Click on the configure button to change those properties.
You can also add more theme options to the balou splash theme using the balou-install-theme script. For example:
create a new directory to work with:
mkdir MyTheme
To make things easier, copy over the default balou configuration files:
cp -rv /usr/share/themes/Default/balou MyTheme
Edit the MyTheme/balou/themerc file to suit (make sure to change the name so that it is easy to identify)
Optionally, change the logo.png file to a file of your choice (name the file logo or change the name in the themerc file)
Compress the directory:
tar czvf MyTheme.tar.gz MyTheme
Install the theme:
/usr/lib/xfce4/session/balou-install-theme MyTheme.tar.gz ~/.themes
Go to to the Balou splash screen configuration properties and select your new splash theme
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I believe OP is referring to the xfce4-session splash screens.
Yes I was; thank you for your very clear and complete instructions.
Offline
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 521.41 KiB (Peak: 522.26 KiB) ]