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.
|
|
|
12-22-2013, 07:50 AM
|
#31
|
Member
Registered: Jan 2011
Posts: 253
Rep:
|
I've tried it with LXDE -
No problem with Format Cells . The dialog presents itself correctly.
|
|
|
12-22-2013, 01:01 PM
|
#32
|
Member
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 906
Rep:
|
I've tried it on a fresh install of Slackware 14.1 with KDE 4.11.4 -
Same problem with the Format Cells dialog
The File Save dialog is a lot speedier.
Alex
|
|
|
12-22-2013, 05:46 PM
|
#33
|
Senior Member
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
|
so is it the KDE theme integration that's causing it?
|
|
|
12-23-2013, 03:42 AM
|
#34
|
Member
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 906
Rep:
|
The slackbuild.org LibreOffice works for me whereas AlienBob's doesn't.
Alex
|
|
|
12-23-2013, 09:28 AM
|
#35
|
Member
Registered: May 2006
Location: Orion–Cygnus Arm, MWG
Distribution: Slackware, Ubuntu
Posts: 249
Rep:
|
I can confirm the SlackBuild script does not exhibit the transparent format dialog on a large spreadsheet.
1. Downloaded Slackbuild.org script for 4.1.3 for 14.1.
http://slackbuilds.org/repository/14...e/libreoffice/
2. Changed line inside libreoffice.SlackBuild script to VERSION=${VERSION:-"4.1.4"}
3. Downloaded LibreOffice_4.1.4_Linux_x86-64_rpm.tar.gz
4. sudo ./libreoffice.SlackBuild script.
5. Used pkgtool to remove libreoffice-4.1.4-x86_64-1alien.txz
6. sudo installpkg libreoffice-4.1.4-x86_64-1_SBo.tgz
Got a bunch of warnings about zero length htm files in
/tmp/SBo/package-libreoffice/opt/libreoffice4.1/share/extensions/nlpsolver/help
but they were indeed 0 length in LibreOffice_4.1.4_Linux_x86-64_rpm.tar.gz
put =rand()*10000 in cells out to HS:1200 - No dialog issue.
I did notice on the alien package that I would have to manually copy in the =rand()*10000 in cells for it to mess up. If I saved the spreadsheet then reloaded it, the dialog boxes didn't have an issue. Probably irrelevant since it seems to work in non-kde desktops.
Last edited by coldbeer; 12-23-2013 at 10:21 AM.
|
|
|
12-23-2013, 06:45 PM
|
#36
|
Member
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 906
Rep:
|
I've compared the parameters used to compile the download from LibreOffice with those used by AlienBob.
LibreOffice uses -
--disable-kde4
--enable-kde
AlienBob uses -
--enable-kde4
--disable-kde
The exact opposite. I've subsequently asked this of the LibreOffice Developers and got this response -
Quote:
Hi there,
On Mon, 2013-12-23 at 21:10 +0000 wrote:
> Why does the autogen.sh that is used to compile the build, Linux - rpm (x86),
> version 4.1.4, English (US) have the flags -
Sure - this is because the rather old system we compile the generic
linux builds on (which needs to be that old so we can run on all newer
systems) can't feasibly have KDE4 installed. I tried to make a magic
assembler tool to stub the libraries to overcome that without success -
it's a bit of a pain.
> --disable-kde4
> --enable-kde
>
> in the file LibreOfficeLinux.conf.
Sure - and also --enable-gnome-vfs as well as --disable-gio is a
similar disaster caused by the same issue.
> Is it because in the standard build kde integration of LibreOffice is
> still at KDE3?
It's all to do with what we can get to install on a reasonably vanilla
CentOS 5 (IIRC).
HTH,
Michael.
--
michael.meeks@collabora.com <><, Pseudo Engineer, itinerant idiot
|
I'm not sure what conclusion to draw from this.
Alex
|
|
|
12-24-2013, 08:22 AM
|
#37
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559
|
Can you try what happens if you rename/move/delete the following two files (on 32-bit Slackware the lib directory will be "lib" not "lib64"):
Code:
/usr/lib64/libreoffice/program/libkde4be1lo.so
/usr/lib64/libreoffice/program/libvclplug_kde4lo.so
These two libraries are all that comprises the KDE4 integration.
If your issues are solved with these out of the way, then I can split them off into a separate libreoffice-kde4 package.
Eric
|
|
|
12-24-2013, 09:26 AM
|
#38
|
Member
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 906
Rep:
|
I'm 32bit. I did this -
Code:
/usr/lib/libreoffice/program$ mv libkde4be1lo.so libkde4be1lo.so.aik
/usr/lib/libreoffice/program$ mv libvclplug_kde4lo.so libvclplug_kde4lo.so.aik
My very quick test shows that the transparent "Format Cells" dialog and the slow "Save" dialog issues have been resolved.
With the removal of those two files Libreoffice appears to have adopted the gtk "Save" dialog.
Alex
|
|
|
12-24-2013, 11:15 AM
|
#39
|
Member
Registered: Dec 2005
Distribution: Slackware64 15.0 Multilib
Posts: 317
Original Poster
Rep:
|
Quote:
Originally Posted by Alien Bob
Can you try what happens if you rename/move/delete the following two files (on 32-bit Slackware the lib directory will be "lib" not "lib64"):
Code:
/usr/lib64/libreoffice/program/libkde4be1lo.so
/usr/lib64/libreoffice/program/libvclplug_kde4lo.so
These two libraries are all that comprises the KDE4 integration.
If your issues are solved with these out of the way, then I can split them off into a separate libreoffice-kde4 package.
|
I suppose this does solve my problem because then it uses GTK dialogs. I can't reproduce my original issue at all (of course, there's no up button or anything like that).
It seems like we've narrowed down the problem. Something in 4.1.x's KDE integration is broken, or there's a bug with Slackware's default KDE that is triggering the problem.
|
|
|
12-24-2013, 11:16 AM
|
#40
|
Member
Registered: Dec 2005
Distribution: Slackware64 15.0 Multilib
Posts: 317
Original Poster
Rep:
|
Quote:
Originally Posted by metaschima
Are you sure you don't have the package 'gcc-java-4.8.2-x86_64-1' installed ? If you do, then I think it is the problem.
|
All that does is allow you to compile Java code. It doesn't provide Java itself.
|
|
|
12-24-2013, 02:24 PM
|
#41
|
Senior Member
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982
|
Quote:
Originally Posted by marnold
All that does is allow you to compile Java code. It doesn't provide Java itself.
|
I'm not convinced. In the options it says it finds FSF Java 1.5.0 at '/usr/lib64/jvm/jre'. Going to that directory and using ls:
Code:
bash-4.2$ ls -l /usr/lib64/jvm/jre/bin
total 0
lrwxrwxrwx 1 root root 19 Dec 6 00:09 java -> ../../../../bin/gij
lrwxrwxrwx 1 root root 24 Dec 6 00:09 keytool -> ../../../../bin/gkeytool
lrwxrwxrwx 1 root root 21 Dec 6 00:09 orbd -> ../../../../bin/gorbd
lrwxrwxrwx 1 root root 21 Dec 6 00:09 rmid -> ../../../../bin/grmid
lrwxrwxrwx 1 root root 28 Dec 6 00:09 rmiregistry -> ../../../../bin/grmiregistry
lrwxrwxrwx 1 root root 26 Dec 6 00:09 tnameserv -> ../../../../bin/gtnameserv
bash-4.2$ grep 'usr/bin/gij' /var/log/packages/*
/var/log/packages/gcc-java-4.8.2-x86_64-1:usr/bin/gij
So, yes it definitely provides java. I also know this because I opened a bug report on it and I got what I said as the answer. I just can't seem to find it anymore because they reorganized the site. I'll look again and post it if I find it.
|
|
|
12-30-2013, 07:52 AM
|
#42
|
Member
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 906
Rep:
|
I've raised a bug report, with libreoffice, for the transparent "Format Cells" dialog.
https://bugs.freedesktop.org/show_bug.cgi?id=73115
Alex
|
|
|
04-18-2014, 08:40 PM
|
#43
|
Member
Registered: Dec 2005
Distribution: Slackware64 15.0 Multilib
Posts: 317
Original Poster
Rep:
|
The good news is that Libreoffice 4.2.3.3 seems to be dramatically better with the file manager in KDE (and, yes, I installed AlienBob's libreoffice-kde package). The file manager is still slightly laggy after using it literally all day today, but it is very minor. I feel I can now comfortably use 4.2.3.3 with the KDE integration.
|
|
|
04-20-2014, 08:11 AM
|
#44
|
Member
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 906
Rep:
|
I've tried AlienBob's Libreoffice 4.2.3.3 packages. I've found that libreoffice to be slow starting up. With the libreoffice-kde package calc won't start.
I think I'll wait a few more weeks. Having read 77128 in bugzilla I can't work out where they've been rolled out to.
|
|
|
All times are GMT -5. The time now is 12:45 PM.
|
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
|
|