gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: madmurphy writes:


From: gnunet
Subject: [gnunet] branch master updated: madmurphy writes:
Date: Fri, 17 Sep 2021 11:05:55 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5df20a349 madmurphy writes:
5df20a349 is described below

commit 5df20a349cabc2ebd3747292be97239fdf837386
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 17 11:05:29 2021 +0200

    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.
---
 contrib/xdg-scheme-handler/README.md          | 8 ++++++++
 contrib/xdg-scheme-handler/gnunet-uri.desktop | 9 +++++++++
 2 files changed, 17 insertions(+)

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 @@
+XDG Scheme Handler for GNUnet URIs
+==================================
+
+To register the `gnunet://` URI scheme, launch the following commands from this
+directory as a privileged user:
+
+    install -Dm644 gnunet-uri.desktop 
/usr/share/applications/gnunet-uri.desktop
+    update-mime-database /usr/share/applications/
diff --git a/contrib/xdg-scheme-handler/gnunet-uri.desktop 
b/contrib/xdg-scheme-handler/gnunet-uri.desktop
new file mode 100644
index 000000000..4f847d20f
--- /dev/null
+++ b/contrib/xdg-scheme-handler/gnunet-uri.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=GNUnet URI
+Exec=gnunet-uri %u
+GenericName=URI handler for the GNUnet network
+Icon=gnunet
+Type=Application
+Terminal=false
+NoDisplay=true
+MimeType=x-scheme-handler/gnunet;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]