1

Hope this question was never asked before. When I press 9 dots menu icon on Gnome app drawer it opens up the big icon app menu which is ugly and okay. But the problem is app titles are big as well. For example I have LibreOffice. All I can see is bunch of "LibreOffice ...". I have to determine between Writer, Calc etc based on icon rather than title. Same with other system apps - see the screenshot below -
enter image description here

1 Answers1

1

As a test I opened one of the .desktop files for editing:

gedit admin:///usr/share/applications/libreoffice-writer.desktop

Then I edited the line

Name=LibreOffice Writer

to

Name=LO Writer

That made a difference at next login.

Maybe that should be proposed for everyone?