Skip to content

Commit

Permalink
snap: Remove dbus slot from snapcraft.yaml (#217)
Browse files Browse the repository at this point in the history
dbusの利用にはSnap Storeのレビューが必要だが今のところ使用していない
ためslotから外して自動レビューに戻す。
  • Loading branch information
ma8ma committed Mar 18, 2020
1 parent e4da90b commit 2a0de38
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ parts:
- ./usr/lib/**/libpcre2-8.so*
- ./usr/lib/**/libsigc-2.0.so*

slots:
dbus-daemon:
interface: dbus
bus: session
name: com.github.jdimproved.JDim

apps:
jdim:
command: bin/jdim
Expand All @@ -98,7 +92,5 @@ apps:
- home
- network
- unity7
slots:
- dbus-daemon
command-chain:
- snap/command-chain/desktop-launch

0 comments on commit 2a0de38

Please sign in to comment.