NOTE: This change will adjust the name and directory location of the pgAdmin runtime's config file. See http://doc.qt.io/qt-5/qsettings.html for more info.
- The Application Name was "pgAdmin 4" and is now "pgadmin4" - The Organisation Name was "The pgAdmin Development Team", but now is "pgadmin" So... in the runtime: On Unix systems, if the file format is NativeFormat, the following files are used by default: $HOME/.config/pgadmin/pgadmin4.conf $HOME/.config/pgadmin.conf /etc/xdg/pgadmin/pgadmin4.conf /etc/xdg/pgadmin.conf On Mac OS X versions 10.2 and 10.3, these files are used by default: $HOME/Library/Preferences/com.pgadmin.pgadmin4.plist $HOME/Library/Preferences/com.pgadmin.plist /Library/Preferences/com.pgadmin.pgadmin4.plist /Library/Preferences/com.pgadmin.plist On Windows, NativeFormat settings are stored in the following registry paths: HKEY_CURRENT_USER\Software\pgadmin\pgadmin4 HKEY_CURRENT_USER\Software\pgadmin\OrganizationDefaults HKEY_LOCAL_MACHINE\Software\pgadmin\pgadmin4 HKEY_LOCAL_MACHINE\Software\pgadmin\OrganizationDefaults ---------- Forwarded message ---------- From: Dave Page <dp...@pgadmin.org> Date: Fri, Dec 2, 2016 at 2:24 AM Subject: [pgadmin-hackers] pgAdmin 4 commit: Change the org name and product name to ensure the th To: pgadmin-hackers@postgresql.org Change the org name and product name to ensure the the runtime config file is sensibly named. This changes the default orgname to 'pgadmin' and product name to 'pgadmin4' in the runtime. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c4c3d2b6b81abbb3fbd52fed519a1c0b1a17b7d6 Modified Files -------------- runtime/pgAdmin4.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers