Bug 1227332 - chromium/chrome wrapper causes library issues (symbol lookup error)
Summary: chromium/chrome wrapper causes library issues (symbol lookup error)
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Usability (show other bugs)
Version: Current
Hardware: 64bit openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Callum Farmer
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-03 10:10 UTC by Danil S
Modified: 2024-07-16 16:10 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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