From aff7afa2e79b3bdab19e2bfb0b81f382db5a8c02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 29 Jun 2017 17:29:12 +0100 Subject: populate system category, start working on graphics && office --- src/frontend/gui/graphics.py | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'src/frontend/gui/graphics.py') 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() -- cgit v1.2.3