Should have asked here first.
I followed some instructions to change the text in GLText screensaver and think I took a wrong turn at Albuquerque.
I’ve ended up with 2 GLTexts in the screensavers folder and my graphics card fan constantly running.
You can delete the one in your home folder later, once you’re sure everything is running OK.
FYI, they are text files/application launchers… you can see it’s contents in gedit:
gedit /usr/share/applications/screensavers/gltext.desktop
It mine (Ubuntu 10.10) its contents are:
[Desktop Entry]
Name=GLText
Exec=/usr/lib/xscreensaver/gltext -root
TryExec=/usr/lib/xscreensaver/gltext
Comment=Displays a few lines of text spinning around in a solid 3D font. The text can use strftime() escape codes to display the current date and time. Written by Jamie Zawinski.
StartupNotify=false
Terminal=false
Type=Application
Categories=Screensaver;
OnlyShowIn=GNOME;
Right, got them both into the home folder and deleted them from there, thanx.
Now for the original problem, how to change the text in gltext.
Mine looks like this atm
[Desktop Entry]
Name=GLText
Exec=/usr/lib/xscreensaver/gltext -root
TryExec=/usr/lib/xscreensaver/gltext
Comment=Displays a few lines of text spinning around in a solid 3D font. The text can use strftime() escape codes to display the current date and time. Written by Jamie Zawinski.
StartupNotify=false
Terminal=false
Type=Application
Categories=Screensaver;
OnlyShowIn=GNOME;
To display day date and time would it be as simple as changing
Exec=/usr/lib/xscreensaver/gltext -root
to
Exec=/usr/lib/xscreensaver/gltext -root -front -text ‘%A%n%d %b %Y%n%l:%M:%S %p’
or to add your own text
Exec=/usr/lib/xscreensaver/gltext -text ‘YOUR TEXT HERE’ -root
via
gedit /usr/share/applications/screensavers/gltext.desktop
and then just hit save?
Not complaining, but this is exactly the reason why people are put off using Linux.
This would have been a 30 second job in windows and the reason that it seems more user friendly.
I personally prefer Linux but can see why others don’t.