- 28 Feb, 2015 1 commit
-
-
Sean Davis authored
-
- 27 Feb, 2015 1 commit
-
-
Mișu Moldovan authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 26 Feb, 2015 2 commits
-
-
GenghisKhan authored
192 translated messages, 11 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Slavko authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 24 Feb, 2015 1 commit
-
-
Anonymous authored
201 translated messages, 2 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 23 Feb, 2015 4 commits
-
-
Anonymous authored
151 translated messages, 52 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Yannick Le Guen authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Anonymous authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
enolp authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 22 Feb, 2015 3 commits
-
-
Anonymous authored
105 translated messages, 98 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Manolo Díaz authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 20 Feb, 2015 1 commit
-
-
Landry Breuil authored
-
- 19 Feb, 2015 3 commits
-
-
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
enolp authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 14 Feb, 2015 2 commits
-
-
Eric Koegel authored
This patch adds symlinks so anything referencing the old icons still works.
-
Eric Koegel authored
xfsm-reboot -> system-reboot.png (freedesktop compliant) xfsm-logout -> system-log-out (freedesktop compliant) xfsm-shutdown -> system-shutdown (freedesktop compliant) xfsm-hibernate -> system-hibernate (non-compliant, but same as KDE) xfsm-suspend -> system-suspend (non-compliant, should be same as KDE)
-
- 03 Feb, 2015 1 commit
-
-
Kiril Kirilov authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 31 Jan, 2015 1 commit
-
-
Kiril Kirilov authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 10 Jan, 2015 1 commit
-
-
Lasse Liehu authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 26 Dec, 2014 1 commit
-
-
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 10 Dec, 2014 1 commit
-
-
Eric Koegel authored
If the user has their ~/.cache/sessions directory set as read-only xfsm would crash on logout. This patch has xfsm check before it writes to that folder location.
-
- 07 Dec, 2014 2 commits
-
-
Eric Koegel authored
This patch: - Moves the shutdown fallback code into its own files - Adds support for ConsoleKit2 - Simplifies the upower version check to one spot. To do that, every shutdown backend has its own lock screen function. Now, either logind or consolekit may be !NULL and upower will only be !NULL when using versions prior to 0.99.0. It will attempt to use logind first, upower second, consolekit third, and finally the internal fallback code.
-
Marius Tolzmann authored
If building outside of $srcdir use the scripts/xinitrc.in created by configure and not the one in $srcdir/scripts
-
- 01 Dec, 2014 2 commits
-
-
Eric Koegel authored
-
Eric Koegel authored
-
- 23 Nov, 2014 3 commits
-
-
Kiril Kirilov authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Kiril Kirilov authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Ḷḷumex03 authored
202 translated messages, 1 untranslated message. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 28 Oct, 2014 1 commit
-
-
Yannick Le Guen authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 20 Oct, 2014 2 commits
-
-
Eric Koegel authored
GDM looks for a DesktopNames property added in the desktop file to set the XDG_CURRENT_DESKTOP env variable with. See https://bugzilla.gnome.org/show_bug.cgi?id=727546 Thanks to Guido Berhoerster for pointing this out.
-
Eric Koegel authored
We already have been using XDG_CURRENT_DESKTOP in things such as garcon and other libraries but xfce4-session hasn't been setting it if it was left unset. This is now used by things like QT5 for theme decorations. Patch provided in: https://forum.manjaro.org/index.php?topic=13728
-
- 15 Oct, 2014 1 commit
-
-
Anonymous authored
203 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- 28 Sep, 2014 1 commit
-
-
Eric Koegel authored
This patch: 1) Documents the XFSM_VERBOSE environment variable in the man page. 2) Changes xfsm_verbose's output from a timestamp to the usual func, file, line, message format used in other Xfce programs. 3) Uses xfsm_verbose in more places to help aid in debugging. 4) Saves the last xfsm run in a .last extension, so there's always the current session log and the last one to compare to.
-
- 25 Sep, 2014 1 commit
-
-
Eric Koegel authored
This just keeps the .xsession-errors log file from having around a thousand error messages when gnome-compat tries to close file descriptors that never existed. Other error messages will still properly show.
-
- 23 Sep, 2014 1 commit
-
-
Eric Koegel authored
Coverity warns about system calls that lack error checking. At a minimum this may help point out other problems if these warnings show up.
-
- 22 Sep, 2014 3 commits
-
-
Eric Koegel authored
There's code to do the error handling but error didn't get passed into the function so it wouldn't ever get used.
-
Eric Koegel authored
-
Eric Koegel authored
Passing argv command line arguments directly into atoi is unsafe. Use strtol and check/sanatize what it returns.
-