Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The autogen.sh compiler warning flags are overridden in
the configure step.
|
|
|
|
|
|
|
|
|
|
|
|
Based on https://github.com/GNOME/gnome-disk-utility/commit/2794ee121829d656d460da58c0ecaa84271e6fe7
|
|
|
|
|
|
By default, it disables the debugging.
|
|
|
|
- build mate-common from tarball
|
|
|
|
recognized date but not ending with one
|
|
|
|
Test:
$ ./autogen.sh prefix=/usr && make && sudo make install
$ ls /usr/share/icons/hicolor/24x24/apps/mate-disk-usage-analyzer.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Status bar date&time.
Use g_date_time_format instead of strftime
%c: the preferred date and time representation for the current locale
|
|
|
|
|