RamonGiovane / guiptables

A Graphic User Interface for Linux's Iptables Firewall. Made with Cockpit for CentOS
GNU Lesser General Public License v2.1
14 stars 3 forks source link

Icons not showing up properly #4

Closed CrazyKidJack closed 3 months ago

CrazyKidJack commented 3 months ago

Problem:

All of the icons in the gui just show up as blank boxes: image image


Background info

I used alien to convert the rmp to a deb package and installed with apt-get.

Here's some information about my system:

# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Here is what I have installed from cockpit:

# apt list --installed | grep cockpit
cockpit-bridge/stable-backports,now 311-1~bpo12+1 amd64 [installed]
cockpit-system/stable-backports,now 311-1~bpo12+1 all [installed]
cockpit-ws/stable-backports,now 311-1~bpo12+1 amd64 [installed]

Here is what I have installed for this cockpit add-on

# apt list --installed | grep guip
guiptables/now 1-3 all [installed,local]
CrazyKidJack commented 3 months ago

Inspecting further, it looks as if the font-awesome.min.css file is not being served properly: image

RamonGiovane commented 3 months ago

Inspecting further, it looks as if the font-awesome.min.css file is not being served properly: image

I got this error in the Chrome's console on Linux Mint, but for some reason the icons were still working. Testing on RHEL 9, using Firefox I could reproduce the bug. Anyways, the fix is merged now :smiley: Thanks!