So, I was having a problem with Kde Menu Editor: it wasn't saving. I tried to open it using the console to see the errors and there was one that finished with "...is owned by uid 1000 instead of uid 0." I searched for a solution, found this topic: http://www.kubuntuforums.net/showthr...stead-of-uid-0 and followed claydoh's solution:
The result was: after I reboot, my resolution was 640x480 with no possibility to increase it, so I saw that the GPU drivers were deactivated/not installed. After several tries I got my screen to the normal resolution and with the GPU driver installed.
I got another problem, and this one I can't solve whatever I do: I'm getting permission erros when I try to install dropbox using kfilebox:
Here's the dropbox_erroryObQrl.txt file:
I tried to reinstall, delete the .dropbox and .dropbox-dist from my home folder and then reinstall and there's always a problem:
Or dropbox doesn't install due to the permission erros.
or it installs, but don't sync with the right folders (or doesn't sync at all) and when I try to open the Dropbox folder by clicking on the dropbox icon or selecting "Open Dropbox Folder", it doesn't open using dolphin, but firefox.
or the same as above, but with kfilebox crash:
So, what can I do?
Thx in advance
Code:
sudo chown -Rv username:username /home/username
I got another problem, and this one I can't solve whatever I do: I'm getting permission erros when I try to install dropbox using kfilebox:
Here's the dropbox_erroryObQrl.txt file:
Code:
pid: 3567 ppid: 1 uid: 1000 user_info: ('thebigheadedone', 'x', 1000, 1000, 'Raphael Barros,,,', '/home/thebigheadedone', '/bin/bash') effective_user_info: ('thebigheadedone', 'x', 1000, 1000, 'Raphael Barros,,,', '/home/thebigheadedone', '/bin/bash') euid: 1000 gid: 1000 egid: 1000 group_info: ('thebigheadedone', 'x', 1000, []) effective_group_info: ('thebigheadedone', 'x', 1000, []) appdata: u'/home/thebigheadedone/.dropbox' real_path=u'/home/thebigheadedone/.dropbox' mode=040700 uid=1000 gid=1000 parent mode=040755 uid=1000 gid=1000 dropbox_path: u'/home/thebigheadedone/Dropbox' real_path=u'/home/thebigheadedone/Dropbox' mode=040700 uid=0 gid=0 parent mode=040755 uid=1000 gid=1000 HOME: /home/thebigheadedone tempdir: '/tmp' real_path='/tmp' mode=041777 uid=0 gid=0 parent mode=040755 uid=0 gid=0 Traceback (most recent call last): File "core/authenticate.py", line 659, in authentication_thread File "core/authenticate.py", line 71, in handle_register File "core/databases.py", line 722, in load_dropbox_filecache File "core/file_cache.py", line 850, in __init__ File "core/file_cache.py", line 833, in _create_connhub Exception: Not a valid FileCache file
Or dropbox doesn't install due to the permission erros.
or it installs, but don't sync with the right folders (or doesn't sync at all) and when I try to open the Dropbox folder by clicking on the dropbox icon or selecting "Open Dropbox Folder", it doesn't open using dolphin, but firefox.
or the same as above, but with kfilebox crash:
Code:
Application: kfilebox (kfilebox), signal: Aborted Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [KCrash Handler] #6 0x00007fc57fb8d425 in raise () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x00007fc57fb90b8b in abort () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007fc57fbcb39e in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007fc57fc61807 in __fortify_fail () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007fc57fc60700 in __chk_fail () from /lib/x86_64-linux-gnu/libc.so.6 #11 0x00007fc57fc617be in __fdelt_warn () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007fc580a9a4d4 in QProcessPrivate::waitForStarted (this=<optimized out>, msecs=500) at io/qprocess_unix.cpp:1038 #13 0x00000000004107eb in ?? () #14 0x0000000000412227 in ?? () #15 0x000000000040c2dd in ?? () #16 0x000000000040ac58 in ?? () #17 0x00007fc57fb7876d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 #18 0x000000000040a999 in ?? () #19 0x00007fff9808b6b8 in ?? () #20 0x000000000000001c in ?? () #21 0x0000000000000001 in ?? () #22 0x00007fff9808d94e in ?? () #23 0x0000000000000000 in ?? ()
Thx in advance
Comment