https://bugs.documentfoundation.org/show_bug.cgi?id=153149

            Bug ID: 153149
           Summary: LibreOffice Writer and Calc buttons group is mixed in
                    taskbar of Debian 11.6 KDE
           Product: LibreOffice
           Version: 7.0.4.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 184832
  --> https://bugs.documentfoundation.org/attachment.cgi?id=184832&action=edit
Picture 1 of the issue

Hello,

Debian 11.6 5.10.0-20-amd64 LibreOffice 7.0.42. If a simple bash script opens
lets say 8 files of Writer and 8 files(8 does not matter, can be any higher
number for visibility) of Calc at same time the KDE taskbar groping is wrong,
please see attached picture. Writer and Calc files are grouped under same Calc
or Writer icon. It can even worse than in my picture. I will upload another
after bug is filled with some more ugly mix.

Example .sh script to reproduce:
#!/bin/bash
libreoffice --writer “1.odt” “2.odt” “3.odt” “4.odt” “5.odt” “6.odt” “7.odt”
“8.odt” &
sleep 60
libreoffice --calc “1.ods” “2.ods” “3.ods” “4.ods” “5.ods” “6.ods” “7.ods”
“8.ods” &
exit 2

Workaround #1
Workaround with a sleep timer introduced to wait for the all writer documents
to load completely until calc ones start.

Wordaround #2: use xdg-open to load all the documents + LibreOffice 7.4.4 +
Oracle JDK 17.0.6 LTS. I changed to xdg-open and Oracle JRE/JDK to isolate the
issue somehow, unfortunately I did not had the time to really isolate in
between these components.

#!/bin/bash
xdg-open “1.odt”
#…
xdg-open “1.ods”
exit 2

Cheers,

Dragos

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to