Feathercoin-Foundation / electrum-ftc

Electrum-FTC; Feathercoin thin client. Follows upstream by rebasing FTC patches. Tags remain stable.
MIT License
10 stars 8 forks source link

error: can't copy 'electrum/gui/icons/electrum_light.png': doesn't exist or not a regular file #111

Open Ixtalo opened 4 years ago

Ixtalo commented 4 years ago

Expected Behavior

Install should work pip3 install git+https://github.com/Feathercoin-Foundation/electrum-ftc.git@current_release#egg=Electrum-FTC[full]. Release/branch 3.3.8.0.

Current Behavior

Install fails. error: can't copy 'electrum/gui/icons/electrum_light.png': doesn't exist or not a regular file

Possible Solution

Fix (os.path.join(usr_share, icons_dirname), ['electrum/gui/icons/electrum_light.png']), to (os.path.join(usr_share, icons_dirname), ['electrum/gui/icons/electrum_light_icon.png']),

Steps to Reproduce

see https://github.com/Feathercoin-Foundation/electrum-ftc#linux

Your Environment

Install in Linux, Debian 10.