From 816a2cfd9764af2e14d5544679f5c4b8c7660017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hnyk?= Date: Sat, 4 Jun 2022 16:52:45 +0200 Subject: [PATCH] Add Libreoffice to default substitutions (#126) 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). --- contents/config/main.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents/config/main.xml b/contents/config/main.xml index 9397e8f..3caf22e 100644 --- a/contents/config/main.xml +++ b/contents/config/main.xml @@ -117,11 +117,11 @@ 0 - "Telegram Desktop","Gimp-.*" + "Telegram Desktop","Gimp-.*","soffice.bin" - "Telegram","Gimp" + "Telegram","Gimp","LibreOffice"