xfce4-diskperf-plugin does not work for any other disks than /dev/sda.
Tried to change to e.g. /dev/sdb in settings, but it shows anyway only /dev/sda data (tooltip and maybe also bars).
[done] xfce4-diskperf-plugin
- damNageHack
- Posts: 663
- Joined: 24. Sep 2009, 17:07
[done] xfce4-diskperf-plugin
Last edited by damNageHack on 21. Jan 2010, 18:55, edited 1 time in total.

This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
Re: xfce4-diskperf-plugin
No, it works just fine here. You probably forgot to change the label and that still displays sda.
- damNageHack
- Posts: 663
- Joined: 24. Sep 2009, 17:07
Re: xfce4-diskperf-plugin
Yes, you are right. it is somehow a bad usability for configuration dialog. You can disable the title shwon directly in panel, but it is anyway in the mouse-over popup with the given text, but you can not change it without enabling again the checkbox.gapan wrote:No, it works just fine here. You probably forgot to change the label and that still displays sda.

This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
Re: [done] xfce4-diskperf-plugin
Yes, sounds messy to me. Report issue upstream 

- damNageHack
- Posts: 663
- Joined: 24. Sep 2009, 17:07
Re: [done] xfce4-diskperf-plugin
No. Then I would have to suggest a better dialog layout, and I am bad at usability design (only good in detecting bad ones
).


This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
- damNageHack
- Posts: 663
- Joined: 24. Sep 2009, 17:07
Re: [done] xfce4-diskperf-plugin
Here is a patch to disable the mentioned behaviour Apply it against panel-plugin/main.c

I will suggest it for upstream.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 is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
- damNageHack
- Posts: 663
- Joined: 24. Sep 2009, 17:07
Re: [done] xfce4-diskperf-plugin
http://bugzilla.xfce.org/show_bug.cgi?id=6176damNageHack wrote:I will suggest it for upstream.

This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
- damNageHack
- Posts: 663
- Joined: 24. Sep 2009, 17:07
Re: [done] xfce4-diskperf-plugin
Why? Please explain ...JRD wrote:I think it's smart too


This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.