forked from Vanilla-OS/nvidia-image
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e32f5e
commit 5db4284
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
includes.container/etc/xdg/autostart/org.vanillaos.fixme.desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Exec=/usr/bin/fixme | ||
Name=Fixme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
DOCS_URL="https://docs.vanillaos.org/handbook/en/nvidia-issues#i-am-running-a-no-more-supported-image" | ||
|
||
adwdialog --title "Manual Intervention Required" --description "It seems you are using an image no longer supported by Vanilla OS, read the instructions to fix." --icon dialog-warning-symbolic --type question --suggested_label "How to Fix" | ||
|
||
if [ $? -eq 0 ]; then | ||
xdg-open $DOCS_URL | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters