[Desktop-packages] [Bug 1968610] Re: Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

2023-04-18 Thread Daniel van Vugt
As a workaround/fix try logging into Xorg and then opening this in
Chromium:

  chrome://flags/#ozone-platform-hint

Change it to 'Wayland'.

Now log out and log into Wayland again. Does Chromium work now?

-- 
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/1968610

Title:
  Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  When launching Chromium as a snap on Ubuntu 22.04, it will not open
  properly and will open the browser with only the titlebar and a
  transparent window. I am using an Nvidia Graphics card with the
  510.60.02 Nvidia proprietary drivers.

  Description:  Ubuntu Jammy Jellyfish (development branch)
  Release:  22.04
  Chromium Version: 100.0.4896.75 2022-04-07

  When running "snap run chromium" in the terminal, the following output
  happens. Attached screenshot of result.

  nyaa@nyaa-desktop:~$ snap run chromium
  Gtk-Message: 13:42:20.777: Failed to load module "canberra-gtk-module"
  Gtk-Message: 13:42:20.778: Failed to load module "canberra-gtk-module"
  MESA-LOADER: failed to retrieve device information
  MESA-LOADER: failed to open nvidia-drm: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/nvidia-drm_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: nvidia-drm
  MESA-LOADER: failed to open kms_swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: kms_swrast
  MESA-LOADER: failed to open swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: 
cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load swrast driver
  [9358:9478:0411/134223.111306:ERROR:udev_watcher.cc(98)] Failed to begin udev 
enumeration.

  Edit: I have recently tested this more, and I've isolated it to
  Wayland and the snap version of Chromium. On X, the chromium snap runs
  correctly.

  When I run Chromium as a binary from the Chromium website, the issue
  doesn't occur on Wayland.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1968610] Re: Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

2023-01-24 Thread Nathan Teodosio
If Bram's suggestion fails, try to disable hardware acceleration:

   chromium --disable-gpu


** Changed in: chromium-browser (Ubuntu)
   Importance: Undecided => High

-- 
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/1968610

Title:
  Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  When launching Chromium as a snap on Ubuntu 22.04, it will not open
  properly and will open the browser with only the titlebar and a
  transparent window. I am using an Nvidia Graphics card with the
  510.60.02 Nvidia proprietary drivers.

  Description:  Ubuntu Jammy Jellyfish (development branch)
  Release:  22.04
  Chromium Version: 100.0.4896.75 2022-04-07

  When running "snap run chromium" in the terminal, the following output
  happens. Attached screenshot of result.

  nyaa@nyaa-desktop:~$ snap run chromium
  Gtk-Message: 13:42:20.777: Failed to load module "canberra-gtk-module"
  Gtk-Message: 13:42:20.778: Failed to load module "canberra-gtk-module"
  MESA-LOADER: failed to retrieve device information
  MESA-LOADER: failed to open nvidia-drm: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/nvidia-drm_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: nvidia-drm
  MESA-LOADER: failed to open kms_swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: kms_swrast
  MESA-LOADER: failed to open swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: 
cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load swrast driver
  [9358:9478:0411/134223.111306:ERROR:udev_watcher.cc(98)] Failed to begin udev 
enumeration.

  Edit: I have recently tested this more, and I've isolated it to
  Wayland and the snap version of Chromium. On X, the chromium snap runs
  correctly.

  When I run Chromium as a binary from the Chromium website, the issue
  doesn't occur on Wayland.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968610] Re: Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

2023-01-23 Thread librenyaa
** Description changed:

  When launching Chromium as a snap on Ubuntu 22.04, it will not open
  properly and will open the browser with only the titlebar and a
  transparent window. I am using an Nvidia Graphics card with the
  510.60.02 Nvidia proprietary drivers.
  
  Description:  Ubuntu Jammy Jellyfish (development branch)
  Release:  22.04
  Chromium Version: 100.0.4896.75 2022-04-07
  
  When running "snap run chromium" in the terminal, the following output
  happens. Attached screenshot of result.
  
  nyaa@nyaa-desktop:~$ snap run chromium
  Gtk-Message: 13:42:20.777: Failed to load module "canberra-gtk-module"
  Gtk-Message: 13:42:20.778: Failed to load module "canberra-gtk-module"
  MESA-LOADER: failed to retrieve device information
  MESA-LOADER: failed to open nvidia-drm: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/nvidia-drm_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: nvidia-drm
  MESA-LOADER: failed to open kms_swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: kms_swrast
  MESA-LOADER: failed to open swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: 
cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load swrast driver
  [9358:9478:0411/134223.111306:ERROR:udev_watcher.cc(98)] Failed to begin udev 
enumeration.
  
  Edit: I have recently tested this more, and I've isolated it to Wayland
  and the snap version of Chromium. On X, the chromium snap runs
  correctly.
  
- When I run Chromium as a direct download, the issue doesn't occur on
- Wayland.
+ When I run Chromium as a binary from the Chromium website, the issue
+ doesn't occur on Wayland.

-- 
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/1968610

Title:
  Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  When launching Chromium as a snap on Ubuntu 22.04, it will not open
  properly and will open the browser with only the titlebar and a
  transparent window. I am using an Nvidia Graphics card with the
  510.60.02 Nvidia proprietary drivers.

  Description:  Ubuntu Jammy Jellyfish (development branch)
  Release:  22.04
  Chromium Version: 100.0.4896.75 2022-04-07

  When running "snap run chromium" in the terminal, the following output
  happens. Attached screenshot of result.

  nyaa@nyaa-desktop:~$ snap run chromium
  Gtk-Message: 13:42:20.777: Failed to load module "canberra-gtk-module"
  Gtk-Message: 13:42:20.778: Failed to load module "canberra-gtk-module"
  MESA-LOADER: failed to retrieve device information
  MESA-LOADER: failed to open nvidia-drm: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/nvidia-drm_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: nvidia-drm
  MESA-LOADER: failed to open kms_swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: kms_swrast
  MESA-LOADER: failed to open swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: 
cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load swrast driver
  [9358:9478:0411/134223.111306:ERROR:udev_watcher.cc(98)] Failed to begin udev 
enumeration.

  Edit: I have recently tested this more, and I've isolated it to
  Wayland and the snap version of Chromium. On X, the chromium snap runs
  correctly.

  When I run Chromium as a binary from the Chromium website, the issue
  doesn't occur on Wayland.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968610] Re: Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

2023-01-23 Thread Bram Stolk
I am hitting this too.

Unlike OP, I am on 22.10
Like OP, I am on nvidia 510 proprietary drivers.

Adding --ozone-platform=wayland fixes the issue for me.


$ chromium
Gtk-Message: 10:43:34.433: Not loading module "atk-bridge": The functionality 
is provided by GTK natively. Please try to not load it.
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to open nvidia-drm: 
/snap/chromium/2271/gnome-platform/usr/lib/x86_64-linux-gnu/dri/nvidia-drm_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/2271/gnome-platform/usr/lib/x86_64-linux-gnu/dri, suffix _dri)
failed to load driver: nvidia-drm

chromium snap version: 109.0.5414.74 (latest/stable channel)

-- 
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/1968610

Title:
  Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  When launching Chromium as a snap on Ubuntu 22.04, it will not open
  properly and will open the browser with only the titlebar and a
  transparent window. I am using an Nvidia Graphics card with the
  510.60.02 Nvidia proprietary drivers.

  Description:  Ubuntu Jammy Jellyfish (development branch)
  Release:  22.04
  Chromium Version: 100.0.4896.75 2022-04-07

  When running "snap run chromium" in the terminal, the following output
  happens. Attached screenshot of result.

  nyaa@nyaa-desktop:~$ snap run chromium
  Gtk-Message: 13:42:20.777: Failed to load module "canberra-gtk-module"
  Gtk-Message: 13:42:20.778: Failed to load module "canberra-gtk-module"
  MESA-LOADER: failed to retrieve device information
  MESA-LOADER: failed to open nvidia-drm: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/nvidia-drm_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: nvidia-drm
  MESA-LOADER: failed to open kms_swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: kms_swrast
  MESA-LOADER: failed to open swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: 
cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load swrast driver
  [9358:9478:0411/134223.111306:ERROR:udev_watcher.cc(98)] Failed to begin udev 
enumeration.

  Edit: I have recently tested this more, and I've isolated it to
  Wayland and the snap version of Chromium. On X, the chromium snap runs
  correctly.

  When I run Chromium as a direct download, the issue doesn't occur on
  Wayland.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968610] Re: Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

2022-05-12 Thread Daniel van Vugt
I would mark this as a duplicate of bug 1967488 had you said "black"
instead of "transparent". But I guess they could still both be the same
issue.

** Tags added: jammy nvidia nvidia-wayland wayland wayland-session

-- 
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/1968610

