-
-
Notifications
You must be signed in to change notification settings - Fork 16
Move autostart desktop command to its own script #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Where can I view the logs of why code-signing failed? It opens the docs page when clicking "View details". |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #66 +/- ##
=======================================
Coverage 79.53% 79.53%
=======================================
Files 23 23
Lines 2561 2561
=======================================
Hits 2037 2037
Misses 524 524 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Shell parsers get confused with quotes, this happens with qubes-i3-xdg-autostart which tries to add more quotes: + sh -c '"systemctl' --user import-environment XDG_CURRENT_DESKTOP ... 'XDG_SESSION_TYPE;' systemctl --user start 'qubes-app-menu"' --user: -c: line 1: unexpected EOF while looking for matching `"'
I don't know about the logs, but it seems to fetch the key from GitHub among other sources. So uploading to GitHub at least should fix it. After that, your key will be available at https://github.com/ben-grande.gpg. |
Thanks. |
|
PipelineRetryFailed |
|
While the change itself is okay,
...this is an issue in qubes-i4-xdg-autostart, it mishandles quotes - see spec at https://specifications.freedesktop.org/desktop-entry-spec/latest/exec-variables.html |
|
Shell parsers get confused with quotes, this happens with qubes-i3-xdg-autostart which tries to add more quotes: