Results 1 to 5 of 5

Thread: QSettings::SystemScope in Linux

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QSettings::SystemScope in Linux

    Oh, that's a pity. I'm working on an application which has a remote user authetication. I had planned to store all application's user specific settings in a global location, so that all users of the application could retain their personal settings regardless of the current OS login. QSettings::SystemScope would've been perfect for this.. (..and actually, in Windows, it still is)

    I suppose there is no distro/desktop independant folder like /etc/something which would have write permission for all users by default. Yuck, that even sounds like a horrible security threat.
    J-P Nurmi

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QSettings::SystemScope in Linux

    Quote Originally Posted by jpn
    I had planned to store all application's user specific settings in a global location, so that all users of the application could retain their personal settings regardless of the current OS login. QSettings::SystemScope would've been perfect for this..
    Just set the correct access rights for the .conf file and everything will work.

Similar Threads

  1. Replies: 5
    Last Post: 15th January 2009, 09:03
  2. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  3. Deploying App on Linux
    By janus in forum Installation and Deployment
    Replies: 5
    Last Post: 6th May 2008, 21:18
  4. Replies: 19
    Last Post: 21st January 2008, 09:13

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.