aboutsummaryrefslogtreecommitdiff
path: root/contrib/xdg-scheme-handler/README.md
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-17 11:05:29 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-17 11:05:29 +0200
commit5df20a349cabc2ebd3747292be97239fdf837386 (patch)
tree03747eb1b58d6690bb3a78560c542167b28c2fdd /contrib/xdg-scheme-handler/README.md
parentfc9ca33bca2652a6516eb1878863ea0d03c65d04 (diff)
downloadgnunet-5df20a349cabc2ebd3747292be97239fdf837386.tar.gz
gnunet-5df20a349cabc2ebd3747292be97239fdf837386.zip
madmurphy writes:
On AUR I have created the gnunet-uri.desktop file (which is installed as /usr/share/applications/gnunet-uri.desktop) to add support for the gnunet:// URI scheme (so basically it becomes possible to click on gnunet:// URIs in any browser GNUnet GTK needs to be installed too, but the URI handler gnunet-uri is part of the gnunet package). You can find a patch attached, which adds contrib/xdg-scheme-handler/gnunet-uri.desktop contrib/xdg-scheme-handler/README.md to the git repository.
Diffstat (limited to 'contrib/xdg-scheme-handler/README.md')
-rw-r--r--contrib/xdg-scheme-handler/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/xdg-scheme-handler/README.md b/contrib/xdg-scheme-handler/README.md
new file mode 100644
index 000000000..919ae37f8
--- /dev/null
+++ b/contrib/xdg-scheme-handler/README.md
@@ -0,0 +1,8 @@
1XDG Scheme Handler for GNUnet URIs
2==================================
3
4To register the `gnunet://` URI scheme, launch the following commands from this
5directory as a privileged user:
6
7 install -Dm644 gnunet-uri.desktop /usr/share/applications/gnunet-uri.desktop
8 update-mime-database /usr/share/applications/