Hello community, here is the log from the commit of package caja for openSUSE:Factory checked in at 2017-05-16 14:43:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/caja (Old) and /work/SRC/openSUSE:Factory/.caja.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "caja" Tue May 16 14:43:51 2017 rev:25 rq:494558 version:1.18.3 Changes: -------- --- /work/SRC/openSUSE:Factory/caja/caja.changes 2017-04-18 13:50:36.944623915 +0200 +++ /work/SRC/openSUSE:Factory/.caja.new/caja.changes 2017-05-16 14:44:48.730021351 +0200 @@ -1,0 +2,13 @@ +Thu May 11 09:45:20 UTC 2017 - [email protected] + +- Update to version 1.18.3: + * Restore D-Bus interface initialisation. + * CSS: Load a different caja-desktop.css with GTK+ 3.14. + * file: Make caja_file_get_gicon return custom icons too + (gh#mate-desktop/caja#765). + * Open With dialogue: Force the icon size. + * Show correct right-click menu after making a selection. +- Add caja-gtk3-bookmarks.patch: Use the Gtk3 bookmarks location + (commit 65f573c). + +------------------------------------------------------------------- Old: ---- caja-1.18.2.tar.xz New: ---- caja-1.18.3.tar.xz caja-gtk3-bookmarks.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ caja.spec ++++++ --- /var/tmp/diff_new_pack.FRBK0J/_old 2017-05-16 14:44:49.565903902 +0200 +++ /var/tmp/diff_new_pack.FRBK0J/_new 2017-05-16 14:44:49.565903902 +0200 @@ -20,13 +20,15 @@ %define typelib typelib-1_0-Caja-2_0 %define _version 1.18 Name: caja -Version: 1.18.2 +Version: 1.18.3 Release: 0 Summary: File manager for the MATE desktop License: GPL-2.0 and LGPL-2.0 Group: System/GUI/Other Url: https://mate-desktop.org/ Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz +# PATCH-FEATURE-UPSTREAM caja-gtk3-bookmarks.patch [email protected] -- Use the Gtk3 bookmarks location (commit 65f573c). +Patch0: caja-gtk3-bookmarks.patch BuildRequires: mate-common >= %{_version} BuildRequires: pkgconfig BuildRequires: update-desktop-files ++++++ caja-1.18.2.tar.xz -> caja-1.18.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/ChangeLog new/caja-1.18.3/ChangeLog --- old/caja-1.18.2/ChangeLog 2017-04-15 19:33:14.000000000 +0200 +++ new/caja-1.18.3/ChangeLog 2017-05-11 07:15:31.000000000 +0200 @@ -1,3 +1,106 @@ +commit 5a5d9e5409472c18fb7e71c9859fcefa33036c18 +Author: raveit65 <[email protected]> +Date: Thu May 11 07:10:56 2017 +0200 + + release 1.18.3 + + NEWS | 9 +++++++++ + configure.ac | 2 +- + 2 files changed, 10 insertions(+), 1 deletion(-) + +commit dc45e7f739dad78542d53b11ee4992e83d61ddf5 +Author: monsta <[email protected]> +Date: Sun May 7 14:07:09 2017 +0300 + + pass CajaApplication instead of GApplication to DBus init + + fixes a build warning + + src/caja-application.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 6ece67ffa2b3c90f4c0ae69147b62ea255da3636 +Author: monsta <[email protected]> +Date: Wed May 3 15:28:17 2017 +0300 + + restore DBus interface initialization + + fixes https://github.com/mate-desktop/caja/issues/771 + + src/caja-application.c | 3 +++ + 1 file changed, 3 insertions(+) + +commit f78a8c04e607d1f68f9098791d3907add3098a09 +Author: Clement Lefebvre <[email protected]> +Date: Tue May 2 11:53:26 2017 +0100 + + CSS: Load a different caja-desktop.css with GTK 3.14 + + In caja-desktop.css this line isn't compatible with GTK 3.14: + + ".caja-desktop:not(:selected):not(:active):not(.rubberband){" + + It is needed for GTK 3.20/3.22 tough. + + This PR checks the GTK version and loads the appropriate CSS. + + This fixes desktop icons showing black text. That issue was + reproduced with Adwaita under LMDE with GTK 3.14. + + data/Makefile.am | 1 + + data/caja-desktop-3.14.css | 29 +++++++++++++++++++++++++++++ + src/caja-application.c | 8 ++++++-- + 3 files changed, 36 insertions(+), 2 deletions(-) + +commit ecfc8ea6267f5cf87243b9ce8053060b17218d8a +Author: monsta <[email protected]> +Date: Thu Apr 20 12:55:44 2017 +0300 + + file: make caja_file_get_gicon return custom icons too (#765) + + fixes https://github.com/mate-desktop/caja/issues/410 + + taken from: + https://git.gnome.org/browse/nautilus/commit/?id=f1c782c13dd675bafffb2a4d85900da52be88f3f + + libcaja-private/caja-file.c | 5 +++++ + 1 file changed, 5 insertions(+) + +commit 767f1043fe60c1f2ccf6037957755d968eddc0aa +Author: monsta <[email protected]> +Date: Wed Apr 19 16:46:32 2017 +0300 + + Open With dialog: force icon size + + fixes https://github.com/mate-desktop/caja/issues/735 + + libcaja-private/caja-open-with-dialog.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit f33f26e625f3f60c8f2e8444c2b78105317a063d +Author: monsta <[email protected]> +Date: Tue Apr 18 18:08:22 2017 +0300 + + update copyright year to 2017 + + src/caja-window-menus.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 213094ff71f4c77da2e6d3a29d8a10389b392818 +Author: monsta <[email protected]> +Date: Mon Apr 17 16:44:16 2017 +0300 + + show correct right-click menu after making selection + + taken from: + https://git.gnome.org/browse/nautilus/commit/?id=fabea8532911c2e38d91aa6230136cff5e52f095 + + upstream bug with detailed description: + https://bugzilla.gnome.org/704289 + + eel/eel-canvas.c | 1 + + 1 file changed, 1 insertion(+) + commit c0ea7103c2d521ea57a78dadf211d8b6a59f8ca8 Author: raveit65 <[email protected]> Date: Sat Apr 15 19:28:13 2017 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/NEWS new/caja-1.18.3/NEWS --- old/caja-1.18.2/NEWS 2017-04-15 19:27:43.000000000 +0200 +++ new/caja-1.18.3/NEWS 2017-05-11 07:10:13.000000000 +0200 @@ -1,3 +1,12 @@ +### caja 1.18.3 + + restore DBus interface initialization + CSS: Load a different caja-desktop.css with GTK 3.14 + file: make caja_file_get_gicon return custom icons too (#765) + Open With dialog: force icon size + update copyright year to 2017 + show correct right-click menu after making selection + ### caja 1.18.2 * icon and compact view: fix scrolling and renaming in large folders diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/configure new/caja-1.18.3/configure --- old/caja-1.18.2/configure 2017-04-15 19:30:10.000000000 +0200 +++ new/caja-1.18.3/configure 2017-05-11 07:12:39.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for caja 1.18.2. +# Generated by GNU Autoconf 2.69 for caja 1.18.3. # # Report bugs to <http://www.mate-desktop.org>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='caja' PACKAGE_TARNAME='caja' -PACKAGE_VERSION='1.18.2' -PACKAGE_STRING='caja 1.18.2' +PACKAGE_VERSION='1.18.3' +PACKAGE_STRING='caja 1.18.3' PACKAGE_BUGREPORT='http://www.mate-desktop.org' PACKAGE_URL='' @@ -1469,7 +1469,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures caja 1.18.2 to adapt to many kinds of systems. +\`configure' configures caja 1.18.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1539,7 +1539,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of caja 1.18.2:";; + short | recursive ) echo "Configuration of caja 1.18.3:";; esac cat <<\_ACEOF @@ -1688,7 +1688,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -caja configure 1.18.2 +caja configure 1.18.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2057,7 +2057,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by caja $as_me 1.18.2, which was +It was created by caja $as_me 1.18.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2927,7 +2927,7 @@ # Define the identity of the package. PACKAGE='caja' - VERSION='1.18.2' + VERSION='1.18.3' cat >>confdefs.h <<_ACEOF @@ -17453,7 +17453,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by caja $as_me 1.18.2, which was +This file was extended by caja $as_me 1.18.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17519,7 +17519,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -caja config.status 1.18.2 +caja config.status 1.18.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/configure.ac new/caja-1.18.3/configure.ac --- old/caja-1.18.2/configure.ac 2017-04-15 19:23:58.000000000 +0200 +++ new/caja-1.18.3/configure.ac 2017-05-11 07:08:12.000000000 +0200 @@ -20,7 +20,7 @@ m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.18.2], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.18.3], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/data/Makefile.am new/caja-1.18.3/data/Makefile.am --- old/caja-1.18.2/data/Makefile.am 2016-12-25 00:24:56.000000000 +0100 +++ new/caja-1.18.3/data/Makefile.am 2017-05-11 07:01:37.000000000 +0200 @@ -35,6 +35,7 @@ caja-suggested.placeholder \ caja.css \ caja-desktop.css \ + caja-desktop-3.14.css \ $(NULL) # app data file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/data/Makefile.in new/caja-1.18.3/data/Makefile.in --- old/caja-1.18.2/data/Makefile.in 2017-04-15 19:30:12.000000000 +0200 +++ new/caja-1.18.3/data/Makefile.in 2017-05-11 07:12:41.000000000 +0200 @@ -452,6 +452,7 @@ caja-suggested.placeholder \ caja.css \ caja-desktop.css \ + caja-desktop-3.14.css \ $(NULL) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/data/caja-autorun-software.desktop.in new/caja-1.18.3/data/caja-autorun-software.desktop.in --- old/caja-1.18.2/data/caja-autorun-software.desktop.in 2017-04-15 19:30:19.000000000 +0200 +++ new/caja-1.18.3/data/caja-autorun-software.desktop.in 2017-05-11 07:12:46.000000000 +0200 @@ -11,4 +11,4 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.18.2 +X-MATE-Bugzilla-Version=1.18.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/data/caja-browser.desktop.in new/caja-1.18.3/data/caja-browser.desktop.in --- old/caja-1.18.2/data/caja-browser.desktop.in 2017-04-15 19:30:19.000000000 +0200 +++ new/caja-1.18.3/data/caja-browser.desktop.in 2017-05-11 07:12:46.000000000 +0200 @@ -14,4 +14,4 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.18.2 +X-MATE-Bugzilla-Version=1.18.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/data/caja-computer.desktop.in new/caja-1.18.3/data/caja-computer.desktop.in --- old/caja-1.18.2/data/caja-computer.desktop.in 2017-04-15 19:30:18.000000000 +0200 +++ new/caja-1.18.3/data/caja-computer.desktop.in 2017-05-11 07:12:46.000000000 +0200 @@ -14,4 +14,4 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.18.2 +X-MATE-Bugzilla-Version=1.18.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/data/caja-desktop-3.14.css new/caja-1.18.3/data/caja-desktop-3.14.css --- old/caja-1.18.2/data/caja-desktop-3.14.css 1970-01-01 01:00:00.000000000 +0100 +++ new/caja-1.18.3/data/caja-desktop-3.14.css 2017-05-11 07:01:37.000000000 +0200 @@ -0,0 +1,29 @@ +/* Everything that themes must not override goes in this file */ +/* This is loaded with GTK_STYLE_PROVIDER_PRIORITY_APPLICATION and overrides themes */ + +/* desktop mode */ +.caja-desktop.caja-canvas-item { + color: #ffffff; + text-shadow: 1px 1px alpha (#000000, 0.8); +} + +.caja-desktop.caja-canvas-item:selected, +.caja-desktop.caja-canvas-item:active, +.caja-desktop.caja-canvas-item:hover { + text-shadow: none; +} + +/* remove possible theme settings for borders on scrolledwindow with gtk+-3.20 */ +.caja-desktop-window > grid.vertical > box.vertical > box.vertical > box.vertical > scrolledwindow, +.caja-desktop-window > grid.vertical > box.vertical > box.vertical > box.vertical > scrolledwindow.frame, +.caja-desktop-window > grid.vertical > box.vertical > box.vertical > box.vertical > scrolledwindow > widget.view.caja-desktop { + border-width: 0px; + border-style: none; + border-radius: 0px; +} + +/* This is not on the desktop but will cause errors if themes can override */ +/* Padding in slider buttons causes GTK errors in GTK 3.20 or later */ +.caja-navigation-window .slider-button { + padding: 0px; +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/data/caja-file-management-properties.desktop.in new/caja-1.18.3/data/caja-file-management-properties.desktop.in --- old/caja-1.18.2/data/caja-file-management-properties.desktop.in 2017-04-15 19:30:18.000000000 +0200 +++ new/caja-1.18.3/data/caja-file-management-properties.desktop.in 2017-05-11 07:12:46.000000000 +0200 @@ -12,4 +12,4 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=Preferences -X-MATE-Bugzilla-Version=1.18.2 +X-MATE-Bugzilla-Version=1.18.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/data/caja-folder-handler.desktop.in new/caja-1.18.3/data/caja-folder-handler.desktop.in --- old/caja-1.18.2/data/caja-folder-handler.desktop.in 2017-04-15 19:30:18.000000000 +0200 +++ new/caja-1.18.3/data/caja-folder-handler.desktop.in 2017-05-11 07:12:46.000000000 +0200 @@ -13,4 +13,4 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.18.2 +X-MATE-Bugzilla-Version=1.18.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/data/caja.desktop new/caja-1.18.3/data/caja.desktop --- old/caja-1.18.2/data/caja.desktop 2017-04-15 19:32:50.000000000 +0200 +++ new/caja-1.18.3/data/caja.desktop 2017-05-11 07:15:08.000000000 +0200 @@ -221,7 +221,7 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.18.2 +X-MATE-Bugzilla-Version=1.18.3 X-MATE-Autostart-Phase=Desktop X-MATE-Autostart-Notify=true X-MATE-AutoRestart=true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/data/caja.desktop.in new/caja-1.18.3/data/caja.desktop.in --- old/caja-1.18.2/data/caja.desktop.in 2017-04-15 19:30:18.000000000 +0200 +++ new/caja-1.18.3/data/caja.desktop.in 2017-05-11 07:12:46.000000000 +0200 @@ -11,7 +11,7 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.18.2 +X-MATE-Bugzilla-Version=1.18.3 X-MATE-Autostart-Phase=Desktop X-MATE-Autostart-Notify=true X-MATE-AutoRestart=true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/docs/reference/libcaja-extension/html/ix01.html new/caja-1.18.3/docs/reference/libcaja-extension/html/ix01.html --- old/caja-1.18.2/docs/reference/libcaja-extension/html/ix01.html 2017-04-15 19:33:20.000000000 +0200 +++ new/caja-1.18.3/docs/reference/libcaja-extension/html/ix01.html 2017-05-11 07:15:37.000000000 +0200 @@ -24,189 +24,189 @@ <div xmlns:xlink="http://www.w3.org/1999/xlink" class="index"><div class="indexdiv"> <h3>C</h3> <dl> -<dt id="ientry-idm140273358983808">CajaColumn, <a class="indexterm" href="CajaColumn.html#CajaColumn-struct">struct CajaColumn</a> +<dt id="ientry-idm139852121646480">CajaColumn, <a class="indexterm" href="CajaColumn.html#CajaColumn-struct">struct CajaColumn</a> </dt> -<dt id="ientry-idm140273358977888">CajaColumn:attribute, <a class="indexterm" href="CajaColumn.html#CajaColumn--attribute">The “attribute” property</a> +<dt id="ientry-idm139852121640560">CajaColumn:attribute, <a class="indexterm" href="CajaColumn.html#CajaColumn--attribute">The “attribute” property</a> </dt> -<dt id="ientry-idm140273358972000">CajaColumn:attribute-q, <a class="indexterm" href="CajaColumn.html#CajaColumn--attribute-q">The “attribute-q” property</a> +<dt id="ientry-idm139852121634672">CajaColumn:attribute-q, <a class="indexterm" href="CajaColumn.html#CajaColumn--attribute-q">The “attribute-q” property</a> </dt> -<dt id="ientry-idm140273358966272">CajaColumn:description, <a class="indexterm" href="CajaColumn.html#CajaColumn--description">The “description” property</a> +<dt id="ientry-idm139852121628944">CajaColumn:description, <a class="indexterm" href="CajaColumn.html#CajaColumn--description">The “description” property</a> </dt> -<dt id="ientry-idm140273358960384">CajaColumn:label, <a class="indexterm" href="CajaColumn.html#CajaColumn--label">The “label” property</a> +<dt id="ientry-idm139852121623056">CajaColumn:label, <a class="indexterm" href="CajaColumn.html#CajaColumn--label">The “label” property</a> </dt> -<dt id="ientry-idm140273358954448">CajaColumn:name, <a class="indexterm" href="CajaColumn.html#CajaColumn--name">The “name” property</a> +<dt id="ientry-idm139852121617120">CajaColumn:name, <a class="indexterm" href="CajaColumn.html#CajaColumn--name">The “name” property</a> </dt> -<dt id="ientry-idm140273358948512">CajaColumn:xalign, <a class="indexterm" href="CajaColumn.html#CajaColumn--xalign">The “xalign” property</a> +<dt id="ientry-idm139852121611184">CajaColumn:xalign, <a class="indexterm" href="CajaColumn.html#CajaColumn--xalign">The “xalign” property</a> </dt> -<dt id="ientry-idm140273360866544">CajaColumnProvider, <a class="indexterm" href="CajaColumnProvider.html#CajaColumnProvider-struct">CajaColumnProvider</a> +<dt id="ientry-idm139852119478752">CajaColumnProvider, <a class="indexterm" href="CajaColumnProvider.html#CajaColumnProvider-struct">CajaColumnProvider</a> </dt> -<dt id="ientry-idm140273360863008">CajaColumnProviderIface, <a class="indexterm" href="CajaColumnProvider.html#CajaColumnProviderIface">struct CajaColumnProviderIface</a> +<dt id="ientry-idm139852119475216">CajaColumnProviderIface, <a class="indexterm" href="CajaColumnProvider.html#CajaColumnProviderIface">struct CajaColumnProviderIface</a> </dt> -<dt id="ientry-idm140273357663216">CajaFile, <a class="indexterm" href="CajaFileInfo.html#CajaFile">CajaFile</a> +<dt id="ientry-idm139852116282992">CajaFile, <a class="indexterm" href="CajaFileInfo.html#CajaFile">CajaFile</a> </dt> -<dt id="ientry-idm140273357660112">CajaFileInfo, <a class="indexterm" href="CajaFileInfo.html">CajaFileInfo</a> +<dt id="ientry-idm139852116279888">CajaFileInfo, <a class="indexterm" href="CajaFileInfo.html">CajaFileInfo</a> </dt> -<dt id="ientry-idm140273357657008">CajaFileInfoIface, <a class="indexterm" href="CajaFileInfo.html#CajaFileInfoIface">struct CajaFileInfoIface</a> +<dt id="ientry-idm139852116276784">CajaFileInfoIface, <a class="indexterm" href="CajaFileInfo.html#CajaFileInfoIface">struct CajaFileInfoIface</a> </dt> -<dt id="ientry-idm140273358030352">CajaInfoProvider, <a class="indexterm" href="CajaInfoProvider.html#CajaInfoProvider-struct">CajaInfoProvider</a> +<dt id="ientry-idm139852121511760">CajaInfoProvider, <a class="indexterm" href="CajaInfoProvider.html#CajaInfoProvider-struct">CajaInfoProvider</a> </dt> -<dt id="ientry-idm140273358026832">CajaInfoProviderIface, <a class="indexterm" href="CajaInfoProvider.html#CajaInfoProviderIface">struct CajaInfoProviderIface</a> +<dt id="ientry-idm139852121508240">CajaInfoProviderIface, <a class="indexterm" href="CajaInfoProvider.html#CajaInfoProviderIface">struct CajaInfoProviderIface</a> </dt> -<dt id="ientry-idm140273361918176">CajaInfoProviderUpdateComplete, <a class="indexterm" href="CajaInfoProvider.html#CajaInfoProviderUpdateComplete">CajaInfoProviderUpdateComplete ()</a> +<dt id="ientry-idm139852117275888">CajaInfoProviderUpdateComplete, <a class="indexterm" href="CajaInfoProvider.html#CajaInfoProviderUpdateComplete">CajaInfoProviderUpdateComplete ()</a> </dt> -<dt id="ientry-idm140273357973056">CajaLocationWidgetProvider, <a class="indexterm" href="CajaLocationWidgetProvider.html#CajaLocationWidgetProvider-struct">CajaLocationWidgetProvider</a> +<dt id="ientry-idm139852116634656">CajaLocationWidgetProvider, <a class="indexterm" href="CajaLocationWidgetProvider.html#CajaLocationWidgetProvider-struct">CajaLocationWidgetProvider</a> </dt> -<dt id="ientry-idm140273357969424">CajaLocationWidgetProviderIface, <a class="indexterm" href="CajaLocationWidgetProvider.html#CajaLocationWidgetProviderIface">struct CajaLocationWidgetProviderIface</a> +<dt id="ientry-idm139852116631024">CajaLocationWidgetProviderIface, <a class="indexterm" href="CajaLocationWidgetProvider.html#CajaLocationWidgetProviderIface">struct CajaLocationWidgetProviderIface</a> </dt> -<dt id="ientry-idm140273357396112">CajaMenu, <a class="indexterm" href="CajaMenu.html#CajaMenu-struct">struct CajaMenu</a> +<dt id="ientry-idm139852117923488">CajaMenu, <a class="indexterm" href="CajaMenu.html#CajaMenu-struct">struct CajaMenu</a> </dt> -<dt id="ientry-idm140273359503088">CajaMenuItem, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem-struct">struct CajaMenuItem</a> +<dt id="ientry-idm139852115960352">CajaMenuItem, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem-struct">struct CajaMenuItem</a> </dt> -<dt id="ientry-idm140273357355152">CajaMenuItem::activate, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem-activate">The “activate” signal</a> +<dt id="ientry-idm139852115911968">CajaMenuItem::activate, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem-activate">The “activate” signal</a> </dt> -<dt id="ientry-idm140273357391952">CajaMenuItem:icon, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--icon">The “icon” property</a> +<dt id="ientry-idm139852115954432">CajaMenuItem:icon, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--icon">The “icon” property</a> </dt> -<dt id="ientry-idm140273357386816">CajaMenuItem:label, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--label">The “label” property</a> +<dt id="ientry-idm139852115948592">CajaMenuItem:label, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--label">The “label” property</a> </dt> -<dt id="ientry-idm140273357381680">CajaMenuItem:menu, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--menu">The “menu” property</a> +<dt id="ientry-idm139852115942656">CajaMenuItem:menu, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--menu">The “menu” property</a> </dt> -<dt id="ientry-idm140273357376928">CajaMenuItem:name, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--name">The “name” property</a> +<dt id="ientry-idm139852115937216">CajaMenuItem:name, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--name">The “name” property</a> </dt> -<dt id="ientry-idm140273357371792">CajaMenuItem:priority, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--priority">The “priority” property</a> +<dt id="ientry-idm139852115931280">CajaMenuItem:priority, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--priority">The “priority” property</a> </dt> -<dt id="ientry-idm140273357366784">CajaMenuItem:sensitive, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--sensitive">The “sensitive” property</a> +<dt id="ientry-idm139852115925504">CajaMenuItem:sensitive, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--sensitive">The “sensitive” property</a> </dt> -<dt id="ientry-idm140273357361776">CajaMenuItem:tip, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--tip">The “tip” property</a> +<dt id="ientry-idm139852115919728">CajaMenuItem:tip, <a class="indexterm" href="CajaMenuItem.html#CajaMenuItem--tip">The “tip” property</a> </dt> -<dt id="ientry-idm140273357399664">CajaMenuPrivate, <a class="indexterm" href="CajaMenu.html#CajaMenuPrivate">CajaMenuPrivate</a> +<dt id="ientry-idm139852120695312">CajaMenuPrivate, <a class="indexterm" href="CajaMenu.html#CajaMenuPrivate">CajaMenuPrivate</a> </dt> -<dt id="ientry-idm140273357479680">CajaMenuProvider, <a class="indexterm" href="CajaMenuProvider.html#CajaMenuProvider-struct">CajaMenuProvider</a> +<dt id="ientry-idm139852116098832">CajaMenuProvider, <a class="indexterm" href="CajaMenuProvider.html#CajaMenuProvider-struct">CajaMenuProvider</a> </dt> -<dt id="ientry-idm140273357444432">CajaMenuProvider::items-updated, <a class="indexterm" href="CajaMenuProvider.html#CajaMenuProvider-items-updated">The “items-updated” signal</a> +<dt id="ientry-idm139852116063584">CajaMenuProvider::items-updated, <a class="indexterm" href="CajaMenuProvider.html#CajaMenuProvider-items-updated">The “items-updated” signal</a> </dt> -<dt id="ientry-idm140273357476160">CajaMenuProviderIface, <a class="indexterm" href="CajaMenuProvider.html#CajaMenuProviderIface">struct CajaMenuProviderIface</a> +<dt id="ientry-idm139852116095312">CajaMenuProviderIface, <a class="indexterm" href="CajaMenuProvider.html#CajaMenuProviderIface">struct CajaMenuProviderIface</a> </dt> -<dt id="ientry-idm140273358478320">CajaOperationHandle, <a class="indexterm" href="libcaja-extension-CajaModule.html#CajaOperationHandle">CajaOperationHandle</a> +<dt id="ientry-idm139852121583280">CajaOperationHandle, <a class="indexterm" href="libcaja-extension-CajaModule.html#CajaOperationHandle">CajaOperationHandle</a> </dt> -<dt id="ientry-idm140273358474144">CajaOperationResult, <a class="indexterm" href="libcaja-extension-CajaModule.html#CajaOperationResult">enum CajaOperationResult</a> +<dt id="ientry-idm139852121579104">CajaOperationResult, <a class="indexterm" href="libcaja-extension-CajaModule.html#CajaOperationResult">enum CajaOperationResult</a> </dt> -<dt id="ientry-idm140273357171776">CajaPropertyPage, <a class="indexterm" href="CajaPropertyPage.html#CajaPropertyPage-struct">struct CajaPropertyPage</a> +<dt id="ientry-idm139852115734784">CajaPropertyPage, <a class="indexterm" href="CajaPropertyPage.html#CajaPropertyPage-struct">struct CajaPropertyPage</a> </dt> -<dt id="ientry-idm140273357165840">CajaPropertyPage:label, <a class="indexterm" href="CajaPropertyPage.html#CajaPropertyPage--label">The “label” property</a> +<dt id="ientry-idm139852115728848">CajaPropertyPage:label, <a class="indexterm" href="CajaPropertyPage.html#CajaPropertyPage--label">The “label” property</a> </dt> -<dt id="ientry-idm140273357160448">CajaPropertyPage:name, <a class="indexterm" href="CajaPropertyPage.html#CajaPropertyPage--name">The “name” property</a> +<dt id="ientry-idm139852115723456">CajaPropertyPage:name, <a class="indexterm" href="CajaPropertyPage.html#CajaPropertyPage--name">The “name” property</a> </dt> -<dt id="ientry-idm140273357154512">CajaPropertyPage:page, <a class="indexterm" href="CajaPropertyPage.html#CajaPropertyPage--page">The “page” property</a> +<dt id="ientry-idm139852115717520">CajaPropertyPage:page, <a class="indexterm" href="CajaPropertyPage.html#CajaPropertyPage--page">The “page” property</a> </dt> -<dt id="ientry-idm140273357212304">CajaPropertyPageProvider, <a class="indexterm" href="CajaPropertyPageProvider.html#CajaPropertyPageProvider-struct">CajaPropertyPageProvider</a> +<dt id="ientry-idm139852115800160">CajaPropertyPageProvider, <a class="indexterm" href="CajaPropertyPageProvider.html#CajaPropertyPageProvider-struct">CajaPropertyPageProvider</a> </dt> -<dt id="ientry-idm140273357208672">CajaPropertyPageProviderIface, <a class="indexterm" href="CajaPropertyPageProvider.html#CajaPropertyPageProviderIface">struct CajaPropertyPageProviderIface</a> +<dt id="ientry-idm139852115796528">CajaPropertyPageProviderIface, <a class="indexterm" href="CajaPropertyPageProvider.html#CajaPropertyPageProviderIface">struct CajaPropertyPageProviderIface</a> </dt> -<dt id="ientry-idm140273359014208">caja_column_new, <a class="indexterm" href="CajaColumn.html#caja-column-new">caja_column_new ()</a> +<dt id="ientry-idm139852121676880">caja_column_new, <a class="indexterm" href="CajaColumn.html#caja-column-new">caja_column_new ()</a> </dt> -<dt id="ientry-idm140273367487296">caja_column_provider_get_columns, <a class="indexterm" href="CajaColumnProvider.html#caja-column-provider-get-columns">caja_column_provider_get_columns ()</a> +<dt id="ientry-idm139852126420176">caja_column_provider_get_columns, <a class="indexterm" href="CajaColumnProvider.html#caja-column-provider-get-columns">caja_column_provider_get_columns ()</a> </dt> -<dt id="ientry-idm140273357666320">CAJA_FILE_DEFINED, <a class="indexterm" href="CajaFileInfo.html#CAJA-FILE-DEFINED:CAPS">CAJA_FILE_DEFINED</a> +<dt id="ientry-idm139852116286096">CAJA_FILE_DEFINED, <a class="indexterm" href="CajaFileInfo.html#CAJA-FILE-DEFINED:CAPS">CAJA_FILE_DEFINED</a> </dt> -<dt id="ientry-idm140273357693216">caja_file_info_add_emblem, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-add-emblem">caja_file_info_add_emblem ()</a> +<dt id="ientry-idm139852116312992">caja_file_info_add_emblem, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-add-emblem">caja_file_info_add_emblem ()</a> </dt> -<dt id="ientry-idm140273357680512">caja_file_info_add_string_attribute, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-add-string-attribute">caja_file_info_add_string_attribute ()</a> +<dt id="ientry-idm139852116300288">caja_file_info_add_string_attribute, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-add-string-attribute">caja_file_info_add_string_attribute ()</a> </dt> -<dt id="ientry-idm140273357698192">caja_file_info_can_write, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-can-write">caja_file_info_can_write ()</a> +<dt id="ientry-idm139852116317968">caja_file_info_can_write, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-can-write">caja_file_info_can_write ()</a> </dt> -<dt id="ientry-idm140273358389168">caja_file_info_create, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-create">caja_file_info_create ()</a> +<dt id="ientry-idm139852117153568">caja_file_info_create, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-create">caja_file_info_create ()</a> </dt> -<dt id="ientry-idm140273358371456">caja_file_info_create_for_uri, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-create-for-uri">caja_file_info_create_for_uri ()</a> +<dt id="ientry-idm139852117135856">caja_file_info_create_for_uri, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-create-for-uri">caja_file_info_create_for_uri ()</a> </dt> -<dt id="ientry-idm140273358353632">caja_file_info_getter, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-getter">caja_file_info_getter ()</a> +<dt id="ientry-idm139852117118032">caja_file_info_getter, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-getter">caja_file_info_getter ()</a> </dt> -<dt id="ientry-idm140273358231728">caja_file_info_get_activation_uri, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-activation-uri">caja_file_info_get_activation_uri ()</a> +<dt id="ientry-idm139852116996128">caja_file_info_get_activation_uri, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-activation-uri">caja_file_info_get_activation_uri ()</a> </dt> -<dt id="ientry-idm140273358268112">caja_file_info_get_file_type, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-file-type">caja_file_info_get_file_type ()</a> +<dt id="ientry-idm139852117032512">caja_file_info_get_file_type, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-file-type">caja_file_info_get_file_type ()</a> </dt> -<dt id="ientry-idm140273358262336">caja_file_info_get_location, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-location">caja_file_info_get_location ()</a> +<dt id="ientry-idm139852117026736">caja_file_info_get_location, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-location">caja_file_info_get_location ()</a> </dt> -<dt id="ientry-idm140273357714496">caja_file_info_get_mime_type, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-mime-type">caja_file_info_get_mime_type ()</a> +<dt id="ientry-idm139852116334272">caja_file_info_get_mime_type, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-mime-type">caja_file_info_get_mime_type ()</a> </dt> -<dt id="ientry-idm140273357756848">caja_file_info_get_mount, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-mount">caja_file_info_get_mount ()</a> +<dt id="ientry-idm139852116376624">caja_file_info_get_mount, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-mount">caja_file_info_get_mount ()</a> </dt> -<dt id="ientry-idm140273358243184">caja_file_info_get_name, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-name">caja_file_info_get_name ()</a> +<dt id="ientry-idm139852117007584">caja_file_info_get_name, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-name">caja_file_info_get_name ()</a> </dt> -<dt id="ientry-idm140273357733184">caja_file_info_get_parent_info, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-parent-info">caja_file_info_get_parent_info ()</a> +<dt id="ientry-idm139852116352960">caja_file_info_get_parent_info, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-parent-info">caja_file_info_get_parent_info ()</a> </dt> -<dt id="ientry-idm140273358225952">caja_file_info_get_parent_location, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-parent-location">caja_file_info_get_parent_location ()</a> +<dt id="ientry-idm139852116990352">caja_file_info_get_parent_location, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-parent-location">caja_file_info_get_parent_location ()</a> </dt> -<dt id="ientry-idm140273357761824">caja_file_info_get_parent_uri, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-parent-uri">caja_file_info_get_parent_uri ()</a> +<dt id="ientry-idm139852116381600">caja_file_info_get_parent_uri, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-parent-uri">caja_file_info_get_parent_uri ()</a> </dt> -<dt id="ientry-idm140273357686864">caja_file_info_get_string_attribute, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-string-attribute">caja_file_info_get_string_attribute ()</a> +<dt id="ientry-idm139852116306640">caja_file_info_get_string_attribute, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-string-attribute">caja_file_info_get_string_attribute ()</a> </dt> -<dt id="ientry-idm140273358237472">caja_file_info_get_uri, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-uri">caja_file_info_get_uri ()</a> +<dt id="ientry-idm139852117001872">caja_file_info_get_uri, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-uri">caja_file_info_get_uri ()</a> </dt> -<dt id="ientry-idm140273357738160">caja_file_info_get_uri_scheme, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-uri-scheme">caja_file_info_get_uri_scheme ()</a> +<dt id="ientry-idm139852116357936">caja_file_info_get_uri_scheme, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-get-uri-scheme">caja_file_info_get_uri_scheme ()</a> </dt> -<dt id="ientry-idm140273357672784">caja_file_info_invalidate_extension_info, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-invalidate-extension-info">caja_file_info_invalidate_extension_info ()</a> +<dt id="ientry-idm139852116292560">caja_file_info_invalidate_extension_info, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-invalidate-extension-info">caja_file_info_invalidate_extension_info ()</a> </dt> -<dt id="ientry-idm140273357703168">caja_file_info_is_directory, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-is-directory">caja_file_info_is_directory ()</a> +<dt id="ientry-idm139852116322944">caja_file_info_is_directory, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-is-directory">caja_file_info_is_directory ()</a> </dt> -<dt id="ientry-idm140273358273856">caja_file_info_is_gone, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-is-gone">caja_file_info_is_gone ()</a> +<dt id="ientry-idm139852117038256">caja_file_info_is_gone, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-is-gone">caja_file_info_is_gone ()</a> </dt> -<dt id="ientry-idm140273357709520">caja_file_info_is_mime_type, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-is-mime-type">caja_file_info_is_mime_type ()</a> +<dt id="ientry-idm139852116329296">caja_file_info_is_mime_type, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-is-mime-type">caja_file_info_is_mime_type ()</a> </dt> -<dt id="ientry-idm140273358345040">caja_file_info_list_copy, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-list-copy">caja_file_info_list_copy ()</a> +<dt id="ientry-idm139852117109440">caja_file_info_list_copy, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-list-copy">caja_file_info_list_copy ()</a> </dt> -<dt id="ientry-idm140273358325088">caja_file_info_list_free, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-list-free">caja_file_info_list_free ()</a> +<dt id="ientry-idm139852117089488">caja_file_info_list_free, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-list-free">caja_file_info_list_free ()</a> </dt> -<dt id="ientry-idm140273358309392">caja_file_info_lookup, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-lookup">caja_file_info_lookup ()</a> +<dt id="ientry-idm139852117073792">caja_file_info_lookup, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-lookup">caja_file_info_lookup ()</a> </dt> -<dt id="ientry-idm140273358291680">caja_file_info_lookup_for_uri, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-lookup-for-uri">caja_file_info_lookup_for_uri ()</a> +<dt id="ientry-idm139852117056080">caja_file_info_lookup_for_uri, <a class="indexterm" href="CajaFileInfo.html#caja-file-info-lookup-for-uri">caja_file_info_lookup_for_uri ()</a> </dt> -<dt id="ientry-idm140273358049088">caja_info_provider_cancel_update, <a class="indexterm" href="CajaInfoProvider.html#caja-info-provider-cancel-update">caja_info_provider_cancel_update ()</a> +<dt id="ientry-idm139852121530496">caja_info_provider_cancel_update, <a class="indexterm" href="CajaInfoProvider.html#caja-info-provider-cancel-update">caja_info_provider_cancel_update ()</a> </dt> -<dt id="ientry-idm140273358042032">caja_info_provider_update_complete_invoke, <a class="indexterm" href="CajaInfoProvider.html#caja-info-provider-update-complete-invoke">caja_info_provider_update_complete_invoke ()</a> +<dt id="ientry-idm139852121523440">caja_info_provider_update_complete_invoke, <a class="indexterm" href="CajaInfoProvider.html#caja-info-provider-update-complete-invoke">caja_info_provider_update_complete_invoke ()</a> </dt> -<dt id="ientry-idm140273358059136">caja_info_provider_update_file_info, <a class="indexterm" href="CajaInfoProvider.html#caja-info-provider-update-file-info">caja_info_provider_update_file_info ()</a> +<dt id="ientry-idm139852121540544">caja_info_provider_update_file_info, <a class="indexterm" href="CajaInfoProvider.html#caja-info-provider-update-file-info">caja_info_provider_update_file_info ()</a> </dt> -<dt id="ientry-idm140273359253232">caja_location_widget_provider_get_widget, <a class="indexterm" href="CajaLocationWidgetProvider.html#caja-location-widget-provider-get-widget">caja_location_widget_provider_get_widget ()</a> +<dt id="ientry-idm139852116828976">caja_location_widget_provider_get_widget, <a class="indexterm" href="CajaLocationWidgetProvider.html#caja-location-widget-provider-get-widget">caja_location_widget_provider_get_widget ()</a> </dt> -<dt id="ientry-idm140273358826752">caja_menu_append_item, <a class="indexterm" href="CajaMenu.html#caja-menu-append-item">caja_menu_append_item ()</a> +<dt id="ientry-idm139852121326784">caja_menu_append_item, <a class="indexterm" href="CajaMenu.html#caja-menu-append-item">caja_menu_append_item ()</a> </dt> -<dt id="ientry-idm140273357435984">caja_menu_get_items, <a class="indexterm" href="CajaMenu.html#caja-menu-get-items">caja_menu_get_items ()</a> +<dt id="ientry-idm139852117875104">caja_menu_get_items, <a class="indexterm" href="CajaMenu.html#caja-menu-get-items">caja_menu_get_items ()</a> </dt> -<dt id="ientry-idm140273359540336">caja_menu_item_activate, <a class="indexterm" href="CajaMenuItem.html#caja-menu-item-activate">caja_menu_item_activate ()</a> +<dt id="ientry-idm139852115997600">caja_menu_item_activate, <a class="indexterm" href="CajaMenuItem.html#caja-menu-item-activate">caja_menu_item_activate ()</a> </dt> -<dt id="ientry-idm140273359574176">caja_menu_item_get_type, <a class="indexterm" href="CajaMenuItem.html#caja-menu-item-get-type">caja_menu_item_get_type ()</a> +<dt id="ientry-idm139852116031440">caja_menu_item_get_type, <a class="indexterm" href="CajaMenuItem.html#caja-menu-item-get-type">caja_menu_item_get_type ()</a> </dt> -<dt id="ientry-idm140273357417104">caja_menu_item_list_free, <a class="indexterm" href="CajaMenu.html#caja-menu-item-list-free">caja_menu_item_list_free ()</a> +<dt id="ientry-idm139852119199424">caja_menu_item_list_free, <a class="indexterm" href="CajaMenu.html#caja-menu-item-list-free">caja_menu_item_list_free ()</a> </dt> -<dt id="ientry-idm140273359569040">caja_menu_item_new, <a class="indexterm" href="CajaMenuItem.html#caja-menu-item-new">caja_menu_item_new ()</a> +<dt id="ientry-idm139852116026304">caja_menu_item_new, <a class="indexterm" href="CajaMenuItem.html#caja-menu-item-new">caja_menu_item_new ()</a> </dt> -<dt id="ientry-idm140273359525376">caja_menu_item_set_submenu, <a class="indexterm" href="CajaMenuItem.html#caja-menu-item-set-submenu">caja_menu_item_set_submenu ()</a> +<dt id="ientry-idm139852115982640">caja_menu_item_set_submenu, <a class="indexterm" href="CajaMenuItem.html#caja-menu-item-set-submenu">caja_menu_item_set_submenu ()</a> </dt> -<dt id="ientry-idm140273358831840">caja_menu_new, <a class="indexterm" href="CajaMenu.html#caja-menu-new">caja_menu_new ()</a> +<dt id="ientry-idm139852118913072">caja_menu_new, <a class="indexterm" href="CajaMenu.html#caja-menu-new">caja_menu_new ()</a> </dt> -<dt id="ientry-idm140273357487088">caja_menu_provider_emit_items_updated_signal, <a class="indexterm" href="CajaMenuProvider.html#caja-menu-provider-emit-items-updated-signal">caja_menu_provider_emit_items_updated_signal ()</a> +<dt id="ientry-idm139852116106240">caja_menu_provider_emit_items_updated_signal, <a class="indexterm" href="CajaMenuProvider.html#caja-menu-provider-emit-items-updated-signal">caja_menu_provider_emit_items_updated_signal ()</a> </dt> -<dt id="ientry-idm140273357540960">caja_menu_provider_get_background_items, <a class="indexterm" href="CajaMenuProvider.html#caja-menu-provider-get-background-items">caja_menu_provider_get_background_items ()</a> +<dt id="ientry-idm139852116160112">caja_menu_provider_get_background_items, <a class="indexterm" href="CajaMenuProvider.html#caja-menu-provider-get-background-items">caja_menu_provider_get_background_items ()</a> </dt> -<dt id="ientry-idm140273362518480">caja_menu_provider_get_file_items, <a class="indexterm" href="CajaMenuProvider.html#caja-menu-provider-get-file-items">caja_menu_provider_get_file_items ()</a> +<dt id="ientry-idm139852118066288">caja_menu_provider_get_file_items, <a class="indexterm" href="CajaMenuProvider.html#caja-menu-provider-get-file-items">caja_menu_provider_get_file_items ()</a> </dt> -<dt id="ientry-idm140273357513904">caja_menu_provider_get_toolbar_items, <a class="indexterm" href="CajaMenuProvider.html#caja-menu-provider-get-toolbar-items">caja_menu_provider_get_toolbar_items ()</a> +<dt id="ientry-idm139852116133056">caja_menu_provider_get_toolbar_items, <a class="indexterm" href="CajaMenuProvider.html#caja-menu-provider-get-toolbar-items">caja_menu_provider_get_toolbar_items ()</a> </dt> -<dt id="ientry-idm140273362151424">caja_module_initialize, <a class="indexterm" href="libcaja-extension-CajaModule.html#caja-module-initialize">caja_module_initialize ()</a> +<dt id="ientry-idm139852118502640">caja_module_initialize, <a class="indexterm" href="libcaja-extension-CajaModule.html#caja-module-initialize">caja_module_initialize ()</a> </dt> -<dt id="ientry-idm140273358489360">caja_module_list_pyfiles, <a class="indexterm" href="libcaja-extension-CajaModule.html#caja-module-list-pyfiles">caja_module_list_pyfiles ()</a> +<dt id="ientry-idm139852121594320">caja_module_list_pyfiles, <a class="indexterm" href="libcaja-extension-CajaModule.html#caja-module-list-pyfiles">caja_module_list_pyfiles ()</a> </dt> -<dt id="ientry-idm140273358496688">caja_module_list_types, <a class="indexterm" href="libcaja-extension-CajaModule.html#caja-module-list-types">caja_module_list_types ()</a> +<dt id="ientry-idm139852121601648">caja_module_list_types, <a class="indexterm" href="libcaja-extension-CajaModule.html#caja-module-list-types">caja_module_list_types ()</a> </dt> -<dt id="ientry-idm140273358501824">caja_module_shutdown, <a class="indexterm" href="libcaja-extension-CajaModule.html#caja-module-shutdown">caja_module_shutdown ()</a> +<dt id="ientry-idm139852118496928">caja_module_shutdown, <a class="indexterm" href="libcaja-extension-CajaModule.html#caja-module-shutdown">caja_module_shutdown ()</a> </dt> -<dt id="ientry-idm140273362156608">caja_operation_result_get_type, <a class="indexterm" href="libcaja-extension-CajaModule.html#caja-operation-result-get-type">caja_operation_result_get_type ()</a> +<dt id="ientry-idm139852118507824">caja_operation_result_get_type, <a class="indexterm" href="libcaja-extension-CajaModule.html#caja-operation-result-get-type">caja_operation_result_get_type ()</a> </dt> -<dt id="ientry-idm140273361521776">caja_property_page_new, <a class="indexterm" href="CajaPropertyPage.html#caja-property-page-new">caja_property_page_new ()</a> +<dt id="ientry-idm139852121119104">caja_property_page_new, <a class="indexterm" href="CajaPropertyPage.html#caja-property-page-new">caja_property_page_new ()</a> </dt> -<dt id="ientry-idm140273357900672">caja_property_page_provider_get_pages, <a class="indexterm" href="CajaPropertyPageProvider.html#caja-property-page-provider-get-pages">caja_property_page_provider_get_pages ()</a> +<dt id="ientry-idm139852116654512">caja_property_page_provider_get_pages, <a class="indexterm" href="CajaPropertyPageProvider.html#caja-property-page-provider-get-pages">caja_property_page_provider_get_pages ()</a> </dt> -<dt id="ientry-idm140273358481904">CAJA_TYPE_OPERATION_RESULT, <a class="indexterm" href="libcaja-extension-CajaModule.html#CAJA-TYPE-OPERATION-RESULT:CAPS">CAJA_TYPE_OPERATION_RESULT</a> +<dt id="ientry-idm139852121586864">CAJA_TYPE_OPERATION_RESULT, <a class="indexterm" href="libcaja-extension-CajaModule.html#CAJA-TYPE-OPERATION-RESULT:CAPS">CAJA_TYPE_OPERATION_RESULT</a> </dt> </dl> </div></div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/eel/eel-canvas.c new/caja-1.18.3/eel/eel-canvas.c --- old/caja-1.18.2/eel/eel-canvas.c 2017-04-15 19:01:59.000000000 +0200 +++ new/caja-1.18.3/eel/eel-canvas.c 2017-05-10 21:52:31.000000000 +0200 @@ -2816,6 +2816,7 @@ if ((canvas->new_current_item != canvas->current_item) && button_down) { + canvas->current_item = canvas->new_current_item; canvas->left_grabbed_item = TRUE; return retval; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/libcaja-private/caja-file.c new/caja-1.18.3/libcaja-private/caja-file.c --- old/caja-1.18.2/libcaja-private/caja-file.c 2017-04-15 18:48:33.000000000 +0200 +++ new/caja-1.18.3/libcaja-private/caja-file.c 2017-05-11 07:01:27.000000000 +0200 @@ -4132,6 +4132,11 @@ return NULL; } + icon = get_custom_icon (file); + if (icon != NULL) { + return icon; + } + if (file->details->icon) { icon = NULL; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/libcaja-private/caja-open-with-dialog.c new/caja-1.18.3/libcaja-private/caja-open-with-dialog.c --- old/caja-1.18.2/libcaja-private/caja-open-with-dialog.c 2017-04-15 18:54:50.000000000 +0200 +++ new/caja-1.18.3/libcaja-private/caja-open-with-dialog.c 2017-05-10 21:52:32.000000000 +0200 @@ -526,7 +526,7 @@ *p = 0; } pixbuf = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (), - icon_no_extension, 24, 0, NULL); + icon_no_extension, 24, GTK_ICON_LOOKUP_FORCE_SIZE, NULL); g_free (icon_no_extension); } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/src/caja-application.c new/caja-1.18.3/src/caja-application.c --- old/caja-1.18.2/src/caja-application.c 2017-04-15 18:54:50.000000000 +0200 +++ new/caja-1.18.3/src/caja-application.c 2017-05-11 07:01:37.000000000 +0200 @@ -2226,8 +2226,12 @@ /* add our desktop CSS provider, ensures the desktop background does not get covered */ provider = gtk_css_provider_new (); - gtk_css_provider_load_from_path (provider, - CAJA_DATADIR G_DIR_SEPARATOR_S "caja-desktop.css", &error); + +#if GTK_CHECK_VERSION (3, 16, 0) + gtk_css_provider_load_from_path (provider, CAJA_DATADIR G_DIR_SEPARATOR_S "caja-desktop.css", &error); +#else + gtk_css_provider_load_from_path (provider, CAJA_DATADIR G_DIR_SEPARATOR_S "caja-desktop-3.14.css", &error); +#endif if (error != NULL) { g_warning ("Can't parse Caja' CSS custom description: %s\n", error->message); @@ -2334,6 +2338,9 @@ */ G_APPLICATION_CLASS (caja_application_parent_class)->startup (app); + /* Start the File Manager DBus Interface */ + fdb_manager = caja_freedesktop_dbus_new (self); + /* Initialize preferences. This is needed so that proper * defaults are available before any preference peeking * happens. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.18.2/src/caja-window-menus.c new/caja-1.18.3/src/caja-window-menus.c --- old/caja-1.18.2/src/caja-window-menus.c 2017-02-03 10:22:45.000000000 +0100 +++ new/caja-1.18.3/src/caja-window-menus.c 2017-05-10 21:52:33.000000000 +0200 @@ -538,7 +538,7 @@ "files and folders, both on " "your computer and online."), "copyright", _("Copyright \xC2\xA9 1999-2009 The Nautilus authors\n" - "Copyright \xC2\xA9 2011-2016 The Caja authors"), + "Copyright \xC2\xA9 2011-2017 The Caja authors"), "license", license_trans, "wrap-license", TRUE, "authors", authors, ++++++ caja-gtk3-bookmarks.patch ++++++ --- a/src/caja-bookmark-list.c +++ b/src/caja-bookmark-list.c @@ -115,7 +115,7 @@ new_bookmark_from_uri (const char *uri, const char *label) } static GFile * -caja_bookmark_list_get_file (void) +caja_bookmark_list_get_legacy_file (void) { char *filename; GFile *file; @@ -130,6 +130,23 @@ caja_bookmark_list_get_file (void) return file; } +static GFile * +caja_bookmark_list_get_file (void) +{ + char *filename; + GFile *file; + + filename = g_build_filename (g_get_user_config_dir (), + "gtk-3.0", + "bookmarks", + NULL); + file = g_file_new_for_path (filename); + + g_free (filename); + + return file; +} + /* Initialization. */ static void @@ -559,6 +576,9 @@ load_file_async (CajaBookmarkList *self, GFile *file; file = caja_bookmark_list_get_file (); + if (!g_file_query_exists (file, NULL)) { + file = caja_bookmark_list_get_legacy_file (); + } /* Wipe out old list. */ clear (self); @@ -606,6 +626,8 @@ save_file_async (CajaBookmarkList *bookmarks, GFile *file; GList *l; GString *bookmark_string; + GFile *parent; + char *path; /* temporarily disable bookmark file monitoring when writing file */ if (bookmarks->monitor != NULL) @@ -645,6 +667,13 @@ save_file_async (CajaBookmarkList *bookmarks, /* keep the bookmark list alive */ g_object_ref (bookmarks); + + parent = g_file_get_parent (file); + path = g_file_get_path (parent); + g_mkdir_with_parents (path, 0700); + g_free (path); + g_object_unref (parent); + g_file_replace_contents_async (file, bookmark_string->str, bookmark_string->len, NULL, FALSE, 0, NULL, callback,
