We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like gnome-shell includes some hacks to prevent a similar problem: https://git.gnome.org/browse/gnome-shell/commit/?id=3c81e9f0e7e06d77528643c749868f7524f572b0 https://git.gnome.org/browse/gnome-shell/commit/?id=b4a48a7644122f09b01f898fb64d184becba971d
But cinnamon looks to fail and applets cannot start due to it not finding libcinnamon-js.so. It affects not only to Gentoo, but also to other distributions like OpenSuSE and Mageia: https://bugs.gentoo.org/show_bug.cgi?id=536374 https://bugzilla.opensuse.org/show_bug.cgi?id=904414
They are for now applying this workaround to solve this: http://svnweb.mageia.org/packages/cauldron/cinnamon/releases/2.4.5/1.mga5/SPECS/cinnamon.spec?revision=800478&view=co
chrpath -d %{buildroot}%{_bindir}/cinnamon patchelf --force-rpath --set-rpath %{_libdir}/cinnamon %{buildroot}%{_bindir}/cinnamon chrpath -l %{buildroot}%{_bindir}/cinnamon
Thanks for your help on this
The text was updated successfully, but these errors were encountered:
Version bump, as-needed doesn't work ok for this (#536374 , upstream …
06e1fc7
…bug linuxmint/cinnamon#3843 ), drop old. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
@pacho2, is this still an issue for you with Cinnamon 3?
Sorry, something went wrong.
@JosephMcc, can we close this issue?
No branches or pull requests
Looks like gnome-shell includes some hacks to prevent a similar problem:
https://git.gnome.org/browse/gnome-shell/commit/?id=3c81e9f0e7e06d77528643c749868f7524f572b0
https://git.gnome.org/browse/gnome-shell/commit/?id=b4a48a7644122f09b01f898fb64d184becba971d
But cinnamon looks to fail and applets cannot start due to it not finding libcinnamon-js.so. It affects not only to Gentoo, but also to other distributions like OpenSuSE and Mageia:
https://bugs.gentoo.org/show_bug.cgi?id=536374
https://bugzilla.opensuse.org/show_bug.cgi?id=904414
They are for now applying this workaround to solve this:
http://svnweb.mageia.org/packages/cauldron/cinnamon/releases/2.4.5/1.mga5/SPECS/cinnamon.spec?revision=800478&view=co
fix rpath for CinnamonJS
see http://bugzilla.opensuse.org/show_bug.cgi?id=904414
chrpath -d %{buildroot}%{_bindir}/cinnamon
patchelf --force-rpath --set-rpath %{_libdir}/cinnamon %{buildroot}%{_bindir}/cinnamon
chrpath -l %{buildroot}%{_bindir}/cinnamon
Thanks for your help on this
The text was updated successfully, but these errors were encountered: