Main Menu
From KevinWiki
Trouble Shooting
Main Menu
When 'Main Menu' application breaks the main menu,
remove ~/.config/menus/applications.menu</code file
$ rm ~/.config/menus/applications.menu
When the programmes installed through wine are not removed in the menu, check <code>~/.local/share/ directory and remove if there are any files and directories related to wine.
Issue with Intel Graphics
- If there are any issues with Intel graphics, do
$ sudo adduser $USER video
- Then edit /etc/X11/xorg.conf (create if it does not exists)
/etc/X11/xorg.conf
Section "Device" Identifier "Card0" Driver "intel" Option "AccelMethod" "uxa" #Option "AccelMethod" "sna" EndSection