We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Everything inside usr/lib/pop-launcher/scripts/system76-power/ assumes gnome-terminal is present, but when using COSMIC this doesn't make sense.
usr/lib/pop-launcher/scripts/system76-power/
gnome-terminal
In usr/lib/pop-launcher/scripts/session all scripts assume systemd is present, which is not always the case.
usr/lib/pop-launcher/scripts/session
Also, even in GNOME usr/lib/pop-launcher/scripts/session/session-bios.sh has an IF/ELSE statement that does the same thing:
usr/lib/pop-launcher/scripts/session/session-bios.sh
if is_gnome; then systemctl reboot --firmware-setup elif command -v systemctl >/dev/null; then systemctl reboot --firmware-setup fi
Maybe a build flag to inform we're using launcher in COSMIC so it won't create any of this?
launcher
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Everything inside
usr/lib/pop-launcher/scripts/system76-power/
assumesgnome-terminal
is present, but when using COSMIC this doesn't make sense.In
usr/lib/pop-launcher/scripts/session
all scripts assume systemd is present, which is not always the case.Also, even in GNOME
usr/lib/pop-launcher/scripts/session/session-bios.sh
has an IF/ELSE statement that does the same thing:Maybe a build flag to inform we're using
launcher
in COSMIC so it won't create any of this?The text was updated successfully, but these errors were encountered: