Browse Source

remove wrong version from desktop file example

master
Nils 4 years ago
parent
commit
cc8f52c7cb
  1. 3
      engine/findprograms.py

3
engine/findprograms.py

@ -48,8 +48,7 @@ class SupportedProgramsDatabase(object):
'name': 'Patroneo',
'startupnotify': 'false',
'terminal': 'false',
'type': 'Application',
'version': '1.4.1',
'type': 'Application',
'x-nsm-capable': 'true'}
In case there is a file in PATH or database but has no .desktop we create our own entry with

Loading…
Cancel
Save