diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-06-29 17:29:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-06-29 17:29:12 +0100 |
commit | aff7afa2e79b3bdab19e2bfb0b81f382db5a8c02 (patch) | |
tree | 7ec2a2066b8e0bbaab9e4ab567eaf2e8c01a317b /src/frontend/gui/office.py | |
parent | a376cafe07b319d0e7f71a7cdc4583eececa9561 (diff) |
populate system category, start working on graphics && office
Diffstat (limited to 'src/frontend/gui/office.py')
-rwxr-xr-x | src/frontend/gui/office.py | 12 |
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() |