Anaconda Install forces KDE Plasma desktop into software rendering on Tubmbleweed

Hi All - Question coming from a linux noob

After installing Anaconda/Python on OpenSuse Tumbleweed software rendering was enabled and OpenGL or hardware rendering could not be enabled through Plasma Renderer.

Initially I suspected something went wrong during the install or during the refreshing and updating of all the repo’s and the Nvidia driver could possibly update to a wrong version. Long story short, and numerous Suse installs later I tried disabling the default loading of the conda/anaconda base environment with the following command
‘conda config --set auto_activate_base False’

Upon re-booting hardware rendering was active again and everything normal. I could however not launch Anaconda with the desktop shortcut I have created anymore and also not in Konsole/shell with ‘anaconda-navigator’.

By running ‘conda activate base’ in the konsole I could now launch anaconda navigator through the ‘anaconda-navigator’ command in the konsole again. The desktop shortcut still does not work (used to work when the auto activation of base at startup was true)

So basically I have 2 questions, is there anyway to resolve the issue with anaconda triggering the software rendering. If no known solutions are available disabling the launch of the base environment as default solves the issue and Anaconda and everything functions as per normal but I would like to get the desktop shortcut working again?

I can provide additional info on the code of the desktop shortcut etc. but maybe somebody else has encountered this and found a working solution or workaround. (I don’t have an idea if the ‘conda activate base’ and ‘anaconda navigator’ commands can be scripted in a shortcut to execute these commands)

Best Regards
Morne