<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils/logview/data, branch v1.23.2</title>
<subtitle>MATE desktop utilities</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/'/>
<entry>
<title>migrate from intltools to gettext</title>
<updated>2019-12-28T10:52:39+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-12-25T02:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=6364c09edc1f888d5596bb93086189f431776874'/>
<id>6364c09edc1f888d5596bb93086189f431776874</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gresources for UI files</title>
<updated>2019-12-23T07:55:37+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-12-09T22:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=d6318fc5174c6e5915ed22c53b17a681850c97c0'/>
<id>d6318fc5174c6e5915ed22c53b17a681850c97c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hicolor_apps_24x24_mate-system-log.png</title>
<updated>2019-09-22T00:57:05+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-09-18T20:00:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=fce3152f3ca1810251374837772e4f1505d0c9b5'/>
<id>fce3152f3ca1810251374837772e4f1505d0c9b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make inkscape and rsvg-convert optional</title>
<updated>2019-05-06T10:27:21+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-05-02T18:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=563dec11a51f4c6517509642e335a1fd64cd4ec4'/>
<id>563dec11a51f4c6517509642e335a1fd64cd4ec4</id>
<content type='text'>
TEST on Fedora:
inkscape, librsvg2-tools package are not installed on system: The user can build, install and distribute the package:

  $ sudo dnf remove inkscape librsvg2-tools -y
  $ ./configure --prefix=/usr
  $ make
  $ sudo make install
  $ make distcheck

logview/data/icons:

Can not run build-png-icons target if inkscape package is not installed on system:

  $ make -C logview/data/icons clean-png-icons
make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
rm -f hicolor_apps_16x16_mate-system-log.png hicolor_apps_22x22_mate-system-log.png hicolor_apps_32x32_mate-system-log.png hicolor_apps_48x48_mate-system-log.png hicolor_apps_256x256_mate-system-log.png
make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'
  $ make -C logview/data/icons build-png-icons
make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
make: *** No rule to make target 'hicolor_apps_16x16_mate-system-log.png', needed by 'build-png-icons'.  Stop.
make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'

Can run build-png-icons target if inkscape package is installed on system:

  $ sudo dnf install inkscape -y
  $ ./configure --prefix=/usr
  $ make -C logview/data/icons build-png-icons
make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
Background RRGGBBAA: ffffff00 Area 303:65:319:81 exported to 16 x 16 pixels (96 dpi) Bitmap saved as: hicolor_apps_16x16_mate-system-log.png
Background RRGGBBAA: ffffff00 Area 303:101:325:123 exported to 22 x 22 pixels (96 dpi) Bitmap saved as: hicolor_apps_22x22_mate-system-log.png
Background RRGGBBAA: ffffff00 Area 304:142:336:174 exported to 32 x 32 pixels (96 dpi) Bitmap saved as: hicolor_apps_32x32_mate-system-log.png
Background RRGGBBAA: ffffff00 Area 296:202:344:250 exported to 48 x 48 pixels (96 dpi) Bitmap saved as: hicolor_apps_48x48_mate-system-log.png
Background RRGGBBAA: ffffff00 Area 33:11:289:267 exported to 256 x 256 pixels (96 dpi) Bitmap saved as: hicolor_apps_256x256_mate-system-log.png
make: Nothing to be done for 'build-png-icons'.
make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'

baobab/pixmaps:

Can not run build-png-icons target if librsvg2-tools package is not installed on system:

  $ make -C baobab/pixmaps clean-png-icons
make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps'
rm -f hicolor_apps_16x16_mate-disk-usage-analyzer.png hicolor_apps_22x22_mate-disk-usage-analyzer.png hicolor_apps_32x32_mate-disk-usage-analyzer.png hicolor_apps_48x48_mate-disk-usage-analyzer.png hicolor_apps_128x128_mate-disk-usage-analyzer.png
make: Leaving directory '/home/robert/devel/mate-utils/baobab/pixmaps'
  $ make -C baobab/pixmaps build-png-icons
make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps'
make: *** No rule to make target 'hicolor_apps_16x16_mate-disk-usage-analyzer.png', needed by 'build-png-icons'.  Stop.
make: Leaving directory '/home/robert/devel/mate-utils/baobab/pixmaps'

