BitShares Forum

Main => Technical Support => Topic started by: santaclause102 on September 26, 2014, 05:01:18 pm

Title: GUI updates not working
Post by: santaclause102 on September 26, 2014, 05:01:18 pm
System: Ubuntu 14..4

When I go to "File > check for updates" it reports back that no new updates are available.
In the "help" section in the client it says that I run v....15. But v....17 is already out.

What is wrong? Are the newest updates only for delegates? Or does the update process not work sufficiently? Or does it show a wrong version in the help section?

Getinfo also returns: v....15

Title: Re: GUI updates not working
Post by: toast on September 26, 2014, 05:09:50 pm
"check for updates" only checks for GUI updates. For client updates you need to download the latest yourself from bitshares-x.info
Title: Re: GUI updates not working
Post by: xeroc on September 26, 2014, 05:24:49 pm
The in-app update function sucks .. it only shows updates that are available for the gui-ONLY! not updates to the core .. the naming really sucks and you are not alone falling for that issue
Title: Re: GUI updates not working
Post by: santaclause102 on September 26, 2014, 05:46:01 pm
This:
Code: [Select]
git pull
git submodule update
make
make forcebuildweb
make BitSharesX
will update me?
Title: Re: GUI updates not working
Post by: toast on September 26, 2014, 05:48:52 pm
This:
Code: [Select]
git pull
git submodule update
make
make forcebuildweb
make BitSharesX
will update me?

yep, might want to stick a "git checkout v0.4.17" after git pull to be sure
Title: Re: GUI updates not working
Post by: santaclause102 on September 26, 2014, 05:55:47 pm
This:
Code: [Select]
git pull
git submodule update
make
make forcebuildweb
make BitSharesX
will update me?

yep, might want to stick a "git checkout v0.4.17" after git pull to be sure

ok. I will make a wiki post after this worked.