I just did a clean install using KDE, and each time the desktop loads, I get the following error regarding eos-welcome:
The dialog is in an endless loop. I can click the Quit button and it dismisses the dialog, but another pops up in its place. If I run eos-welcome --disable
in Konsole, I just get another looping dialog, which I can dismiss using Ctrl+c
, but it doesn’t fix the issue with the original dialog.
I looked in /etc/xdg/autostart/welcome.desktop, and I see:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Welcome
Comment=EndeavourOS Welcome launcher
Comment[fi]=EndeavourOS:n Welcome-ohjelman käynnistin
Comment[sk]=Spúšťač privítania v systéme EndeavourOS
# for autostart:
Exec=sh /usr/share/endeavouros/scripts/welcome --startdelay=3
# for desktop launcher:
#Exec=sh /usr/share/endeavouros/scripts/welcome --once
Icon=endeavouros-icon
# StartupNotify=false
# Terminal=False
Hidden=false
X-GNOME-Autostart-enabled=true
X-KDE-autostart-after=panel
Categories=System
Do I need to change the HIdden=false
to Hidden=true
to fix this, or is there an alternate setting to X-KDE-autostart-after
other than “panel” that I should use?
I did confirm that the /usr/share/icons/Qogir
doesn’t exist.
What’s the best way to fix this?