Added .desktop file (#8)

* Added .desktop file

This closes #2

* added prefix-based installation paths
This commit is contained in:
gg-rewrite 2020-05-17 12:07:29 +03:00 committed by GitHub
parent dbfca9da0f
commit ee5b043651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -23,3 +23,8 @@ add_project_arguments(['-Wno-unused-parameter'], language: 'cpp')
subdir('proto')
subdir('src')
install_data(
'wf-osk.desktop',
install_dir: '@0@/share/applications'.format(get_option('prefix'))
)

10
wf-osk.desktop Normal file
View File

@ -0,0 +1,10 @@
[Desktop Entry]
Name=wf-osk
GenericName=Virtual Keyboard
Comment=A very, very simple virtual keyboard using gtkmm, virtual-keyboard-v1 and layer-shell
Keywords=screen;keyboard;virtual
Exec=wf-osk
StartupNotify=true
Terminal=false
Type=Application
Icon=input-keyboard