I'm using freecad on Ubuntu 20.04 (the snap version, as the apt version had issues), and it supports the use of some external tools, e.g. graphviz. Those tools usually live in /usr/bin
, however due to the nature of snap it can't see my /usr/bin
, just the "virtual" one.
How do I make my "regular" /usr/bin
available to it?
I tried symlinking it in my home directory and pointing freecad to that, but it still complains it can't find it.
king4aday's questions
After upgrading from 18.04 to 20.04, gnome commander no longer works.
gnome-commander: error while loading shared libraries: libgnomeui-2.so.0: cannot open shared object file: No such file or directory
I'm trying to install gnome commander from source, and it's complaining about
No package 'libgnome-2.0' found
There's no apt package for it, nothing, it went missing. I can't even seem to find the source code for it.
I'm trying to add my Microsoft work account to ubuntu 20.04 on Settings -> Online Accounts.
However, when I click on it, it asks for my password, which indicates it only supports personal accounts. Is that the case?
Normally other applications that integrate with Microsoft, after providing the email address, ask if it's a personal or a work/school account. Is there a way to force that behavior here?
In case you don't know, for work accounts the authentication is handled via my workplace's SAML federation, and not via Microsoft directly.