PDA

View Full Version : Sni-qt buikding from source code



yorkio
October 14th, 2016, 10:55 AM
0 down vote favorite (http://askubuntu.com/questions/834340/trouble-with-building-and-installing-sni-qt-from-source#)

I run Ubuntu 16.04.
I want to build sni-qt package from it's source code. But I am running into some troubles and do not know how to fix them.
I started from doing command

sudo apt-get purge --auto-remove sni-qt
and
sudo apt-get purge sni-qt

to remove all previous versions and their configurations.
Then download sources to src folder:
apt-get source sni-qt

Then I go to folder with sni-qt. From there I run:
sudo apt-get build-dep sni-qt

Then I create .deb file:
dpkg-buildpackage -rfakeroot -uc -b

And install it using command
sudo dpkg -i ../sni-qt_0.2.7+15.10.20150729-0ubuntu1_amd64.deb

But the result is that nothing installed, if I run for example skype its icons will still be invisible.
What am I doing wrong here?
I would be glad to hear any hints.

yorkio
October 17th, 2016, 02:52 PM
Maybe some ideas?

mc4man
October 17th, 2016, 03:01 PM
Maybe -
remove your build of sni-qt or upgrade back to repo package
Then install the repo i386 package

sudo apt install sni-qt:i386

yorkio
October 18th, 2016, 10:05 PM
It works.
Is it possible to build i386 package from amd64 system?