summaryrefslogtreecommitdiff
path: root/data/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2021-02-07build: allow users to disable gettext support (--disable-nls)rbuj1-13/+23
2021-02-05build: Use PACKAGE_URL variablerbuj1-2/+4
2021-02-02build: fix dist targetrbuj1-9/+12
2021-02-02i18n: Fix fetching all keywords on desktop filesrbuj1-3/+3
2020-01-21build: fix wrong executing dir in caja.desktopraveit651-2/+0
make distcheck use /usr/local/bin and tarball include caja.desktop with that wrong dir after https://github.com/mate-desktop/caja/commit/abc7f2a
2019-08-21Don't export translation for Icon keyword in desktop filesrbuj1-1/+3
Example for Catalan (ca): $ make clean $ tx pull -l=ca -f $ ./autogen.sh --prefix=/usr $ make -C data caja.desktop $ diff ../caja-master/data/caja.desktop data/caja.desktop ... < Icon[ca]=system-file-manager ...
2019-08-19Use absolute path of binary on desktop filesrbuj1-10/+16
./autogen.sh --prefix=/usr && make ... GEN caja.desktop.in GEN caja.desktop GEN caja-home.desktop.in GEN caja-home.desktop GEN caja-computer.desktop.in GEN caja-computer.desktop GEN caja-folder-handler.desktop.in GEN caja-folder-handler.desktop GEN caja-file-management-properties.desktop.in GEN caja-file-management-properties.desktop GEN caja-browser.desktop.in GEN caja-browser.desktop GEN caja-autorun-software.desktop.in GEN caja-autorun-software.desktop GEN mate-network-scheme.desktop.in GEN mate-network-scheme.desktop ... grep Exec= data/*.desktop data/caja-autorun-software.desktop:TryExec=/usr/bin/caja-autorun-software data/caja-autorun-software.desktop:Exec=/usr/bin/caja-autorun-software %u data/caja-browser.desktop:TryExec=/usr/bin/caja data/caja-browser.desktop:Exec=/usr/bin/caja --no-desktop --browser %U data/caja-computer.desktop:TryExec=/usr/bin/caja data/caja-computer.desktop:Exec=/usr/bin/caja --no-desktop computer: data/caja.desktop:Exec=/usr/bin/caja data/caja-file-management-properties.desktop:Exec=/usr/bin/caja-file-management-properties data/caja-folder-handler.desktop:TryExec=/usr/bin/caja data/caja-folder-handler.desktop:Exec=/usr/bin/caja --no-desktop %U data/caja-home.desktop:TryExec=/usr/bin/caja data/caja-home.desktop:Exec=/usr/bin/caja --no-desktop data/mate-network-scheme.desktop:TryExec=/usr/bin/caja data/mate-network-scheme.desktop:Exec=/usr/bin/caja --no-desktop network:
2019-07-24add git.mk to generate .gitignoreWu Xiaotian1-0/+2
2019-07-08desktop: Add specific CSS for ContrastHigh and ContrastHighInverseColomban Wendling1-0/+2
2019-07-08desktop: Add specific CSS for HighContrast and HighContrastInverseColomban Wendling1-0/+3
Those themes should provide highly contrasted display, so make sure to have a background on the desktop items labels and use the theme's colors.
2019-07-01create msgstr for data/browser.xmlWu Xiaotian1-3/+5
2019-07-01migrate intltool to gettextWu Xiaotian1-2/+6
2018-12-20move appdata to metainfo directorymonsta1-1/+1
fixes https://github.com/mate-desktop/caja/issues/921
2018-01-31drop CSS for GTK+ 3.14monsta1-1/+0
2017-05-02CSS: Load a different caja-desktop.css with GTK 3.14Clement Lefebvre1-0/+1
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.
2016-12-04Rename labels: follow theme if available, sane defaultlukefromdc1-0/+1
Fixes https://github.com/mate-desktop/caja/issues/688 *Split caja.css. Much of it can load with GTK_STYLE_PROVIDER_PRIORITY_THEME to allow themes that support Caja to set their own style. CSS required for the desktop background to show and to keep the white text suitable for most backgrounds needs GTK_STYLE_PROVIDER_PRIORITY_APPLICATION so it is loaded separately from new file caja-desktop.css *Move all css items that must not be overridden by themes (most of them are for the desktop) to caja-desktop.css and keep those that are only needed when themes do not set them at all in caja.css
2016-04-20GTK+-3 theming: add a CSS file for caja, and initialize it at startupraveit651-0/+2
inspired by: https://git.gnome.org/browse/nautilus/commit/?id=dad5d12
2014-11-09appdata: Add autotool bits for appdatainfirit1-0/+7
2013-06-29Fixes for make distStefano Karapetsas1-0/+2
2013-02-23Add support for freedesktop.org File Manager DBus InterfaceStefano Karapetsas1-0/+9
http://www.freedesktop.org/wiki/Specifications/file-manager-interface Most of code is adapted from Nautilus: http://git.gnome.org/browse/nautilus/tree/src/nautilus-freedesktop-dbus.c Closes https://github.com/mate-desktop/mate-file-manager/issues/3
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+54