Bug 1216028 - gnome-characters crashes on start
Summary: gnome-characters crashes on start
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: GNOME (show other bugs)
Version: Current
Hardware: Other openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Dominique Leuenberger
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-08 21:01 UTC by NLN
Modified: 2023-12-11 12:51 UTC (History)
2 users (show)

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 NLN 2023-10-08 21:01:42 UTC
Gnome-characters fails to launch on freshly installed Opensuse Tumbleweed.


Steps to reproduce:

1: install Tumbleweed with Xfce desktop
2: install gnome-characters with `zypper install gnome-characters`
3: launch gnome-characters from the menu icon


Actual result:

A window reading:
  Failed to execute command "/usr/bin/gnome-characters".
  Failed to execute child process "/usr/bin/gnome-characters" (No such file or directory)

(Launching from terminal gives "bash: /usr/bin/gnome-characters: cannot execute: required file not found" message.)


Expected result:

The application starts.
Comment 1 Dominique Leuenberger 2023-10-09 06:41:15 UTC
There is apparently missing a runtime dependency on /usr/bin/gjs-console

RPM does not auto-detect it due to the file in /usr/bin only being a symlink and not actually a binary. 

Fix in progress
Comment 2 Bjørn Lie 2023-10-13 08:21:47 UTC
Fix released, closing bug.