I’m currently cleaning up a couple of warnings in the journal and came across these two:
… gnome-session-binary[14211]: WARNING: Desktop file /home/user/.config/autostart/manjaro-app-folder-settings.desktop for application manjaro-app-folder-settings.desktop could not be parsed or references a missing TryExec binary
… gnome-session-binary[14211]: WARNING: Desktop file /home/user/.config/autostart/manjaro-starter.desktop for application manjaro-starter.desktop could not be parsed or references a missing TryExec binary
Both of these try to run binaries which can’t be found on my system:
Exec=manjaro-starter
…
Exec=/usr/bin/apply-folder-settings
Manjaro-starter has been discontinued it seems.
pacman -F says that manjaro-app-folder-settings.desktop belongs to manjaro-settings:
pacman -F manjaro-app-folder-settings.desktop
extra/manjaro-gnome-settings 20250504-1 [Installiert]
etc/skel/.config/autostart/manjaro-app-folder-settings.desktop
Can I simply delete these two .desktop files from ~/.config/autostart? Both of them are also listed in /etc/skel/.config/autostart/ which would mean every newly created user on my system would get them as well.
Is manjaro-gnome-settings maybe outdated? I checked its gitlab PKGBUILD and noticed it might even be responsible for the gdm dconf-profile generating dozens of warning messages (which I fixed recently on my system).
…
install -Dm644 dconf/gdm -t "${pkgdir}"/etc/dconf/profile/
…