Skip to content

Commit

Permalink
Fix Flatpak audio, improve Snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Jun 26, 2023
1 parent 1580ecc commit 147e78f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions app.getclipboard.Clipboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ finish-args:
- --socket=wayland
- --filesystem=host
- --filesystem=xdg-run/Clipboard
- --socket=pulseaudio
modules:
- name: cb
buildsystem: cmake-ninja
Expand Down
8 changes: 7 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
The Clipboard Project is one of the most advanced clipboard managers ever.
Cut, copy, and paste anything, anytime, anywhere with unlimited capacity, clipboards, and history.
It's feature packed and easy to use by anybody.
confinement: devmode
confinement: classic
base: core22
parts:
cb:
Expand Down Expand Up @@ -35,3 +35,9 @@ parts:
apps:
cb:
command: usr/local/bin/cb
plugs:
- alsa
- x11
- wayland
- home
- removable-media

0 comments on commit 147e78f

Please sign in to comment.