summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-10-08 15:01:44 -0400
committerlukefromdc <[email protected]>2016-10-08 15:01:44 -0400
commit9e5ea15d104720cfee752c193b77f8b03558c6b9 (patch)
treec20e965e974ccdecfe95f576681144442cc6225e /data
parent24bb72b321c044479728fd1d43c941afc0309f18 (diff)
downloadcaja-9e5ea15d104720cfee752c193b77f8b03558c6b9.tar.bz2
caja-9e5ea15d104720cfee752c193b77f8b03558c6b9.tar.xz
GTK3: port libunique ->GtkApplication as build time option
Add --disable-libunique configuration option for GTK3 builds. This builds a port from libunique to GtkApplication. keep GTK2 builds unchanged Caja can now be build with GTK2 and libunique, GTK3 and libunique, or GTK3 without libunique using GtkApplication instead GtkApplication port Based on cherrypicked nautilus commits from https://github.com/GNOME/nautilus/commit/a8481ee4bd8d34e792d63598fa5efb47736f9de4 main: adapt to GtkApplication changes through https://github.com/GNOME/nautilus/commit/c3382e0415d51082545f277c380d37be160e8d2d application: move nautilus_application_new() to its own function GTK3/GtkApplication builds: add --force-desktop option This is useful for other DE's All: StartupNotify=false in .desktop files, as caja never connects to notification daemons and in GtkApplication builds this causes busy spinning curors
Diffstat (limited to 'data')
-rw-r--r--data/caja-browser.desktop.in.in2
-rw-r--r--data/caja-folder-handler.desktop.in.in2
-rw-r--r--data/caja.desktop.in.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/data/caja-browser.desktop.in.in b/data/caja-browser.desktop.in.in
index 23fcb210..b1d27f16 100644
--- a/data/caja-browser.desktop.in.in
+++ b/data/caja-browser.desktop.in.in
@@ -6,7 +6,7 @@ TryExec=caja
Exec=caja --no-desktop --browser %U
Icon=system-file-manager
Terminal=false
-StartupNotify=true
+StartupNotify=false
Type=Application
Categories=GTK;System;Utility;Core;
Keywords=files;browser;manager;MATE;
diff --git a/data/caja-folder-handler.desktop.in.in b/data/caja-folder-handler.desktop.in.in
index ef2692b4..01a59a8a 100644
--- a/data/caja-folder-handler.desktop.in.in
+++ b/data/caja-folder-handler.desktop.in.in
@@ -6,7 +6,7 @@ Exec=caja --no-desktop %U
NoDisplay=true
Terminal=false
Icon=folder-open
-StartupNotify=true
+StartupNotify=false
Type=Application
MimeType=inode/directory;application/x-mate-saved-search;
OnlyShowIn=MATE;
diff --git a/data/caja.desktop.in.in b/data/caja.desktop.in.in
index 8e19a811..eff13736 100644
--- a/data/caja.desktop.in.in
+++ b/data/caja.desktop.in.in
@@ -5,7 +5,7 @@ Exec=caja
Icon=system-file-manager
Terminal=false
Type=Application
-StartupNotify=true
+StartupNotify=false
NoDisplay=true
OnlyShowIn=MATE;
X-MATE-Bugzilla-Bugzilla=MATE