21 Kasım 2012 Çarşamba

XML Copy Editor "start-up" Problem in Ubuntu 12.04


Today, I need to use an xml editor for editing some xml files. When I use Ubuntu's Software Center and download "XML Copy Editor", I face with a start-up problem that the program does not start even if you start it from dash or terminal. Its window appears for a second but it stucks.

I've found out a solution to this problem and it really works out! The solution is to compile the source code of XML Copy Editor from scratch.

mkdir ~/compilexmlcopyeditor && cd ~/compilexmlcopyeditor
sudo apt-get purge xmlcopyeditor
sudo apt-get build-dep xmlcopyeditor
sudo apt-get source xmlcopyeditor
cd xmlcopyeditor-
1.2.0.6
sudo dpkg-buildpackage -rfakeroot -us -b
cd ..
dpkg -i *.deb


After the steps above,  in terminal window run the program as below:
xmlcopyeditor <YOUR_XML_FILE>

Bingo!..

References
https://bugs.launchpad.net/ubuntu/+source/xmlcopyeditor/+bug/967087



Hiç yorum yok:

Yorum Gönder