summaryrefslogtreecommitdiff
path: root/src/frontend/gui/system.py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-06-29 17:29:12 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-06-29 17:29:12 +0100
commitaff7afa2e79b3bdab19e2bfb0b81f382db5a8c02 (patch)
tree7ec2a2066b8e0bbaab9e4ab567eaf2e8c01a317b /src/frontend/gui/system.py
parenta376cafe07b319d0e7f71a7cdc4583eececa9561 (diff)
populate system category, start working on graphics && office
Diffstat (limited to 'src/frontend/gui/system.py')
-rwxr-xr-xsrc/frontend/gui/system.py82
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()