Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. "Could not save session to file" in Ubuntu 10.04

"Could not save session to file" in Ubuntu 10.04

Scheduled Pinned Locked Moved Qt Creator and other tools
9 Posts 3 Posters 7.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    seridyan
    wrote on last edited by
    #1

    Could not save session to file /home/<user>/.config/Nokia/qtcreator/default.qws\

    Tried to install it from ubuntu repositories, from the .bin downloaded from qt.nokia.com.

    Tried to install it as root having always same results.

    I read somewhere that i had to increase privileges to that folder, but i am having the same error.

    It appears 2 times after creating any project and sometimes after a compilation.

    Edit: Moved to Tools forum; Andre

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      Do you mind to tell us what you are trying to do?

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on last edited by
        #3

        Perhaps ask for help on a ubuntu channel too? Seems like a distribution issue, not so much a Creator issue?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          seridyan
          wrote on last edited by
          #4

          [quote author="Volker" date="1299845680"]Do you mind to tell us what you are trying to do?[/quote]

          i am trying to use Qt Creator for the first time without any issues.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andre
            wrote on last edited by
            #5

            [quote author="seridyan" date="1299848610"]
            i am trying to use Qt Creator for the first time without any issues.
            [/quote]

            Fair enough. Could you please post your actual permissions for the /home/<user>/.config/Nokia/qtcreator/ directory?

            1 Reply Last reply
            0
            • G Offline
              G Offline
              goetz
              wrote on last edited by
              #6

              [quote author="Andre" date="1299850317"][quote author="seridyan" date="1299848610"]
              i am trying to use Qt Creator for the first time without any issues.
              [/quote]

              Fair enough. Could you please post your actual permissions for the /home/<user>/.config/Nokia/qtcreator/ directory?[/quote]

              And probably those in the path above too - it could be that some directory in the path is closed for write access.

              http://www.catb.org/~esr/faqs/smart-questions.html

              1 Reply Last reply
              0
              • S Offline
                S Offline
                seridyan
                wrote on last edited by
                #7

                [quote author="Andre" date="1299850317"]
                Fair enough. Could you please post your actual permissions for the /home/<user>/.config/Nokia/qtcreator/ directory?[/quote]

                that folder have root permissions. owner: create and delete, group: acces files, others: acces files.

                it says: "you are not the owner, so you cannot change these permissions"

                which command should i use in the terminal to change permissions to this rooted folder?

                1 Reply Last reply
                0
                • G Offline
                  G Offline
                  goetz
                  wrote on last edited by
                  #8

                  @
                  sudo chown user:group directoryname
                  @

                  EDIT:
                  if that doesn't work try in one of the dirs above, for example:

                  @
                  sudo chown -R user:group /home/<user>/.config
                  @

                  http://www.catb.org/~esr/faqs/smart-questions.html

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    seridyan
                    wrote on last edited by
                    #9

                    Thank you very much, it worked with:

                    @sudo chown -R user /home<user>/.config/Nokia@

                    1 Reply Last reply
                    0

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved