| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
1) Dismantle the Lumina library completely.
2) Setup lots of small subproject files (.pri) for the individual classes within the old library.
3) Move all the Lumina binaries to use the new subproject files
4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
|
|
|
|
| |
This reduces the number of widgets in the stack by 1, and seems to help performance a bit.
|
| |
|
|
|
|
|
| |
1) Make sure when re-calling with xinit, that the full path of the binary is used
2) When starting the desktop, try to detect/launch a temporary dbus session so that Qt can function properly without crashing.
|
|
|
|
| |
prefer no compositing if GPU accel is not available.
|
|
|
|
| |
sessionsettings.conf: "compositingWithGpuAccelOnly":<bool> (false by default)
|
|
|
|
| |
if compton is used, and automatically adjust the compton settings to use GPU accelleration or not. (Requires "glxinfo" utility installed).
|
|
|
|
| |
reload configs.
|
| |
|
|
|
|
|
|
|
|
|
| |
determines if the compositor (compton, xcompmgr) is supposed to be started or not.
NOTE: This is a hidden option (not available in lumina-config). To disable the compositor the user will need to edit ~/.config/lumina-desktop/sessionsettings.conf by hand and add the following line:
enableCompositing=false
Then restart Lumina for the changes to take effect.
|
|
|
|
| |
file as well.
|
|
|
|
| |
user's settings for Lumina.
|
|
|
|
| |
(lumina-session).
|
| |
|
|
|
|
| |
fluxbox and/or compton to reload it's configs when they change.
|
|
|
|
| |
This allows use to integrate an editor for that config file into lumina-config later.
|
|
|
|
| |
xcompmgr (if it is installed)
|
|
|
|
| |
compilation checks (old UI still actually used at the moment though)
|
|
|
|
| |
needed. This should detect if an X session is already active, and startup X if not.
|
|
|
|
|
| |
1) Move the "runtime" directory in the users home to the XDG_CONFIG_HOME/lumina-desktop rather than ~/.lumina
2) Update the Glass theme a bit more.
|
|
|
|
| |
"lumina-desktop" for consistency. This also should catch/fix all those old xsessions/.desktop files floating around which did not make the transition to using the new start-lumina-desktop binary for launching the desktop.
|
|
|
|
| |
previous display configuration on Lumina start.
|
| |
|
|
|
|
| |
log out again.... :-)
|
|
|