fedora-selinux / setroubleshoot

Abandoned, use https://gitlab.com/setroubleshoot
https://gitlab.com/setroubleshoot
9 stars 12 forks source link

Add and install missing style.css #60

Closed ghost closed 7 years ago

ghost commented 7 years ago

The file style.css has been omitted from previous commit, preventing the fix from working. This fixes the issue and enables the button colors to work properly.

bachradsusi commented 7 years ago

Please merge these two commits into one. There's no need to have 2 patches for one thing,

bachradsusi commented 7 years ago

Since we already have a directory for gui files:

src/setroubleshoot/browser.py:GLADE_DIRECTORY = "/usr/share/setroubleshoot/gui/"

It would be better to use it for style.css as well.

bachradsusi commented 7 years ago
/usr/bin/sealert[9829]: GLib.GError: gtk-css-provider-error-quark: <broken file>:1:0Failed to import: Error opening file /usr/share/setroubleshoot/style.css: No such file or directory (2)
ghost commented 7 years ago

Merged both commits. Changed path to '/usr/share/setroubleshoot/gui/style.css'. Made a rebase.