LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-08-2019, 01:19 PM   #16
keithpeter
Member
 
Registered: Nov 2015
Location: 52:30N 1:55W
Distribution: Slackware 15.0, OpenBSD 7.4
Posts: 310

Rep: Reputation: Disabled

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.
Old 02-08-2019, 01:51 PM   #17
NakedRider
Member
 
Registered: Nov 2008
Location: Sacramento, CA
Distribution: Slackware and only Slackware
Posts: 194

Rep: Reputation: 114Reputation: 114
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.
Old 02-08-2019, 03:04 PM   #18
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
Originally Posted by keithpeter View Post
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.
Old 02-08-2019, 10:12 PM   #19
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
See this commit
 
5 members found this post helpful.
Old 02-09-2019, 02:45 AM   #20
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
Originally Posted by willysr View Post
See this commit
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.
Old 02-09-2019, 07:30 AM   #21
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
it's now included in /etc/profile.d/libreoffice.sh
 
2 members found this post helpful.
Old 02-09-2019, 07:49 AM   #22
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Why not just Google Docs? Nothing to download.
 
Old 02-09-2019, 10:39 AM   #23
keithpeter
Member
 
Registered: Nov 2015
Location: 52:30N 1:55W
Distribution: Slackware 15.0, OpenBSD 7.4
Posts: 310

Rep: Reputation: Disabled
Quote:
Originally Posted by linus72 View Post
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.
Old 02-09-2019, 12:40 PM   #24
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Quote:
Originally Posted by linus72 View Post
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.
Old 02-09-2019, 12:45 PM   #25
phalange
Member
 
Registered: May 2018
Distribution: Slackware, FreeBSD, Debian
Posts: 355

Rep: Reputation: 184Reputation: 184
Quote:
Originally Posted by keithpeter View Post
That's nice work. All libre?
 
Old 02-09-2019, 01:21 PM   #26
keithpeter
Member
 
Registered: Nov 2015
Location: 52:30N 1:55W
Distribution: Slackware 15.0, OpenBSD 7.4
Posts: 310

Rep: Reputation: Disabled
Quote:
Originally Posted by phalange View Post
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.
Old 02-09-2019, 02:51 PM   #27
NakedRider
Member
 
Registered: Nov 2008
Location: Sacramento, CA
Distribution: Slackware and only Slackware
Posts: 194

Rep: Reputation: 114Reputation: 114
Quote:
Originally Posted by bathory View Post
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.
Old 02-09-2019, 04:03 PM   #28
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
Originally Posted by NakedRider View Post
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.
Old 02-09-2019, 04:49 PM   #29
NakedRider
Member
 
Registered: Nov 2008
Location: Sacramento, CA
Distribution: Slackware and only Slackware
Posts: 194

Rep: Reputation: 114Reputation: 114
Quote:
Originally Posted by bathory View Post
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.
Old 02-09-2019, 08:40 PM   #30
ttk
Senior Member
 
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,038
Blog Entries: 27

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by linus72 View Post
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.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: LibreOffice 4.4 Released as the Most Beautiful LibreOffice Ever LXer Syndicated Linux News 0 01-30-2015 01:10 AM
LXer: LibreOffice vs. OpenOffice: Why LibreOffice Wins LXer Syndicated Linux News 0 10-29-2014 10:50 AM
How to install only Writer from Libreoffice package"libreoffice-4.0.3-i486-1alien.txz just.srad Slackware 10 05-30-2013 02:37 PM
LXer: Build Your Business Around LibreOffice, LibreOffice Certification Program Announced LXer Syndicated Linux News 0 05-07-2012 12:10 PM
LXer: LibreOffice Tips: Inserting QurĂ¢??an text in LibreOffice Writer LXer Syndicated Linux News 0 04-16-2012 02:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration