Public bug reported:

I have made slight changes to desklets to make them more how I need them. This 
has worked on every one exept FTB-net-gauge. It is not a permission problem. It 
is not a permission problem. I want to have a space between the # and kB/s so 
it is more readable. 
sudo gedit /usr/share/gdesklets/Displays/FTB/FTBnet.display is where I go to 
try to change the way it displays the info. It is not a permission problem.
once = val
        if (speed_max_out[0] < once):
            speed_max_out[0] = once
        if (sys.net_state):
            Dsp.out_lbl.value = mem_format(once) + "B/s"           -- this line 
is where I am trying to make a difference
            return float(once) / float(speed_max_out[0])
        else:
            Dsp.out_lbl.value = "Down!"
            return 0.0
Googled html & it said if I add ten spaces only one will be used so I add 12 
spaces trying to get one, but have no luck
Have tried many things.

** Affects: gdesklets (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

- I have made slight changes to desklets to make them more how I need them. 
This has worked on every one exept FTB-net-gage. It is not a permission 
problem. It is not a permission problem. I want to have a space between the # 
and kB/s so it is more readable. 
+ I have made slight changes to desklets to make them more how I need them. 
This has worked on every one exept FTB-net-gauge. It is not a permission 
problem. It is not a permission problem. I want to have a space between the # 
and kB/s so it is more readable. 
  sudo gedit /usr/share/gdesklets/Displays/FTB/FTBnet.display is where I go to 
try to change the way it displays the info. It is not a permission problem.
  once = val
          if (speed_max_out[0] < once):
              speed_max_out[0] = once
          if (sys.net_state):
              Dsp.out_lbl.value = mem_format(once) + "B/s"           -- this 
line is where I am trying to make a difference
              return float(once) / float(speed_max_out[0])
          else:
              Dsp.out_lbl.value = "Down!"
              return 0.0
  Googled html & it said if I add ten spaces only one will be used so I add 12 
spaces trying to get one, but have no luck
  Have tried many things.

-- 
edit source for FTB-net-gauge won't make changes
https://bugs.launchpad.net/bugs/134844
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to