Launcher: Read and display both Name and GenericName from desktop files (issue #571)

This commit is contained in:
o9000
2016-03-20 14:37:32 +01:00
parent 5a08d028ce
commit c8250e5200
3 changed files with 45 additions and 13 deletions

View File

@@ -11,6 +11,7 @@
typedef struct DesktopEntry {
char *name;
char *generic_name;
char *exec;
char *icon;
char *path;