Disable xdg-open, since it seems like it suffers from the same problem
gnome-open does.
Relevant (but not really a solution) to PR 11869.
original commit: 020946cb2a
This commit is contained in:
parent
67404ee615
commit
a8ef109b6e
|
@ -18,7 +18,7 @@
|
||||||
;; order matters: the default will be the first of these that is found
|
;; order matters: the default will be the first of these that is found
|
||||||
(define all-unix-browsers
|
(define all-unix-browsers
|
||||||
'(;; common browsers
|
'(;; common browsers
|
||||||
xdg-open
|
;; xdg-open
|
||||||
firefox google-chrome galeon opera mozilla konqueror seamonkey epiphany
|
firefox google-chrome galeon opera mozilla konqueror seamonkey epiphany
|
||||||
;; known browsers
|
;; known browsers
|
||||||
camino skipstone
|
camino skipstone
|
||||||
|
|
Loading…
Reference in New Issue
Block a user