summaryrefslogtreecommitdiff
path: root/data/xsession
AgeCommit message (Collapse)Author
2012-10-06Make .desktop files obey specs where possible (Fix bug 5737)Julian Ospald
2011-10-16Fixes for gnome-session 3.Dana Jansens
We run by default with a panel (default gnome-panel) and then run Openbox without any panel if one cannot be found. - Adds a fallback session for if a panel (default gnome-panel) not found. - Removes notifications as a requirement. Seems to be a legacy thing judging from the ubuntu .session files. Notifications are being provided by notify-osd on modern systems, and you can't check for its presence in gnome-session (gnome-classic.session always fails because it looks for it, so ubuntu falls back to gnome-fallback.session).
2011-10-07Make openbox-gnome-session compatible with gnome3 with gnome-session 3.0+ ↵Geoffrey Antos
support. Yay they did something nice and made it easier for other window managers to be used. How unexpected and pleasant.
2011-10-05bug #5253 kde4 is out now, use kde4 menus by default.Dana Jansens
Startup scripts should export "XDG_MENU_PREFIX=kde-4-" but they export "XDG_MENU_PREFIX=kde-".
2010-02-17revamp the autostart functionality, so autostart apps launch after openbox.Dana Jansens
add /usr/libexec/openbox-autostart which runs the global/user scripts and launches /usr/libexec/openbox-xdg-autostart (which runs .desktop autostart stuff) make openbox-session call openbox with --startup option, to make openbox launch /usr/libexec/openbox-autostart *after* it is initialized. add /etc/xdg/openbox/environment and ~/.config/openbox/environment files to let user change environment variables (locale) for their Openbox session, which openbox-session loads before running openbox.
2010-02-05Merge branch 'backport' into workDana Jansens
2010-01-24Fix bug #4492 better, the test in openbox-gnome-session needs to be invertedDana Jansens
2010-01-14Merge branch 'backport' into workDana Jansens
Conflicts: openbox/frame.c
2010-01-12Fixes bug #4492 (mis-using the return value of grep -q in ↵Dana Jansens
openbox-gnome-session script
2010-01-08Merge branch 'backport' into workDana Jansens
Conflicts: Makefile.am openbox/actions/focus.c openbox/config.c openbox/event.c openbox/menuframe.c
2010-01-05fix a broken if statement (bug #4464)Dana Jansens
2010-01-02Set the XDG_MENU_PREFIX to "kde-" when running an Openbox/KDE session.Dana Jansens
2009-12-10Run Openbox with gnome-session the proper way, without using the deprecated ↵Dana Jansens
gnome-wm. See https://bugzilla.gnome.org/show_bug.cgi?id=555406#c5 Hopefully this continues to work for a while.
2009-12-10Remove desktop hints since Openbox won't overwrite them, but they may be set ↵Dana Jansens
from GDM or other sessions
2009-12-09Use test -r instead of test -e for solaris. Fixes bug #4253.Dana Jansens
2009-12-08Make openbox-gnome-session work with gnome-session > 2.22Dana Jansens
2009-09-20Respect $XDG_CONFIG_HOME in openbox-sessionPiotr Lewandowski
2007-07-12adding trunkDana Jansens
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-05-28(no commit message)Dana Jansens
2007-05-28remove all the ignoreingDana Jansens
2007-05-28ignore built stuffDana Jansens
2007-05-23don't let the session scripts take argumentsDana Jansens
2007-05-22use the session called "openbox-session: for gnome session because it will ↵Dana Jansens
still run metacity if you use the default one
2007-05-19typoDana Jansens
2007-05-16add SCIM support to the default autostart. make the autostart run before ↵Dana Jansens
openbox.
2007-05-15changes to the manual pages.Dana Jansens
adding openbox-session. add paths to the xsession .desktop files
2007-05-14add openbox-session for gdm, which will run ~/.config/openbox/autostartDana Jansens
2007-05-14remove config namespacesDana Jansens
2007-05-13when using openbox-gnome/kde-session, use a separate config file ↵Dana Jansens
(rc-gnome/kde.xml)
2007-05-10kill the .in's for xml. we're not installing the xsd to the filesystem ↵Dana Jansens
anymore anyways. kill the openbox-kde and openbox-gnome, we're going to have to do it different. put the full path to the openbox binary in the openbox-*-session files by using .in's
2007-05-07make reference to there is no session managerDana Jansens
2007-05-07it looks better GNOME/Openbox etc rather than vice versa.Dana Jansens
also update the stand-alone session file
2007-05-07switch to using a command line variable instead, for the restart binary, ↵Dana Jansens
just remove it so its not given to the session manager and confuses things. drop the reconfigure notify pid for now
2007-05-07add .desktops for running Openbox, KDE/Openbox and GNOME/OpenboxDana Jansens
add more .desktops for gnome and update it add scripts to run an KDE/Openbox and GNOME/Openbox session also add scripts for openbox-gnome and openbox-kde which are placeholders and will be replaced by real programs. also set the name on the wm_support_win to be how we were called (which is passed in the environment) rather than just "Openbox" add an envionment variable for wanting to be notified (SIGUSR2) when openbox reconfigures. this would be used by openbox-shell to update the root window.. if i make such a thing.. i dunno.