Skip to content
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

Closed
Wilann opened this issue Feb 24, 2021 · 5 comments

Comments

@Wilann
Copy link

Wilann commented Feb 24, 2021

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.

Screenshot from 2021-02-24 15-43-00
Screenshot from 2021-02-24 15-44-14

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.

@arcticicestudio
Copy link
Contributor

Hi @Wilann 👋

Looks like this is related to #19 and #20.

The problem is that the underlying library, that is used to set the GSetting values (it's a kind of store for GNOME application configurations), by default uses the memory backend so settings will not be saved or shared with other applications. This means that the script works fine, but the changes made with dconf are read-only and will be dropped as soon as the script finish.

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

@Wilann
Copy link
Author

Wilann commented Feb 25, 2021

Wow it worked! Nord is now installed! I'm new to Linux so I'm not sure what all this means.
Thank you so much!

@luke-pritch
Copy link

Ran into this myself just now and this fixed the same issue on my machine running Ubuntu 20.04 as well.

@Wilann Wilann removed their assignment Feb 27, 2021
@Wilann
Copy link
Author

Wilann commented Mar 1, 2021

Updated to Ubuntu 20.04.2 LTS from 20.04 LTS and re-installed from scratch. I didn't need to export line from above. Seemed to be fixed in this version.

@Wilann Wilann changed the title Installed Nord - Can't find Profile Installed Nord - Can't find Profile (Works for 20.04.4 LTS, bug with 20.04 LTS) Mar 2, 2021
@Wilann Wilann closed this as completed Mar 2, 2021
@arcticicestudio
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants