I am using Ubuntu Lucid Lynx. I installed it using the feature 'Install within Windows'. I got a simple though difficult problem.
Touch pad and external mouse movements are working fine.
I am able to :
- Maximize,minimize,close an opened window using the buttons on window.
- Drag a window by double clicking and holding it.
- Rise up a context menu with a right click on the window border.
- Scroll through a page with the Mouse wheel.
I am not able to :
- Left click or right click on a panel.
- Open a menu item from the menu bar using click.
- Open a folder by double clicking it.
- Rise up a context menu for a right click inside the window area.
- Click an item in side pane.
- Scroll through a page dragging the scroll bar.
- Select OK or cancel in the pop up windows by a click. [To do so, I have to use
tab
to go the option and press enter].
It happened as follows :
I finished installing the packages planets
, sugar-emulator
, rlplot
, gsynaptics
, then opened the package planets
, added a planet in the opened window.
*The planets
window said to press Ctrl + Shift
to release mouse from its window to normal ubuntu environment. I doubt my keystroke was wrong. I am not sure what i pressed. Something wrong went from there. *
I thought a restart would clear the problem, but it didn't. I removed all the installed packages and their dependencies, restarted my laptop. Still, the problem exists.
I am using my laptop with all the keyboard shortcuts i know. And i have to press tab
many times to select something and it is really bad.
Solution ?
- Should i install any drivers for my touch pad ?
- Is there any option to restore my system to an earlier point of time as is possible in windows?
- Should i change any settings ?
- Can i recovery using any boot up installation?
Your gnome settings are corrupted some how. Instead of spending time debugging them all, your quickest solution is to create a new user and move over your document files. The other option is to try and reset the options for gnome:
From a terminal which you can get to by going Applications > Accessories > Terminal, copy and paste the following:
rm -rf .gnome .gnome2 .gconf .gconfd .metacity
This will remove all of your gnome settings and set them to the default settings. These files are normally hidden files and you don't normally see them in your home folder from nautilus (nautilus is the file manager that is shown when you go to Places > Home).
Log off and back on to apply the changes.
The solution to the problem was very simple
I don't know if this is the way it is supposed to be set or if it is backwards now (I never looked at this setting before) but my mouse now works correctly on Ubuntu 10.04
http://ubuntuforums.org/showthread.php?t=1512841
Try to kill and re-run your panel app process.
Can't run terminal?
If you are unable to start the Terminal (e.g. using a shortcut Alt+F2), but can run file manager,
you can find the Terminal in:
/usr/bin/gnome-terminal
(or generally in/usr/bin/*
)Search for a panel process (e.g. gnome-system-monitor > tab "Processes", search for something *-panel), for me it was
xfce4-panel
, for you it is probablygnome-panel
Run terminal
Kill all of it:
sudo killall gnome-panel
Start it again
sudo gnome-panel &
If you have Xubuntu, your panel app process is probably
xfce4-panel
, then, of course:sudo killall xfce4-panel
sudo xfce4-panel &
At least for the panel, you should try restarting the panel via "gnome-panel --replace" command to see if this temporary solves your problem (until next restart). In Ubuntu 10.04 my Desktop didn't have any problems, but with my Laptop, 80% of times I had to restart the panel at boot time ( there was a bug in gnome ).
If @Martin Owens solution doesn't work you could use KDE for a while ( it will be easier to have a working station to help you find a solution, that what I did in 10.10, where in gnome the mouse could not click anything but in KDE worked ). KDE is instaled from software center as kubuntu package, or in CLI with this command :sudo apt-get install kubuntu-desktop
Some of the behavior mentioned here, happened to me as well in while using Xubuntu 18.04, I solved it by going into the XFCE Panel Switch and reapplying my current configuration.
Hope it helps.