Fix the icon
So the monochromatic icon is being shown even in the GNOME's overview and it's ugly (as it's upscaled from 22x22). Remove it.
This commit is contained in:
parent
5a0168685d
commit
6aa7bda96e
@ -1399,8 +1399,6 @@ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
|
|||||||
cp -a chrome/app/theme/chromium/product_logo_48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{chromium_browser_channel}.png
|
cp -a chrome/app/theme/chromium/product_logo_48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{chromium_browser_channel}.png
|
||||||
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/24x24/apps
|
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/24x24/apps
|
||||||
cp -a chrome/app/theme/chromium/product_logo_24.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{chromium_browser_channel}.png
|
cp -a chrome/app/theme/chromium/product_logo_24.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{chromium_browser_channel}.png
|
||||||
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/symbolic/apps
|
|
||||||
cp -a chrome/app/theme/chromium/product_logo_22_mono.png %{buildroot}%{_datadir}/icons/hicolor/symbolic/apps/%{chromium_browser_channel}.png
|
|
||||||
|
|
||||||
# Install the master_preferences file
|
# Install the master_preferences file
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
|
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user