Hi Marcin, Since you already looked at it, I have a comment without looking at it myself :-p.
On Sat, May 04, 2013 at 11:41:20PM +0200, Marcin Borkowski wrote: > *** Linux setup (Gnome) > > - For this to work, you'll need the Gnome-Libraries to be installed. > + (Instructions taken from > [[http://stackoverflow.com/questions/7464951/how-to-make-org-protocol-work][this > answer on StackOverflow]].) > + > + Create and save a file called org-protocol.desktop to > ~/.local/share/applications containing: > + > + : [Desktop Entry] > + : Name=org-protocol > + : Exec=emacsclient %u > + : Type=Application > + : Terminal=false > + : Categories=System; > + : MimeType=x-scheme-handler/org-protocol; > + > + Then run: > + > + : $ update-desktop-database ~/.local/share/applications/ > > - : gconftool-2 -s /desktop/gnome/url-handlers/org-protocol/command > '/usr/local/bin/emacsclient %s' --type String > - : gconftool-2 -s /desktop/gnome/url-handlers/org-protocol/enabled --type > Boolean true As far as I know, gconf was replaced with dconf with the new Gnome. In that case it might be better to replace the instructions with the corresponding dconf command line instead of some Gnome only binary (update-desktop-database here). Would you be willing to take a look at it? Cheers, -- Suvayu Open source is the future. It sets us free.