3

In Ubuntu 18.04 using GNOME, all of the opened LibreOffice windows are concentrated under one LibreOffice menu icon.

This is unlike the former versions where each application (Writer, Calc ...) had its own icon. This is very uncomfortable when you have many windows opened.

Is there any way to change this setting?

pomsky
  • 68,507
hans
  • 187
  • This is not standard behaviour. Also in Ubuntu 18.04, different components of LO have a different icon. Is your installation a standard fresh install? Beware that, as a bug, it may take up to 30 seconds before the icon of another LO component actually appears in Alt+tab (or the Dash if not pinned). – vanadium Oct 18 '18 at 07:09
  • Are you by any chance in a Wayland session? What's the output of the following command in Terminal: echo $XDG_SESSION_TYPE? – pomsky Oct 18 '18 at 08:22
  • I do have different icons for each component, but it only opens new files. All of the existing files are under the LibreOffice icon. – hans Oct 19 '18 at 06:08
  • 1
    Yes, I was under Wayland session. Logging back to normal session solved the problem. – hans Oct 19 '18 at 06:15
  • It depends... if you install from PPA, you will have separate icons... installing from web page (deb files), you will have one icon in case of installing the development version... – Ljiljan Veselinovic Jan 11 '19 at 18:54

1 Answers1

0

This is a bug with LibreOffice in a Wayland session (see this and this). You can verify whether you're in a Wayland session by running

echo $XDG_SESSION_TYPE

As a workaround you may switch to an Xorg session. Then the icons should appear correctly.

pomsky
  • 68,507