emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* enabling org-protocol with Firefox 3 and Ubuntu 9.04
@ 2009-11-10  6:46 D M German
  2009-11-10 10:16 ` Friedrich Delgado Friedrichs
  0 siblings, 1 reply; 2+ messages in thread
From: D M German @ 2009-11-10  6:46 UTC (permalink / raw)
  To: emacs-orgmode


Hi everybody,

if you have tried to enable org-protocol under Firefox you might run
into the issue that firefox does not start emacsclient, no matter what
the about:config variables say.

After spending some time I discovered that this is an issue of Firefox's
integration with Gnome. What you need is to tell Gnome that you have a
new URI protocol called org-protocol, and that emacsclient is
responsible for it. This is done with the following two commands (be
careful to indicate the correct full path of emacsclient):

gconftool -s /desktop/gnome/url-handlers/org-protocol/command -t string '/usr/bin/emacsclient %s'
gconftool -s /desktop/gnome/url-handlers/org-protocol/enabled -t boolean true

--dmg

-- 
--
Daniel M. German                  
http://turingmachine.org/
http://silvernegative.com/
dmg (at) uvic (dot) ca
replace (at) with @ and (dot) with .

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-10 10:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-10  6:46 enabling org-protocol with Firefox 3 and Ubuntu 9.04 D M German
2009-11-10 10:16 ` Friedrich Delgado Friedrichs

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).