flathub / flathub/com.wire.WireDesktop
Wire autorun at start
Open
- Dominant language
- Shell
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
When I enable the option to autostart, it doesn't work.
Checking the file on ~/.config/autostart/wire-desktop.desktop, it seems to point to exec:
```
Exec=/app/Wire/wire-desktop --hidden
```
which doesn't exist. Should the desktop file be patched to full flatpak exec command line ? Like example:
```
Exec=flatpak run com.wire.WireDesktop/x86_64/stable --hidden
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.