<feed xmlns='http://www.w3.org/2005/Atom'>
<title>caja/data, branch v1.24.0</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>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>desktop files: Add comments for translators</title>
<updated>2019-08-21T09:29:07+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-19T08:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=be0d908d7a7f93e8c7297f17a864b4163f54975e'/>
<id>be0d908d7a7f93e8c7297f17a864b4163f54975e</id>
<content type='text'>
closes #1294
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #1294
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove comments that are not written to translators from pot file</title>
<updated>2019-08-19T10:33:27+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-19T09:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=2dbbd4dc1b01376ed748ac6a9ba2a46dfd431e08'/>
<id>2dbbd4dc1b01376ed748ac6a9ba2a46dfd431e08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>desktop: Add specific CSS for HighContrast and HighContrastInverse</title>
<updated>2019-07-08T23:30:28+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2019-06-27T09:53:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=384a8ae61631068e19ba9e0b4ea07aa63087ce93'/>
<id>384a8ae61631068e19ba9e0b4ea07aa63087ce93</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore transparent background on icon view labels</title>
<updated>2019-07-03T10:13:26+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2019-07-02T16:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=bf763bdce1802792c30f829abc057b076a6a4525'/>
<id>bf763bdce1802792c30f829abc057b076a6a4525</id>
<content type='text'>
18e4fbd005bd561e4a12ed388d4d9a8c93f0b15b started always drawing the
frame on canvas items for the desktop's sake, but it also impacts other
icon views.  This is good in theory, but conflicts with some themes
that used to work fine and now display an unwanted background because
of generic rules matching these elements.

Unfortunately there don't seem to be another solution than providing
overrides for this yet, so do that, as anyway before recently the
background wasn't drawn at all even if specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
18e4fbd005bd561e4a12ed388d4d9a8c93f0b15b started always drawing the
frame on canvas items for the desktop's sake, but it also impacts other
icon views.  This is good in theory, but conflicts with some themes
that used to work fine and now display an unwanted background because
of generic rules matching these elements.

Unfortunately there don't seem to be another solution than providing
overrides for this yet, so do that, as anyway before recently the
background wasn't drawn at all even if specified.
</pre>
</div>
</content>
</entry>
<entry>
<title>create msgstr for data/browser.xml</title>
<updated>2019-07-01T10:53:07+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-07-01T03:00:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/caja/commit/?id=83fa9ede5c267fdd7ddca3f70801b838ee348190'/>
<id>83fa9ede5c267fdd7ddca3f70801b838ee348190</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
