Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cleanup some of the suspend-checking for FreeBSD. | Ken Moore | 2017-11-20 |
| | | | | Remove pc-sysconfig as an option for brightness control on FreeBSD | ||
* | Get rid of the updates available dialog/prompt in Lumina. | Ken Moore | 2017-11-17 |
| | | | | Replace it with an extra "reboot w/ updates" button in both the start menu and the system logout window. | ||
* | A bit more cleanup on the external device reporting/usage. | Ken Moore | 2017-11-02 |
| | |||
* | Finish up the /media parsing for LuminaOS-FreeBSD | Ken Moore | 2017-11-02 |
| | |||
* | Add parsing of the "/media" directory on FreeBSD to the External Device ↵ | Ken Moore | 2017-11-02 |
| | | | | Paths LOS function. | ||
* | Add PulseAudio support into the FreeBSD backend if a PICO session is detected. | Ken Moore | 2016-10-25 |
| | |||
* | Oops - forgot to save the fallback CPU temperature reading into the variable. | Ken Moore | 2016-10-14 |
| | |||
* | Adjust the FreeBSD CPU temperature routine to use the dev.cpu.* values if ↵ | Ken Moore | 2016-10-11 |
| | | | | available, and fall back on the hw.acpi values otherwise (direct readings seem to be more accurate in some instances). | ||
* | Change the CPU temperature finder a bit: | Ken Moore | 2016-09-19 |
| | | | | Avoid using "sysctl -a" in favor of using "sysctl hw." for doing the initial search for CPU temperature sysctls. This makes it touch a lot less of the system sysctl's, and might prevent a random kernel panic we are seeing on some systems when some particular sysctl is probed. | ||
* | Add in pending update detection/skipping ability to the main logout window ↵ | Ken Moore | 2016-08-18 |
| | | | | (not the start menu options yet). | ||
* | Update the RSS feeds for FreeBSD to point to the TrueOS news feed instead of ↵ | Ken Moore | 2016-08-05 |
| | | | | the PC-BSD feed. | ||
* | Reset the "Control Panel" entry for FreeBSD back to pccontrol.desktop. | Ken Moore | 2016-07-28 |
| | |||
* | Fix up the screen brightness detection on FreeBSD (found a logic reversal). | Ken Moore | 2016-07-22 |
| | |||
* | Minor tweak to the FreeBSD OS backend for screen brightness. | Ken Moore | 2016-07-22 |
| | |||
* | Update the FreeBSD OS class a tiny bit: | Ken Moore | 2016-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) | ||
* | Change references to PC-BSD to TrueOS | q5sys | 2016-06-23 |
| | |||
* | Another significant update: | Ken Moore | 2016-06-14 |
| | | | | | 1) Change the install directory where Lumina puts all it's files at install time (L_SHAREDIR/lumina-desktop/ instead of L_SHAREDIR/Lumina-DE/) This required some adjustments to the LuminaOS templates just to mirror the change. | ||
* | Another large batch of updates: | Ken Moore | 2016-06-14 |
| | | | | | 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. | ||
* | A couple minor tweaks to the new RSS stuff. Fix the URL for the PC-BSD blog ↵ | Ken Moore | 2016-06-02 |
| | | | | and such. | ||
* | Add a new OS function: RSSFeeds() | Ken Moore | 2016-06-02 |
| | | | | This will return any OS-specific RSS feeds so that users can easily subscribe to get news about updates and such. | ||
* | Adjust the FreeBSD appstore shortcut to use the new "appcafe.desktop" entry ↵ | Ken Moore | 2016-04-26 |
| | | | | (sysadm client). | ||
* | Rearrange the Lumina source tree quite a bit: | Ken Moore | 2016-04-25 |
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed. |