unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#53379: Emacs cursor theme is not inherited from the OS when using foreign Guix
@ 2022-01-20  0:03 John Hamelink
  2022-01-20  8:18 ` Liliana Marie Prikler
  0 siblings, 1 reply; 18+ messages in thread
From: John Hamelink @ 2022-01-20  0:03 UTC (permalink / raw)
  To: 53379


[-- Attachment #1.1.1: Type: text/plain, Size: 3807 bytes --]

Hi there,

I'm experiencing an issue with the emacs-next package on my Guix
foreign setup where the cursor (*not* Emacs point) is very dark. It's
perfectly legible against the default Emacs theme, but nonetheless it
is not respecting the settings of the rest of my system. To make
things worse, I'm currently using (and enjoying!) the modus-vivendi
theme.

My host machine is running Arch GNU/Linux with a tiling window
manager. I set my cursor style using xsetroot like so:

xsetoot -xcf /usr/share/icons/Adwaita/cursors/left_ptr 16

I tried installing the adwaita-icon-theme, gnome-themes-standard, and
gnome-themes-extra packages in an attempt at installing the correct
theme, but that didn't help.

I'm not entirely sure what the issue is, but after speaking with some
folks at #guix, it was suggested to me that this may in fact be a
bug. The other option discussed is that Guix needs its own cursor
settings, but I'm too early on in my journey with Guix (maybe 2 hours
of experience using the Guix binary) to know how set that up - if that
is indeed the case, some pointers on what to read would be very warmly
received!

I'm also not entirely sure what to provide to help debug, so I thought
I'd start off by showing my channels and packages, so that my setup
can be replicated? I hope that is helpful. I've also attached a
screenshot showing the difference while using the
"leuven" theme so there is enough contrast.

Thank you for reading,
JH

---

My channels:

,----
| ;; This channel file can be passed to 'guix pull -C' or to
| ;; 'guix time-machine -C' to obtain the Guix revision that was
| ;; used to populate this profile.
| 
| (list
|      (channel
|        (name 'guix)
|        (url "https://git.savannah.gnu.org/git/guix.git")
|        (branch "master")
|        (commit
| 	 "b2f6b6f6b9df6bcc24794238e7e97357470af95d")
|        (introduction
| 	 (make-channel-introduction
| 	   "9edb3f66fd807b096b48283debdcddccfea34bad"
| 	   (openpgp-fingerprint
| 	     "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA"))))
`----

---

My manifest:

,----
| ;; This "manifest" file can be passed to 'guix package -m' to reproduce
| ;; the content of your profile.  This is "symbolic": it only specifies
| ;; package names.  To reproduce the exact same profile, you also need to
| ;; capture the channels being used, as returned by "guix describe".
| ;; See the "Replicating Guix" section in the manual.
| 
| (specifications->manifest
|   (list "gnome-themes-extra"
| 	"gnome-themes-standard"
| 	"adwaita-icon-theme"
| 	"guix"
| 	"guile"
| 	"font-ghostscript"
| 	"nss-certs"
| 	"fontconfig"
| 	"font-gnu-freefont"
| 	"font-dejavu"
| 	"glibc-locales"
| 	"vdirsyncer"
| 	"emacs-elfeed"
| 	"emacs-undo-tree"
| 	"emacs-dash"
| 	"emacs-treepy"
| 	"emacs-fsm"
| 	"emacs-guix"
| 	"emacs-next"
| 	"xcursor-themes"
| 	"emacs-evil"
| 	"emacs-evil-collection"
| 	"emacs-bluetooth"
| 	"emacs-mpdel"
| 	"emacs-elfeed-org"
| 	"emacs-vterm"
| 	"emacs-mu4e-alert"
| 	"mu"
| 	"emacs-writeroom"
| 	"emacs-evil-org"
| 	"emacs-org-super-agenda"
| 	"emacs-yasnippet-snippets"
| 	"emacs-yasnippet"
| 	"emacs-yaml-mode"
| 	"emacs-rustic"
| 	"emacs-php-mode"
| 	"emacs-eglot"
| 	"emacs-go-mode"
| 	"emacs-flycheck"
| 	"emacs-elixir-mode"
| 	"emacs-macrostep"
| 	"emacs-bug-hunter"
| 	"emacs-editorconfig"
| 	"emacs-dockerfile-mode"
| 	"emacs-magit"
| 	"emacs-forge"
| 	"emacs-excorporate"
| 	"emacs-corfu"
| 	"emacs-pcre2el"
| 	"emacs-embark"
| 	"emacs-orderless"
| 	"emacs-marginalia"
| 	"emacs-vertico"
| 	"emacs-consult"
| 	"emacs-doom-modeline"
| 	"emacs-all-the-icons"
| 	"emacs-solaire-mode"
| 	"emacs-helpful"
| 	"emacs-general"
| 	"emacs-which-key"
| 	"emacs-no-littering"))
`----

[-- Attachment #1.1.2: visual-examples.png --]
[-- Type: image/png, Size: 132191 bytes --]

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 857 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-01-21 14:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20  0:03 bug#53379: Emacs cursor theme is not inherited from the OS when using foreign Guix John Hamelink
2022-01-20  8:18 ` Liliana Marie Prikler
2021-05-08 21:19   ` bug#48300: Guix Emacs does not get "America/Sao_Paulo" timezone by name Jorge P. de Morais Neto via Bug reports for GNU Guix
2021-05-08 23:56     ` Leo Prikler
2021-05-09 15:38       ` Jorge P. de Morais Neto via Bug reports for GNU Guix
2021-05-09 15:57         ` Leo Prikler
2021-05-09 19:41           ` Jorge P. de Morais Neto via Bug reports for GNU Guix
2021-05-09 20:08             ` Leo Prikler
2021-05-09 22:23               ` Jorge P. de Morais Neto via Bug reports for GNU Guix
     [not found]     ` <handler.48300.D48300.164266674622788.notifdone@debbugs.gnu.org>
2022-01-20 11:27       ` bug#48300: closed (Re: Emacs cursor theme is not inherited from the OS when using foreign Guix) Jorge P. de Morais Neto via Bug reports for GNU Guix
2022-01-20 11:45         ` Liliana Marie Prikler
2022-01-20 12:29           ` Jorge P. de Morais Neto via Bug reports for GNU Guix
2022-01-20 12:59             ` Liliana Marie Prikler
2022-01-20 14:12               ` Jorge P. de Morais Neto via Bug reports for GNU Guix
2022-01-20 20:26         ` Thiago Jung Bauermann via Bug reports for GNU Guix
2022-01-21 13:11           ` Jorge P. de Morais Neto via Bug reports for GNU Guix
2022-01-20  9:03   ` bug#48300: Emacs cursor theme is not inherited from the OS when using foreign Guix John Hamelink
2022-01-20  9:16     ` bug#53379: " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).