You are not logged in.
If, while running my PyCharm IDE, I go to the top-left corner and click Decorate/Undecorate to get rid of the top bar I am unable to then use the File menu. It just flickers up and disappears again, or if I hold the button down it will stay there until I let go of the button.
Is there a fix for this? Otherwise, could someone point me in the right direction for debugging the issue?
Offline
Does this fix your issue:
pkill compton
Offline
Unfortunately not.
I thought it could have been a dual screen thing but I turned off the 2nd screen in the ARandR Screen Layout Editor and it did the same thing.
I just tried it on another computer (single screen, same installation CD, OS updated on both) and it worked fine (although I ran the free version of Pycharm on it rather than the Pro version but I wouldn't think there would be any difference in the menus). I've done almost nothing to the setup after installing Crunchbang other than install a whole lot of packages.
Is there an easy way to compare the two computers, like perhaps running a command that will output the configuration of the two PCs in order to compare what's different? Maybe I changed one critical thing without realising.
Offline
Ok, so I read through the "Don't break Debian" post and I think it's possible that I broke the system when trying to hack my way around installing multiple versions of Python which possibly would have updated the C libraries etc.
Maybe I'll just start fresh.
When installing things, is it typically safe if I just use apt-get install/update/upgrade without adding any extra repositories, or do I have to be careful with that as well?
Offline
When installing things, is it typically safe if I just use apt-get install/update/upgrade without adding any extra repositories
Yes, that is the recommended approach.
Mixing Debian stable with testing/unstable or Ubuntu (PPA) repositories is a recipe for disaster.
Offline
Ahhhh Java. Ok well I think that explains it perhaps. I'll have a play with it.
Last edited by Cameron (2016-04-07 00:22:06)
Offline