Describe the problem, feature or ask a question:
regarding the Arch Linux package for back in time, when I start it from the shell, I am seeing these warnings printed, and I'm wondering if I'm missing a dependency in the PKGBUILD. I checked the dependency tree here, but I don't know that I'm missing anything.
% backintime-qt
Back In Time
Version: 1.6.1
Back In Time comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; type `backintime --license' for details.
qt.qpa.theme.gnome: dbus reply error: [ "org.freedesktop.DBus.Error.UnknownMethod" ] "No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop"
qt.qpa.theme.gnome: dbus reply error: [ "org.freedesktop.DBus.Error.UnknownMethod" ] "No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop"
Current PKGBUILD:
makedepends=(asciidoctor man-db python-pyfakefs)
depends=(openssh python-dbus python-keyring python-packaging rsync sshfs) # for cli
depends=("backintime-cli=$pkgver" polkit python-pyqt6 python-secretstorage qt6-svg xorg-xdpyinfo) # for qt
Describe the problem, feature or ask a question:
regarding the Arch Linux package for back in time, when I start it from the shell, I am seeing these warnings printed, and I'm wondering if I'm missing a dependency in the PKGBUILD. I checked the dependency tree here, but I don't know that I'm missing anything.
Current PKGBUILD: