Skip to content

Commit ad28308

Browse files
committed
Merge #275: snap: path to bitcoin-qt is not necessary
e88a82c snap: path to bitcoin-qt is not necessary (Ava Chow) Pull request description: The bin/ path is only needed for the command that will be executed, not the argument to the command. Since the command for qt is actually bin/desktop-launch, there is no need to do the same for its bitcoin-qt argument. The bitcoin-core.qt in the current 28.x/edge build (build 176) does not work because of this issue. Top commit has no ACKs. Tree-SHA512: c0e6c91dca234ce1cc7a851c816a7b4aceeb3f232d0fff1d58cba3bd2d87d43a20aec2f1a35a97a35922bec83b53c05413e0a62aa121ffcdf093ff407c5746c5
2 parents 270ffb6 + e88a82c commit ad28308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apps:
2222
# https://docs.snapcraft.io/environment-variables/7983
2323
HOME: $SNAP_USER_COMMON
2424
qt:
25-
command: bin/desktop-launch bin/bitcoin-qt
25+
command: bin/desktop-launch bitcoin-qt
2626
plugs: [home, removable-media, network, network-bind, desktop, x11, unity7]
2727
environment:
2828
HOME: $SNAP_USER_COMMON

0 commit comments

Comments
 (0)