Pawel Marczewski
03621e5792
StartApp: remove workaround for .desktop suffix
...
The workaround is no longer necessary, and it breaks when
the app name itself contains .desktop (such as org.telegram.desktop).
Fixes QubesOS/qubes-issues#5408 .
2020-01-07 13:06:57 +01:00
TomZ
3abc3b1b75
Fix language issues and usability issue
2017-12-13 10:15:20 +01:00
Marek Marczykowski-Górecki
9c839d789f
qubes-rpc: fix issues found by shellcheck
...
Most of them are missing quotes, `` -> $(), and -o/-a usage in
conditions. Also add few directives disabling checks where were too
verbose.
2017-09-30 04:45:31 +02:00
Marek Marczykowski-Górecki
ac97a3ca87
Look for applications also in subdirectories of .../applications
...
This is especially needed for KDE applications, which live in
/usr/share/applications/kde4.
Fixes QubesOS/qubes-issues#3092
2017-09-16 12:25:39 +02:00
Marek Marczykowski-Górecki
22e261f909
Add qubes.StartApp service
...
A simple service to start application described in .desktop file.
This way, dom0 can completely ignore VM-originated Exec= entry.
2017-05-20 03:48:02 +02:00