josch commented on issue josch/plakativ#2 2021-10-09 18:27:12 +00:00
HDPI right panel partialy hidden

Actually, I can reproduce your issue after running xrandr --dpi with very high dpi values. So this is indeed a problem with tkinter and high dpi values. Then I found…

josch pushed to main at josch/plakativ 2021-10-09 18:26:52 +00:00
d58d02092a adjust the size of the right frame depending on the display dpi
6f8a42801f update my name
Compare 2 commits »
josch commented on issue josch/plakativ#2 2021-10-09 13:37:07 +00:00
HDPI right panel partialy hidden

As I said, the width it not explicitly set anywhere. The tkinter interface is setup such that all its elements automatically are large enough that all elements in it are visible. This somehow doesn't…

josch closed issue josch/img2pdf#108 2021-10-09 13:30:14 +00:00
Remove pdfrw from src/img2pdf_test.py
josch pushed to main at josch/img2pdf 2021-10-09 13:29:58 +00:00
e522ec14d9 remove pdfrw from tests (closes: #108)
josch commented on issue josch/plakativ#2 2021-10-09 13:17:33 +00:00
HDPI right panel partialy hidden

That sounds more like a Tkinter bug then. At no point do I set the width of the right frame explicitly. The width of the right frame gets computed by tkinter using:

josch closed issue josch/mmdebstrap#14 2021-10-09 13:08:08 +00:00
mmdebstrap fails to bootstrap minbase or larger variants for bullseye
josch commented on issue josch/mmdebstrap#14 2021-10-09 13:07:53 +00:00
mmdebstrap fails to bootstrap minbase or larger variants for bullseye

Fixed in c2d988b475000323b483620a8e1a2487afbe03ba

josch closed issue josch/mmdebstrap#15 2021-10-09 13:07:02 +00:00
spam
josch closed issue josch/plakativ#1 2021-10-09 12:54:31 +00:00
Can't install from pip
josch commented on issue josch/plakativ#2 2021-10-09 12:53:38 +00:00
HDPI right panel partialy hidden

Hi! Thanks for your bug report. Does this issue only exist when the window is narrow or does it persist once you resize the window to make it wider?

josch pushed to main at josch/mmdebstrap 2021-10-08 18:47:05 +00:00
8fe4fe3eda hooks/busybox/extract00.sh: run busybox from an absolute path
josch pushed tag 0.8.1 to josch/mmdebstrap 2021-10-07 11:36:18 +00:00
josch pushed to main at josch/mmdebstrap 2021-10-07 11:36:00 +00:00
7a062661e5 release 0.8.1
1d2a7ef71a enforce dpkg >= 1.20.0 and remove dead code
4f278deadf use rm and find instead of remove_tree()
c2d988b475 enforce apt >= 2.3.7 and remove dead code (closes: #14)
Compare 4 commits »
josch commented on issue josch/mmdebstrap#14 2021-10-06 18:31:07 +00:00
mmdebstrap fails to bootstrap minbase or larger variants for bullseye

According to the debug output, you seem to be using apt 2.0.6. But the latest release requires apt >= 2.3.7 (see CHANGELOG.md entry for 0.8.0).

I should add a version check for apt at the…

josch pushed to main at josch/mmdebstrap 2021-10-05 08:12:23 +00:00
28cb757742 do not run xz and zstd with --threads=0
932a3716bc ldconfig.fakechroot: support DPKG_ROOT
12ec2c50aa also create cmethopt and available in chrootless mode
03ebda088f coverage.sh: use MMDEBSTRAP_APT_CONFIG to prevent apt options (like foreign archs) leaking into the apt calls
450881f4ce coverage.sh: setup00-merged-usr.sh moved into a subdirectory
Compare 6 commits »
josch closed issue josch/img2pdf#123 2021-10-04 08:21:38 +00:00
Multi Picture jpegs are erroneously converted to multi-paged pdf
josch commented on issue josch/img2pdf#123 2021-10-04 08:21:22 +00:00
Multi Picture jpegs are erroneously converted to multi-paged pdf

Sure thing! Don't hesitate to file another issue if you run into any other problem. :)

josch pushed to main at josch/img2pdf 2021-10-03 20:54:53 +00:00
9c9e5ece19 src/img2pdf_test.py: add support for imagemagick 7
josch commented on issue josch/img2pdf#123 2021-10-03 19:41:51 +00:00
Multi Picture jpegs are erroneously converted to multi-paged pdf
  • --first-frame-only actually solves my problem, because the thumbnail is in the second frame. I didn't realise that, because the thumbnail appears bigger in the pdf, but it has a smaller…