I think it is not good usability to disable the title input in config dialog if title checkbox is unchecked. Reason: Title is still visible in the tooltip and can not be changed anymore then. George Vlahavas is the package maintainer in Salix OS which I use. I guess I can ommit here the snapshots of /proc/partitins as told in README because not needed. In my opinion this is a feature request. So here is a patch suggestion to disable this strange behaviour. Apply the path against panel-plugin/main.c Best regards. 657,658c657,658 < gtk_widget_set_sensitive (GTK_WIDGET (poGUI->wTF_Title), < poConf->fTitleDisplayed); --- > /*gtk_widget_set_sensitive (GTK_WIDGET (poGUI->wTF_Title), > poConf->fTitleDisplayed);*/ 950,951c950,951 < gtk_widget_set_sensitive (GTK_WIDGET (poGUI->wTF_Title), < poConf->fTitleDisplayed); --- > /*gtk_widget_set_sensitive (GTK_WIDGET (poGUI->wTF_Title), > poConf->fTitleDisplayed);*/
This will be fixed in the next release.