Open allefeld opened 4 years ago
This is because snap does not give access to file system. So xseticon can't see files outside it's container, unless you connect some of the provided interfaces.
For people finding this later, first, make sure the window of the app you want to change the icon for is visible, then do one of the following:
xseticon ~/<path-to-icon>
. A crosshair will appear, click on window of your app, you should be done.sudo snap connect xseticon:removable-media
, then try the same as above, but the file can be anywhere (this didn't work for me though). Deets: https://snapcraft.io/xseticon
xseticon
installed from snap package on Debian 10.2I'm trying to set the icon for a Chrome window running JupyterLab
xwininfo
reportsWindow id: 0x460015a "JupyterLab"
The specified png file does exist.