Dolphin locking up my Computer. - Printable Version +- Maui Forums (https://forums.mauilinux.org) +-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74) +--- Forum: Plasma Desktop (https://forums.mauilinux.org/forumdisplay.php?fid=84) +--- Thread: Dolphin locking up my Computer. (/showthread.php?tid=23958) Pages:
1
2
|
Dolphin locking up my Computer. - Raydog - 16th September 2016 I cannot access my Root file system in Dolphin. If I click on my hard drive under Devices, click on Root under Places or click on / in the Location Bar it locks up my Macbook and requires a hard shut down. I can move the pointer but can't select anything with it or use my keyboard. I tried to open Dolphin using kdesudo Dolphin but it does the same thing. Any ideas? Edit- I forgot to say that I applied the updates for Maui and thought that that had broken something, so I did a fresh install and it turned out not to be the case. I'm at a lose. Here are the specs of my machine: Code: Kernel: 4.4.0-34-generic x86_64 (64 bit gcc: 5.3.1) RE: Dolphin locking up my Computer. - leszek - 16th September 2016 Sounds very strange. How about get a listing in the terminal with ls /? Does it show anything or freezes? Do you experience any other lockups when doing heavy tasks on the harddrive/ssd? RE: Dolphin locking up my Computer. - Raydog - 16th September 2016 Here is the result from ls /. No other lockups. Thanks for the response. Code: bin etc initrd.img.old lost+found opt run srv usr vmlinuz.old RE: Dolphin locking up my Computer. - leszek - 16th September 2016 Very strange indeed then. Can you start dolphin from the terminal and see if it throws any error there. Also check the ~/.xsession-errors file for dolphin logs. RE: Dolphin locking up my Computer. - Raydog - 16th September 2016 I can open Dolphin from terminal. If I try to open it as root (using kdesudo dolphin I get an error "the process for the file for protocol died unexpectedly". At least it didn't freeze. I opened ~/.xsession-errors , did a search for Dolphin and found no errors. Just to clarify: I can open anything in my Home folder, the freeze happens if I try to open anything outside Home. Very strange indeed. RE: Dolphin locking up my Computer. - leszek - 16th September 2016 Yeah opening it up with kdesudo is not supported really. We have added the open with root actions contextmenu for that matter. So opening up dolphin in terminal and going to your / (root) does not freeze it then? RE: Dolphin locking up my Computer. - Raydog - 16th September 2016 (16th September 2016, 13:54)leszek Wrote: Yeah opening it up with kdesudo is not supported really. We have added the open with root actions contextmenu for that matter. RE: Dolphin locking up my Computer. - Raydog - 16th September 2016 OK, I just rebooted using the iso USB stick and there is no problem with Dolphin there. Could it be a permissions problem? How would I find out? Linux noob. RE: Dolphin locking up my Computer. - Raydog - 16th September 2016 I created a new user and Dolphin is fully functional. Since it's early on I think I'll just start over. User manager in the new user does not see my old user. How can I delete the old user? RE: Dolphin locking up my Computer. - leszek - 16th September 2016 You can use the userdel command as sudo/root user and give it the name of the user to remove. |