-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved gtk-utils get_desktop_app_info().
* Also search lower case appid basename. * If appid is divided by dashes search the first component which works for blueman-applet and others. * If appid is divided by dots and nothing was found take each component and try to find a matching desktop file, works for applications that report appid as appname.arch/ext and the desktop file is appname.desktop * Added workaround for visual studio code. * Check if DesktopAppInfo has the 'Icon' key to prevent crash.
- Loading branch information
Showing
1 changed file
with
55 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters