mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] linux: Install .desktop file and icon
SVGs have had a great support for Linux for about a decade, so only install that for simplicity.
This commit is contained in:

committed by
Geoffrey McRae

parent
32d1b8063e
commit
41008add12
12
resources/looking-glass-client.desktop.in
Normal file
12
resources/looking-glass-client.desktop.in
Normal file
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Looking Glass Client
|
||||
Comment=Clent for Looking Glass KVMFR
|
||||
Icon=looking-glass
|
||||
Exec=@CMAKE_INSTALL_PREFIX@/bin/looking-glass-client
|
||||
Terminal=false
|
||||
Keywords=KVM
|
||||
Categories=System;
|
||||
StartupWMClass=looking-glass-client
|
||||
SingleMainWindow=true
|
Reference in New Issue
Block a user