We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017dc58 commit a0cc3d8Copy full SHA for a0cc3d8
app
@@ -85,22 +85,22 @@ case $1 in
85
;;
86
"run")
87
initialize 0
88
- ./com.github.phase1geo.annotator "${@:2}"
+ GDK_BACKEND=x11 ./com.github.phase1geo.annotator "${@:2}"
89
90
"run-emmet")
91
initialize 1
92
./com.github.phase1geo.annotator "${@:2}"
93
94
"debug")
95
96
- G_DEBUG=fatal-criticals gdb --args ./com.github.phase1geo.annotator "${@:2}"
+ G_DEBUG=fatal-criticals GDK_BACKEND=x11 gdb --args ./com.github.phase1geo.annotator "${@:2}"
97
98
"test")
99
test
100
101
"test-run")
102
103
104
105
"uninstall")
106
0 commit comments