Re: [Qgis-user] storage of configs beside .qgis2

2017-06-05 Thread Tobias Wendorff
Sorry for removing the quoting...

Am Mo, 5.06.2017, 22:15 schrieb Richard Duivenvoorde:
>
> Yep, in this way it is easy to have different QGIS environments (with
> different settings and plugins for example)...

This should be default for Windows, since it's pretty hard for normal
users to find the right place in all those cascaded batch-files.

But that's an issue of OSGeo4W packaging - not a QGIS issue.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] storage of configs beside .qgis2

2017-06-05 Thread Richard Duivenvoorde
On 05-06-17 22:07, Tobias Wendorff wrote:
> Hi Claas,
> 
> Am Mo, 5.06.2017, 22:03 schrieb Claas Leiner:
>>
>> you can define your own Config directory:
>>
>> Create a directory an start qgis with the command:
>>
>> qgis --configpath "path to your config directory"
>>
>> So you get a clean QGIS environment. All settings where stored in your
>> config directory.
> 
> Oh, this makes QGIS not use Windows' registry? Nice, thanks for the hint!

Yep, in this way it is easy to have different QGIS environments (with
different settings and plugins for example)...

Note that for QGIS3 Nathan is busy/almost ready to create a way to
define configurations from the gui (and with it remove the different
ways of storing all this info between OS's), see
QGIS-Enhancement-Proposals (QEP) 82

https://github.com/qgis/QGIS-Enhancement-Proposals/issues/82

Regards,

Richard Duivenvoorde


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] storage of configs beside .qgis2

2017-06-05 Thread Tobias Wendorff
Hi Claas,

Am Mo, 5.06.2017, 22:03 schrieb Claas Leiner:
>
> you can define your own Config directory:
>
> Create a directory an start qgis with the command:
>
> qgis --configpath "path to your config directory"
>
> So you get a clean QGIS environment. All settings where stored in your
> config directory.

Oh, this makes QGIS not use Windows' registry? Nice, thanks for the hint!

Best,
Tobias


> Am 05.06.2017 um 20:23 schrieb Tobias Wendorff:
>
>> I'm on QGIS rel-dev on Windows 7. I've removed my .qgis2 config folder,
>> but there are still many settings stored when restarting QGIS (f.e.
>> the URLs to WMS, WFS etc.).
>>
>> Even after wiping the complete OSGeo4W-installation directory, those
>> configs still exist. I can't get a clean QGIS environment :(
>>
>> Anyone with an idea, where those configs are stored?

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] storage of configs beside .qgis2

2017-06-05 Thread Claas Leiner

Hi,

you can define your own Config directory:

Create a directory an start qgis with the command:

qgis --configpath "path to your config directory"

So you get a clean QGIS environment. All settings where stored in your 
config directory.


Best regards,

Claas

Am 05.06.2017 um 20:23 schrieb Tobias Wendorff:

Hi there,

I'm on QGIS rel-dev on Windows 7. I've removed my .qgis2 config folder,
but there are still many settings stored when restarting QGIS (f.e.
the URLs to WMS, WFS etc.).

Even after wiping the complete OSGeo4W-installation directory, those
configs still exist. I can't get a clean QGIS environment :(

Anyone with an idea, where those configs are stored?

Best regards,
Tobias

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] storage of configs beside .qgis2

2017-06-05 Thread st_kie...@web.de

;) ... it's not a bug it's a feature

but honestly, you might mention this to the Qgis-dev-list. Maybe they 
just don't have this in mind.


Cheers.

Stefan


Am 05.06.2017 um 21:20 schrieb Tobias Wendorff:

Hey Stefan,

Am Mo, 5.06.2017, 21:08 schrieb st_kie...@web.de:

nowadays I use only Linux. But when I was using Windows QGis wrote its
settings also to the Registry. Maybe check that (I don't remember well,
it was somthing H_LOCAL_KEY..Software/Qgis). Hope that helps.

Thanks.

Yep, you're right. Removing the key (after backup this one of course)
helped me. I didn't think of the fact that QGIS uses registry at all...
maybe we should file this as a bug, hehe :)

Best regards,
Tobias


Am 05.06.2017 um 20:23 schrieb Tobias Wendorff:

Hi there,

I'm on QGIS rel-dev on Windows 7. I've removed my .qgis2 config folder,
but there are still many settings stored when restarting QGIS (f.e.
the URLs to WMS, WFS etc.).

Even after wiping the complete OSGeo4W-installation directory, those
configs still exist. I can't get a clean QGIS environment :(

Anyone with an idea, where those configs are stored?

Best regards,
Tobias


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] storage of configs beside .qgis2

2017-06-05 Thread Tobias Wendorff
Hey Stefan,

Am Mo, 5.06.2017, 21:08 schrieb st_kie...@web.de:
>
> nowadays I use only Linux. But when I was using Windows QGis wrote its
> settings also to the Registry. Maybe check that (I don't remember well,
> it was somthing H_LOCAL_KEY..Software/Qgis). Hope that helps.

Thanks.

Yep, you're right. Removing the key (after backup this one of course)
helped me. I didn't think of the fact that QGIS uses registry at all...
maybe we should file this as a bug, hehe :)

Best regards,
Tobias

> Am 05.06.2017 um 20:23 schrieb Tobias Wendorff:
>> Hi there,
>>
>> I'm on QGIS rel-dev on Windows 7. I've removed my .qgis2 config folder,
>> but there are still many settings stored when restarting QGIS (f.e.
>> the URLs to WMS, WFS etc.).
>>
>> Even after wiping the complete OSGeo4W-installation directory, those
>> configs still exist. I can't get a clean QGIS environment :(
>>
>> Anyone with an idea, where those configs are stored?
>>
>> Best regards,
>> Tobias

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] storage of configs beside .qgis2

2017-06-05 Thread st_kie...@web.de

Hi Tobias,

nowadays I use only Linux. But when I was using Windows QGis wrote its 
settings also to the Registry. Maybe check that (I don't remember well, 
it was somthing H_LOCAL_KEY..Software/Qgis). Hope that helps.


Cheers.

Stefan


Am 05.06.2017 um 20:23 schrieb Tobias Wendorff:

Hi there,

I'm on QGIS rel-dev on Windows 7. I've removed my .qgis2 config folder,
but there are still many settings stored when restarting QGIS (f.e.
the URLs to WMS, WFS etc.).

Even after wiping the complete OSGeo4W-installation directory, those
configs still exist. I can't get a clean QGIS environment :(

Anyone with an idea, where those configs are stored?

Best regards,
Tobias

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] storage of configs beside .qgis2

2017-06-05 Thread Tobias Wendorff
Hi there,

I'm on QGIS rel-dev on Windows 7. I've removed my .qgis2 config folder,
but there are still many settings stored when restarting QGIS (f.e.
the URLs to WMS, WFS etc.).

Even after wiping the complete OSGeo4W-installation directory, those
configs still exist. I can't get a clean QGIS environment :(

Anyone with an idea, where those configs are stored?

Best regards,
Tobias

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user