[Desktop-packages] [Bug 841609] Re: Progress bar overlay not working

2011-09-08 Thread Hernando Torque
This is not yet fixed. While the graphical glitch is gone (I admit, the
more important part here), there are still some cases where the progress
bar doesn't show any progress at all whereas the Nautilus file copy
dialog works just fine.

** Changed in: nautilus (Ubuntu)
   Status: Fix Released = New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/841609

Title:
  Progress bar overlay not working

Status in Unity:
  Invalid
Status in “nautilus” package in Ubuntu:
  New
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  I just copied a couple of GiB around and noticed that the progress bar
  on the Nautilus launcher item wasn't working. It looks like the
  progress bar gets painted in the other direction, but that's just a
  guess (see screenshot).

  The progress bar seems to work fine when staying on the root
  partition.

  TEST CASE:
  1. Open Nautilus and copy more than one large file from one partition to 
another so the launcher item progress bar pops up.

  RESULT:
  The progress bar doesn't follow the progress shown in Nautilus' file 
operation dialog.

  Using Unity r1486.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/841609/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 841609] Re: Progress bar overlay not working

2011-09-08 Thread Hernando Torque
After some more testing: the progress bar seems to fail whenever the
copy process total file size is = 2147483648 bytes.


** Description changed:

- I just copied a couple of GiB around and noticed that the progress bar
- on the Nautilus launcher item wasn't working. It looks like the progress
- bar gets painted in the other direction, but that's just a guess (see
- screenshot).
- 
- The progress bar seems to work fine when staying on the root partition.
+ The progress bar seems to fail showing progress whenever the total file
+ size limit of the copy process is larger or equal than 2147483648 bytes
+ (= 2 GiB).
  
  TEST CASE:
- 1. Open Nautilus and copy more than one large file from one partition to 
another so the launcher item progress bar pops up.
+ 1. Create a bad dummy file:
+ dd if=/dev/zero of=dummy.fail bs=1073741824 count=2
+ 2. Create a working dummy file:
+ cp dummy.bad dummy.good
+ truncate -s 2147483647 dummy.good
+ 3. Open Nautilus and copy each one separately to a different place. 
Filesystems and partitions shouldn't matter.
  
  RESULT:
- The progress bar doesn't follow the progress shown in Nautilus' file 
operation dialog.
- 
- Using Unity r1486.
+ * dummy.good: The progress bar follows the progress shown in Nautilus' file 
dialog.
+ * dummy.bad:  The progress bar doesn't follow the progress shown in Nautilus' 
file operation dialog.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/841609

Title:
  Progress bar overlay not working

Status in Unity:
  Invalid
Status in “nautilus” package in Ubuntu:
  New
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  The progress bar seems to fail showing progress whenever the total
  file size limit of the copy process is larger or equal than 2147483648
  bytes (= 2 GiB).

  TEST CASE:
  1. Create a bad dummy file:
  dd if=/dev/zero of=dummy.fail bs=1073741824 count=2
  2. Create a working dummy file:
  cp dummy.bad dummy.good
  truncate -s 2147483647 dummy.good
  3. Open Nautilus and copy each one separately to a different place. 
Filesystems and partitions shouldn't matter.

  RESULT:
  * dummy.good: The progress bar follows the progress shown in Nautilus' file 
dialog.
  * dummy.bad:  The progress bar doesn't follow the progress shown in Nautilus' 
file operation dialog.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/841609/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 841609] Re: Progress bar overlay not working

2011-09-08 Thread Hernando Torque
Setting status back to fixed on request.

** Changed in: nautilus (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/841609

Title:
  Progress bar overlay not working

Status in Unity:
  Invalid
Status in “nautilus” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  The progress bar seems to fail showing progress whenever the total
  file size limit of the copy process is larger or equal than 2147483648
  bytes (= 2 GiB).

  TEST CASE:
  1. Create a bad dummy file:
  dd if=/dev/zero of=dummy.fail bs=1073741824 count=2
  2. Create a working dummy file:
  cp dummy.bad dummy.good
  truncate -s 2147483647 dummy.good
  3. Open Nautilus and copy each one separately to a different place. 
Filesystems and partitions shouldn't matter.

  RESULT:
  * dummy.good: The progress bar follows the progress shown in Nautilus' file 
dialog.
  * dummy.bad:  The progress bar doesn't follow the progress shown in Nautilus' 
file operation dialog.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/841609/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 841609] Re: Progress bar overlay not working

