8. Chromium is using GTK 3. And the unsandboxed one is too, so the
difference in behavior does not lay on the different GTK versions. Might
be the signal not being caught in the sandbox... I'm building it with a
patch with debugging statements to verify that.

--->
# For snapped Chromium
% for p in $(ps ax | awk '/chrom/{print $1}'); do lsof -p $p | grep gtk; done
chrome  193331 nteodosio  mem       REG               7,28              10754 
/snap/chromium/2934/gnome-platform/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2406.32
 (stat: No such file or directory)
chrome  193331 nteodosio  mem       REG               7,28              10043 
/snap/chromium/2934/gnome-platform/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-cedilla.so
 (stat: No such file or directory)
chrome  193331 nteodosio  mem       REG               7,28              16313 
/snap/chromium/2934/gnome-platform/usr/share/locale/de/LC_MESSAGES/gtk30-properties.mo
 (stat: No such file or directory)
chrome  193331 nteodosio  mem       REG               7,28              16314 
/snap/chromium/2934/gnome-platform/usr/share/locale/de/LC_MESSAGES/gtk30.mo 
(stat: No such file or directory)

# For unsandboxed Chromium
% for p in $(ps ax | awk '/chrom/{print $1}'); do lsof -p $p | grep gtk; done
chrome  196401 nteodosio  mem       REG              252,1   8128032 17310742 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2411.32
chrome  196401 nteodosio  mem       REG              252,1     14752 17958459 
/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-cedilla.so
<---

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/2077272

Title:
  Gnome's large text accessibility setting not reflect in Chromium in
  Wayland

Status in chromium-browser package in Ubuntu:
  Triaged

Bug description:
  Chromium - 127.0.6533.119

  wayland

  Chromium app ignores large text setting if started with --ozone-
  platform-hint=wayland.

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  ProcVersionSignature: Ubuntu 6.8.0-40.40-generic 6.8.12
  Uname: Linux 6.8.0-40-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.28.1-0ubuntu3.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 18 20:25:21 2024
  InstallationDate: Installed on 2024-08-17 (1 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=<set>
  Snap: chromium 127.0.6533.119 (latest/candidate)
  SnapSource: ubuntu/+source/chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2077272/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to