mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-11-09 19:40:05 +00:00
Fix StartupWMClass in .desktop
This commit is contained in:
parent
2468a36930
commit
6d80de93e0
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -54,7 +54,7 @@ package() {
|
|||
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome-$_channel/eula_text.html
|
||||
|
||||
msg2 "Fixing Chrome icon resolution..."
|
||||
sed -i "/Exec=/i\StartupWMClass=Google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop
|
||||
sed -i "/Exec=/i\StartupWMClass=google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop
|
||||
|
||||
msg2 "Removing unnecessities (e.g. Debian Cron job)..."
|
||||
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome-$_channel/cron/
|
||||
|
|
Loading…
Reference in a new issue