Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gnome-desktop_compat-3.4.1: Add missing shared library libgnome-deskt…
…op-3.so.2.1.3

Only the symbolic link was added, but the target it was pointing to was
missing. So, for example, eog failed to start.

    error while loading shared libraries: libgnome-desktop-3.so.2: cannot open shared object file: No such file or directory

Fixes: e02c29a ("gnome-desktop_compat: Add libraries for version 3.4.1")
Resolves: #1993
  • Loading branch information
pmenzel committed Oct 30, 2020
1 parent e20fd2f commit 2c5d662
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -29,7 +29,8 @@
mee_install() {
cd ${D}
tar xpf /src/mariux/beeroot/packages/gnome-desktop-3.4.1-0.x86_64.bee.tar.bz2 \
/usr/lib/libgnome-desktop-3.so.2
/usr/lib/libgnome-desktop-3.so.2 \
/usr/lib/libgnome-desktop-3.so.2.1.3
}

#mee_install_post() {
Expand Down

0 comments on commit 2c5d662

Please sign in to comment.