Maciej Szeptuch
Maciej Szeptuch
> anything that needs to talk to other parts of the GUI is ultimately a method on the Service object Almost, there was also for example `GuiTools::confirmDeleteEntries/deleteEntriesResolveReferences` used in Collection...
There is https://github.com/Neverous/efibooteditor/blob/master/misc/org.x.efibooteditor.policy for this, though at least in my tests it requires running explicitly with `pkexec efibooteditor` :thinking: I guess there is a way to enforce it automatically? Will...
> pkexec echo "$QT_QPA_PLATFORM" resolves the QT_QPA_PLATFORM in current session not under pkexec. I think thats why it complains about xcb. [Apparently](https://forum.manjaro.org/t/pkexec-support-for-native-wayland-apps/132795) you can bypass that with `pkexec env QT_QPA_PLATFORM="$QT_QPA_PLATFORM"...
:thinking: Have you tried the full thing they mentioned: `pkexec env QT_QPA_PLATFORM="$QT_QPA_PLATFORM" XDG_RUNTIME_DIR="$XDG_RUNTIME_DIR" HOME="$HOME" efibooteditor` ? I don't have wayland unfortunately, but with X11 for the above command to work...
Another option I see gparted [seems to be using](https://github.com/GNOME/gparted/commit/f38ccd028425552a1116180387e5307f23b8a688#diff-7fdee3bacb324e257874ffae1ef96efd040dfaae86dcca5fa87dd00f6269db30R70) is `xhost +si:localuser:root` but that's if you have Xwayland available Or maybe something from [Arch Wiki](https://wiki.archlinux.org/title/Running_GUI_applications_as_root#Wayland) would work?
So I assume you want to get to a state where only single Windows Boot Manager exists and it boots single Windows installation? All screens shown in the video are...
Well I'm waiting for a review :thinking:? and maybe https://github.com/keepassxreboot/keepassxc/pull/8480 to rebase on top of it before that (https://github.com/keepassxreboot/keepassxc/pull/8591#issuecomment-1280082953)
What Ubuntu version are you using? It should work OOB on recent ones (>= 21.10), but older might require a bit of work (=manual Qt installation and building the app...
Simple guide is available in https://github.com/Neverous/efibooteditor/blob/master/INSTALL.md
I'm not interested in that myself as Qt 5.9 is long time unsupported (and wasn't even LTS) but if anyone want's to try and make necessary fixes while not breaking...