01-08-2015, 11:01 AM
01-09-2015, 07:28 PM
Bumping this for mpig. Anyone have any ideas?
@mpig,
Can you give a better description of problem? Are you saying that nothing happens at all when you click the Menu button, or do the programs show, but not launch?
Have you tried rebooting the computer to see if it fixes itself?
@mpig,
Can you give a better description of problem? Are you saying that nothing happens at all when you click the Menu button, or do the programs show, but not launch?
Have you tried rebooting the computer to see if it fixes itself?
01-09-2015, 07:43 PM
I would remove purge it & reinstall it . give it a try .
01-09-2015, 09:50 PM
Try
in terminal
See what happens in terminal. If any errors. Post them back here. Whisker menu should pop up when you invoke that command.
Code:
xfce4-popup-whiskermenu
in terminal
See what happens in terminal. If any errors. Post them back here. Whisker menu should pop up when you invoke that command.
01-09-2015, 10:34 PM
It could be your mouse.
Open the terminal and type in
Put the mouse in the xev window then click inside. Note the keycode for each click. You will get a keycode for pressing and another for releasing each mouse button.
Try clicking randomly to see the mouse behaviour.
Open the terminal and type in
Code:
xev | grep -i button
Try clicking randomly to see the mouse behaviour.
01-09-2015, 11:41 PM
Is it fixed yet ?