aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Ensure that when re-loading previous screen settings it also puts the ↵Ken Moore2016-07-22
| | | | monitors in the same relative position to each other.
* Minor tweak to the FreeBSD OS backend for screen brightness.Ken Moore2016-07-22
|
* [INTERFACE CHANGE]Ken Moore2016-07-20
| | | | As recommended by docs team, the lumina-info interface has been streamlined a bit so there are individual buttons for each of the external links instead of the label/URL pairings.
* Fix up *when* changes are detected on the general user options page of ↵Ken Moore2016-07-20
| | | | lumina-config.
* Ensure that Desktop files which are symlinks to known favorites do not show ↵Ken Moore2016-07-19
| | | | up as duplicates within the "favorites" tab in the user menu.
* Add an "enableCompositing" flag to the sessionsettings.conf file which ↵Ken Moore2016-07-18
| | | | | | | | | 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.
* [INTERFACE CHANGE]Ken Moore2016-07-18
| | | | Adjust the text for the menu plugins page for consistency within the documentation.
* Also ensure that the XDG_CONFIG_HOME replacement happens on the fluxbox-init ↵Ken Moore2016-07-18
| | | | file as well.
* Don't embed the fluxbox config files into the lumina-desktop binary (using ↵Ken Moore2016-07-18
| | | | the pre-installed files instead).
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-18
|\
| * Merge pull request #241 from Nanolx/masterKen Moore2016-07-18
| |\ | | | | | | update Debian packaging scripts
| | * Debian: new wrapper fileChristopher Roy Bratusek2016-07-12
| | |
| | * update Debian packaging scriptsChristopher Roy Bratusek2016-07-12
| |/
* / Fix up the copy/adjustment of the fluxbox config files when initializing the ↵Ken Moore2016-07-18
|/ | | | user's settings for Lumina.
* Fix the xterm title gibberish issue.Ken Moore2016-07-07
|
* Ensure the checkbox for loading desktop icons properly reflects the setting ↵Ken Moore2016-07-07
| | | | in the file.
* Fix a crash when right-clicking a non-applauncher desktop plugin and ↵Ken Moore2016-07-07
| | | | removing it.
* Remove the "requires restart" message on the Compton page. Active re-loading ↵Ken Moore2016-07-07
| | | | of the compton configs was already added.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-07
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-06
| |\
| * | Enable starting fluxbox within the start-lumina-desktop utility ↵Ken Moore2016-07-06
| | | | | | | | | | | | (lumina-session).
* | | Fix up the loading of non-integer values for the panel height.Ken Moore2016-07-07
| |/ |/|
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-06
|\|
| * Fix up the reloading of compton when the config file changes.Ken Moore2016-07-06
| |
* | Disable fluxbox initialization within the lumina-desktop binary. (moved to ↵Ken Moore2016-07-06
|/ | | | start-lumina-desktop).
* Setup the session process launcher to provide the capability of prompting ↵Ken Moore2016-07-06
| | | | fluxbox and/or compton to reload it's configs when they change.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-06
|\
| * Make lumina-config able to handle non-integer values for the panel settings ↵Ken Moore2016-07-06
| | | | | | | | as needed.
* | Fix a crash within the userbutton plugin which would happen after clearing ↵Ken Moore2016-07-06
|/ | | | out one of the scroll areas.
* Update the FreeBSD OS class a tiny bit:Ken Moore2016-07-06
| | | | | 1) Update the control panel link to point to SysAdm-client (old control panel is obsolete). 2) Ensure the system validity checks during the screen brightness routine are only run once per session rather than every time (since the type of system will not change over time)
* Add a note that the compton settings will require a restart to take effect.Ken Moore2016-07-05
|
* Add a new page to lumina-config. This page allows the user to view/change ↵Ken Moore2016-07-05
| | | | settings for "compton" as needed.
* Setup the compton init system to use a special config file just for Lumina. ↵Ken Moore2016-07-05
| | | | This allows use to integrate an editor for that config file into lumina-config later.
* Fix the TrueOS default settings.Ken Moore2016-07-05
|
* Update Lumina plugin names/descriptionsMrt1342016-07-05
| | | | - Altered names and descriptions for some of the Lumina desktop/menu/panel plugins.
* Also add the "Advanced/Simple" editors to the fluxbox keys page.Ken Moore2016-07-05
|
* Add a full fluxbox init file editor to lumina-config as an "advanced" editor ↵Ken Moore2016-07-05
| | | | mode.
* Fix up the FreeBSD port files for LuminaKen Moore2016-07-01
|
* Setup Lumina to use "compton" for the compositing manager instead of ↵Ken Moore2016-07-01
| | | | xcompmgr (if it is installed)
* Ensure that lumina-config defaults to looking in the system-installed ↵Ken Moore2016-07-01
| | | | scripts directory for menu scripts.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-01
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-06-30
| |\
| * | Setup lumina-fileinfo that that it can be used to create brand-new ↵Ken Moore2016-06-30
| | | | | | | | | | | | application registrations within the user's local applications dir. Also have it install it's own .desktop registrations on the system at install time.
* | | Add the new JSON menu generation scripts to the "core" files installed ↵Ken Moore2016-07-01
| |/ |/| | | | | (since they are basically another type of plugin).
* | Ensure that the quick command run routine will never hang the system for ↵Ken Moore2016-06-30
| | | | | | | | more than 1 second of inactivity from the subprocess.
* | Fix the check routine in the new script finder dialog.Ken Moore2016-06-30
| |
* | Add the new jsonmenu menu plugin to lumina-config, with a new dialog for ↵Ken Moore2016-06-30
| | | | | | | | setting it up.
* | Fix some whitespace issues with the ls.json.sh script.Ken Moore2016-06-30
| |
* | Finish up the new JSON recursive menu system as well as the test script for ↵Ken Moore2016-06-30
| | | | | | | | listing the contents of a directory recursively.
* | Fix the symlink creation routine so it works properly if INSTALL_ROOT is setup.Ken Moore2016-06-30
| |
bgstack15