Browse Source

Merge pull request #2801 from gavinandresen/urifix

Fixes for bitcoin: URI handling on Linux
0.10
Gavin Andresen 11 years ago
parent
commit
6e802ac85d
  1. 20
      contrib/debian/README
  2. 2
      contrib/debian/bitcoin-qt.desktop

20
contrib/debian/README vendored

@ -0,0 +1,20 @@ @@ -0,0 +1,20 @@
This directory contains files used to package bitcoind/bitcoin-qt
for Debian-based Linux systems.
If you compile bitcoind/bitcoin-qt yourself, there are some
useful files here:
bitcoin: URI support
--------------------
bitcoin-qt.desktop (Gnome / Open Desktop)
To install:
sudo desktop-file-install bitcoin-qt.desktop
sudo update-desktop-database
If you build yourself, you will either need to modify the paths in
the .desktop file or copy or symlink your bitcoin-qt binary to /usr/bin
and the ../../share/pixmaps/bitcoin128.png to /usr/share/pixmaps
bitcoin-qt.protocol (KDE)

2
contrib/debian/bitcoin-qt.desktop vendored

@ -4,7 +4,7 @@ Name=Bitcoin @@ -4,7 +4,7 @@ Name=Bitcoin
Comment=Bitcoin P2P Cryptocurrency
Comment[fr]=Bitcoin, monnaie virtuelle cryptographique pair à pair
Comment[tr]=Bitcoin, eşten eşe kriptografik sanal para birimi
Exec=/usr/bin/bitcoin-qt
Exec=/usr/bin/bitcoin-qt %u
Terminal=false
Type=Application
Icon=/usr/share/pixmaps/bitcoin128.png

Loading…
Cancel
Save