<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/data/Makefile.am, branch trailing-slash-location-entry</title>
<subtitle>Caja, the file manager for the MATE desktop</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/'/>
<entry>
<title>Use gresources for ui files</title>
<updated>2021-12-19T12:11:14+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-12-17T21:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=7c00cf317849bfe9e565336e5a911effe16b98bb'/>
<id>7c00cf317849bfe9e565336e5a911effe16b98bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: allow users to disable gettext support (--disable-nls)</title>
<updated>2021-02-07T20:38:35+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-01-23T12:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=6de5a2680760436fe15ee16ed530f23ef1ced33a'/>
<id>6de5a2680760436fe15ee16ed530f23ef1ced33a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Use PACKAGE_URL variable</title>
<updated>2021-02-05T13:01:13+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-01-26T09:10:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=cb9ed81342334d3ef5dde43a60ab0325930a2874'/>
<id>cb9ed81342334d3ef5dde43a60ab0325930a2874</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: fix dist target</title>
<updated>2021-02-02T17:52:27+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-01-28T13:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=513e873e39260b1a37731202e45c256562e3ffd9'/>
<id>513e873e39260b1a37731202e45c256562e3ffd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>i18n: Fix fetching all keywords on desktop files</title>
<updated>2021-02-02T17:52:27+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-01-17T13:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=a2a2bd88e2c8c286918a30f0dfdf94ac0ede67f5'/>
<id>a2a2bd88e2c8c286918a30f0dfdf94ac0ede67f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: fix wrong executing dir in caja.desktop</title>
<updated>2020-01-21T14:09:02+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2020-01-21T14:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=0f79f6e8f0b730f1b8b6b36c4705b89bed382cb0'/>
<id>0f79f6e8f0b730f1b8b6b36c4705b89bed382cb0</id>
<content type='text'>
make distcheck use /usr/local/bin and tarball include
caja.desktop with that wrong dir after
https://github.com/mate-desktop/caja/commit/abc7f2a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make distcheck use /usr/local/bin and tarball include
caja.desktop with that wrong dir after
https://github.com/mate-desktop/caja/commit/abc7f2a
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't export translation for Icon keyword in desktop files</title>
<updated>2019-08-21T17:34:45+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-20T04:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=7bda511ed23885a2f8a4df44215dfd2a813263e5'/>
<id>7bda511ed23885a2f8a4df44215dfd2a813263e5</id>
<content type='text'>
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
...
&lt; Icon[ca]=system-file-manager
...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
...
&lt; Icon[ca]=system-file-manager
...
</pre>
</div>
</content>
</entry>
<entry>
<title>Use absolute path of binary on desktop files</title>
<updated>2019-08-19T02:02:20+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-18T11:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=abc7f2a2d2e3d77b54420d24dd6da64e010138c3'/>
<id>abc7f2a2d2e3d77b54420d24dd6da64e010138c3</id>
<content type='text'>
./autogen.sh --prefix=/usr &amp;&amp; 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:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
./autogen.sh --prefix=/usr &amp;&amp; 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:
</pre>
</div>
</content>
</entry>
<entry>
<title>add git.mk to generate .gitignore</title>
<updated>2019-07-24T13:42:52+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-07-17T08:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=566282a0cb4099388a19a94df2c1a76f3a939bc0'/>
<id>566282a0cb4099388a19a94df2c1a76f3a939bc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>desktop: Add specific CSS for ContrastHigh and ContrastHighInverse</title>
<updated>2019-07-08T23:30:28+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2019-06-27T12:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=c73a08aa718f9e2e50609215fe567ae04429a5ad'/>
<id>c73a08aa718f9e2e50609215fe567ae04429a5ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
