guix/gnu
Andrew Tropin 77e768ac4e
gnu: emacs-next-pgtk: Fix super key problem.
Recent version of emacs 29 with pgtk flag has a problem with handling super
key modifier, due to gtk bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/4913
This commit workarounds it.

* gnu/packages/patches/emacs-pgtk-super-key-fix.patch: New file.
* gnu/packages/emacs.scm (emacs-next-pgtk): Use it here.
* gnu/local.mk (dist_patch_DATA): Register it here.
2022-09-16 20:28:34 +03:00
..
bootloader gnu: bootloader: grub: Add support for chain-loader. 2022-09-08 22:30:09 +02:00
build marionette: Avoid read error when wait-for-file file is empty. 2022-09-16 11:59:42 +02:00
home home: shepherd: Add daemonize? option to configuration. 2022-09-14 18:25:11 +03:00
installer
machine Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. 2022-09-04 17:57:02 +02:00
packages gnu: emacs-next-pgtk: Fix super key problem. 2022-09-16 20:28:34 +03:00
services services: elogind-configuration-file: Do not serialize unspecified items. 2022-09-16 12:02:24 -04:00
system system: install: Do not load amdgpu in the installer image. 2022-09-16 10:14:39 +02:00
tests tests: dict: Increase VM memory-size. 2022-09-08 15:17:31 +02:00
artwork.scm
bootloader.scm gnu: bootloader: Report error in menu-entry. 2022-09-08 22:30:43 +02:00
ci.scm
home.scm
image.scm image: Use #true and #false. 2022-09-07 14:26:34 +02:00
installer.scm
local.mk gnu: emacs-next-pgtk: Fix super key problem. 2022-09-16 20:28:34 +03:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm