[Bug 272792] Re: Ellipsize long folder names in the location bar

2010-04-07 Thread Ted M Lin
The patch is a bit of a hack, and should be improved upon. There has been no recent comments from upstream about it. My last discussion (December?) with some upstream devs wasn't conclusive. If anyone wants to take a poke and try something else, other ideas are welcome! -- Ellipsize long

[Bug 19069] Re: Nautilus browser's pathbar displays non-existent folders

2010-04-05 Thread Ted M Lin
Honestly, I'm not sure of the status. The patch submitted in gnome bugzilla in 2009-09 is the latest and was awaiting review. Last I remember, upstream was considering the change with some other work in Nautilus, but there has been no word since. If you'd like to start with that patch (or come

[Bug 197657] Re: sunset in clock applet does not respect 12hr/24hr setting

2009-09-15 Thread Ted M Lin
The bazaar branch is based on the latest patch in gnome bugzilla. There hasn't been any progress in a while, so am planning to get it into an ubuntu package for karmic. -- sunset in clock applet does not respect 12hr/24hr setting https://bugs.launchpad.net/bugs/197657 You received this bug

[Bug 19069] Re: Nautilus browser's pathbar displays non-existent folders

2009-08-27 Thread Ted M Lin
IIRC, the code does notice renamed folders, assuming you do it within nautilus. If done with some other program (or CLI), it can't be detected, as there's no way to differentiate a rename from a deletion. In this case, it'll be treated as a deletion. -- Nautilus browser's pathbar displays

[Bug 19069] Re: Nautilus browser's pathbar displays non-existent folders

2009-08-26 Thread Ted M Lin
David, I'll try to touch base with him. -- Nautilus browser's pathbar displays non-existent folders https://bugs.launchpad.net/bugs/19069 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list

[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-06-28 Thread Ted M Lin
I finally found the string in Launchpad Translations (English-UK, gdm template) and made the suggestion for the change above. Assuming the translation fix is taken, then the bug will be fixed. ** Package changed: gdm (Ubuntu) = language-pack-gnome-en (Ubuntu) -- Login screen clock has AM/PM

[Bug 19069] Re: Nautilus browser's pathbar displays non-existent folders

2009-06-28 Thread Ted M Lin
Patch against nautilus 2.26.2. May not be complete, but seems to work with all my own testing. (Also submitted to the upstream bug.) This removes the button corresponding to a deleted directory (and the ones underneath). This also fixes handling of buttons on folder renaming. ** Attachment

[Bug 272792] Re: Ellipsize long folder names in the location bar

2009-06-27 Thread Ted M Lin
Here's a possible patch to allow ellipsis into the pathbar button labels by forcing a maximum label width (and a tooltip to show the entire label). The solution provided in this patch isn't great (it forcibly limits the width of the button), it's a step in the right direction. (The patch has also

[Bug 388508] Re: Ctrl+Tab to change tab in Nautilus

2009-06-26 Thread Ted M Lin
This really should be handled by GTK, as the default keystroke handler for the tabs (aka GtkNotebook) is Ctrl+PageUp and Ctrl+PageDown. However, here is a sample patch (against nautilus 2.26.2) to get Ctrl+Tab and Ctrl+Shift+Tab to have the same functionality; it's a bit of a hack. ** Attachment

[Bug 197657] Re: sunset in clock applet does not respect 12hr/24hr setting

2009-06-25 Thread Ted M Lin
Re: Sebastien The patch has been attached to the GNOME bug, as requested. -- sunset in clock applet does not respect 12hr/24hr setting https://bugs.launchpad.net/bugs/197657 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. --

[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-06-25 Thread Ted M Lin
After a bit of confusion, I tracked down the problem. In language-pack-gnome-en-base, data/en_GB/LC_MESSAGES/gdm.po, there are the lines: msgid %a %b %d, %l:%M %p msgstr %a %d %b, %H:%M %p The strftime format string %H:%M %p contains a mishmash of both 24h and 12h formatting. This should

[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-06-25 Thread Ted M Lin
Addendum, I would imagine the right msgstr would be: %a %d %b, %H:%M -- Login screen clock has AM/PM suffix despite 24-hour format https://bugs.launchpad.net/bugs/289868 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. --

[Bug 197657] Re: sunset in clock applet does not respect 12hr/24hr setting

2009-06-24 Thread Ted M Lin
Here's a sample patch (against Karmic's gnome-panel 2.26.2-1ubuntu1) to have the sunrise/sunset time use the clock preference (12h vs 24h). It should apply cleanly to the current version in Intrepid (untested). The patch also requires a minimal libgweather1 version of at least 2.25.2 (i.e. a