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:
parent
73d51110cc
commit
dd008c9ac3
@ -24,6 +24,7 @@ static KnownApp app_browsers[] = {
|
||||
|
||||
static KnownApp app_mails[] = {
|
||||
{"Mozilla Thunderbird", "thunderbird"},
|
||||
{"Evolution", "evolution"},
|
||||
KNOWN_APP_END
|
||||
};
|
||||
|
||||
@ -40,6 +41,7 @@ static KnownApp app_terminals[] = {
|
||||
{"Rxvt", "rxvt"},
|
||||
{"Mrxvt", "mrxvt"},
|
||||
{"Xfce Terminal", "xfterm4"},
|
||||
{"GNOME Terminal", "gnome-terminal"},
|
||||
KNOWN_APP_END
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user