distrobox icon indicating copy to clipboard operation
distrobox copied to clipboard

Applications do not respect cursor theme on host OS [Error]

Open rainwashed opened this issue 2 years ago • 2 comments

Please, before opening a bug:

  • make sure you've read the documentation.
  • Ensure there isn't already an open issue about this.
  • Ensure there isn't already a closed/resolved issue about this.

Describe the bug Any visual application installed in a container does not respect the cursor theme of the host OS.

To Reproduce

  1. Create a distro container

Expected behavior The visual application have the same cursor theme as the host OS

Logs

Desktop (please complete the following information):

  • Are you using podman, docker or lilipod?
  • Docker
  • Which version or podman, docker or lilipod?
  • Docker version 24.0.6, build ed223bc820
  • Which version of distrobox?
  • distrobox: 1.5.0.2distrobox: 1.5.0.2
  • Which host distribution?
  • EndeavourOS Linux
  • How did you install distrobox?
  • AUR

Additional context Add any other context about the problem here.

Related to https://github.com/89luca89/distrobox/issues/745

rainwashed avatar Oct 24 '23 21:10 rainwashed

This sounds like a wayland based thing, not a distrobox "bug".

https://bbs.archlinux.org/viewtopic.php?id=285670

Please verify this and report back when you get a chance.

profetik-777 avatar Nov 13 '23 02:11 profetik-777

I am using a Podman Fedora39 Distrobox and installed Firefox there. My host is Fedora Kinoite KDE without Firefox installed, using the Breeze cursor theme.

I could need some help to

  • get the cursor to use the breeze theme (breeze-cursor-theme is installed but the default GNOME cursor is still used)
  • get KDE Decorations in Firefox

I already did that:

sudo dnf install -y breeze-cursor-theme

gsettings set org.gnome.desktop.interface cursor-theme 'breeze-cursor'

No change in Firefox

secretmango avatar Feb 04 '24 17:02 secretmango

I am using a Podman Fedora39 Distrobox and installed Firefox there. My host is Fedora Kinoite KDE without Firefox installed, using the Breeze cursor theme.

I could need some help to

* get the cursor to use the breeze theme (`breeze-cursor-theme` is installed but the default GNOME cursor is still used)

* get KDE Decorations in Firefox

I already did that:

sudo dnf install -y breeze-cursor-theme

gsettings set org.gnome.desktop.interface cursor-theme 'breeze-cursor'

No change in Firefox

install the same cursor theme in the container can fix it

shenmo7192 avatar Mar 16 '24 05:03 shenmo7192

This is a duplicate of #745 and #758

89luca89 avatar Mar 25 '24 18:03 89luca89