Created attachment 7689 remove character limit Currently the mount setting in the plugin has a 32 character limit. Dealing with a user in xubuntu support who was trying to use this for a partition accessed via samba meant they failed to do so. Locally I tried to mount a folder in a partition - found the same thing. Attached patch removes the limitation. Tested locally and it works.
I agree with the patch. I'm also wondering whether the 16px limit for choosing the name (a few lines below) is necessary. > gtk_entry_set_max_length (GTK_ENTRY (entry3), 16); It might be ok to drop that too.
If one uses the name option - and then uses all of the 16 available characters. I assume that if one wanted to watch more than one partition - you'd need more than one plugin in the panel: that looks not nice
Created attachment 7692 long name fsguard
Well the name is an option so noone *needs* to use it, i dont really see a problem with the actual 16 char limit for the name. I've pushed your patch to master in e5f380754, but will leave the bug open if simon wants to discuss it more :)
Nah, I'm fine with the limit on the name. I just felt like mentioning it because I noticed ;) The more important part was really the functional fix anyway.
Good, closing then :)