Commit Graph

6 Commits

Author SHA1 Message Date
SelfRef
27353f98ff Fix icon name in .desktop entry to allow theming 2023-07-28 11:29:17 +02:00
Seff
a27e628ab6
Delete 'version' key from .desktop file
Make desktop file XDG compliant
2023-06-24 13:52:44 +02:00
rustdesk
87b32ad8c4 use autostart for --tray in linux because pkexec not work well when start it with --server 2023-06-10 01:55:32 +08:00
Seff
acf2dfd779
fix: versioning 2023-02-21 07:40:54 +01:00
Seff
2bef19c1a4
fix desktop entry key/values
Similar to #1255 and related to #1299, running `desktop-file-validate /usr/share/applications/rustdesk.desktop` on Ubuntu 22.04 returns the following:  
```
/usr/share/applications/rustdesk.desktop: error: value "1.2.0" for key "Version" in group "Desktop Entry" is not a known version
/usr/share/applications/rustdesk.desktop: error: required key "Exec" in group "Desktop Action new-window" is not present
```
* "Version" refers to the Freedesktop Specification[1], not the program's one. Given that this was correctly defined in rustdesk-link.desktop, the same value should be used here too.
* The new-window section is missing the `Exec` key. Ubuntu 22.04 refuses to launch from the Activities overview (apps menu) without this key.
[1] https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
2023-02-21 07:35:09 +01:00
rustdesk
5751b23a97 mv some linux package files to res 2022-09-18 11:50:23 +08:00