Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Libreoffice-bin looks like something out of windows 95
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
seanmk
n00b
n00b


Joined: 07 Sep 2010
Posts: 5

PostPosted: Fri Feb 07, 2025 7:30 pm    Post subject: Libreoffice-bin looks like something out of windows 95 Reply with quote

Since the last time I updated, libreoffice-bin (24.2.7.2) has looked like something out of Windows 95. I have been trying to debug the problem and I discovered that changing the size of the open dialogue created a file at
Code:
.config/gtk-2.0/gtkfilechooser.ini
which seemed like it might be using gtk2 (which is installed).

I can see the following VCL libraries loaded when I try tracing openat:
Code:

$ strace -e openat libreoffice 2>&1 | grep -i vcl
openat(AT_FDCWD, "/usr/lib64/libreoffice/program/libvclplug_genlo.so", O_RDONLY) = 5
openat(AT_FDCWD, "/usr/lib64/libreoffice/program/libvclplug_gtk3lo.so", O_RDONLY) = 5

To me this looks like it's loading gtk3 libraries, but I am a bit out of my depth here.

Other than looking terrible it seems to work okay, but I would like it to not look terrible if possible. Since it's the binary version there's no use flags setting the gtk version to use, and I don't seem to have any older ebuilds in the gentoo repo that I could revert to, so I am a bit lost on what to do.

I am running X11/i3 with xfce4 utilities. I tried both adding and removing the gnome use flag from libreoffice-bin but it seemed to make no difference. I also tried installing a libreoffice icon theme, which works, but does not change the general Windows 95 vibe.

Libreoffice version info:
Code:
Version: 24.2.7.2 (X86_64) / LibreOffice Community
Build ID: 420(Build:2)
CPU threads: 8; OS: Linux 6.6; UI render: default; VCL: x11
Locale: en-US (en_US.utf8); UI: en-US
Gentoo official package
Calc: threaded


Happy to attach any other debugging information, but I haven't been able to find anything else that seems useful for understanding what is going on.
Back to top
View user's profile Send private message
paraw
Apprentice
Apprentice


Joined: 07 Jan 2005
Posts: 171
Location: Stara Zagora (BG)

PostPosted: Sun Mar 02, 2025 12:37 pm    Post subject: Re: Libreoffice-bin looks like something out of windows 95 Reply with quote

seanmk wrote:
Since the last time I updated, libreoffice-bin (24.2.7.2) has looked like something out of Windows 95. I have been trying to debug the problem and I discovered that changing the size of the open dialogue created a file at
Code:
.config/gtk-2.0/gtkfilechooser.ini
which seemed like it might be using gtk2 (which is installed).

I can see the following VCL libraries loaded when I try tracing openat:
Code:

$ strace -e openat libreoffice 2>&1 | grep -i vcl
openat(AT_FDCWD, "/usr/lib64/libreoffice/program/libvclplug_genlo.so", O_RDONLY) = 5
openat(AT_FDCWD, "/usr/lib64/libreoffice/program/libvclplug_gtk3lo.so", O_RDONLY) = 5

To me this looks like it's loading gtk3 libraries, but I am a bit out of my depth here.

Other than looking terrible it seems to work okay, but I would like it to not look terrible if possible. Since it's the binary version there's no use flags setting the gtk version to use, and I don't seem to have any older ebuilds in the gentoo repo that I could revert to, so I am a bit lost on what to do.

I am running X11/i3 with xfce4 utilities. I tried both adding and removing the gnome use flag from libreoffice-bin but it seemed to make no difference. I also tried installing a libreoffice icon theme, which works, but does not change the general Windows 95 vibe.

Libreoffice version info:
Code:
Version: 24.2.7.2 (X86_64) / LibreOffice Community
Build ID: 420(Build:2)
CPU threads: 8; OS: Linux 6.6; UI render: default; VCL: x11
Locale: en-US (en_US.utf8); UI: en-US
Gentoo official package
Calc: threaded


Happy to attach any other debugging information, but I haven't been able to find anything else that seems useful for understanding what is going on.


I think it's related to https://forums.gentoo.org/viewtopic-p-8850236.html and to https://bugs.gentoo.org/947224

Their "fix" was to remove any window decoration or other GUI elements that are not the most basic widgets. Basically, it's their way to show how displeased they are at people reporting problems caused by their previous naive choices. So now, they break things down for spite. Kind of like kindergarten kids throwing toys off the pram. :lol:


[EDIT: typos]
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 9354

PostPosted: Sun Mar 02, 2025 12:52 pm    Post subject: Reply with quote

Who are "they" in your little phantasy world?
Back to top
View user's profile Send private message
paraw
Apprentice
Apprentice


Joined: 07 Jan 2005
Posts: 171
Location: Stara Zagora (BG)

PostPosted: Sun Mar 02, 2025 12:56 pm    Post subject: Reply with quote

asturm wrote:
Who are "they" in your little phantasy world?

Upstream, my guess.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum