Yesterday I installed MegaSync with the Nautilus extension and when I restarted the computer (running Ubuntu Desktop 15.04) the MegaSync app doesn't start at all.
I tried running megasync in the terminal and nothing, System Monitor does not see MegaSync running. What can I do?
ps axu | grep megasync? – dadexix86 Aug 31 '15 at 07:35strace megasync. – dadexix86 Aug 31 '15 at 17:15ls -l "/home/fer/.local/share/data/Mega Limited/MEGAsync/megasync.lock"– dadexix86 Aug 31 '15 at 18:38sudo"? Typing random command in your CLI can result in serious damage. Avoid typing commands if you don't know what they do and no one tells you so (and clearly you don't know whatlsdoes, otherwise you would not have done it withsudo). BTW the problem is that that file is owned byroot. Is not the case that you tried to run Mega withsudo, right?... – dadexix86 Sep 01 '15 at 22:21sudo, especially graphical programs, may lead to some major problems like this (wrong ownership of files, that might result in you not being able to log into your system at all!). If you really can't avoid messing around with higher privileges on your system, at least usegksudoto launch graphical programs. – dadexix86 Sep 01 '15 at 22:23