Skip to content

Commit

Permalink
Add Libreoffice to default substitutions (#126)
Browse files Browse the repository at this point in the history
Window Title Applet displays LibreOffice's name as "soffice.bin", which is ugly. "LibreOffice" is much better. It is quite a common application (probably more so than Telegram Desktop:-)). Actually, Plasma displays it correctly with the program, so it shows "LibreOffice - Writer", not just LibreOffice. (well, there should be an emdash, but that is somebody else's bug).
  • Loading branch information
felagund authored Jun 4, 2022
1 parent 45a5d75 commit 816a2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contents/config/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@
<default>0</default>
</entry>
<entry name="subsMatch" type="StringList">
<default>"Telegram Desktop","Gimp-.*"</default>
<default>"Telegram Desktop","Gimp-.*","soffice.bin"</default>
<label>substitutions criteria - match for application names</label>
</entry>
<entry name="subsReplace" type="StringList">
<default>"Telegram","Gimp"</default>
<default>"Telegram","Gimp","LibreOffice"</default>
<label>substitutions replacements for application names</label>
</entry>
<entry name="actionScrollMinimize" type="Bool">
Expand Down

0 comments on commit 816a2cf

Please sign in to comment.