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.
This commit is contained in:
parent
22603f3f15
commit
020946cb2a
|
@ -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