Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
02-08-2019, 01:19 PM
|
#16
|
Member
Registered: Nov 2015
Location: 52:30N 1:55W
Distribution: Slackware 15.0, OpenBSD 7.5
Posts: 314
Rep:
|
Just to save anyone else some time, my attempt to use the binary from the LibreOffice Web site via rpm2tgz failed with...
Code:
bash-5.0$ /opt/libreoffice6.2/program/soffice
Warning: failed to read path from javaldx
/opt/libreoffice6.2/program/soffice.bin: symbol lookup error: /opt/libreoffice6.2/program/libvclplug_gtk3lo.so: undefined symbol: gdk_wayland_display_get_type
...unless I'm missing an easy workaround.
Like Kgha above I have OpenOffice installed from the rpms in the same way as my usual Office system. Compatibility with work and I know where the UI bugs are. I like to keep an eye on LibreOffice however as I admire their refactoring of a 20+ year old code base.
|
|
1 members found this post helpful.
|
02-08-2019, 01:51 PM
|
#17
|
Member
Registered: Nov 2008
Location: Sacramento, CA
Distribution: Slackware and only Slackware
Posts: 198
Rep:
|
Can't make it work
Is anyone getting the download from their site to work?
I'm getting an error -
Quote:
/opt/libreoffice6.2/program/soffice.bin: symbol lookup error: /opt/libreoffice6.2/program/libvclplug_gtk3lo.so: undefined symbol: gdk_wayland_display_get_type
|
I made a mistake this morning and installed the rpms. But I later went back and did the rpm2tgz and then installed the tgz packages with installpkg. Do you think it is something related to having installed the rpms first? I have since removed the rpms.
Oops. Just noticed the post above. Looks like this is a problem with their install.
I tried 6.15 and it's working fine. I'll stay there for now until this gets sorted out.
Last edited by NakedRider; 02-08-2019 at 02:14 PM.
Reason: text about rpm problem
|
|
1 members found this post helpful.
|
02-08-2019, 03:04 PM
|
#18
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,204
|
Quote:
Originally Posted by keithpeter
Just to save anyone else some time, my attempt to use the binary from the LibreOffice Web site via rpm2tgz failed with...
Code:
bash-5.0$ /opt/libreoffice6.2/program/soffice
Warning: failed to read path from javaldx
/opt/libreoffice6.2/program/soffice.bin: symbol lookup error: /opt/libreoffice6.2/program/libvclplug_gtk3lo.so: undefined symbol: gdk_wayland_display_get_type
...unless I'm missing an easy workaround.
Like Kgha above I have OpenOffice installed from the rpms in the same way as my usual Office system. Compatibility with work and I know where the UI bugs are. I like to keep an eye on LibreOffice however as I admire their refactoring of a 20+ year old code base.
|
FYI the 32bit 6.2.0 binary works fine. Just the 64bit has the problem mentioned above.
I guess it's compiled against some wayland stuff.
|
|
2 members found this post helpful.
|
02-08-2019, 10:12 PM
|
#19
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,763
|
|
|
5 members found this post helpful.
|
02-09-2019, 02:45 AM
|
#20
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,204
|
Quote:
Originally Posted by willysr
|
So all we have to do is to set SAL_USE_VCLPLUGIN before running soffice:
Code:
export SAL_USE_VCLPLUGIN=gtk
Thanks for sharing thew solution
B.R.
|
|
1 members found this post helpful.
|
02-09-2019, 07:30 AM
|
#21
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,763
|
it's now included in /etc/profile.d/libreoffice.sh
|
|
2 members found this post helpful.
|
02-09-2019, 07:49 AM
|
#22
|
LQ Guru
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573
|
Why not just Google Docs? Nothing to download.
|
|
|
02-09-2019, 10:39 AM
|
#23
|
Member
Registered: Nov 2015
Location: 52:30N 1:55W
Distribution: Slackware 15.0, OpenBSD 7.5
Posts: 314
Rep:
|
Quote:
Originally Posted by linus72
Why not just Google Docs? Nothing to download.
|
A look at a sample of the kind of stuff I do (pdf) might answer your perfectly reasonable question.
Thanks very much to willysr for the variable to set and for showing us how to set the variable in /etc/profile.d
|
|
2 members found this post helpful.
|
02-09-2019, 12:40 PM
|
#24
|
Member
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 975
|
Quote:
Originally Posted by linus72
Why not just Google Docs? Nothing to download.
|
Why Google Docs? With a desktop app there's no Internet connection required, and that's a huge advantage wherever connectivity is spotty or inexistent.
|
|
2 members found this post helpful.
|
02-09-2019, 12:45 PM
|
#25
|
Member
Registered: May 2018
Distribution: Slackware, FreeBSD, Debian
Posts: 357
Rep:
|
Quote:
Originally Posted by keithpeter
|
That's nice work. All libre?
|
|
|
02-09-2019, 01:21 PM
|
#26
|
Member
Registered: Nov 2015
Location: 52:30N 1:55W
Distribution: Slackware 15.0, OpenBSD 7.5
Posts: 314
Rep:
|
Quote:
Originally Posted by phalange
That's nice work. All libre?
|
Yes, all OpenOffice 4.1.x and LibreOffice whatever I get from the rpms. Round trip editing at work (Windows 10 for Education with OpenOffice installed alongside MS Office 2013), and between my Slackware laptop and desktop at home.
I've been using OpenOffice (and Libre) since the v1 days so I have basically got used to it and its quirks, and I particularly like the maths formula editor, which uses an eqn like code. I don't process data of any size and I don't need advanced layout functions. I also don't need to exchange files with MS Office people that often. So my 'use case' is nice and simple.
I did try Calligra's Words, but not compatible for graphics objects with oOo/LO so not usable for me.
|
|
1 members found this post helpful.
|
02-09-2019, 02:51 PM
|
#27
|
Member
Registered: Nov 2008
Location: Sacramento, CA
Distribution: Slackware and only Slackware
Posts: 198
Rep:
|
Quote:
Originally Posted by bathory
So all we have to do is to set SAL_USE_VCLPLUGIN before running soffice:
Code:
export SAL_USE_VCLPLUGIN=gtk
Thanks for sharing thew solution
B.R.
|
Did this work for you? I'm still having the same problem.
|
|
1 members found this post helpful.
|
02-09-2019, 04:03 PM
|
#28
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,204
|
Quote:
Originally Posted by NakedRider
Did this work for you? I'm still having the same problem.
|
Of course.
I put it in ~/.bash_profile, so it's set when I log in.
|
|
1 members found this post helpful.
|
02-09-2019, 04:49 PM
|
#29
|
Member
Registered: Nov 2008
Location: Sacramento, CA
Distribution: Slackware and only Slackware
Posts: 198
Rep:
|
Quote:
Originally Posted by bathory
Of course.
I put it in ~/.bash_profile, so it's set when I log in.
|
I just got it to work. I did as you did and added it to ~/.bash_profile.
|
|
1 members found this post helpful.
|
02-09-2019, 08:40 PM
|
#30
|
Senior Member
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,038
|
Quote:
Originally Posted by linus72
Why not just Google Docs? Nothing to download.
|
For documents I don't mind Google having access to, which I don't need to edit on my actual physical system, that's fine.
For documents I'd rather keep private, and for documents I'd like to edit without a network connection (I frequently do personal work on my laptop from a diner), having applications actually on my system are a must.
jove is my every-day editor, xfig and inkscape for drawing diagrams, sel and perl for processing structured data, and LibreOffice for the fancier stuff (even though I'm usually just using it to convert spreadsheets to .csv, or word files to .pdf).
These all work fine on Slackware.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 11:59 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|