I'll try to send me a text reminder in lubuntu 20.04. I have 2 in my autostart ($HOME/.config/autostart) one works the second not.
the working executes a bash-skript that is placed in /usr/local/bin/ for the second I create a desktop file under $HOME/.config/autostart/
cat .config/autostart/firefox-hold.desktop
[Desktop Entry]
Exec=/usr/bin/notify-send "firefox auf hold gesetzt"
Name=firefox-hold
Type=Application
OnlyShowIn=LXQt;
Version=1.0
I activate it in
lxqt-config-session
looking in .xsession-errors
+ /usr/bin/notify-send -i /usr/share/icons/gnome/48x48/status/dialog-warning.png Warnung 'home voll' # the working one
from the second
notify-send \"firefox auf hold gesetzt\" #looks strange
In Terminal the command notify-send "firefox auf hold gesetzt"
works.
I can not explain why it is now working after changing my file to
Now I got my reminder
As bubble and in lxqt-notificationd