2011-09-07 Thread Hernando Torque
Unfortunately it's no fully fixed, as I now cannot see any progress bar
at all (in the bad case, the good case works like before). However that
fixes at least the bad visual experience.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/841609

Title:
  Progress bar overlay not working

Status in Unity:
  Invalid
Status in “nautilus” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  I just copied a couple of GiB around and noticed that the progress bar
  on the Nautilus launcher item wasn't working. It looks like the
  progress bar gets painted in the other direction, but that's just a
  guess (see screenshot).

  The progress bar seems to work fine when staying on the root
  partition.

  TEST CASE:
  1. Open Nautilus and copy more than one large file from one partition to 
another so the launcher item progress bar pops up.

  RESULT:
  The progress bar doesn't follow the progress shown in Nautilus' file 
operation dialog.

  Using Unity r1486.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/841609/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 841609] Re: Progress bar overlay not working

2011-09-07 Thread Treviño
htorque, the fact is that in some cases we don't know the progress
value, so it's impossible to show a valid progress and unity doesn't
have any pulsing progress bar. So I guess that in these cases we can't
do so much (also if this is the case in which the nautilus progress
window doesn't show the precise progress value, but just a pulsing bar).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/841609

Title:
  Progress bar overlay not working

Status in Unity:
  Invalid
Status in “nautilus” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  I just copied a couple of GiB around and noticed that the progress bar
  on the Nautilus launcher item wasn't working. It looks like the
  progress bar gets painted in the other direction, but that's just a
  guess (see screenshot).

  The progress bar seems to work fine when staying on the root
  partition.

  TEST CASE:
  1. Open Nautilus and copy more than one large file from one partition to 
another so the launcher item progress bar pops up.

  RESULT:
  The progress bar doesn't follow the progress shown in Nautilus' file 
operation dialog.

  Using Unity r1486.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/841609/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 841609] Re: Progress bar overlay not working

2011-09-06 Thread Omer Akram
the progress bar of usb-creator-gtk works perfectly fine the issue could
be in the nautilus unity integration patch

** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Medium

** Changed in: unity
   Importance: Undecided = Low

** Changed in: unity (Ubuntu)
   Importance: Undecided = Low

** Changed in: unity (Ubuntu)
   Status: New = Confirmed

** Changed in: unity
   Status: New = Confirmed

** Changed in: nautilus (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/841609

Title:
  Progress bar overlay not working

Status in Unity:
  Confirmed
Status in “nautilus” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  I just copied a couple of GiB around and noticed that the progress bar
  on the Nautilus launcher item wasn't working. It looks like the
  progress bar gets painted in the other direction, but that's just a
  guess (see screenshot). I don't know which other applications trigger
  the progress bar, so I can just report this for Nautilus.

  TEST CASE:
  1. Open Nautilus and copy a larger file to another location so the progress 
bar pops up.

  RESULT:
  The progress bar doesn't follow the progress shown in Nautilus' file 
operation dialog.

  Using Unity r1486.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/841609/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 841609] Re: Progress bar overlay not working

2011-09-06 Thread Hernando Torque
This only seems to happen if the source files are on an NTFS parition
and you copy more than one file (see updated description).

** Description changed:

  I just copied a couple of GiB around and noticed that the progress bar
  on the Nautilus launcher item wasn't working. It looks like the progress
  bar gets painted in the other direction, but that's just a guess (see
- screenshot). I don't know which other applications trigger the progress
- bar, so I can just report this for Nautilus.
+ screenshot).
+ 
+ This happens when copying more than one file from a NTFS source, e.g.
+ NTFS - EXT4 or NTFS - NTFS. It does not happen with an EXT4 source and
+ it doesn't happen if it's only one file.
  
  TEST CASE:
