takluyver / nbopen

Open a Jupyter notebook in the best available server
BSD 3-Clause "New" or "Revised" License
304 stars 58 forks source link

Missing icon for .ipynb notebooks (Ubuntu 18.10) #62

Closed abhipn closed 3 years ago

abhipn commented 5 years ago

I have installed the nbopen and executed python3 -m nbopen.install_xdg but the icons have not changed for .ipynb files.

takluyver commented 5 years ago

Have you rebooted since? I think sometimes the desktop doesn't pick up new icons straight away. It's kind of hard to debug, though.

abhipn commented 5 years ago

Thanks for responding. I've tried rebooting but it seems to be not working for me.

takluyver commented 5 years ago

You could check XDG_DATA_HOME and that the icon files have ended up in the correct place under that. Beyond that, I don't really know how to debug this sort of issue - I've no idea where the code is in any desktop environment to look up the icon for a given file.