Bug 478372 - Consider merging and adding functionalities from Qt Virt Manager
Summary: Consider merging and adding functionalities from Qt Virt Manager
Status: RESOLVED NOT A BUG
Alias: None
Product: krdc
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Urs Wolfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-10 22:01 UTC by svlmrc
Modified: 2025-12-31 03:23 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description svlmrc 2023-12-10 22:01:27 UTC
It has many functionalities for managing/creating/logging/adding devices etc.
The original repo is here https://github.com/F1ash/qt-virt-manager
No commits since 2021, but it's in good shape and compiles fine under Qt 5.15.
It should be easy to integrate, basically just import the relevant Qt Widgets and add deps maybe.
The project also uses some C++ files from this very project (KRDC), namely MachineView and some derived classes.
I've tried and make some modifications to make it more KDE-friendly icon-wise, see here
https://github.com/paaspaas00/qt-virt-manager

Some ideas on how to improve it in the context of KDE Frameworks here the https://github.com/F1ash/qt-virt-manager/issues/55

It would really make KRDC a complete and fully featured admin console! :D
Comment 1 Sebastian Sauer 2025-12-31 03:23:40 UTC
Morsik nailed it at https://github.com/F1ash/qt-virt-manager/issues/55

This not makes sense since KRDC is a remote desktop viewer and not a libvirt frontend for VM configurations. This are very different things.