aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-02 09:19:00 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-02 09:19:00 +0000
commit87aeab923c528c636cb5dc03845f801bb91496d7 (patch)
tree7125f2af433b616b88c84430cc29e9aa3b1fcee8
parent8595e122088dd3f3b02d0a1625a5cc403e770f96 (diff)
downloadgnunet-gtk-87aeab923c528c636cb5dc03845f801bb91496d7.tar.gz
gnunet-gtk-87aeab923c528c636cb5dc03845f801bb91496d7.zip
Patch from ng0 from gnunet-developer mailinglist.
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
-rw-r--r--gnunet-gtk.desktop.in19
3 files changed, 22 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f4eaac2f..58cc6d18 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,8 @@ SUBDIRS = contrib doc po src pixmaps
6desktopdir = $(datadir)/applications 6desktopdir = $(datadir)/applications
7desktop_in_files = \ 7desktop_in_files = \
8 gnunet-fs-gtk.desktop.in \ 8 gnunet-fs-gtk.desktop.in \
9 gnunet-setup.desktop.in 9 gnunet-setup.desktop.in \
10 gnunet-gtk.desktop.in
10desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) 11desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
11 12
12pkgpixdir= $(pkgdatadir) 13pkgpixdir= $(pkgdatadir)
diff --git a/configure.ac b/configure.ac
index fdcaac53..1bc876c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -548,6 +548,7 @@ po/Makefile.in
548po/Makefile 548po/Makefile
549gnunet-fs-gtk.desktop 549gnunet-fs-gtk.desktop
550gnunet-setup.desktop 550gnunet-setup.desktop
551gnunet-gtk.desktop
551contrib/gnunet_fs_gtk_about_window.glade 552contrib/gnunet_fs_gtk_about_window.glade
552contrib/gnunet_identity_gtk_about_window.glade 553contrib/gnunet_identity_gtk_about_window.glade
553contrib/gnunet_peerinfo_gtk_about_window.glade 554contrib/gnunet_peerinfo_gtk_about_window.glade
diff --git a/gnunet-gtk.desktop.in b/gnunet-gtk.desktop.in
new file mode 100644
index 00000000..b0740a8f
--- /dev/null
+++ b/gnunet-gtk.desktop.in
@@ -0,0 +1,19 @@
1[Desktop Entry]
2Version=1.0
3Name=GNUnet Secured P2P (Graphical front-end tools)
4Name[es]=
5Name[fr]=P2P sécurisé GNUnet
6GenericName=GNUnet Client (Graphical front-end tools)
7GenericName[fr]=Client GNUnet
8Comment=Graphical front-end tools for GNUnet, the anonymous and censorship resistant network.
9Comment[de]=Grafische front-end tools für GNUnet, das anonyme und zensurresistente Netzwerk.
10Comment[es]=Herramientas gráficas de usuario para GNUnet, la red anónima y resistente a la censura.
11Comment[fr]=
12
13Type=Application
14Exec=gnunet-gtk
15Icon=gnunet-gtk
16Terminal=false
17Categories=GTK;Network;P2P;
18StartupNotify=true
19StartupWMClass=gnunet-gtk