Compare commits
1 Commits
30ca433ae8
...
2025
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b82c745945 |
@@ -1154,7 +1154,7 @@ add_launcher() {
|
|||||||
|
|
||||||
trap "exit 0" SIGINT
|
trap "exit 0" SIGINT
|
||||||
# Check for updates
|
# Check for updates
|
||||||
update
|
#update
|
||||||
# If display isn't set assume we are launching from console and an X environment is running using display :0
|
# If display isn't set assume we are launching from console and an X environment is running using display :0
|
||||||
if [[ -z "$DISPLAY" ]]; then
|
if [[ -z "$DISPLAY" ]]; then
|
||||||
export DISPLAY=":0"
|
export DISPLAY=":0"
|
||||||
|
|||||||
Reference in New Issue
Block a user