Reputation: 1
I faced to some problems while running anaconda navigator on ubuntu 22.04. When I run the navigator via terminal, some errors appear. Here they are:
$ ./navigator.sh
qt.svg: link path0_fill hasn't been detected!
qt.svg: link path1_fill hasn't been detected!
qt.svg: link path2_fill hasn't been detected!
qt.svg: link path3_fill hasn't been detected!
qt.svg: link path4_fill hasn't been detected!
qt.svg: link path5_fill hasn't been detected!
qt.svg: link path6_fill hasn't been detected!
qt.svg: link path7_fill hasn't been detected!
qt.svg: link path8_fill hasn't been detected!
qt.svg: link path9_fill hasn't been detected!
qt.svg: link path10_fill hasn't been detected!
qt.svg: link path11_fill hasn't been detected!
However navigator runs successfully. I don't know what to do with this.
Upvotes: 0
Views: 1875
Reputation: 21
I had the same Problem when i made some changes on Spyder (update). Uninstall and reinstall Spyder or any other IDE that you have updated. It worked for me.
Upvotes: 2
Reputation: 1
The problem goes away if you reinstall svg.qt
on the command line with:
conda install -c benensta qt5
Upvotes: 0