Skip to content

Commit

Permalink
Remove autostart option
Browse files Browse the repository at this point in the history
This should be handled by a background portal instead of the app itself.
  • Loading branch information
hluk committed Oct 25, 2023
1 parent b9f6e18 commit 4ccdd36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion com.github.hluk.copyq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ modules:
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DICON_NAME=com.github.hluk.copyq
- -DCOPYQ_AUTOSTART_COMMAND=flatpak run com.github.hluk.copyq
# The flatpak app should not handle autostart itself:
# https://github.com/flathub/flatpak-builder-lint/issues/87
- -DCOPYQ_DESKTOP_FILE=
name: copyq
sources:
- commit: 976aaa109990767764b2fc11827a0526ee1fb3df
Expand Down

0 comments on commit 4ccdd36

Please sign in to comment.