- 1. Open Nautilus and copy a larger file to another location so the progress 
bar pops up.
+ 1. Open Nautilus and copy more than one large files from an NTFS partition to 
another location so the progress bar pops up.
  
  RESULT:
  The progress bar doesn't follow the progress shown in Nautilus' file 
operation dialog.
  
  Using Unity r1486.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/841609

Title:
  Progress bar overlay not working

Status in Unity:
  Confirmed
Status in “nautilus” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  I just copied a couple of GiB around and noticed that the progress bar
  on the Nautilus launcher item wasn't working. It looks like the
  progress bar gets painted in the other direction, but that's just a
  guess (see screenshot).

  This happens when copying more than one file from a NTFS source, e.g.
  NTFS - EXT4 or NTFS - NTFS. It does not happen with an EXT4 source
  and it doesn't happen if it's only one file.

  TEST CASE:
  1. Open Nautilus and copy more than one large files from an NTFS partition to 
another location so the progress bar pops up.

  RESULT:
  The progress bar doesn't follow the progress shown in Nautilus' file 
operation dialog.

  Using Unity r1486.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/841609/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 841609] Re: Progress bar overlay not working

2011-09-06 Thread Treviño
It seems really weird. However, surely there's an issue both in unity
(that shouldn't ever draw a reversed progress bar) and in the nautilus
integration that maybe computes badly the progress in some cases.

Unfortunately here I've no NTFS partitions to test, so I hope you could help me 
in debugging this.
Now I'm quite busy, but as soon as I can I'll try to catch you in IRC. Is this 
fine?

** Changed in: unity
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/841609

Title:
  Progress bar overlay not working

Status in Unity:
  Confirmed
Status in “nautilus” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  I just copied a couple of GiB around and noticed that the progress bar
  on the Nautilus launcher item wasn't working. It looks like the
  progress bar gets painted in the other direction, but that's just a
  guess (see screenshot).

  This happens when copying more than one file from a NTFS source, e.g.
  NTFS - EXT4 or NTFS - NTFS. It does not happen with an EXT4 source
  and it doesn't happen if it's only one file.

  TEST CASE:
  1. Open Nautilus and copy more than one large files from an NTFS partition to 
another location so the progress bar pops up.

  RESULT:
  The progress bar doesn't follow the progress shown in Nautilus' file 
operation dialog.

  Using Unity r1486.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/841609/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 841609] Re: Progress bar overlay not working

2011-09-06 Thread Treviño
** Branch linked: lp:~3v1n0/ubuntu/oneiric/nautilus/unity-launcher-
support

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/841609

Title:
  Progress bar overlay not working

Status in Unity:
  Confirmed
Status in “nautilus” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  I just copied a couple of GiB around and noticed that the progress bar
  on the Nautilus launcher item wasn't working. It looks like the
  progress bar gets painted in the other direction, but that's just a
  guess (see screenshot).

  The progress bar seems to work fine when staying on the root
  partition.

  TEST CASE:
  1. Open Nautilus and copy more than one large file from one partition to 
another so the launcher item progress bar pops up.

  RESULT:
  The progress bar doesn't follow the progress shown in Nautilus' file 
operation dialog.

  Using Unity r1486.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/841609/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 841609] Re: Progress bar overlay not working

2011-09-06 Thread Treviño
The bug should be now fixed in lp:~3v1n0/ubuntu/oneiric/nautilus/unity-
launcher-support please test it if it works for you too.

Thank you for reporting and supporting.

** Changed in: unity
   Status: Confirmed = Invalid

** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/841609

Title:
  Progress bar overlay not working

Status in Unity:
  Invalid
Status in “nautilus” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  I just copied a couple of GiB around and noticed that the progress bar
  on the Nautilus launcher item wasn't working. It looks like the
  progress bar gets painted in the other direction, but that's just a
  guess (see screenshot).

  The progress bar seems to work fine when staying on the root
  partition.

  TEST CASE:
  1. Open Nautilus and copy more than one large file from one partition to 
another so the launcher item progress bar pops up.

  RESULT:
  The progress bar doesn't follow the progress shown in Nautilus' file 
operation dialog.

  Using Unity r1486.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/841609/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp