How to prevent kdevelop showing "Unable to load the project file ...." for non-existing project

StackOverflow https://stackoverflow.com/questions/13339490

  •  28-11-2021
  •  | 
  •  

Question

When I start kdevelop (4.3.1) on Ubuntu (12.04) it is always showing a message twice

Unable to load the project file ...

I once created a project kdevelop is trying to find, but I moved files around and now the project's location has changed. As this project is not important at all, I want kdevelop to prevent looking for this project at the non-existing location. Can I configure kdevelop accordingly to 'remove' the project from a 'look-up' list? Or can I edit a kdevelop configuration file to tahe the project out?

Was it helpful?

Solution

This sounds like a bug. Please report it at bugs.kde.org.

As a workaround you can create a new session - that won't contain any open files. (and delete the old one)

OTHER TIPS

Just change the permission of the project directory where you want to create the configuration file.

chmod -R 777 source_directory_path
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top