John
John
## Classification: Bug ## Reproducibility: Always ## Version AutoKey version: 0.95.10 Used GUI (Gtk, Qt, or both): GTK (but shouldn't depend on GUI) If the problem is known to be...
**Describe the bug** Pinned tabs have a close button appear when hovering over them, making it difficult to select the tab with mouse rather than close it. This seems to...
Bug was reported here: https://bugs.launchpad.net/ubuntu/+source/python-xlib/+bug/1885304 Can confirm I see the same thing (on a Guix system, GDM, running just a WM), namely that `xauth list` shows shows an entry with...
Thanks for this nice looking theme (and font suggestion)! I'm not using emacs-doom, but do use doom-themes, so this is what I did to make this work: 1. Moved `zaiste-theme.el`...
**Describe the bug/issue** Darktable 4.0.1 fails to build on GNU Guix with the following error: ``` In file included from /tmp/guix-build-darktable-4.0.1.drv-0/darktable-4.0.1/src/tests/variables.c:2: /tmp/guix-build-darktable-4.0.1.drv-0/darktable-4.0.1/src/common/variables.h:60:76: error: unknown type name 'dt_image_basic_exif_t' void dt_variables_set_exif_basic_info(dt_variables_params_t *params,...
I'm aware that subfolder hosting is not officially supported, and there are numerous bug reports with questions and sometimes successes (e.g. #1075, #1913, #3324, #3735, #4825). This appears to be...
There seems to be an issue with the ICC profile in the X atom, where it is a different size than the actual file (e.g. compared to same profile in...
Thanks for the very handy package! I'm not sure if the history limit is working correctly. I set `counsel-org-clock-history-limit` to something higher (10) than the default (5) but don't see...
Thanks for your great work on your scratchpad code! It works well for me to have floating windows to pop into a terminal, chat, etc. I think it might even...
(via [this comment](https://www.reddit.com/r/roguelikedev/comments/5w131q/sharing_saturday_143/de7i478/) on Reddit): > Mostly looks good, but I've got some style suggestions. Number one, I'd make constructors for your objects instead of inlining make-instance calls. For example:...