-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from A6GibKm/org.bitcoin.bitcoin-qt
Address feedback 2/2
- Loading branch information
Showing
4 changed files
with
29 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/bash | ||
|
||
exec bitcoin-qt -datadir=$XDG_DATA_HOME "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=Bitcoin Core | ||
Icon=org.bitcoincore.bitcoin-qt | ||
Comment=Connect to the Bitcoin P2P Network | ||
Comment[de]=Verbinde mit dem Bitcoin peer-to-peer Netzwerk | ||
Comment[fr]=Bitcoin, monnaie virtuelle cryptographique pair à pair | ||
Comment[tr]=Bitcoin, eşten eşe kriptografik sanal para birimi | ||
Exec=bitcoin-qt %f | ||
Exec=bitcoin-qt_wrapper.sh %u | ||
Terminal=false | ||
Type=Application | ||
Icon=org.bitcoincore.bitcoin-qt | ||
MimeType=x-scheme-handler/bitcoin; | ||
Categories=Office;Finance;P2P;Network;Qt; | ||
StartupWMClass=Bitcoin-qt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters