Skip to content

Common Problems

Bian Jiaping edited this page Aug 14, 2016 · 2 revisions

Disable touchpad on mouse detection

Install Gnome shell extension Touchpad Indicator, and enable "Automatically switch Touchpad On/Off" in its preference.

"Open folder" in some applications (like sublime-text) opens Audacious rather than Nautilus

This is caused by Audacious since it registers inode/directory mime type in its .desktop file.

Run the following command to fix it:

xdg-mime default org.gnome.Nautilus.desktop inode/directory

(It modifies ~/.local/share/applications/mimeapps.list. You can also edit the file manually)