Can run build-png-icons target if librsvg2-tools package is installed on system:

  $ sudo dnf install -y librsvg2-tools
  $ ./configure --prefix=/usr
  $ make -C baobab/pixmaps build-png-icons
make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps'
/usr/bin/rsvg-convert -w 16 -h 16 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_16x16_mate-disk-usage-analyzer.png
/usr/bin/rsvg-convert -w 22 -h 22 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_22x22_mate-disk-usage-analyzer.png
/usr/bin/rsvg-convert -w 32 -h 32 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_32x32_mate-disk-usage-analyzer.png
/usr/bin/rsvg-convert -w 48 -h 48 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_48x48_mate-disk-usage-analyzer.png
/usr/bin/rsvg-convert -w 128 -h 128 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_128x128_mate-disk-usage-analyzer.png
make: Leaving directory '/home/robert/devel/mate-utils/baobab/pixmaps'

Closes #223
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TEST on Fedora:
inkscape, librsvg2-tools package are not installed on system: The user can build, install and distribute the package:

  $ sudo dnf remove inkscape librsvg2-tools -y
  $ ./configure --prefix=/usr
  $ make
  $ sudo make install
  $ make distcheck

logview/data/icons:

Can not run build-png-icons target if inkscape package is not installed on system:

  $ make -C logview/data/icons clean-png-icons
make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
rm -f hicolor_apps_16x16_mate-system-log.png hicolor_apps_22x22_mate-system-log.png hicolor_apps_32x32_mate-system-log.png hicolor_apps_48x48_mate-system-log.png hicolor_apps_256x256_mate-system-log.png
make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'
  $ make -C logview/data/icons build-png-icons
make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
make: *** No rule to make target 'hicolor_apps_16x16_mate-system-log.png', needed by 'build-png-icons'.  Stop.
make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'

Can run build-png-icons target if inkscape package is installed on system:

  $ sudo dnf install inkscape -y
  $ ./configure --prefix=/usr
  $ make -C logview/data/icons build-png-icons
make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
Background RRGGBBAA: ffffff00 Area 303:65:319:81 exported to 16 x 16 pixels (96 dpi) Bitmap saved as: hicolor_apps_16x16_mate-system-log.png
Background RRGGBBAA: ffffff00 Area 303:101:325:123 exported to 22 x 22 pixels (96 dpi) Bitmap saved as: hicolor_apps_22x22_mate-system-log.png
Background RRGGBBAA: ffffff00 Area 304:142:336:174 exported to 32 x 32 pixels (96 dpi) Bitmap saved as: hicolor_apps_32x32_mate-system-log.png
Background RRGGBBAA: ffffff00 Area 296:202:344:250 exported to 48 x 48 pixels (96 dpi) Bitmap saved as: hicolor_apps_48x48_mate-system-log.png
Background RRGGBBAA: ffffff00 Area 33:11:289:267 exported to 256 x 256 pixels (96 dpi) Bitmap saved as: hicolor_apps_256x256_mate-system-log.png
make: Nothing to be done for 'build-png-icons'.
make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'

baobab/pixmaps:

Can not run build-png-icons target if librsvg2-tools package is not installed on system:

  $ make -C baobab/pixmaps clean-png-icons
make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps'
rm -f hicolor_apps_16x16_mate-disk-usage-analyzer.png hicolor_apps_22x22_mate-disk-usage-analyzer.png hicolor_apps_32x32_mate-disk-usage-analyzer.png hicolor_apps_48x48_mate-disk-usage-analyzer.png hicolor_apps_128x128_mate-disk-usage-analyzer.png
make: Leaving directory '/home/robert/devel/mate-utils/baobab/pixmaps'
  $ make -C baobab/pixmaps build-png-icons
make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps'
make: *** No rule to make target 'hicolor_apps_16x16_mate-disk-usage-analyzer.png', needed by 'build-png-icons'.  Stop.
make: Leaving directory '/home/robert/devel/mate-utils/baobab/pixmaps'

Can run build-png-icons target if librsvg2-tools package is installed on system:

  $ sudo dnf install -y librsvg2-tools
  $ ./configure --prefix=/usr
  $ make -C baobab/pixmaps build-png-icons
