Comments

4542 Comments

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".

BZ#1633555 Open vSwitch 2.10 package missing in Fedora

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

BZ#1598514 [RFE] Set owner/group/umask for /etc/pki/entitlement/ certs

josm 14382 is available

After update works just fine. Don`t forget after install to update initramfs with dracut -f

BZ#1645743 /etc/nsd/nsd.conf:198: at 'control-interface': error: syntax error

Works fixing the AVC I was seeing...

BZ#1644313 SELinux is preventing systemd-user-ru from 'read' accesses on the directory dbus-1.

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"

http://code.qt.io/cgit/qt/qt.git/tree/src/gui/kernel/qapplication_x11.cpp?id=4badd8ed24f4f20e46a6a2c2c9970e5e02ebd520#n2330

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")) {

http://code.qt.io/cgit/qt/qt.git/tree/src/gui/kernel/qapplication_x11.cpp?id=4badd8ed24f4f20e46a6a2c2c9970e5e02ebd520#n2330

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

BZ#1631922 No text in Blender UI due to bpy incompatible with python 3.7

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!

BZ#1624651 [abrt] openbox: sort(): Menu.py:301:sort:AttributeError: 'DesktopEntry' object has no attribute 'OnlyShowIn'

Fixes the issue, verified that cron job is executed.

BZ#1639381 Drop the selinux domain check or use system_cronjob_t domain for the system crontab files

It does resolve dependency conflict from strongswan-5.7.1-1.fc27.