OnlyOffice Desktop Editors R11

Ответить
tlmiller76
Сообщения: 5
Зарегистрирован: 24 дек 2018, 03:13
Operating system: Debian, Rosa, KDE Neon, Arch, Fedora...

OnlyOffice Desktop Editors R11

Сообщение tlmiller76 » 05 май 2019, 09:47

So upgraded from a 480 to 1 TB SSD in my laptop, so reinstalled ROSA with the R11 UEFI installer. Trying to reinstall OnlyOffice desktop editors. I had it running on R10 with no issues. I know you have to use rpm w/ --nodeps due to missing font package, but that isn't actually important. When trying to launch:

Код: Выделить всё

./DesktopEditors: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
Which is easy enough. Symlink /usr/lib64/libcurl-gnutls.so.4 to /usr/lib64/libcurl.so.4.5.0.

So, with that taken care of, still getting errors.

Код: Выделить всё

./DesktopEditors: error while loading shared libraries: libgtkglext-x11-1.0.so.0: cannot open shared object file: No such file or directory
Again, symlink to /usr/lib64/libgtk-x11-2.0.so.0

Код: Выделить всё

./DesktopEditors: error while loading shared libraries: libgdkglext-x11-1.0.so.0: cannot open shared object file: No such file or directory
Here's where I'm not sure what to do. There are no libgdk libraries installed, and none of the applications (urpmq -Y libgdk) sounds likely to have a correct library:

Код: Выделить всё

otyugh lib64 # urpmq -Y libgdk
libgdk_pixbuf-gir2.0
libgdk_pixbuf2.0-devel
libgdk_pixbuf2.0_0
libgdk_pixbuf_xlib2.0-devel
libgdk_pixbuf_xlib2.0_0

Аватара пользователя
Zeffanyx
Сообщения: 1443
Зарегистрирован: 12 сен 2011, 14:25
Operating system: Rosa Fresh 2021.1
Откуда: Санкт-Петербург

OnlyOffice Desktop Editors R11

Сообщение Zeffanyx » 05 май 2019, 15:55

Try this:

Код: Выделить всё

sudo ln -s /usr/lib64/libcurl.so.4.5.0 /usr/lib64/libcurl-gnutls.so.4
sudo urpmi lib64gtkglext1.0_0
Сила воли — это масса воли умноженная на ускорение воли.

tlmiller76
Сообщения: 5
Зарегистрирован: 24 дек 2018, 03:13
Operating system: Debian, Rosa, KDE Neon, Arch, Fedora...

OnlyOffice Desktop Editors R11

Сообщение tlmiller76 » 06 май 2019, 05:12

Alright, that got it working!

Gracias!

Ответить

Вернуться в «ROSA Fresh R9 and later (2016.1)»