From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Juri Linkov <juri@jurta.org>
Cc: 9779@debbugs.gnu.org
Subject: bug#9779: No usable browser found on Lubuntu
Date: Tue, 18 Oct 2011 09:17:21 -0400 [thread overview]
Message-ID: <jwvaa8ytp6l.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87y5wi3i0s.fsf@mail.jurta.org> (Juri Linkov's message of "Tue, 18 Oct 2011 09:55:03 +0300")
> (defun browse-url-can-use-xdg-open ()
> - "Check if xdg-open can be used, i.e. we are on Gnome, KDE or xfce4."
> + "Check if xdg-open can be used, i.e. we are on Gnome, KDE, Xfce4 or LXDE."
> (and (getenv "DISPLAY")
> (executable-find "xdg-open")
> ;; xdg-open may call gnome-open and that does not wait for its child
> @@ -947,7 +969,8 @@ (defun browse-url-can-use-xdg-open ()
> "/bin/sh" nil nil nil
> "-c"
> "xprop -root _DT_SAVE_MODE|grep xfce4"))
> - (error nil)))))
> + (error nil))
> + (equal (getenv "XDG_CURRENT_DESKTOP") "LXDE"))))
Thanks, please install,
Stefan
next prev parent reply other threads:[~2011-10-18 13:17 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-17 23:14 bug#9779: No usable browser found on Lubuntu Juri Linkov
2011-10-18 1:53 ` Stefan Monnier
2011-10-18 6:55 ` Juri Linkov
2011-10-18 8:12 ` Lawrence Mitchell
2011-10-18 9:09 ` Juri Linkov
2011-10-18 9:53 ` Jan Djärv
2011-10-18 9:04 ` Juri Linkov
2011-10-18 10:06 ` Jan Djärv
2011-10-18 9:58 ` Jan Djärv
2011-10-19 9:12 ` Juri Linkov
2011-10-19 14:52 ` Jan Djärv
2011-10-19 22:42 ` Juri Linkov
2011-10-18 13:17 ` Stefan Monnier [this message]
2011-10-18 5:37 ` Jan Djärv
2011-10-18 6:57 ` Juri Linkov
2011-10-18 13:16 ` Stefan Monnier
2011-10-19 9:10 ` Juri Linkov
2011-10-20 14:47 ` Nix
2011-10-20 18:41 ` Stefan Monnier
2011-10-20 20:08 ` Nix
2011-10-21 11:25 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvaa8ytp6l.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=9779@debbugs.gnu.org \
--cc=juri@jurta.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).