Title:
  Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  When launching Chromium as a snap on Ubuntu 22.04, it will not open
  properly and will open the browser with only the titlebar and a
  transparent window. I am using an Nvidia Graphics card with the
  510.60.02 Nvidia proprietary drivers.

  Description:  Ubuntu Jammy Jellyfish (development branch)
  Release:  22.04
  Chromium Version: 100.0.4896.75 2022-04-07

  When running "snap run chromium" in the terminal, the following output
  happens. Attached screenshot of result.

  nyaa@nyaa-desktop:~$ snap run chromium
  Gtk-Message: 13:42:20.777: Failed to load module "canberra-gtk-module"
  Gtk-Message: 13:42:20.778: Failed to load module "canberra-gtk-module"
  MESA-LOADER: failed to retrieve device information
  MESA-LOADER: failed to open nvidia-drm: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/nvidia-drm_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: nvidia-drm
  MESA-LOADER: failed to open kms_swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: kms_swrast
  MESA-LOADER: failed to open swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: 
cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load swrast driver
  [9358:9478:0411/134223.111306:ERROR:udev_watcher.cc(98)] Failed to begin udev 
enumeration.

  Edit: I have recently tested this more, and I've isolated it to
  Wayland and the snap version of Chromium. On X, the chromium snap runs
  correctly.

  When I run Chromium as a direct download, the issue doesn't occur on
  Wayland.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968610] Re: Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

2022-04-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: chromium-browser (Ubuntu)
   Status: New => Confirmed

-- 
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/1968610

Title:
  Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  When launching Chromium as a snap on Ubuntu 22.04, it will not open
  properly and will open the browser with only the titlebar and a
  transparent window. I am using an Nvidia Graphics card with the
  510.60.02 Nvidia proprietary drivers.

  Description:  Ubuntu Jammy Jellyfish (development branch)
  Release:  22.04
  Chromium Version: 100.0.4896.75 2022-04-07

  When running "snap run chromium" in the terminal, the following output
  happens. Attached screenshot of result.

  nyaa@nyaa-desktop:~$ snap run chromium
  Gtk-Message: 13:42:20.777: Failed to load module "canberra-gtk-module"
  Gtk-Message: 13:42:20.778: Failed to load module "canberra-gtk-module"
  MESA-LOADER: failed to retrieve device information
  MESA-LOADER: failed to open nvidia-drm: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/nvidia-drm_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: nvidia-drm
  MESA-LOADER: failed to open kms_swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: kms_swrast
  MESA-LOADER: failed to open swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: 
cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load swrast driver
  [9358:9478:0411/134223.111306:ERROR:udev_watcher.cc(98)] Failed to begin udev 
enumeration.

  Edit: I have recently tested this more, and I've isolated it to
  Wayland and the snap version of Chromium. On X, the chromium snap runs
  correctly.

  When I run Chromium as a direct download, the issue doesn't occur on
  Wayland.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968610] Re: Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

2022-04-11 Thread librenyaa
** Summary changed:

- Chromium snap doesn't launch correctly Ubuntu 22.04
+ Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

-- 
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/1968610

Title:
  Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  When launching Chromium as a snap on Ubuntu 22.04, it will not open
  properly and will open the browser with only the titlebar and a
  transparent window. I am using an Nvidia Graphics card with the
  510.60.02 Nvidia proprietary drivers.

  Description:  Ubuntu Jammy Jellyfish (development branch)
  Release:  22.04
  Chromium Version: 100.0.4896.75 2022-04-07

  When running "snap run chromium" in the terminal, the following output
  happens. Attached screenshot of result.

  nyaa@nyaa-desktop:~$ snap run chromium
  Gtk-Message: 13:42:20.777: Failed to load module "canberra-gtk-module"
  Gtk-Message: 13:42:20.778: Failed to load module "canberra-gtk-module"
  MESA-LOADER: failed to retrieve device information
  MESA-LOADER: failed to open nvidia-drm: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/nvidia-drm_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: nvidia-drm
  MESA-LOADER: failed to open kms_swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so:
 cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load driver: kms_swrast
  MESA-LOADER: failed to open swrast: 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: 
cannot open shared object file: Permission denied (search paths 
/snap/chromium/1957/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
  failed to load swrast driver
  [9358:9478:0411/134223.111306:ERROR:udev_watcher.cc(98)] Failed to begin udev 
enumeration.

  Edit: I have recently tested this more, and I've isolated it to
  Wayland and the snap version of Chromium. On X, the chromium snap runs
  correctly.

  When I run Chromium as a direct download, the issue doesn't occur on
  Wayland.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp