| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
Lumina starts it up
|
| |
|
| |
|
|
|
|
| |
This allows the desktop icons to be transparent-background by default, or add the other style as well for the boxy/glass look.
|
|
|
|
|
|
|
|
|
| |
1. Adjust the pkg-plist for FreeBSD to include the trident-dark color file.
2. Add a new function for fetching XDG standard directory paths (and create dir as needed)
3. Setup the desktop and lib classes to use the XDG standard path function now.
4. Add a bunch of fallback icons if the "start-here-lumina" icon could not be found in the current theme. These are all based on the OS name.
5. Ensure we run "xdg-user-dirs-update" before launching the session (if it is installed). This is used for the main standard dir detection.
6. Ensure that start-lumina-desktop *always* starts a new desktop session (bypassing any existing lock files for the desktop session).
|
| |
|
|
|
|
| |
Have it move the plugin on the desktop instead, but it can also be "dropped" into applications and get used as a drag-n-drop operation.
|
|
|
|
| |
regarding whether it returns 0 or 1 - even if it succeeds both times. Go ahead and assume success for any xscreensaver call.
|
|
|
|
| |
Cleanup some whitespace and turn off some debugging
|
|
|
|
| |
Turns out Qt will crash if you send multiple resize requests really quickly. Add a 10ms cache/delay to the resize and that fixes it.
|
|
|
|
| |
Not done yet - got the timer warnings fixed, and did more thread-safe conversions.
|
|
|
|
|
|
| |
working as well.
Resizing a window will crash things at the moment - still looking into that...
|
|
|
|
| |
Now they are the right sizes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the screen session was resized.
|
|\
| |
| | |
OS: Support suspend on Slackware
|
| | |
|
|\ \
| | |
| | | |
desktop: support /run/media (user removable devices)
|
| |/ |
|
| |
| |
| |
| | |
Add a new button for system update status.
|
| |
| |
| |
| | |
StatusTray : combined system status indicators and system tray application area
|
| |
| |
| |
| | |
Now the text should format properly, and we have a single-instanced calendar menu popup for all clock plugins now.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Also add a spacer plugin.
|
| |
| |
| |
| | |
Make the battery existance check and a couple other 1-time checks faster for subsequent runs.
|
| | |
|
|/
|
|
| |
Also finish up the Plugin base-classes for use when writing the various panel/desktop plugins.
|
| |
|
| |
|
|
|
|
| |
Make it use "system-cancel" before it looks for "dialog-cancel"
|
|
|
|
| |
current theme.
|
| |
|
|
|
|
| |
This should make it generic enough to support all XDG icon themes.
|
| |
|
| |
|
|
|
|
|
|
| |
1. Ensure that reading the file to be used for the chime is done correctly.
2. Ensure that the session does not crash during cleanup if the exit chime could not be played.
3. Ensure that the default audio chime files are used if nothing else is specified/valid in the settings.
|
|
|
|
|
|
|
|
|
| |
1. ZFS permissions detection and UID check.
2. ZFS create
3. ZFS destroy
4. ZFS snapshot
5. ZFS rollback
6. ZFS clone (not finished yet)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Modify the following shortcuts:
Ctrl+mouse wheel -> Ctrl+Alt+mouse wheel (change workspace)
Alt+[Left/Right arrow] -> Ctrl+Alt+[Left/Right arrow] (tile windows left/right)
Remove the following shortcuts:
Ctrl+Tab, Ctrl+Shift+Tab (next/previous group - already have Alt+Tab shortcuts)
Win+Tab, Win+Shift+Tab (next/previous Fluxbox tabs - not used almost at all)
Win+[Left/Right] (Send to prev/next workspace - does not work at the moment anyway)
Win+Ctrl+[Left/Right] (Take to prev/next workspace - does not work at the moment anyway)
Add the following shortcut:
Win+Space: (show start menu)
- This will not work if the 115 shortcut is functional (115 takes precendence), but if the Win key is bound to something else this shortcut will become available for launching the start menu.
|
|
|
|
| |
Instead of putting them in the older "pixmaps" directory, place them into the icons/hicolor/scalable/apps dir so that the Qt icon from theme stuff can find it (older dir no longer supported by Qt and most modern theme engines)
|
|
|
|
|
| |
Add a large failover system where a list of possible icons are created, and the first one which exists in the theme is used.
Also update the iconprobe dev tool a but: make it take an optional list of icons as input
|
|
|
|
|
| |
When moving the owner of the clipboard over to the desktop session, we need to copy *all* of the data on the clipboard, not just the text.
Very often, text on the clipboard is "paired" with control codes or alternate info in other mimetype fields.
|
|\
| |
| | |
lthemeengine: fix qss order
|
| | |
|
|\ \
| | |
| | | |
lumina-desktop: add basic clipboard support
|
| |/ |
|