[umbrello-devel] [umbrello] [Bug 335478] umbrello crash after Java import via wizard

Emmanuel Lepage Vallée elv1313 at gmail.com
Mon Sep 29 00:22:05 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=335478

Emmanuel Lepage Vallée <elv1313 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |elv1313 at gmail.com

--- Comment #15 from Emmanuel Lepage Vallée <elv1313 at gmail.com> ---
Hello,

Ubuntu versions do not tend to upgrade packages to new version over its
lifecycle. Some exceptions exist, but by rule of the thumb they wont. To solve
this problem, there exist something called "PPA" or third party repositories.
There is probably a PPA around, but not any of the popular one I know about.

Fortunately for you, Umbrello is easy enough to compile. If you are using it, 
chances are you can also compile it. First, install all the dependencies:
sudo apt-get build-dep umbrello
# Then compile
git clone git://anongit.kde.org/umbrello
cd umbrello
mkdir build
cd build
cmake ../
make -j
# And run
./src/umbrello

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list