You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
-
# KDE Thumbnailer APK
1
+
# KDE Thumbnailer HPGL
2
2
3
-
Based on https://store.kde.org/p/1081013/, updated and working for Qt 5.12.0 & KDE Frameworks 5.54.0.
4
-
5
-
It is currently only possible to parse APKs using the v1 signing schema (JAR signing). APKs signed with the APK Signature Scheme v2 or later fail because [KZip is unable to handle extra data before the Central Directory block in the file](https://bugs.kde.org/show_bug.cgi?id=415221).
3
+
Based on https://github.com/z3ntu/kde-thumbnailer-apk.
4
+
HPGL thumbnails are created by calling [hp2xx](https://www.gnu.org/software/hp2xx/) which needs to be installed.
5
+
This package will also install a better HPGL file detection based on a few common HPGL commands, because consistent file extensions apparently weren't a thing in the 90s (at least not within the HP test & measurements divisions).
6
6
7
7
## Installation
8
8
9
-
This lines will install it correctly for Arch Linux, be careful with other distros!
9
+
1. Install hp2xx, cmake, qt5
10
+
2. These lines will install it correctly for Arch Linux, be careful with other distros!
0 commit comments