[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:3.4.0-0ubuntu3 --- nautilus (1:3.4.0-0ubuntu3) precise; urgency=low * debian/patches/dont_wrap_labels_after_dots.patch: - don't wrap labels after a dot if they are followed by a number, the upstream code has a hack for 3 digit

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-04-13 Thread Martin Pitt
** Changed in: nautilus (Ubuntu Precise) Assignee: Martin Pitt (pitti) => Sebastien Bacher (seb128) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942539 Title: Ubiquity desktop icon text looks

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-04-13 Thread Martin Pitt
Seb and I will look into a proper nautilus fix on Monday. Milestoning for final, as we cannot sensibly SRU this (well, not at least for 12.04 final, just for .1). Closing ubiquity task, as the workaround is not really appropriate. ** Changed in: ubiquity (Ubuntu) Status: Triaged => Invalid

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-04-13 Thread Martin Pitt
See http://git.gnome.org/browse/nautilus/tree/libnautilus-private /nautilus-icon-canvas-item.c#n1479 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942539 Title: Ubiquity desktop icon text looks mess

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-04-12 Thread Martin Pitt
For the record, adding a \n at the place where the word wrap should occur works fine. But that would need to be done in all translations individually, too (at least the ones we care about). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-04-12 Thread Jean-Baptiste Lallement
It is only fixed for English and the default label, the problem is still there for other language. For example in French the the break is between '12.' and '04' Tested with Ubuntu Desktop amd64 20120412 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-04-12 Thread Alan Pope
Yup, booted 12.04 daily AMD64 in VirtualBox (so Unity 2D) and it seemed okay, but not tried Unity 3D. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942539 Title: Ubiquity desktop icon text looks mes

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-04-11 Thread Brian Murray
Using a Live CD from 20120410 I confirm that the break is between 12.04 and the word LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942539 Title: Ubiquity desktop icon text looks messy To manag

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-04-11 Thread James Hunt
This problem appears to be resolved for me on an installed precise system. Copying bar.desktop to ~/Desktop/ and once I allow the file to be "executable" (right click, properties), the icon text shows line 1 as "Install Ubuntu 12.04" and line 2 as "LTS". ** Attachment added: "bar.desktop" http

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-04-11 Thread Steve Langasek
** Changed in: nautilus (Ubuntu) Assignee: (unassigned) => Canonical Desktop Team (canonical-desktop-team) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942539 Title: Ubiquity desktop icon text

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-03-22 Thread Jean-Baptiste Lallement
@Paolo, this is a different problem report in bug 961141 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942539 Title: Ubiquity desktop icon text looks messy To manage notifications about this bug go

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-03-22 Thread Paolo Sammicheli
Today's image look even more worse: https://launchpadlibrarian.net/97791526/Screenshot%20from%202012-03-21%2020%3A42%3A25.png It looks like we append the description to the icon name. We found it in the Italian locale but it affected all the languages, including English -- You received this bug

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-03-07 Thread Brian Murray
Per a discussion with seb128 and slangasek on #ubuntu-devel I've opened a nautilus bug task for this. The text should not be wrapped after a . that is not followed by a space. 09:41 < seb128> slangasek, bdmurray: yeah, seems a nautilus icon grid bug, when renaming the text entry wraps it correctl

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-03-07 Thread Stéphane Graber
non-ASCII period would work as a workaround, though it indeed looks a bit weird and might change quite a bit depending on the font, so might be problematic with the languages using a non-ubuntu font. The problem with \n although supported (thanks for that I didn't know) is with translations, you c

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-03-07 Thread James Hunt
Nautilus seems to be considering the period as a sentence end and therefore a legitimate place to wrap the text. However, that is wrong as there is no space following the period. Note that the '\n' escape sequence _is_ supported: http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s03.

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-03-01 Thread Alan Pope
Not having the version number kinda makes sense. I know however in the past I've booted random CDRs and USB sticks and figured out what they were from that icon legend. That said we do say what the version number is in Ubiquity fairly near the start as I recall, so removing the version number would

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-03-01 Thread Brian Murray
I wonder if the version information is really useful here. You can't choose to install 11.10 if you've booted a 12.04 live CD. Instead just having "Install Ubuntu" would make more sense to me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-03-01 Thread Stéphane Graber
I don't think there's much Ubiquity can do here, we simply ship a .desktop file containing a Name= entry. Now we don't have any control on how gtk/nautilus will wrap it and trying to add spaces or other ugly trick will likely break flavours and translations (where "Install" can be translated to "i

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-02-28 Thread Brian Murray
** Changed in: ubiquity (Ubuntu) Status: New => Triaged ** Changed in: ubiquity (Ubuntu) Importance: Undecided => Low ** Tags added: bitesize ** Tags added: precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-02-28 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/942539 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 942539] Re: Ubiquity desktop icon text looks messy

2012-02-28 Thread Alan Pope
** Attachment added: "ubiquity.png" https://bugs.launchpad.net/bugs/942539/+attachment/2790561/+files/ubiquity.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942539 Title: Ubiquity desktop ic