qwertycoin-org / qwertycoin-gui

Qwertycoin Desktop GUI wallet source code repository.
https://releases.qwertycoin.org
MIT License
12 stars 10 forks source link

Chat #1 #15

Closed nnian closed 5 years ago

nnian commented 5 years ago

Hi @speqtr i know that is not your case, but maybe you can help @exploshot He had used your Automate Deploy Script (qwertycoin-zero) to install it here, within the GUI.

But theres are problem with the Language files:

These are the correct Translations https://github.com/qwertycoin-org/qwertycoin-gui/tree/master/src/languages

But the deployed versions contains random .qm Files which in fact cause the GUI to not work properly with the translations. Only the Default English Version is available. Do you have an idea to solve this problem? Thanks =)

speqtr commented 5 years ago

Hi @nnian and @exploshot 🙂 Does it happen on a single platform (Linux, macOS, Windows)? Or on all of them?

nnian commented 5 years ago

Mh, a good question i've tested it on Windows there are no correct language files in the package. @exploshot did you tried it on all platforms?

exploshot commented 5 years ago

In the past we added the *.qm files manually to the translation folder. So i think its on every platform. In the fork repo I've tried several things but nothing with a solution.

https://github.com/exploshot/fork_qwertycoin-gui

My next problem is, that the Zero and GUI don't have qt added for shipping. e.g. if i want install the zero or GUI deb on Ubuntu, i've to install qt only for this wallet. Is there a way to include the files?

Next is that the deb don't have a symlink after installing, e.g. if i press the home button in Ubuntu and type in Qwertycoin i'll only find the .deb

speqtr commented 5 years ago

My next problem is, that the Zero and GUI don't have qt added for shipping. e.g. if i want install the zero or GUI deb on Ubuntu, i've to install qt only for this wallet. Is there a way to include the files?

Qt5 libraries should be present in deb and rpm packages. Could you please check it by running dpkg -c qwertycoin-zero-....deb?

speqtr commented 5 years ago

Next is that the deb don't have a symlink after installing, e.g. if i press the home button in Ubuntu and type in Qwertycoin i'll only find the .deb

This one I'll fix.

exploshot commented 5 years ago

My next problem is, that the Zero and GUI don't have qt added for shipping. e.g. if i want install the zero or GUI deb on Ubuntu, i've to install qt only for this wallet. Is there a way to include the files?

Qt5 libraries should be present in deb and rpm packages. Could you please check it by running dpkg -c qwertycoin-zero-....deb?

true, the zero contains the qt libs but not the gui, thats interesting, so my fault

2019-08-08 19_39_36-Ubuntu 18 04 64-bit - VMware Workstation 15 Player (Non-commercial use only)

speqtr commented 5 years ago

Most likely it's just a small typo in deployment script.