mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Added evolution and gnome-terminal to listed apps
This commit is contained in:
@@ -24,6 +24,7 @@ static KnownApp app_browsers[] = {
|
|||||||
|
|
||||||
static KnownApp app_mails[] = {
|
static KnownApp app_mails[] = {
|
||||||
{"Mozilla Thunderbird", "thunderbird"},
|
{"Mozilla Thunderbird", "thunderbird"},
|
||||||
|
{"Evolution", "evolution"},
|
||||||
KNOWN_APP_END
|
KNOWN_APP_END
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -40,6 +41,7 @@ static KnownApp app_terminals[] = {
|
|||||||
{"Rxvt", "rxvt"},
|
{"Rxvt", "rxvt"},
|
||||||
{"Mrxvt", "mrxvt"},
|
{"Mrxvt", "mrxvt"},
|
||||||
{"Xfce Terminal", "xfterm4"},
|
{"Xfce Terminal", "xfterm4"},
|
||||||
|
{"GNOME Terminal", "gnome-terminal"},
|
||||||
KNOWN_APP_END
|
KNOWN_APP_END
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user