Announcement

Collapse
No announcement yet.

Permissions error with "Kfilebox/Dropbox" and GPU drivers after "sudo chown -Rv..."

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    I suggest you try it, its well worth getting to know, I hate it when I find my self in a bash shell these days and half the features I am use to are gone (especially the inline expansion as mentioned before). It is meant to be a modern shell that merges the best parts of bash and ksh (I think) and offers allot of improvements over bash especially in the prompt and tab completion area. Might write a summery/tutorial about it at some point, but I have some work to finish first (and I think we have hijacked this thread enough ).

    Comment


      #17
      Originally posted by SteveRiley View Post
      I think James147 might have mistyped. I suspect James147 meant to type
      Code:
      sudo chown -R ${USER}:${USER} /home/${USER}
      After this, the command-line installation of Dropbox worked as intended, hooray!

      Originally posted by SteveRiley View Post
      Muon is a package manager; you don't use it to manipulate individual files. To delete the file I mentioned earlier, you can use the command line:
      Code:
      rm ~/.dropbox-dist/libstdc++.so.6
      If Dropbox is running, you'll need to stop and restart it to notice the change.
      Then I closed it, deleted this lib, and is still working

      Thanks everyone for helping me

      Comment

      Working...
      X