LinuxQuestions.org
Review your favorite Linux distribution.
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 09-16-2022, 01:21 AM   #316
gildbg
Member
 
Registered: Aug 2017
Distribution: Slackware, OpenBSD
Posts: 161

Rep: Reputation: Disabled

Quote:
Originally Posted by chris.willing View Post
Maybe I misinterpret the instructions for the new improved method. It seems we should take a binary package (the same tarball whose content is rearranged to create the apache-ant package that was meant to be pre-installed to build LO) and, rather than installing it in the usual way (effectively unpacking it at /), it is unpacked somewhere else (/tmp) and the SlackBuild is modified to point to the new location.

I'm struggling to see much advantage in this new method. I guess, since apache-ant is not officially installed, there's the potential saving of ~42M of disk space if later removal of the version unpacked in /tmp is remembered (not mentioned in the method description however). Just as easily, the officially installed apache-ant package could also be uninstalled after building LO, resulting in exactly the same saving.

chris

I don't agree with you, but everyone has their own opinion. There is no clear documentation why this package needs to be installed at first place. If you look at the build script, you will see many other packages that are also not used by the standard installation and they are put in the /tmp directory and are only needed to build / compile the libreoffice project, and why this package must be installed in this case. For what reason ?
I wouldn't install any packages to a system that I might forget, it's not used for any of the other packages and might get compromising security.

I'm unable to build the libreoffice-7.4.1.2 on slackware current64.

I receive a error:

checking whether clang is already ccached... no
checking whether clang++ is already ccached... no
checking whether to enable gpgmepp... yes
checking which gpgmepp to use... external
checking for gpgme++/gpgmepp_version.h... yes
checking for progress_callback in -lgpgmepp... no
configure: error: gpgmepp not found or not functional
Error running configure at ./autogen.sh line 322.
sed: can't read Makefile: No such file or directory
libreoffice.SlackBuild FAILED at line 1445
 
Old 09-16-2022, 02:06 AM   #317
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 917

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Quote:
Originally Posted by gildbg View Post
I don't agree with you, but everyone has their own opinion.
Yes, I can definitely agree with you on that.

Quote:
There is no clear documentation why this package needs to be installed at first place. If you look at the build script, you will see many other packages that are also not used by the standard installation and they are put in the /tmp directory and are only needed to build / compile the libreoffice project, and why this package must be installed in this case. For what reason ?
I'm not part of LibreOffice dev team, so can't really say. My assumption is that it is needed up front because it is one of the building tools, not just a feature for the final package.

Quote:
I wouldn't install any packages to a system that I might forget, it's not used for any of the other packages and might get compromising security.
I'm not so concerned about compromising security in this way. Nevertheless I can see that it would be neater if packages used only for building could be removed when no longer needed. It's an issue for many SlackBuilds but relatively easy to fix in this case, so I'll think about it some more for the SlackBuild at SBo.

Quote:

I'm unable to build the libreoffice-7.4.1.2 on slackware current64.

I receive a error:

checking whether clang is already ccached... no
checking whether clang++ is already ccached... no
checking whether to enable gpgmepp... yes
checking which gpgmepp to use... external
checking for gpgme++/gpgmepp_version.h... yes
checking for progress_callback in -lgpgmepp... no
configure: error: gpgmepp not found or not functional
Error running configure at ./autogen.sh line 322.
sed: can't read Makefile: No such file or directory
libreoffice.SlackBuild FAILED at line 1445
I think the SlackBuild needs to be updated for 7.4 series which no longer uses autogen.sh (instead already has a usable configure script).

chris
 
1 members found this post helpful.
Old 09-18-2022, 07:45 AM   #318
gildbg
Member
 
Registered: Aug 2017
Distribution: Slackware, OpenBSD
Posts: 161

Rep: Reputation: Disabled
I was able to compile the project on current.
Slackware-15.0 is using gpgme-1.16.0-x86_64-3.txz, but on Slackware-current the package is upgraded to version 1.18. Apparently there are some changes.
I disable the system package from build script so the libreoffice.SlackBuild to able use the package from archive which is 1.16
 
1 members found this post helpful.
Old 10-08-2022, 02:26 AM   #319
Regnad Kcin
Member
 
Registered: Jan 2014
Location: Beijing
Distribution: Slackware 64 -current .
Posts: 663

Rep: Reputation: 460Reputation: 460Reputation: 460Reputation: 460Reputation: 460
Any idea where to find ALL of the config files for libreoffice? I want to annihilate it entirely and start over. just removepkg doesnt clean it ALL OUT. I deleted everything in .config for libreoffice and that doesnt sanitize it.
 
Old 10-08-2022, 02:46 AM   #320
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 917

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
https://ask.libreoffice.org/t/how-an...lly-kept/45597

https://ask.libreoffice.org/t/how-to...e-writer/25736
https://wiki.documentfoundation.org/UserProfile
Find the location of your user profile: Tools ▸ Options ▸ LibreOffice ▸ Paths

Reading the links above, it looks like ~/.config/libreoffice is the right place to start. However there is mention that some properties are retained in documents themselves.
When I check paths in my use profile, I see "My Documents" is at ~/Documents - quite separate from ~/.config/libreoffice. Perhaps renaming ~/Documents would help your situation?

chris
 
2 members found this post helpful.
Old 10-08-2022, 07:11 AM   #321
Regnad Kcin
Member
 
Registered: Jan 2014
Location: Beijing
Distribution: Slackware 64 -current .
Posts: 663

Rep: Reputation: 460Reputation: 460Reputation: 460Reputation: 460Reputation: 460
Quote:
Originally Posted by chris.willing View Post
it looks like ~/.config/libreoffice is the right place to start. However there is mention that some properties are retained in documents themselves.

I got some things fixed with that.


