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

buggy profile results in two instances starting #29379

Closed
qgib opened this issue Mar 12, 2019 · 10 comments
Closed

buggy profile results in two instances starting #29379

qgib opened this issue Mar 12, 2019 · 10 comments
Assignees
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! macOS

Comments

@qgib
Copy link
Contributor

qgib commented Mar 12, 2019

Author Name: Gavin Fleming (@gubuntu)
Original Redmine Issue: 21563
Affected QGIS version: 3.4.5
Redmine category:unknown


Ever since I did the first upgrade between 3.x versions, I've had to kill the QGIS instance that starts, as it hangs on the splash screen. After doing that, a valid session completes startup and I can continue.

I tried uninstalling and reinstalling but that made no difference. Then I tried creating a new profile and opening into that profile and that solves the problem. It's good that only one instance starts now but I lose out on my whole working environment from my default profile.

Is there a way to fix the problem and keep my profile?

@qgib
Copy link
Contributor Author

qgib commented Mar 12, 2019

Author Name: Giovanni Manghi (@gioman)


Have you tried if you have the same problems (around the macOS release) if you use the lutraconsulting installer instead?


  • operating_system was changed from OSX to macOS
  • status_id was changed from Open to Feedback

@qgib
Copy link
Contributor Author

qgib commented Mar 13, 2019

Author Name: Alister Hood (@AlisterH)


Can you clarify which "profile" you mean? It sounds like you may be talking about your user profile in the operating system.
If so, you probably need to look at clearing out the QGIS profile instead.

@qgib
Copy link
Contributor Author

qgib commented Apr 11, 2019

Author Name: Gavin Fleming (@gubuntu)


I haven't tried the Lutra installer yet.

I am talking about QGIS profile, not the OS profile.

@qgib
Copy link
Contributor Author

qgib commented Apr 11, 2019

Author Name: Giovanni Manghi (@gioman)


Gavin Fleming wrote:

I haven't tried the Lutra installer yet.

if you can please try it.

@qgib qgib added Feedback Waiting on the submitter for answers Bug Either a bug report, or a bug fix. Let's hope for the latter! labels May 25, 2019
@gubuntu
Copy link

gubuntu commented Aug 23, 2019

This entry in QGIS3.ini is the cause

[GRASS]
browser\import\crsTransform=Approximate
browser\import\external=true
gidbase\custom=false
gidbase\customDir=
modules\config\custom=true
modules\config\customDir=/Applications/GRASS-7.4.1.app/Contents/MacOS
modules\debug=false
region\color=#ff0000
region\width=0
showTopoLayers=false
windows\tools\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0+\0\0\x2\xe1\0\0\x1\xfd\0\0\0\0\0\0\0+\0\0\x2\xe1\0\0\x1\xfd\0\0\0\0\0\0\0\0\x6\x90\0\0\0\0\0\0\0+\0\0\x2\xe1\0\0\x1\xfd)

@jef-n
Copy link
Member

jef-n commented Aug 23, 2019

Is it just the geometry part?

@gubuntu
Copy link

gubuntu commented Aug 23, 2019

no it's the path
modules\config\customDir=/Applications/GRASS-7.4.1.app/Contents/MacOS

@gioman gioman added macOS and removed Feedback Waiting on the submitter for answers labels Dec 22, 2020
@PeterPetrik
Copy link
Contributor

PeterPetrik commented Jun 14, 2021

looks like read

QString customModulesDir = settings.value( mModulesSettingsPath + "/customDir" ).toString();

struggling to find where I can see the dialog where you can actually set this for GRASS provider? any help @gioman ?

@PeterPetrik PeterPetrik self-assigned this Jun 14, 2021
@PeterPetrik
Copy link
Contributor

at the moment the GRASS is taken from all-in-one bundle, so I do not expect that this is likely to happen ...

@gioman
Copy link
Contributor

gioman commented Jun 14, 2021

at the moment the GRASS is taken from all-in-one bundle, so I do not expect that this is likely to happen ...

@PeterPetrik so I guess I don't need to check this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! macOS
Projects
None yet
Development

No branches or pull requests

5 participants