summaryrefslogtreecommitdiff
path: root/src/frontend/gui/office.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/office.py
parenta376cafe07b319d0e7f71a7cdc4583eececa9561 (diff)
populate system category, start working on graphics && office
Diffstat (limited to 'src/frontend/gui/office.py')
-rwxr-xr-xsrc/frontend/gui/office.py12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/frontend/gui/office.py b/src/frontend/gui/office.py
index 286494a..86c9e74 100755
--- a/src/frontend/gui/office.py
+++ b/src/frontend/gui/office.py
@@ -54,15 +54,6 @@ class Office(QtWidgets.QMainWindow):
'wps-office',
'tesseract',
'okular',
- 'cantarell',
- 'corefonts',
- 'dejavu',
- 'liberation-fonts',
- 'libertine',
- 'noto',
- 'open-sans',
- 'roboto',
- 'ttf-bitstream-vera',
'qpdfview',
'cups',
'cups-filters',
@@ -70,7 +61,8 @@ class Office(QtWidgets.QMainWindow):
'simple-scan',
'cnijfilter',
'cnijfilter-drivers',
- 'hplip')
+ 'hplip',
+ 'xsane')
''')
rows = cursor.fetchall()