Send buglog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/buglog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of buglog digest..."
Today's Topics:

   1. [Bug 788] Starting or stopping gsmd completely locks up the
      Neo ([EMAIL PROTECTED])
   2. [Bug 1006] New: Wrong order of button in "Remove group"
      dialog ([EMAIL PROTECTED])
   3. [Bug 1006] Wrong order of button in "Remove group" dialog
      ([EMAIL PROTECTED])
   4. [Bug 972] [patch] neod - PowerButton kills "Home"
      ([EMAIL PROTECTED])
   5. [Bug 976] GSMD Production Test program
      ([EMAIL PROTECTED])
   6. [Bug 1007] New: openmoko gtk theme looks ugly with some
      widgets ([EMAIL PROTECTED])
   7. [Bug 976] GSMD Production Test program
      ([EMAIL PROTECTED])
   8. [Bug 1007] openmoko gtk theme looks ugly with some widgets
      ([EMAIL PROTECTED])
   9. [Bug 466] LCD Backlight is too long and not configurable
      ([EMAIL PROTECTED])
  10. [Bug 739] svnREV missing from uImage
      ([EMAIL PROTECTED])
  11. [Bug 1001] Suggestion: Remove Bitstream Vera fonts from the
      default   image ([EMAIL PROTECTED])
  12. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
  13. [Bug 940] Dialer cursor positioning is confusing
      ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=788





------- Additional Comments From [EMAIL PROTECTED]  2007-11-13 14:33 -------
I agree that this is solely a kernel bug and trying to fix it elsewhere is a
wrong approach.  However, Mike's patch not only makes changes outside GTA01 code
but also adds platform code in generic drivers, something to avoid if possible.
 The remembering of flowcontrol bit also looks like a workaround (and shouldn't
be platform specific).

If Fabien Chevalier's patch works then I'm in favor of this patch, although it
looks to me like there should be an easier possible fix.

There seem to be two issues:
one is that the console and flowcontrol can be enabled even when we know that
there's nothing on the receiving end of the port, nothing that will toggle the
CTS bit. (This is partally addressed by both patches)

second issue is that the s3c serial driver does busy-waiting.  It should never
hang the whole system *even* when the CTS bit stays low and flowcontrol is
enabled.  It can block the tty input or do whatever but it shouldn't lock-up the
system.  This issue is not GTA01 specific.

That said something should really be done to "unfreeze" the kernel tree and get
either of the patches in to prevent user-space from being able to lock-up the
system.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1006

           Summary: Wrong order of button in "Remove group" dialog
           Product: OpenMoko
           Version: current svn head
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: openmoko-contacts
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


Dialog use "Delete|Cancel" instead of "Cancel|Delete". I have r363 installed.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1006





------- Additional Comments From [EMAIL PROTECTED]  2007-11-13 14:48 -------
Created an attachment (id=378)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=378&action=view)
screenshot




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=972

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2007-11-13 15:23 -------
It seems there has been a regression and this issue is now present again in the
latest software.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=976





------- Additional Comments From [EMAIL PROTECTED]  2007-11-13 16:33 -------
to verify GSM modem functions for production testing:

1. use libgsmd-tool to verify the firmware version number
2. use libgsmd-tool to dial out the emergency number





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1007

           Summary: openmoko gtk theme looks ugly with some widgets
           Product: OpenMoko
           Version: 2007.2
          Platform: Neo1973
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Graphics Design
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


I used the gtk notebook widget in my python app and the tabs are too small to
click with the finger and the black font on the black button is unreadable.
see: http://rabenfrost.net/openmoko/pyPhone1.png (bottom)

I then tried to replace the notebook wdget tabs with toggle buttons (left) and
normal buttons (right)
http://rabenfrost.net/openmoko/pyPhone2.png (bottom)
As you can see, the normal buttons are okay but not suitable for a tabbing
interface an the toggle buttons are again unreadable if not activated!



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=976

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-11-13 16:59 -------
marked it to 'fixed', i've put some code to svn site.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1007





------- Additional Comments From [EMAIL PROTECTED]  2007-11-13 17:02 -------
addition:
using toggle buttons with icons will also not work because all openmoko icons
are orange and the toggle color is orange too, the icon will get invisible.
The should get gray as the normal openmoko tabs in today2 or the dialer2 are.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=466

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-11-13 20:44 -------
Closing it for now. Please feel free to reopen, if my advice doesn't help you.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=739

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-11-13 20:46 -------
fixed a while ago.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1001

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-11-13 20:49 -------
fixed in OE 12505e50e7fe9d65a3058e99c2a7dc84391cd917 -- thanks!



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
[This e-mail has been automatically generated.]

You have one or more bugs assigned to you in the Bugzilla 
bugsystem (http://bugzilla.openmoko.org/cgi-bin/bugzilla/) that require
attention.

All of these bugs are in the NEW state, and have not been touched
in 7 days or more.  You need to take a look at them, and 
decide on an initial action.

Generally, this means one of three things:

(1) You decide this bug is really quick to deal with (like, it's INVALID),
    and so you get rid of it immediately.
(2) You decide the bug doesn't belong to you, and you reassign it to someone
    else.  (Hint: if you don't know who to reassign it to, make sure that
    the Component field seems reasonable, and then use the "Reassign bug to
    owner of selected component" option.)
(3) You decide the bug belongs to you, but you can't solve it this moment.
    Just use the "Accept bug" command.

To get a list of all NEW bugs, you can use this URL (bookmark it if you like!):

    
http://bugzilla.openmoko.org/cgi-bin/bugzilla/buglist.cgi?bug_status=NEW&[EMAIL 
PROTECTED]

Or, you can use the general query page, at
http://bugzilla.openmoko.org/cgi-bin/bugzilla/query.cgi.

Appended below are the individual URLs to get to all of your NEW bugs that 
haven't been touched for a week or more.

You will get this message once a day until you've dealt with these bugs!

  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=41
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=69
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=112
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=114
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=129
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=141
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=181
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=276
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=301
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=340
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=448
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=555
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=572
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=624
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=630
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=661
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=675
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=696
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=714
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=727
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=835
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=847
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=864
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=881
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=882
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=888
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=933
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=934
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=935
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=945
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=961
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=978
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=995



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=940

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-11-14 09:48 -------
I've removed the cursor indicator and made sure all input is now added to the
end of the display.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog

Reply via email to