I can't find any option to configure the graphic on the the session manager logout dialogue . I've checked the help documentation and the FAQ on the wiki . I have found the session manager options in the control centre / components but only things like the default selection etc can be configured there.
I dislike the rather gothic iconography on the logout screen in particular - does anyone know where the graphic on the logout screen is sourced from ?
Padraig
Am Dienstag, 14. November 2017 schrieb Decarraig:
I can't find any option to configure the graphic on the the session manager logout dialogue . I've checked the help documentation and the FAQ on the wiki . I have found the session manager options in the control centre / components but only things like the default selection etc can be configured there.
I dislike the rather gothic iconography on the logout screen in particular - does anyone know where the graphic on the logout screen is sourced from ?
Padraig
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
You mean this image? /opt/trinity/share/apps/ksmserver/pics/shutdown.png
Nik
On Tuesday 14 November 2017 10.27:24 Dr. Nikolaus Klepp wrote:
You mean this image? /opt/trinity/share/apps/ksmserver/pics/shutdown.png
Nik
Here TDE uses /opt/trinity/share/apps/ksmserver/pics/shutdownkonq.png
Here is what I do (as I find boring to look at the same logout picture every time):
- Create a directory in you home directory (I use "pics") Fill it with pictures 148x217 pixels (or about) in png format. File names are irrelevant.
- Copy one of these pictures in your home directory (or somewhere else if you alter the script) and rename it shutdownkonq.png
- As root, create a link to this file in /opt/trinity/share/apps/ksmserver/pics/
- Create a script:
***********************************
#!/bin/bash
# select file randomly nameoffile2=$(ls /home/<your user home>/pics | shuf -n 1) cp /home/<your user home>/pics/$nameoffile2 /home/<your user home>/shutdownkonq.png
************************************
- Make it executable, then create a link in .trinity/Autostart
Now. at each log in, a new picture will be selected for the shutdown.
I use the same script to change my kmail signature.
Have fun,
Thierry