2019年10月23日 星期三

[linux] 使用 xseticon 更改 google-chrome-unstable icon / change google-chrome-unstable icon using xseticon

[linux] 使用 xseticon 更改 google-chrome-unstable icon / change google-chrome-unstable icon using xseticon

安裝多個版本的 google-chrome 遇到 不同版本的chrome 在 taskbar 沒有顯示 icon的問題,
有時候是 google-chrome-beta      google-chrome-stable    google-chrome-unstable 不一定是哪個版本的問題,
有更改過
/usr/share/applications/google-chrome-beta.desktop
/usr/share/applications/google-chrome.desktop
/usr/share/applications/google-chrome-unstable.desktop
裡面的 ICON參數 可是也沒有作用。


xeyownt/xseticon: xseticon from Paul Evans -- http://www.leonerd.org.uk/ https://github.com/xeyownt/xseticon

# Install dependencies
sudo apt install libxmu-headers libgd-dev libxmu-dev libglib2.0-dev
# Build
make
# Install
sudo cp xseticon /usr/local/bin

目前階段性的作法是使用 xseticon 設定 windows id 的icon (/usr/share/icons/google-chrome-beta.png)
wmctrl -xlp | grep chrome-unstable | awk '{print "xseticon -id "$1" /usr/share/icons/flameshot.png "}' | xargs -I{} bash -c {}

沒有留言:

張貼留言