Bug 1227332

Summary: chromium/chrome wrapper causes library issues (symbol lookup error)
Product: [openSUSE] openSUSE Tumbleweed Reporter: Danil S <S48GS>
Component: UsabilityAssignee: Callum Farmer <gmbr3>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: 64bit   
OS: openSUSE Tumbleweed   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Danil S 2024-07-03 10:10:04 UTC
Exact same as https://bugzilla.redhat.com/show_bug.cgi?id=2277228 
But they say it fixed in 124+ when im on latest Chrome and Chromium(125+) and it not fixed.

Context is openSUSE Tumbleweed.

(I show bug for Chromium, but it exact same for google-chrome from google repository)


Bug:

Run /usr/bin/chromium-browser
visit https://fosstorrents.com/distributions/kali-linux/
click any magnet-link (scroll down)

Chromium will ask to open with xdg-open or with transmission.

to check magnet is registered:
xdg-mime query default x-scheme-handler/magnet

it should display transmission-gtk.desktop


Click open in Chromium - nothing happen with error in terminal:

/usr/bin/transmission-gtk: symbol lookup error: /lib64/libgtk-4.so.1: undefined symbol: vkCreateXlibSurfaceKHR


Fix/prove that it not problem with anything else:

cd /usr/lib64/chromium
./chrome
open same link as above - click magnet link - click open - transmission launched and everything works