diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncIngameChromeLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncIngameChromeLogic.cs index 181e1e7cb9..532dddba9f 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncIngameChromeLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncIngameChromeLogic.cs @@ -51,7 +51,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic else InitPlayerWidgets(world, playerRoot); - Game.LoadWidget(world, "CHAT_PANEL", playerRoot, new WidgetArgs()); + Game.LoadWidget(world, "CHAT_PANEL", ingameRoot, new WidgetArgs()); } public void OptionsClicked() diff --git a/packaging/linux/rpm/openra.spec b/packaging/linux/rpm/openra.spec index 4521f6b111..4d5bcfcef3 100644 --- a/packaging/linux/rpm/openra.spec +++ b/packaging/linux/rpm/openra.spec @@ -32,4 +32,5 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/openra /usr/bin/openra-editor /usr/share/applications/*.desktop -/usr/share/icons/hicolor/*/apps/*.png \ No newline at end of file +/usr/share/icons/hicolor/*/apps/*.png +/usr/share/icons/hicolor/*/apps/*.svg \ No newline at end of file