I integrated the easy-command line into GMPC as a small command line. You can use this command line to quickly play a song, search for something, etc. This was already available in a popup, but I preferred to integrate it in the main GUI. Let me know if you think I should add more commands read more
Daily Archives: April 16, 2011
Natty, bash strange tab completion?
April 16, 2011 – 5:56 pm
In natty the bash-completion is bit stupid. f.e. if you type cat Docu It will expand to: cat Documents instead of cat Documents/ To fix this open ~/.bashrc and comment the following: ?View Code BASH1 2 3 #if [ -f /etc/bash_completion ] && ! shopt -oq posix; then # . /etc/bash_completion #fi And you get read more