views:

23

answers:

1

Whenever I fire up netbeans on ubuntu the locations of the panels from my last session is not saved, unlike the behavior on windows.

I installed netbeans using OS independent package not through the package manager, and placed the extracted folder to /opt/netbeans

Everything works ok, but for example the netbeans "Output" panel always appears next to my source files, if I drag it to the bottom it stays there until I close netbeans and re-open it again, it re-appears besides my source files. Same thing applies for any panel I try to change positions, it gets really annoying when debugging, as i get 3 or 4 panels besides my source files instead of them being docked nicely in the bottom.

Is there any config file i need to change in order to fix this?

+1  A: 

issue this command in your terminal and check .netbeans dir whether it has 0755 or not. make sure it has write permission.

here is the command: ls -al ~

Nurul Ferdous
hmm, not sure why i didn't bother check the permissions on this folder? but yes your trick worked :) thanks
omarello