Bug ID | 1110032 |
---|---|
Summary | lollypop,pithos,mozo differ between architectures |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | openSUSE Factory |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | antoine.belvire@opensuse.org |
Reporter | bwiedemann@suse.com |
QA Contact | qa-bugs@suse.de |
Blocks | 1109534 |
Found By | Development |
Blocker | --- |
see bug 1109534 for background also similar packages you might want to fix: lollypop-portal pithos mozo Diff: /usr/lib/lollypop-portal /usr/bin/lollypop-cli /usr/bin/lollypop @@ -9,7 +9,7 @@ from pycallgraph import PyCallGraph from pycallgraph.output import GraphvizOutput # Make sure we'll find the pygobject module, even in JHBuild -sys.path.insert(1, '/usr/lib64/python3.6') +sys.path.insert(1, '/usr/lib/python3.6') # Make sure we'll find the lollypop modules, even in JHBuild sys.path.insert(1, '/usr/lib/python3.6/site-packages') /usr/bin/pithos @@ -13,7 +13,7 @@ sys.modules['gi.overrides.Gst'] = None sys.modules['gi.overrides.GstPbutils'] = None -sys.path.insert(1, '/usr/lib64/python3.6/site-packages') +sys.path.insert(1, '/usr/lib/python3.6/site-packages') sys.path.insert(1, '/usr/lib/python3.6/site-packages') VERSION = '1.2.1' /usr/lib/python2.7/site-packages/Mozo/config.py @@ -2,7 +2,7 @@ datadir="/usr/share" localedir=datadir+"/locale" pkgdatadir="/usr/share/mozo" -libdir="/usr/lib64" +libdir="/usr/lib" libexecdir="/usr/lib" PACKAGE="mozo" VERSION="1.20.1"