From 9e5ea15d104720cfee752c193b77f8b03558c6b9 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Sat, 8 Oct 2016 15:01:44 -0400 Subject: 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 --- data/caja-browser.desktop.in.in | 2 +- data/caja-folder-handler.desktop.in.in | 2 +- data/caja.desktop.in.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'data') 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 -- cgit v1.2.1