-
**Describe the bug**
I am unable to use keyboard short cuts, for example in the PDF reader, unless I first click in the minibuffer first. This appears to be a recurrence of #657 and #237 (where I ini…
-
## Description of the issue
Builds using PyInstaller are not bit-for-bit reproducible on MacOS
## Context information (for bug reports)
* Output of `pyinstaller --version`: ```3.6```
* V…
-
I'm trying to port jdTextEdit to the BaseApp. The current manifest can be found [here](https://github.com/flathub/com.gitlab.JakobDev.jdTextEdit). jdTextEdit uses [QScintilla](https://pypi.org/project…
-
This problem occurs in the thumbnail extractors in Rapid Photo Downloader, causing them to crash. It is caused by a bug PyQt 5 when running on Python 3.10. PyQt 5.15.6 solves the problem. Either insta…
-
My system: MX Linux 19.3 Xfce 64bit (debian based)
```
System: Host: Kernel: 4.19.0-13-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0
parameters: BOOT_IMAGE=/boot/vmlinuz-4.19.0-13-am…
-
Unstable work QMPlay2 in OS Haiku 64 bit hrev56350 and crashes.
[14 авг. 2022 16:15:31.990] QMPlay2 crashed (SIGSEGV)
[14 авг. 2022 18:37:19.079] QMPlay2 crashed (SIGSEGV)
[15 авг. 2022 19:47:56.…
-
see PR #1546 for original inspiration.
To reproduce run:
```
from traits.api import HasTraits, Range
class Foo(HasTraits):
x = Range(low=0.0, high=1.0, value=0.5, exclude_low=True)
Foo…
-
**Version info**:
qutebrowser v1.10.1
Git commit: df45e7401 (2020-02-22 10:27:28 +0100)
Backend: QtWebEngine (Chromium 73.0.3683.105)
Qt: 5.13.2
**Description**
Can't paste a image from clipbo…
-
Hello. I'm using Debian and I haven't been able to get it working. I've tried installing and reinstalling the dependencies.
```
tyler@desktop:~/src/qencoder$ sudo apt install vpx-tools aom-tools f…
-
Hi! I am trying to setup a docker image for running `appimage-builder` for my app. I use the Dockerfile from the `appimage-builder` repo and add there my own stuff, because I was not able to make the …