Intentaré enviarme un recordatorio por mensaje de texto en lubuntu 20.04. Tengo 2 en mi inicio automático ($HOME/.config/autostart), uno funciona y el segundo no.
el trabajo ejecuta un bash-skript que se coloca en /usr/local/bin/ durante el segundo en que creo un archivo de escritorio en $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
lo activo en
lxqt-config-session
buscando en .xsession-errors
+ /usr/bin/notify-send -i /usr/share/icons/gnome/48x48/status/dialog-warning.png Warnung 'home voll' # the working one
desde el segundo
notify-send \"firefox auf hold gesetzt\" #looks strange
En Terminal el comando notify-send "firefox auf hold gesetzt"
funciona.
Respuesta1
No puedo explicar por qué ahora funciona después de cambiar mi archivo a
cat .config/autostart/firefox-hold.desktop
[Desktop Entry]
Exec=/usr/bin/notify-send "firefox auf hold gesetzt"
Name=firefox-hold
Type=Application
Version=1.0
#OnlyShowIn=LXQt
X-LXQt-Need-Tray=true
Ahora tengo mi recordatorio
[2022-01-18-13-08-34-593]
Actions=@Invalid()
Application=notify-send
Body=
Hints=@Variant(\0\0\0\b\0\0\0\x1\0\0\0\xe\0u\0r\0g\0\x65\0n\0\x63\0y\0\0\0\x86\x1)
Icon=
Summary=firefox auf hold gesetzt
TimeOut=5000
Como burbuja y en notificación lxqt