diff --git a/libtaskmanager/taskmanagerrulesrc b/libtaskmanager/taskmanagerrulesrc index 66a34fbb..c0748c21 100644 --- a/libtaskmanager/taskmanagerrulesrc +++ b/libtaskmanager/taskmanagerrulesrc @@ -1,42 +1,49 @@ [Mapping] Gimp-2.8=GIMP Google-chrome=Google Chrome Google-chrome-stable=Google Chrome Systemsettings=System Settings libreoffice-base=LibreOffice Base libreoffice-calc=LibreOffice Calc libreoffice-draw=LibreOffice Draw libreoffice-writer=LibreOffice Writer libreoffice-math=LibreOffice Math libreoffice-impress=LibreOffice Impress libreoffice-startcenter=LibreOffice oracle-ide-boot-Launcher=Oracle SQL Developer Dragon=dragonplayer [Settings] ManualOnly=Wine MatchCommandLineFirst=VirtualBox [Rewrite Rules][google-chrome][1] Property=ClassName Identifier=DesktopEntryName Match=(?<=crx_)(?'match'[a-z]+) Target=chrome-%1-default # Google changed the class to be "Google-chrome" around version 54 [Rewrite Rules][Google-chrome][1] Property=ClassName Identifier=DesktopEntryName Match=(?<=crx_)(?'match'[a-z]+) Target=chrome-%1-default [Rewrite Rules][chromium][1] Property=ClassName Identifier=DesktopEntryName Match=(?<=crx_)(?'match'[a-z]+) Target=chrome-%1-default [Rewrite Rules][chromium-browser][1] Property=ClassName Identifier=DesktopEntryName Match=(?<=crx_)(?'match'[a-z]+) Target=chrome-%1-default + +# Chromium changed the class too +[Rewrite Rules][Chromium][1] +Property=ClassName +Identifier=DesktopEntryName +Match=(?<=crx_)(?'match'[a-z]+) +Target=chrome-%1-default