-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installed Nord - Can't find Profile (Works for 20.04.4 LTS, bug with 20.04 LTS) #35
Comments
Hi @Wilann 👋 Looks like this is related to #19 and #20. The problem is that the underlying library, that is used to set the Can you please try to reproduce the problem when running the following line before the install script: export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules |
Wow it worked! Nord is now installed! I'm new to Linux so I'm not sure what all this means. |
Ran into this myself just now and this fixed the same issue on my machine running Ubuntu 20.04 as well. |
Updated to Ubuntu 20.04.2 LTS from 20.04 LTS and re-installed from scratch. I didn't need to |
@luke-pritch @Wilann Thanks for your feedback, I guess this problem can be pinned to Ubuntu but doesn't seem to affect other GNOME-based distributions. I'll have to check if it is possible to safely modify the environment variable only during the runtime of he installation script without risking to override its value when it was already set. |
I've installed Nord, but can't find where to activate it.
On Ubuntu 20.04, there doesn't seem to be a "Profiles" tab.
I saw this in the requirements, but have no idea how to add dconf and uuidgen to my PATH. (A search didn't yield any results either)
The installation script requires dconf and uuidgen (util-linux) to be available on your PATH to create a new profile and generate a random profile UUID.
The text was updated successfully, but these errors were encountered: