You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected the white icon (Added with gimp in the screenshot), but the stills is the blue one
Steps to reproduce the problem
I used hardcode-tray --only chromium --path /home/skintigth/chromium.svg --apply it says its applied, I restart chromium but the icon not change
If I use hardcode-tray --only chromium --path /home/skintigth/ --apply it says its applied, I restart chromium then the icon disappears
3.And with this hardcode-tray --only chromium-browser --path /home/skintigth/chromium.svg --apply shows "No apps to fix"
The text was updated successfully, but these errors were encountered:
Hello,
I think you've misunderstood how things work on Hardcode-Tray. The --path argument is to specify the application installation path in order to patch the application you want. And not the icon path.
If you want to use your icon all you have to do is to put the current icons that you want to use in the current theme you're using or any other one (Just copy those svg files to the theme path under status or panel folder). The icon name must use the same icon names as used by Hardcode-tray see this example for Chromium https://github.com/bil-elmoussaoui/Hardcode-Tray/blob/master/database/chromium.json#L21 The icon name is google-chrome-tray. Once it's done you have to refresh icon cache of your theme (or reboot) and run hardcode-tray --theme MYTHEMENAME --only chromium --apply
And everything will work as expected
Specifications
v3.6.5
Arch Linux x64
0.92.0 r
Chromium / chromum-browser
56.0.2924.87 (64-bit)
Expected behavior and actual behavior
I expected the white icon (Added with gimp in the screenshot), but the stills is the blue one
Steps to reproduce the problem
hardcode-tray --only chromium --path /home/skintigth/chromium.svg --apply
it says its applied, I restart chromium but the icon not changehardcode-tray --only chromium --path /home/skintigth/ --apply
it says its applied, I restart chromium then the icon disappears3.And with this
hardcode-tray --only chromium-browser --path /home/skintigth/chromium.svg --apply
shows "No apps to fix"The text was updated successfully, but these errors were encountered: