You are not logged in.
Pages: 1
Hello!
Have an start entry and systemd tells me about it:
systemd-xdg-autostart-generator[8991]: /home/mbu/.config/autostart/Screensaver-logger.desktop:12: Unknown key name 'RunHook' in section 'Desktop Entry', ignoring.
The script:
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=Screensaver-logger
Comment=Screensaver-logger
Exec=/bin/bash -c $HOME/tools/1-xfce-tools/time-tracker
OnlyShowIn=XFCE;
StartupNotify=false
Terminal=false
Hidden=false
RunHook=0 <== system claims error!
In the GUI, the codeline is:
/bin/bash -c $HOME/tools/1-xfce-tools/time-tracker
The script dies, for what reason ever - runs never to error in console.
BTW, nothing to see in the desktop file, that it is configured to run at login.
Where can I put a file, which will automatically invoked at me login?
Using debian11, xfce4 4.16.
Any help would be great.
Offline
Where can I put a file, which will automatically invoked at me login?
Settings Manager > Session and Startup > Application Startup. Or alternatively, drop that .desktop file into ~/.config/autostart.
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
Settings Manager > Session and Startup > Application Startup. Or alternatively, drop that .desktop file into ~/.config/autostart.
Thanks for your reply! and sorry for my delay.
What I forgot to write was, the entry was exactly generated the way you decribe!
In opposite, what can be speculatet, the script starts and then dies.
If I start this script on the commandline, it works without issues.
May depend on screensaver, which dies too, at least after some days?
What about just remove this entry ("RunHook") ??
I usually dont fumble things, were I do not find any docs about ....
Thanks,
Manfred
Offline
You can try to remove RunHook as a test.
Is there anything in your ~/.xsession-errors file pointing to this?
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
No - and no mention it at all.
Deleted the line - will see after next boot!
br,
Manfred
Offline
Pages: 1
[ Generated in 0.014 seconds, 8 queries executed - Memory usage: 534.57 KiB (Peak: 535.41 KiB) ]