kdeconnectd error (solved) - 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: kdeconnectd error (solved) (/showthread.php?tid=24169) |
kdeconnectd error (solved) - caspar88 - 14th December 2016 Started to get this error recently, usually when I boot the system but also at other times. Can't find much information online about the cause of this, any suggestions? Thanks. RE: kdeconnectd error - AJSlye - 14th December 2016 Could you give us more detail on what the error is? Code: journalctl -u kdeconnectd.service RE: kdeconnectd error - leszek - 14th December 2016 Did you check if that file is writable ? This file is used to write the left sidebar entries of dolphin or open/save file dialogs. RE: kdeconnectd error - AJSlye - 14th December 2016 Agreed, that file should be writable. However, this makes me wonder how that files default attributes ended up changed? Are there any other files that might have the wrong attributes? Did you at any point backup and restore any files from your home directory to a ntfs formatted drive? RE: kdeconnectd error - caspar88 - 15th December 2016 Thanks for the replies. Does that look correct? Code: doug@doug-Aspire-M1930:~$ journalctl -u kdeconnectd.service I have recently acquired a USB external hard drive that was previously used on a macbook but I formatted it to EXT4 before using. RE: kdeconnectd error - leszek - 15th December 2016 Quote:Does that look correct? Nlpe that does not look right to me. Why is the file owned by root and not your user? Can you try changing the owner and group of that file. The terminal command Code: sudo chown yourUsername:yourUsername /path/tofile RE: kdeconnectd error (solved) - caspar88 - 16th December 2016 Thanks, seems to have fixed the problem. |