rpmgrill or distribution.python_versions
Warnings from rpmgrill should be ignored. As far als I know, there's no policy to activate this exception.
I do not show a fix for #1598514 [RFE] Set owner/group/umask for /etc/pki/entitlement/ certs
Only for f29?
josm 14382 is available
After update works just fine. Don`t forget after install to update initramfs with dracut -f
Works fixing the AVC I was seeing...
soundkonverter-3.0.1-2.el7 in EPEL for CentOS 7 depends on kf5-libkcddb which conflicts with kde-l10n < 17.03. The version of kde-l10n in CentOS 7 is 4.10.5-2. EPEL doesn't ship an alternate kde-l10n. What gives?
environment variable GNOME_DESKTOP_SESSION_ID is removed (see commit) https://gitlab.gnome.org/GNOME/gnome-session/commit/00e0e6226371d53f651cc881e74c0543192c94a8
also environment variable DESKTOP_SESSION can be set to "gnome-xorg"
In this way not possible correctly detect gnome session. Need change expression in if block: if (qgetenv("DESKTOP_SESSION").startsWith == "gnome") {
Something like this version: if (!qgetenv("DESKTOP_SESSION").isNull() && qgetenv("DESKTOP_SESSION").startsWith("gnome")) {
In this way not possible correctly detect gnome session. Need change expression in if block: if (qgetenv("DESKTOP_SESSION").startsWith == "gnome") {
Something like this version: if (!qgetenv("DESKTOP_SESSION").isNull() && qgetenv("DESKTOP_SESSION").startsWith("gnome")) {
fix works as expected
Well, please consider to open another bugs against those extensions. I packaged what upstream provides. Maybe those extensions need a rebuild against the new version of nautilus-python.
works for me!
Fixes the issue, verified that cron job is executed.
It does resolve dependency conflict from strongswan-5.7.1-1.fc27.
Works, and fixes an issue with the current version (2.35-1.fc28) where xdg-open wouldn't work in a core18-based snap (chromium snap in the candidate channel): "/usr/bin/xdg-open: 2: exec: snapctl: not found".