Den 2015-04-24 14:16, Fl@sh skrev:
On Fri, 24 Apr 2015 13:49:12 +0200 Jon Ingason jon.ingason@telia.com wrote:
Den 2015-04-23 18:05, Fl@sh skrev:
Hi, all! I'm developing qt-virt-manager. I have to say: this is not a Qt-clone of the virt-manager. The application is able to perform a lot, so I suggest you to use, and look forward to your wishes. (I'm make fedora-build, if somebody build it for other distributives, then , pls, say to me for annonce on opendesktop.org site.)
https://github.com/F1ash/qt-virt-manager https://f1ash.fedorapeople.org/qt-virt-manager/ http://opendesktop.org/content/show.php/qt-virt-manager?content=169785
I downloaded qt5-virt-manager.x86_64 0:0.10.21-1.fc21 and installed it with yum which went fine, no problem there, all dependency solved. When I started qt5-virt-manager from my desktop (I'm running Fedora Workstation 21, gnome 3.14.1-1) it just crashed. Found following messages in /var/log/message:
Apr 24 10:43:30 lea kernel: [63931.800103] traps: qt5-virt-manage[27299] trap int3 ip:320a050970 sp:7ffcea127c10 error:0 Apr 24 10:43:30 lea qt5-virt-manager.desktop: (qt5-virt-manager:27299): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported Apr 24 10:43:30 lea kernel: traps: qt5-virt-manage[27299] trap int3 ip:320a050970 sp:7ffcea127c10 error:0 Apr 24 10:43:30 lea abrt-server: Package 'qt5-virt-manager' isn't signed with proper key Apr 24 10:43:30 lea abrt-server: 'post-create' on '/var/tmp/abrt/ccpp-2015-04-24-10:43:30-27299' exited with 1 Apr 24 10:43:30 lea abrt-server: Deleting problem directory '/var/tmp/abrt/ccpp-2015-04-24-10:43:30-27299'
and
$ sudo more /var/tmp/abrt/last-ccpp /usr/bin/qt5-virt-manager
Something is wrong, but what?
-- Regards
Jon Ingason
had the same problem before with qt4 , install these packages -- qt5-qtbase,qt5-qtsvg. it seems that qtermwidget[-qt5] has no dependencies in qt[5-***]. i'm fix the spec later. Write the result, pls.
Those package are already installed:
$ rpm -qa|grep ^qt5 qt5-qtxmlpatterns-5.4.1-1.fc21.x86_64 qt5-qtsvg-5.4.1-1.fc21.x86_64 <------- qt5-qtbase-5.4.1-3.fc21.x86_64 <------- qt5-qtbase-gui-5.4.1-3.fc21.x86_64 qt5-qtdeclarative-5.4.1-1.fc21.x86_64 qt5-virt-manager-0.10.21-1.fc21.x86_64 $
So that is not the problem!