summaryrefslogtreecommitdiff
path: root/src/frontend/gui/graphics.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/graphics.py
parenta376cafe07b319d0e7f71a7cdc4583eececa9561 (diff)
populate system category, start working on graphics && office
Diffstat (limited to 'src/frontend/gui/graphics.py')
-rwxr-xr-xsrc/frontend/gui/graphics.py22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/frontend/gui/graphics.py b/src/frontend/gui/graphics.py
index 4312070..9664c09 100755
--- a/src/frontend/gui/graphics.py
+++ b/src/frontend/gui/graphics.py
@@ -49,8 +49,26 @@ class Graphics(QtWidgets.QMainWindow):
AND a.name = i.name
AND a.slot = i.slot
WHERE a.name IN
- ('gimp',
- 'gimp-lqr')
+ ('blender',
+ 'darktable',
+ 'gimp',
+ 'gimp-arrow-brushes',
+ 'gimp-lqr',
+ 'imagemagick',
+ 'inkscape',
+ 'krita',
+ 'librecad',
+ 'luminance-hdr',
+ 'lximage-qt',
+ 'cantarell',
+ 'corefonts',
+ 'dejavu',
+ 'liberation-fonts',
+ 'libertine',
+ 'noto',
+ 'open-sans',
+ 'roboto',
+ 'ttf-bitstream-vera')
''')
rows = cursor.fetchall()