| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- xinitrc file *is* provided by xfce4-session
- It is a legacy case, before the introduction of xfce4-session years
ago
- Initially, startxfce4/xinitrc were provided by a 3rd party package
(xfce-utils), that's why you can have a pattern where you run xinitrc
without xfce4-session installed
- However since xfce 4.10 xinitrc has been merged in xfce4-session
- Fix Bug #14681
|
|
|
|
| |
- Fix bug #14399
|
| |
|
|
|
|
|
|
| |
- No need to export theses useless variables, and they are not used by glade gtk3 anymore: https://mail.gnome.org/archives/gtk-devel-list/2011-October/msg00031.html
- This fix bug #13945
- libxfce4ui needs to remove theses variables from .pc too
|
|
|
|
|
| |
While this can be overridden in the session's xfconf channel, we want to
call xfce4-screensaver first.
|
|
|
|
| |
Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
|
|
|
|
|
|
|
| |
Users' .Xresources files often contain preprocessor directives, so disabling the
preprocessor breaks the behavior of these files.
Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Commit http://git.xfce.org/xfce/xfce4-session/commit/?id=e940818853582290af21bf38d73ee26143d500ad
breaks xflock4 functionality if the xfconf LockCommand parameter doesn't exist or
is a blank entry. The
$lock_cmd >/dev/null 2>&1 && exit
will run a blank (empty string) and then exist, never getting to the other items
in the list.
Bug report and patch provided by ToZ.
|
|
|
|
| |
Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
|
|
|
|
|
| |
If building outside of $srcdir use the scripts/xinitrc.in created
by configure and not the one in $srcdir/scripts
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This reverts commit bb0cbd537d72be4dece2ade8a86d76335dfda2dc.
The patch uses pidof which is Linux specific.
|
|
|
|
|
|
|
| |
Complete rewrite of xflock4 that aims to be more reliable and
support more screen savers and lockers.
Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Patch and bug report by seejay
The command line arguments "--help" and "--with-ck-launch"
can't be used on systems which have a non-bash /bin/sh
(e.g. Debian, as far as I'm aware). This is due to the use
of "==" instead of "=" in test commands, which is a bash
extension.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This will set XFCE4_SESSION_WITH_CK=1 so we start xfce4-session
with ck-launch-session. That should resolve the numerous
ways people start Xfce manually from xinit.
|
| |
|
|
|
|
|
|
|
| |
Add commandline support to xinitrc to launch xfce4-session
with ck-launch-session. This will properly launch xfce4-session
in an active session, including dbus-launch (with is now handled
by xfce4-session).
|
|
|
|
|
| |
This makes it easier to start a fully working session
with only xfce4-session.
|
|
|
|
|
|
|
| |
I want to change the handling of dbus-launch a bit, which
means we cannot rely on dbus stuff in xinit.
Drop this and add it in a better way later.
|
|
|
|
| |
This is heavily outdated.
|
|
|
|
|
| |
Instead of the code in xinitrc, start xscreensaver using
autostart. We don't care about gnome-screensaver.
|
|
|
|
| |
Way too many changes in 1 commit, but it's all related.
|
| |
|
| |
|
| |
|
| |
|
|
|