Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upqvm-xgd-autostart fails to start user autostarts #2654
Comments
andrewdavidwong
added
bug
C: other
P: minor
labels
Feb 26, 2017
andrewdavidwong
added this to the Release 3.2 updates milestone
Feb 26, 2017
added a commit
to marmarek/qubes-desktop-linux-i3
that referenced
this issue
Feb 26, 2017
emdete
closed this
Feb 26, 2017
qubesos-bot
referenced this issue
in QubesOS/updates-status
Jul 18, 2017
Closed
desktop-linux-i3 v1.3-i3-settings-qubes (r4.0) #141
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
emdete commentedFeb 26, 2017
•
edited
Edited 1 time
-
emdete
edited Feb 26, 2017 (most recent)
Qubes OS version (e.g.,
R3.2):3.2
Affected TemplateVMs (e.g.,
fedora-23, if applicable):probably the dom0 when using i3
Expected behavior:
.desktop files in .config/autostarts should be considered to start programs
Actual behavior:
the script qvm-xgd-autostart fails to detect the .desktop files and does not start user settings
Steps to reproduce the behavior:
create a file
~/.config/autostart/q.desktopwithExec=xeyes, logout & login. xyes is not started (or alter the script to only echo the command and start is manually).Fix:
because the shell does not expand the home dir ~ in " the " should be removed in the line
if [[ -d "$config...or ${HOME} should be used instead of ~ further down