When installing Manjaro I set the partion as recomended on the instructions I googled for Arch/Manjaro unfortunately I can't remember what the page was. If this problem comes agin at least I'll know where to look and can try to resize the partitions?
[bjarkih@Tardis ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
dev 1.7G 0 1.7G 0% /dev
run 1.7G 8.4M 1.7G 1% /run
/dev/sda5 6.1G 5.7G 28M 100% /
tmpfs 1.7G 592K 1.7G 1% /dev/shm
tmpfs 1.7G 0 1.7G 0% /sys/fs/cgroup
tmpfs 1.7G 108K 1.7G 1% /tmp
/dev/sda6 102G 14G 84G 15% /home
/dev/sda3 504M 41M 439M 9% /boot
/dev/sda2 511M 4.0K 511M 1% /boot/efi
tmpfs 345M 12K 345M 1% /run/user/120
tmpfs 345M 32K 345M 1% /run/user/1000
/dev/sdb1 1.8T 752G 990G 44% /run/media/bjarkih/Geymsla
--Result of any web searches you have performed
As you know google provides a bit to much, isn't it simpler to give what dropbox support told me to do since it's basically the same as most of the webpages results gave me?
It looks like you may have some files in your folder that have their permissions incorrectly set. You can fix that with the following steps:
1) Stop the Dropbox desktop application (if needed)
- Click on the Dropbox icon.
- Choose Quit/Stop/Exit
2) Open the Terminal app
3) Copy and paste the following lines into the Terminal, one at a time, and press RETURN after each one. PLEASE make sure you copy and paste these commands (don't type them by hand), as getting them wrong could cause some harm. You'll be prompted for your computer user's password (not your Dropbox password) after entering the first command. Keep in mind that the password field in the terminal will remain blank as you type your password. After you type it, just press ENTER. You'll know that these instructions complete normally once the initial line of text (called prompt) comes up again:
sudo chown "$USER" "$HOME"
sudo chown -R "$USER" ~/Dropbox ~/.dropbox
sudo chattr -R -i ~/Dropbox
sudo chmod -R u+rw ~/Dropbox ~/.dropbox
Please note that once the prompt displays, the instruction completed the requested task, and is ready for the next command. If the command returns an error, or does not respond after an hour, you may want to try restarting your computer and try these steps again.
If you have any questions before you do this, or if you see an error after running one of these commands, please let us know!
4) Restart Dropbox
--What happens when you start with a new profile (i.e. move $HOME/.dropbox out of the way)
The small coulored icon on the Dropbox app in the taskbar turned from yellow to green but it still won't answer when I click on it, I can right-click and get the option of removing the applet. I'm going to see what's a reboot will do.
(I would like to note that I tried updating the system on my laptop wich is also running Manjaro and the same thing happened, Dropbox stoped running)