bobtfish
June 10th, 2009, 10:42 AM
Solved (ish, completely reinstalled).
(Standard 9.04, gnome, compiz setup)
A few days ago my laptop stopped displaying the panels and window borders, making it nigh on impossible to do anything.
I looked here: http://ubuntuforums.org/showthread.php?t=1178765 without too much luck.
However, if I right click on the Desktop and go to Change Desktop Background, then click any of the settings for Visual Effects, it brings back the window borders, and the other effects work fine (wobbly windows, scroll wheel switching between desktops, ...), but the panels are still not there. I can bring those back using a desktop launcher to run gnome-terminal, and running gnome-panel. However all this goes again as soon as I log out.
Once I had the panels back I created a new user and tried that, which worked fine, which I think indicates my user settings have been messed up.
So, does this seem likely? And how would I go about restoring them? Also, I'd be glad to know what might have caused this, in particular if it has any relation to some trouble I had installing Maple (a mathematics program used by my University) that day.
It has a Java interface which wasn't working properly, so on the advice of this page: http://ubit.buffalo.edu/software/linux/maple11.php I installed the Sun JRE (which I thought I had, but it seems the default one is a non-Sun alternative), which did a lot of nothing. Now I have Maple being launched from a script that includes the command on that page, and a bit ripped off from the default Maple launch script:
export AWT_TOOLKIT=MToolkit;
MAPLE='/home/chris/maple11'
export MAPLE
"${MAPLE}/bin/maple" -x $*
(Standard 9.04, gnome, compiz setup)
A few days ago my laptop stopped displaying the panels and window borders, making it nigh on impossible to do anything.
I looked here: http://ubuntuforums.org/showthread.php?t=1178765 without too much luck.
However, if I right click on the Desktop and go to Change Desktop Background, then click any of the settings for Visual Effects, it brings back the window borders, and the other effects work fine (wobbly windows, scroll wheel switching between desktops, ...), but the panels are still not there. I can bring those back using a desktop launcher to run gnome-terminal, and running gnome-panel. However all this goes again as soon as I log out.
Once I had the panels back I created a new user and tried that, which worked fine, which I think indicates my user settings have been messed up.
So, does this seem likely? And how would I go about restoring them? Also, I'd be glad to know what might have caused this, in particular if it has any relation to some trouble I had installing Maple (a mathematics program used by my University) that day.
It has a Java interface which wasn't working properly, so on the advice of this page: http://ubit.buffalo.edu/software/linux/maple11.php I installed the Sun JRE (which I thought I had, but it seems the default one is a non-Sun alternative), which did a lot of nothing. Now I have Maple being launched from a script that includes the command on that page, and a bit ripped off from the default Maple launch script:
export AWT_TOOLKIT=MToolkit;
MAPLE='/home/chris/maple11'
export MAPLE
"${MAPLE}/bin/maple" -x $*