-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
No new profile created #20
Comments
Thanks for your contribution 👍 This line is not logged by the script but the underlying used library:
This implies that the script works fine, but the changes made to dconf are read-only and will be dropped as soon as the script finish. I'll evaluate in which version this change has been introduced to GLib/GIO and fix it via #19. |
@liggettla 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 |
When I first run the line you gave me, the 'Nord' profile is now created and I can successfully use it. So, looks like that fixed it. |
@liggettla Thanks for testing. I'll add the constant to the script to fix the problem for affected distributions. |
Is this still not added? I ran into the same problem today and |
@AtomScott The line above was just for testing purposes, it should be added to the install script itself without exporting it into the current session, otherwise it'll mess up the users environment, for example when the variables was already set and included other values or multiple paths. |
I saw another user having problems with no new 'Nord' profile being created, and I am having the same problem. I installed all of your specified dependencies and the install appears to be working correctly. But I do not get a new profile being created.
I am using Gnome terminal 3.22.2 on Debian Stretch and below is the output I see. It looks to me like it is applying the settings to the '' profile rather than the 'Nord' profile.
The text was updated successfully, but these errors were encountered: