| Commit message (Collapse) | Author | Age |
|
|
|
| |
icons/launchers.
|
|
|
|
| |
name to ensure that the proper case is used ("Lumina", or case-insensitive checks). The default apps file (lumina-mimeapps.list) is correct because the specs excplicitly state that it should be the lowercase version of the desktop name.
|
| |
|
|
|
|
|
|
| |
lumina-config. Now Lumina use the XDG spec entirely for auto-starting applications/utilities.
NOTE: The conversion routine from the old->new autostart spec has not been implemented yet, so the old file will still be used for a short while (just not changeable through lumina-config).
|
|
|
|
| |
This still needs to be tested/integrated into lumina-config for full access.
|
|
|
|
|
|
| |
match in the system mimetype database. This allows backend system to function normally on these types of files.
Internal designation: "unknown/[lowercase extension or lowercase filename]"
|
|
|
|
| |
are well present.
|
| |
|
|
|
|
| |
top of the older Lumina autostart specification, until I can get the writing support for the XDG spec in place as well - at which time I will convert any Lumina-spec entries to the XDG spec (for backwards compat).
|
|
|
|
|
|
| |
fields in the *.desktop file.
Also fix a bug in lumina-open where the field code substitutions were not happening for non-default applications.
|
|
|
|
| |
*.desktop Exec generation.
|
|
|
|
| |
for non-valid *.desktop files.
|
|
|
|
| |
into the data structure. lumina-open was already set to use the path properly if it exists, so no other changes to use this value necessary.
|
|
|
|
| |
system for a particular mimetype. Now it uses the manual method (checking each *.desktop file for that particular mimetype - since it has to load all of them anyway), as well as use the results of any matches in the <XDG_DATA_DIRS>/applications/mimeinfo.cache file.
|
|
|
|
| |
case-insensitive (case was already taken care of with the first filter).
|
|
|
|
| |
much more accurate about special extensions and faster lookups for pre-found mimetypes.
|
|
|
|
|
|
|
| |
1) When finding a file mimetype, try a case-insensitive filter if nothing came out of the case-sensitive search.
2) lumina-fm: when removing a slideshow file, try to automatically go to the next/previous picture instead of index=0;
3) Add a bunch more processEvents() calls to the lumina-fm file operations dialog. This should keep the UI's more responsive and update the visuals more often while running operations on large numbers of files.
4) lumina-fm: Fix another upper->lower case extension issue when checking if a file is supported by Qt's read/write operations.
|
| |
|
|
|
|
| |
in *.desktop files. This seems to fix the occasional issue with KDE *.desktop shotcuts (okular in particular).
|
|
|
|
| |
and fix a stray seg fault in the XCB window class detection routine.
|
|
|
|
| |
It is functional at the moment, but still has a few rough edges with regards to the X11 background interface (due to the move from XLib to XCB in Qt5). This reulst in some of the window manager interactions not behaving properly (such as sticky status on panels).
|
|
|
|
| |
lumina-open. The new buttons in lumina config set the backends fine, but the file manager/terminal options will not be respected yet until I update the menu plugins in lumina-desktop.
|
|
|
|
|
|
|
|
| |
registering default application (Note: does not use the mime association routines, just defaults)
Lumina-config will now use this backend system for default app registrations, but lumina-open does not use it yet. Also, the defaults tab in lumina-config is still not completely updated yet (resulting in some breakage or unusable buttons).
DO NOT BUILD FROM THIS REVISION - Will be fixed very soon but needed a git snapshot
|
|
|
|
| |
"Wine" category for internal recognition/use (since the wine apps do not usually list a category in the *.desktop file).
|
|\ |
|
| |
| |
| |
| | |
Fixes launching default apps on Linux.
|
| |\ |
|
| | |
| | |
| | |
| | | |
Fixes some launch problems on icons with multiple potential launch paths on Linux.
|
| |/
|/| |
|
|/
|
|
| |
the different "entries" in the file, and now it only uses the required "Desktop Entry" section.
|
|
|
|
| |
have all the different defines all over the place.
|
|
|
|
| |
LuminaXDG
|
|
|