Skip to content

Commit

Permalink
Look up KDE terminal too
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 3, 2020
1 parent 5d18e91 commit 373ad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/icon/fdo.go
Expand Up @@ -527,7 +527,7 @@ func appendAppIfExists(apps []fynedesk.AppData, app fynedesk.AppData) []fynedesk
func (f *fdoIconProvider) DefaultApps() []fynedesk.AppData {
var apps []fynedesk.AppData

apps = appendAppIfExists(apps, findOneAppFromNames(f, "xfce4-terminal", "gnome-terminal", "xterm"))
apps = appendAppIfExists(apps, findOneAppFromNames(f, "xfce4-terminal", "gnome-terminal", "org.kde.konsole", "xterm"))
apps = appendAppIfExists(apps, findOneAppFromNames(f, "chromium", "google-chrome", "firefox"))
apps = appendAppIfExists(apps, findOneAppFromNames(f, "sylpheed", "thunderbird", "evolution"))
apps = appendAppIfExists(apps, f.FindAppFromName("gimp"))
Expand Down

0 comments on commit 373ad2d

Please sign in to comment.