summaryrefslogtreecommitdiff
path: root/scripts/xinitrc.in.in
Commit message (Collapse)AuthorAgeFilesLines
* Set XAUTHLOCALHOSTNAME in systemd user session (Bug #15440)Maurizio Galli (MauG)2019-07-281-0/+6
|
* Use exec to launch xfce4-session from xinitrcAndrey Vihrov2019-05-081-2/+2
| | | | | | | - Xfce's xinitrc launches xfce4-session as a simple command. - This means that the shell process executing xinitrc will stay running and wait for xfce4-session to complete, even though it has nothing more to do. - Fix bug #11964
* xinitrc: Remove fallback path when xfce4-session is not installedRomain Bouvier2019-05-081-105/+16
| | | | | | | | | | | - 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
* scripts/xinitrc.in.in: use "command" shell builtin instead of which(1)ISAEV Leonid2019-05-081-7/+7
| | | | - Fix bug #14399
* Remove now useless XFCE_GLADE_*_PATH variables (Bug #13945)Romain B2018-11-121-9/+0
| | | | | | - 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
* Drop -nocpp option from call to xrdbJustin Brewer2015-03-281-1/+1
| | | | | | | 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>
* Export XDG_CURRENT_DESKTOP (Bug #11239)Eric Koegel2014-10-201-0/+6
| | | | | | | | 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
* Remove deprecated or unused code from xinit.Nick Schermer2012-04-111-13/+1
|
* Restore glade directory handling.Nick Schermer2012-03-241-2/+0
|
* Add support for launching xfce4-session in consolekit.Nick Schermer2012-03-241-9/+25
| | | | | | | 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).
* Let xfce4-session handle the dbus-launch checking.Nick Schermer2012-03-241-16/+10
| | | | | This makes it easier to start a fully working session with only xfce4-session.
* Drop gpg-agent and ssh-agent handling.Nick Schermer2012-03-241-60/+0
| | | | | | | 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.
* Drop user-dirs.dirs handling.Nick Schermer2012-03-241-29/+0
| | | | This is heavily outdated.
* Start screensaver with autostart.Nick Schermer2012-03-241-27/+1
| | | | | Instead of the code in xinitrc, start xscreensaver using autostart. We don't care about gnome-screensaver.
* Remove suspend/hibernate, split consolekit and rebuild dialog.Nick Schermer2012-03-241-1/+1
| | | | Way too many changes in 1 commit, but it's all related.
* Don't try to remove the $HOME directory (bug #8154).Nick Schermer2011-11-171-2/+4
|
* Add startxfce4 and xinit from xfce-utils.Nick Schermer2011-09-211-0/+309