Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Start at login in temps creates a Temps.app.desktop that points to non-existing file #47

Open
ghost opened this issue Nov 22, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 22, 2017

Temps version :0.7.0
Source : https://aur.archlinux.org/packages/temps/
OS : Arch Linux
DE : Xfce

Starting temps in xfce menu - no problem
Changing to town - no problem
Autologin at start - no problem

Creates the following file Temps.app.desktop in ./config/autostart
Content of .desktop file

[Desktop Entry]
Type=Application
Version=1.0
Name=Temps.app
Comment=Temps.appstartup script
Exec=/opt/Temps/Temps.app --hidden
StartupNotify=false
Terminal=false

Booting backup will result in this error.

(xfce4-session:486): xfce4-session-WARNING **: Unable to launch "/opt/Temps/Temps.app --hidden" (specified by autostart/Temps.app.desktop): Failed to execute child process “/opt/Temps/Temps.app” (No such file or directory)

Reason :
Exec points to a file that does not exist

Solution :
Change
Exec=/opt/Temps/Temps.app --hidden
to
Exec=/opt/Temps/Temps

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants