| Commit message (Collapse) | Author | Age |
|
|
|
| |
Now the user files are scanned/created from within the start-lumina-desktop process, not the desktop process. This fixes the loading of the theme engine for the desktop process on first-run situations, and also ensures that the desktop process does not need to make any major changes to it's configs while it is still running.
|
|
|
|
| |
at the top of the function
|
| |
|
| |
|
|
|
|
| |
QApplication instance.
|
| |
|
| |
|
|
|
|
| |
If the ${XDG_CONFIG_HOME}/lumina-mimeapps.list files exists, never re-write the default applications from the system configuration file rules.
|
|
|
|
| |
Lumina starts up for a user, based on entries in the system's luminaDesktop.conf file.
|
|
|
|
|
|
|
|
| |
1) Turn on some themes by default (DarkGlass/Black)
2) Sync icon theme between desktop/lthemeengine
3) If DarkGlass/Black is for the desktop, automatically turn on the "darker" color scheme for applications within lthemeengine.
4) Ensure lumina-pdf is added as a default PDF viewer.
5) Change the wallpapers/interface for the TrueOS defaults.
|
|
|
|
| |
This will help identify if people are at the point where lumina-pdf and lumina-theme-engine are integrated or not.
|
| |
|
|
|
|
| |
Ensure the translation files are all in sync as well.
|
|
|
|
| |
to another on the first start of the desktop, and enable that migration for single-monitor arrangements.
|
|
|
|
| |
the new port files.
|
| |
|
|
|
|
| |
the recent 1.2.0 release.
|
| |
|
| |
|
|
|
|
| |
syntax when setting the default configuration for the primary monitor.
|
| |
|
|
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)
|