Skip to content
This repository was 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

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions