Eugene

Results 31 issues of Eugene

Fedora 32 (x64), qt-virt-manager 0.71.95: ``` bash-5.0$ LC_ALL=C qt5-virt-manager libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory libvirt: XML-RPC error : Failed to...

To package this application into Fedora rpm it's required to get license text exactly from sources. So GPL3 text must be right in source tree.

``` CMake Error at src/CMakeLists.txt:9 (add_library): Target "Virtlyst" links to target "Cutelyst::View::Grantlee" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED ``` What is...

subj

enhancement

Patch that I use (Note: /usr/lib or /usr/lib64 depends on architecture and/or distributive): ```diff --- src/cconfig.pri.orig 2020-03-07 21:22:00.000000000 +0300 +++ src/cconfig.pri 2020-07-05 17:19:19.698054278 +0300 @@ -33,6 +33,9 @@ ############################ BEGIN...

QXmlEdit.desktop: MimeType += application/xml

enhancement
Installation

``` > brew tap bootoption/repo Updating Homebrew... ==> Tapping bootoption/repo ... Unpacking objects: 100% (17/17), done. Tapped 1 formula (42 files, 28KB). > brew install bootoption ==> Installing bootoption from...

13", 1280x800, Fedora36, built right from `master` ![birdtray_at_macbook](https://user-images.githubusercontent.com/1522763/181385804-8b013bad-acb2-4691-a707-4e080d394b04.png)

bug

As for Fedora 23 (patch): ```diff --- CMakeLists.txt.orig 2016-11-21 08:42:04.383336108 +0300 +++ CMakeLists.txt 2016-11-21 08:53:32.542751207 +0300 @@ -59,7 +59,7 @@ find_package(Qt5LinguistTools REQUIRED) if (USE_SYSTEM_QXT) - find_package(Qxt) + find_package(Qxt REQUIRED COMPONENTS...

`doc/building.md`: ```Linux: - install packages - install libraries ... ``` А где, собственно, как **собирать**? Есть подозрение, что запустить `cmake` надо, но это только догадки.