A recent problem arising is that LibreOffice apps are starting in a tiny sliver of a window. I run two big monitors and I want things to start maximized. I don't find this setting.
 
2 members found this post helpful.
Old 10-08-2022, 07:39 AM   #322
murdo
Member
 
Registered: Aug 2021
Location: Scotland
Distribution: Slackware64-Current
Posts: 91

Rep: Reputation: 28
Quote:
Originally Posted by Regnad Kcin View Post
A recent problem arising is that LibreOffice apps are starting in a tiny sliver of a window. I run two big monitors and I want things to start maximized. I don't find this setting.
I've been having this problem for quite a while, too. I noticed, also, if they load maximised (such as from document recovery remembering you had them maximised last time) and you drag them away from the top of the screen without explicitly unmaximising them, they turn into an even smaller sliver that you can't resize, forcing you to go into the taskbar and find the "unmaximise" option there, resetting them to the larger sliver that you can resize. It's a really weird issue.
 
2 members found this post helpful.
Old 10-08-2022, 11:56 AM   #323
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,073

Rep: Reputation: 746Reputation: 746Reputation: 746Reputation: 746Reputation: 746Reputation: 746Reputation: 746
Could it be related to the bug discussed in length here?
https://bugs.documentfoundation.org/....cgi?id=125543

The last post suggests it could be KDE specific? However, I see that murdo is running xfce, so maybe not.

Last edited by kgha; 10-08-2022 at 11:58 AM.
 
2 members found this post helpful.
Old 10-08-2022, 12:31 PM   #324
murdo
Member
 
Registered: Aug 2021
Location: Scotland
Distribution: Slackware64-Current
Posts: 91

Rep: Reputation: 28
Quote:
Originally Posted by kgha View Post
Could it be related to the bug discussed in length here?
https://bugs.documentfoundation.org/....cgi?id=125543

The last post suggests it could be KDE specific? However, I see that murdo is running xfce, so maybe not.
Description is very similar indeed, and length of time matches roughly how long I can remember this being an issue.

Thought it could be to do with my theme - though running Xfce, I use the Breeze theme, which is by KDE - but I just played around with a few other themes and the issue seems to be present on all.
 
1 members found this post helpful.
Old 10-08-2022, 02:54 PM   #325
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
All --

I had a similar issue and so did Richard Herbert -- Alien Bob's Latest LibreOffice 7.4.1 started up minimized.

My issue only affected scalc and was of my own making -- I had an ancient shell script wrapper ( /home/local/bin/scalc ) that was running: exec /usr/lib64/libreoffice/program/scalc -–calc “$@” # note the --calc arg

I removed the erroneous --calc Arg and fixed my minimized scalc

See the Comments in Alien Pastures - LibreOffice 7.4.1 for Slackware 15.0 and -current

Richard's fix was different than mine and involved selecting one of the SAL_USE_VCLPLUGIN Settings in /etc/profile.d/libreoffice.sh

I'll let Richard explain what he did and why over in Alien Pastures.

HTH

-- kjh
 
1 members found this post helpful.
Old 10-08-2022, 03:29 PM   #326
rherbert
Member
 
Registered: Nov 2003
Location: Canada
Distribution: Slackware
Posts: 102

Rep: Reputation: 65
Regarding LibreOffice 7.4.1 apps starting up minimized, I think Eric Hameleers (AlienBOB) said it best:

https://alien.slackbook.org/blog/lib...#comment-43224

YMMV, depending on how long you've been using LibreOffice and if you've had any previous issues with it. As my first experience with LO in Linux is with version 7.4.1, it dawned on me to search AlienBOB's blog for previous troubleshooting tips.

HTH

--
Richard
 
2 members found this post helpful.
Old 10-09-2022, 02:00 AM   #327
Regnad Kcin
Member
 
Registered: Jan 2014
Location: Beijing
Distribution: Slackware 64 -current .
Posts: 663

Rep: Reputation: 460Reputation: 460Reputation: 460Reputation: 460Reputation: 460
I've been using LO for 8+ years. This minimized window at startup nuisance is a recent event but not sure when it started. I may have thought it was my fault at first and just tolerated because too busy to work on fixing it. Later I decided I'd had enough. I havent found a fix but I am sure it's because some unreachable setting is set the way some not me wants it. Just need to find how to customize it.
 
Old 10-09-2022, 03:14 AM   #328
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,026

Rep: Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618
Yup, that minimized window has been driving me 'round the bend. Tried all the settings in profile.d/libreoffice.sh but to no avail. I like apps starting full screen too. I'll minimize them when/if necessary.
 
Old 10-09-2022, 05:36 AM   #329
Regnad Kcin
Member
 
Registered: Jan 2014
Location: Beijing
Distribution: Slackware 64 -current .
Posts: 663

Rep: Reputation: 460Reputation: 460Reputation: 460Reputation: 460Reputation: 460
I found a kludge in KDE5.

Open Libreoffice App you want to fix.

Right click on the window title bar'
Select more Actions
then Configure special application settings
then Add property
scroll down and add maximized vertically
add maximized horizonally
then select Force,

Apply and OK
then the next time you open a file, it will open maximized after slight pause.


I think it's a kludge but it works.
 
2 members found this post helpful.
Old 10-09-2022, 05:58 AM   #330
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,026

Rep: Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618
Quote:
Originally Posted by Regnad Kcin View Post
I found a kludge in KDE5.

Open Libreoffice App you want to fix.

Right click on the window title bar'
Select more Actions
then Configure special application settings
then Add property
scroll down and add maximized vertically
add maximized horizonally
then select Force,

Apply and OK
then the next time you open a file, it will open maximized after slight pause.


I think it's a kludge but it works.
Well kludge or not, it works fine so thank you very much sir.
 
2 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 07:51 AM.

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