diff options
Diffstat (limited to 'src/frontend/gui/system.py')
-rwxr-xr-x | src/frontend/gui/system.py | 82 |
1 files changed, 80 insertions, 2 deletions
diff --git a/src/frontend/gui/system.py b/src/frontend/gui/system.py index d3ccbe9..c647625 100755 --- a/src/frontend/gui/system.py +++ b/src/frontend/gui/system.py @@ -49,8 +49,86 @@ class System(QtWidgets.QMainWindow): AND a.name = i.name AND a.slot = i.slot WHERE a.name IN - ('aqemu', - 'virtualbox') + ('hddtemp', + 'testdisk', + 'system-config-printer', + 'clamav', + 'clamtk', + 'kcdemu', + 'aqemu', + 'docker', + 'libvirt', + 'q4wine', + 'qemu', + 'spice', + 'spice-protocol', + 'virtualbox', + 'virtualbox-extpack-oracle', + 'virtualbox-guest-additions', + 'virtualbox-modules', + 'wine', + 'winetricks', + 'chkrootkit', + 'rkhunter', + 'laptop-mode-tools', + 'gsmartcontrol', + 'hdparm', + 'lm_sensors', + 'microcode-ctl', + 'smartmontools', + 'usb_modeswitch', + 'ms-sys', + 'isowriter', + 'unetbootin-static', + 'b43-firmware', + 'b43legacy-firmware', + 'intel-microcode', + 'ovmf', + 'btrfs-progs', + 'cryptsetup', + 'dosfstools', + 'e2fsprogs', + 'ncdu', + 'ntfs3g', + 'spl', + 'squashfs-tools', + 'xfsprogs', + 'zfs', + 'vhba', + 'bumblebee', + 'xhost', + 'xrandr', + 'radeontop', + 'nvidia-drivers', + 'xf86-input-evdev', + 'xf86-input-joystick', + 'xf86-input-keyboard', + 'xf86-input-mouse', + 'xf86-input-synaptics', + 'xf86-input-wacom', + 'xf86-video-amdgpu', + 'xf86-video-ati', + 'xf86-video-intel', + 'xf86-video-nouveau', + 'xf86-video-qxl', + 'xf86-video-vesa', + 'xf86-video-virtualbox', + 'xf86-video-vmware', + 'arandr', + 'ccsm', + 'compton', + 'grsync', + 'primus', + 'simple-ccsm', + 'slock', + 'vdpauinfo', + 'xscreensaver', + 'qterminal', + 'st', + 'xterm', + 'compiz-fusion', + 'emerald', + 'openbox') ''') rows = cursor.fetchall() |