Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303661 - x11-wm/awesome should provide a complete xinitrc file
Summary: x11-wm/awesome should provide a complete xinitrc file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-06 00:39 UTC by Adam Nielsen
Modified: 2010-02-10 10:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Nielsen 2010-02-06 00:39:41 UTC
The "awesome" window manager ebuild comes with a "session" file that contains the commands to load the window manager in the X11 environment.

This file only contains one command (exec /usr/bin/awesome) whereas the session files for other window managers (in /etc/X11/Sessions) all have similar boilerplate code that sets up the X11 environment properly first (running xmodmap for keybindings, xrdb for resource config, executing .xsession, etc.)

These commands should be included in awesome's xsession file, so that key mappings and startup programs work the same in awesome as they do in the rest of the window managers.

The code can be copied from the session file of any other window manager.
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2010-02-10 10:47:33 UTC
Fixed in cvs. thanks.