[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 folder names in the location bar
https://bugs.launchpad.net/bugs/272792
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[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 up with an alternative)
and see if you can figure out something better, by all means.  I have
not tried it to the latest/current releases to see if it still cleanly
applies, but the change was pretty straightforward.

-- 
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
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[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 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
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 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.

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


[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 added: pathbar_track_deleted_folders.patch
   http://launchpadlibrarian.net/28494512/pathbar_track_deleted_folders.patch

-- 
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
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 been attached to the upstream bug.)

The patch could be improved to eliminate the hardcoded width (200px), to
allow the label to be as wide as possible without the pathbar vanishing
entirely, but I'm not quite sure how to approach that yet.


** Attachment added: pathbar_tab_limit_width.patch
   http://launchpadlibrarian.net/28467137/pathbar_tab_limit_width.patch

-- 
Ellipsize long folder names in the location bar
https://bugs.launchpad.net/bugs/272792
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[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 added: tabbar-use-ctrltab.patch
   http://launchpadlibrarian.net/28450625/tabbar-use-ctrltab.patch

-- 
Ctrl+Tab to change tab in Nautilus
https://bugs.launchpad.net/bugs/388508
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[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.

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


[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 either be just %H:%M, or the original
%l:%M %p.

Note:
The gdm source package (po/en_GB.po) has the following lines:
msgid %a %b %d, %l:%M %p
msgstr %a %b %d, %l:%M %p


The fix is to update language-pack-gnome-en-base with the right
string.

-- 
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.

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


[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.

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


[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 build-deb update).


** Attachment added: change sunrise/sunset time to use 12h/24h preference 
setting
   http://launchpadlibrarian.net/28334428/sunrise_sunset_use_time_prefs.patch

-- 
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.

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