kimmoli / tohkbd2

28 stars 10 forks source link

Settings-ui application shortcut selector shows apps that should be hidden #46

Closed kimmoli closed 8 years ago

kimmoli commented 9 years ago

in the desktop file:

NotShowIn=X-MeeGo;

Comparision in the code:

!app.notShowIn().contains("X-Meego")

And this is case-sensitive :camel:

Credits for finding this to mikehgentry