[QGIS-trac] Re: [Quantum GIS] #1442: system specific location of qgis settings

Quantum GIS qgis at qgis.org
Wed Jul 21 09:57:56 EDT 2010


#1442: system specific location of qgis settings
--------------------------------+-------------------------------------------
   Reporter:  borysiasty        |              Owner:  jef          
       Type:  patch             |             Status:  new          
   Priority:  minor: annoyance  |          Milestone:  Version 2.0.0
  Component:  Build/Install     |            Version:  Trunk        
   Keywords:                    |   Platform_version:               
   Platform:  All               |           Must_fix:  No           
Status_info:  0                 |  
--------------------------------+-------------------------------------------

Comment(by kyngchaos):

 What about doing this for one of the 1.x releases, maybe 1.6?

 Also, add a case for OS X:

 {{{
 #elif defined Q_WS_MAC
     return QDir::homePath() + QString( "/Library/Application
 Support/QGIS/" );
 }}}

 I'm not sure if there is a variable for that path fragment or full path
 like for Windows, but as far as I know it's hardwired in the system as a
 standard folder as is never localized.

 Note also that there is now a runtime switch to set the settings dir,
 r13951, so this patch will have to be changed a bit to fit in with that.

-- 
Ticket URL: <http://trac.osgeo.org/qgis/ticket/1442#comment:9>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list