make: Entering directory '/home/robert/devel/mate-utils/baobab/pixmaps'
/usr/bin/rsvg-convert -w 16 -h 16 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_16x16_mate-disk-usage-analyzer.png
/usr/bin/rsvg-convert -w 22 -h 22 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_22x22_mate-disk-usage-analyzer.png
/usr/bin/rsvg-convert -w 32 -h 32 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_32x32_mate-disk-usage-analyzer.png
/usr/bin/rsvg-convert -w 48 -h 48 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_48x48_mate-disk-usage-analyzer.png
/usr/bin/rsvg-convert -w 128 -h 128 hicolor_apps_scalable_mate-disk-usage-analyzer.svg -o hicolor_apps_128x128_mate-disk-usage-analyzer.png
make: Leaving directory '/home/robert/devel/mate-utils/baobab/pixmaps'

Closes #223
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: add new build dependencies</title>
<updated>2019-03-25T12:10:42+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-03-24T11:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=a43b1db38ada87bb82e583375d467e3146232043'/>
<id>a43b1db38ada87bb82e583375d467e3146232043</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GEN png icons from svg files</title>
<updated>2019-03-25T12:10:42+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-16T17:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=d20242dd35e7711463516691807e20b404013ec1'/>
<id>d20242dd35e7711463516691807e20b404013ec1</id>
<content type='text'>
  PNG icons are created if they are not present in icon folder.

  To remove png icons:
    make -C baobab/pixmaps clean-png-icons
    make -C logview/data/icons clean-png-icons

  To build png icons:
    make -C baobab/pixmaps build-png-icons
    make -C logview/data/icons build-png-icons

This removes baobab/pixmaps/shot.png file, use applets-screenshooter
named icon (used in mate-screenshot).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  PNG icons are created if they are not present in icon folder.

  To remove png icons:
    make -C baobab/pixmaps clean-png-icons
    make -C logview/data/icons clean-png-icons

  To build png icons:
    make -C baobab/pixmaps build-png-icons
    make -C logview/data/icons build-png-icons

This removes baobab/pixmaps/shot.png file, use applets-screenshooter
named icon (used in mate-screenshot).
</pre>
</div>
</content>
</entry>
<entry>
<title>drop MateConf migration scripts</title>
<updated>2016-01-02T22:21:34+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-02T22:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=8fdf638046c9e60723f3d21d18c41028f5b5755a'/>
<id>8fdf638046c9e60723f3d21d18c41028f5b5755a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup gettext domain in gsettings schemas</title>
<updated>2015-09-09T09:59:27+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-09-09T09:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=5abd3119e6072e1b124630594449eb28d265fd9e'/>
<id>5abd3119e6072e1b124630594449eb28d265fd9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>logview: ship the SVG source for the new hires icon</title>
<updated>2015-07-29T09:30:14+00:00</updated>
<author>
<name>Balló György</name>
<email>ballogyor@gmail.com</email>
</author>
<published>2015-07-29T09:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=b156b885a5263eac36fa80dce074231bf1168dc3'/>
<id>b156b885a5263eac36fa80dce074231bf1168dc3</id>
<content type='text'>
Based on this commit for gnome-system-log:
https://git.gnome.org/browse/gnome-system-log/commit/?id=99b2827aa3fc996e6314467204841cf7ee599293
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on this commit for gnome-system-log:
https://git.gnome.org/browse/gnome-system-log/commit/?id=99b2827aa3fc996e6314467204841cf7ee599293
</pre>
</div>
</content>
</entry>
<entry>
<title>logviewer: Provide an application icon</title>
<updated>2015-07-28T23:53:34+00:00</updated>
<author>
<name>Balló György</name>
<email>ballogyor@gmail.com</email>
</author>
<published>2015-07-28T23:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=b2d0d33f71a6586aecdcf2d5e2bd9df1d5c654cb'/>
<id>b2d0d33f71a6586aecdcf2d5e2bd9df1d5c654cb</id>
<content type='text'>
Based on this commit in gnome-system-log:
https://git.gnome.org/browse/gnome-system-log/commit/?id=f3f63c20a0b9fd9e791dde542292f9931de6e86f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on this commit in gnome-system-log:
https://git.gnome.org/browse/gnome-system-log/commit/?id=f3f63c20a0b9fd9e791dde542292f9931de6e86f
</pre>
</div>
</content>
</entry>
</feed>
