View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015626 | CentOS-7 | -OTHER | public | 2018-12-21 13:49 | 2018-12-24 17:37 |
Reporter | pierrotlalune | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | x86-64 | OS | CentOs | OS Version | 7.6.1810 |
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0015626: gnome-software doesn't run after an update | ||||
Description | Unable to start gnome-software. | ||||
Steps To Reproduce | Click to gnome-software icon or copy on a terminal "gnome-software". | ||||
Additional Information | $ gnome-software gnome-software: symbol lookup error: gnome-software: undefined symbol: as_launchable_kind_to_string $ | ||||
Tags | No tags attached. | ||||
abrt_hash | |||||
URL | |||||
I'd say you didn't update everything and that - most likely - libappstream-glib is not up to date and does not match the version of gnome-software that's installed. You should have libappstream-glib-0.7.8-2.el7.x86_64 and if that's installed then `strings /usr/lib64/libappstream-glib.so.8 | grep as_launchable_kind_to_string` should return "as_launchable_kind_to_string" | |
I checked "libappstream-glib": $ rpm -qa | grep libappstream-glib attention : Macro %dist needs whitespace before body attention : Macro %dist needs whitespace before body attention : Macro %dist needs whitespace before body attention : Macro %dist needs whitespace before body libappstream-glib-0.6.10-1.el7.x86_64 libappstream-glib-0.7.8-2.el7.x86_64 $ and, I removed the older: # yum remove libappstream-glib-0.6.10-1.el7.x86_64 now: $ strings /usr/lib64/libappstream-glib.so.8 | grep as_launchable_kind_to_string as_launchable_kind_to_string $ It works. I thank you. |
|
Closing as 'resolved' as per user's note. | |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-12-21 13:49 | pierrotlalune | New Issue | |
2018-12-21 14:21 | TrevorH | Note Added: 0033424 | |
2018-12-23 11:21 | pierrotlalune | Note Added: 0033437 | |
2018-12-24 17:37 | toracat | Status | new => resolved |
2018-12-24 17:37 | toracat | Resolution | open => no change required |
2018-12-24 17:37 | toracat | Note Added: 0033444 |