| Commit message (Collapse) | Author | Age |
|
|
|
| |
Setup Alt+F1 to run "lumina-open -terminal" rather than "xterm"
|
|
|
|
| |
installed/removed during a session.
|
|
|
|
| |
start menu.
|
|
|
|
| |
the entry is a .desktop entry (non-binary)
|
|
|
|
| |
(not the start menu options yet).
|
|
|
|
| |
~/Desktop for applications that are installed/removed while the user session is active.
|
|
|
|
| |
the extra managment overhead from the desktop itself).
|
|
|
|
|
| |
1) Ensure that lumina-open is used to open the default terminal app (additional binary verification/checking)
2) Add some additional verification of the binary to run within lumina-open, and warn the user about a missing binary as needed.
|
|
|
|
| |
uncomment it to use the settings it will be valid).
|
|
|
|
| |
"_NET_WM_STICKY" flag is set on the panel at update time, and re-request that flag if not.
|
|
|
|
| |
to the menu.
|
| |
|
|
|
|
|
| |
1) Remove peazip from the "tar" mimetypes
2) Add phototonic to the images/* mimetypes.
|
|
|
|
| |
pointing to same file).
|
| |
|
|
|
|
| |
that vertical arrangements of monitors are better supported.
|
|
|
|
| |
fluxbox theme, etc..)
|
|\ |
|
| | |
|
|/ |
|
|
|
|
| |
up as duplicates within the "favorites" tab in the user menu.
|
|
|
|
| |
the pre-installed files instead).
|
|
|
|
| |
removing it.
|
| |
|
|
|
|
| |
start-lumina-desktop).
|
|
|
|
| |
out one of the scroll areas.
|
| |
|
|
|
|
| |
listing the contents of a directory recursively.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a recursive, auto-generating menu which runs an external utility (a script of some kind usually), which generates a JSON document/object which is used to populate the menu.
Syntax:
(Per object)
{
"type" : "item",
"icon" : "icon name (optional)",
"action" : "something lumina-open can run (optional)"
}
Or for a recursive menu generation
{
"type" : "jsonmenu",
"exec" : "some command to run to populate menu",
"icon" : "icon name (optional)"
}
Example for a full return:
{
"Item1" : {
"type" : "item",
"icon" : "folder",
"action" : "~/item1.jpg"
},
"Menu1" : {
"type" : "jsonmenu",
"exec" : "some script",
"icon" : "system-run"
}
}
Item1 will open ~/item1.jpg with lumina-open when clicked, while Menu1 will call "some script" to generate a new menu with additional options.
}
|
|
|
|
|
|
| |
Show All Windows
Minimize All Windows
Close All Windows
|
|\ |
|
| |
| |
| |
| | |
"DEFAULT_SETTINGS=<OS>" build flag for installing config files or desktop wallpapers for other OS's.
|
| |
| |
| |
| | |
file/wallpaper are added into the build. This now means that we can commit any generic *-${OS}.[jpg/conf] here to the defaults directory and it will automatically get pulled in at build time.
|
| |
| |
| |
| | |
for transparency effects (issues with xcompmgr at the moment?).
|
| | |
|
| | |
|
|/
|
|
| |
grouped-order rather than open order (alt+[shift]+tab will do open order).
|
| |
|
| |
|
| |
|
|
|
|
| |
luminaDesktop.conf.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
1) Fix up the desktopbar plugin to work with the new file locations for configs.
2) Fix up the replacement of the "~/" prefix on a file path with the users home dir.
3) Add default favorites for the ~/[Documents, Downloads, Pictures, Videos] directories.
4) Add the ability to specify quicklaunch apps within luminaDesktop.conf (almost the same as the favorites options).
5) Another couple tweaks for the Glass theme.
6) Have the non-applauncher desktop plugins fill in from the bottom-right of the screen. This provides automatic separation between the auto-generated launchers and other plugins.
7) Add a second, auto-hidden panel at the top of the primary screen by default with the desktopbar plugin there (for instance access to favorites & ~/Desktop files/dirs)
|
|
|
|
| |
between the windows key (standalone) and other winkey+<key> combinations.
|
|
|
|
| |
results).
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
1) Move from "NO_I18N" to "WITH_I18N". This will ensure that the source version of the localizations are not installed unless explicitly requested (since the "real" localization files are in the lumina-i18n repo - these source files are theauto-generated ones before getting sent up to the pootle localization system).
2) Add a few more .desktop files for the various Lumina utilities.
|