rparkins999
rparkins999
If I try to enable nbd-server to start from systemd on openSUSE Leap 15.2, I get this ``` * nbd-server.service - Network Block Device server Loaded: loaded (/usr/lib/systemd/system/nbd-server.service; enabled; vendor...
This is similar to my previous pull request. If the theme isn't set, or isn't set correctly, the user sees a track with no map behind it and no explanation....
There are some pre-built extensions in this git repository, but there seems to be something wrong with libsqliteicu.so and libsqliteuuid.so. They build successfully and appear to be valid loadable libraries,...
If sqliteman needs to make a row height bigger than a single line in order to accommodate a long string in a field, it will sometimes display a single truncated...
libqt5-declarative-devel is not listed as a dependency. With a standard Qt installation on openSUSE Leap 15.5, this needs to be installed, otherwise `cmake` fails because it can't find `Qt5QmlConfig.cmake`. libqt5-linguist-devel...
`cmake` for `sddm` requires `pam_appl.h`, but standard PAM installation does not install this file. The file is installed into /`usr/src/debug/`_pam version_`/libpam/include/security` by pam-debugsource, but `cmake` does not know how to...
In method `PamHandle::end` of class `PamHandle` in file src/helper/backend/PamHandle.cpp is this line ``` m_result = pam_end(m_handle, m_result | flags); ``` Is the `m_result` or'ed into `flags` really correct? Everywhere else...