[Bug 60095] PGN files detected as text/plain not application/x-chess-pgn

2006-09-12 Thread Robert Ancell
Public bug reported:

Nautilus does not correctly identify PGN (portable game notation) files.

To reproduce save the following as foo.pgn:
snip
[Event Local chess game]
[Site ?]
[Date .??.??]
[Round ?]
[White White]
[Black Black]
[Result *]

1. e4 d5 2. exd5 Na6 3. Bb5+ *
/snip

Browsing with Nautilus will display a thumbnail of the text of the file
and right-clicking to get the file properties will show the MIME type as
text/plain.

However /usr/share/mime/packages/freedesktop.org.xml has an entry for .pgn 
files:
snip
  mime-type type=application/x-chess-pgn
commentPGN chess game/comment
glob pattern=*.pgn/
  /mime-type
/snip

If you edit this file and add sub-class-of type=text/plain/ after
running update-mime-database then nautilus identifies correctly.

Now, I am unsure if this is a bug in shared-mime-info or nautilus or
both. PGN is a sub-type of text/plain, however there is nothing
ambiguous about the .pgn glob matching.

I am using Ubuntu Dapper (nautilus 2.14.3-0ubuntu1, shared-mime-info
0.17-0ubuntu11)

** Affects: shared-mime-info (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
PGN files detected as text/plain not application/x-chess-pgn
https://launchpad.net/bugs/60095

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


[Bug 104146] Re: chess cause computer to shutdonw

2007-04-07 Thread Robert Ancell

** Attachment added: Contents of /var/syslog
   http://librarian.launchpad.net/7216698/templog.txt

-- 
chess cause computer to shutdonw
https://bugs.launchpad.net/bugs/104146
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-games in ubuntu.

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


[Bug 76885] Re: glChess crashes on player switch

2007-04-24 Thread Robert Ancell
This bug was upstream here:
http://bugzilla.gnome.org/show_bug.cgi?id=390652

It's now closed as it seems to work fine in 2.18 and there have been no
duplicate reports.

-- 
glChess crashes on player switch
https://bugs.launchpad.net/bugs/76885
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 110228] Re: gnomemines pause when moving or resizing window

2007-04-26 Thread Robert Ancell
known and fixed upstream.

** Bug watch added: GNOME Bug Tracker #433036
   http://bugzilla.gnome.org/show_bug.cgi?id=433036

** Also affects: gnome-games (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=433036
   Importance: Unknown
   Status: Unknown

-- 
gnomemines pause when moving or resizing window
https://bugs.launchpad.net/bugs/110228
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-games in ubuntu.

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


[Bug 71593] Re: glChess has no 3D

2007-03-05 Thread Robert Ancell
python-gtkglext1 has been added to Debian unstable in the last week:
http://packages.debian.org/unstable/python/python-gtkglext1

The glchess packaged version is slightly better as it builds the
bindings for all the installed versions of Python (though I suspect this
change will be added to the Deb Unstable version soon).

Hopefully it will be picked up for Feisty+1? Once Ubuntu has picked up
the package I get to stop maintaining it :)

-- 
glChess has no 3D
https://launchpad.net/bugs/71593

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


[Bug 71170] Re: Tetravex

2007-01-03 Thread Robert Ancell
This may be related to a bug I've just fixed:
http://bugzilla.gnome.org/show_bug.cgi?id=391216

-- 
Tetravex
https://launchpad.net/bugs/71170

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


[Bug 30348] gtk.Notebook.get_current_page() returns incorrect page number when pages hidden

2006-02-02 Thread Robert Ancell
Public bug reported:
https://launchpad.net/malone/bugs/30348

Affects: gtk+2.0 libgtk2.0-0 (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

Description:
Hi,

I have found the Gtk+ Notebook widget has inconsistent behaviour when
pages are hidden.

gtk_notebook_get_current_page() returns the selected page starting from
0. Hidden pages are not counted.

gtk_notebook_get_nth_page() takes a page number as an argument. The
number is the page number as added (i.e. it includes any hidden pages).

Since these behave differently
gtk_notebook_get_nth_page(gtk_notebook_get_current_page()) does not
return the selected page if hidden pages are present.

My expected behaviour was that hidden pages are counted but not visible.

This bug is always reproducible. Find attached a PyGTK and C example
that shows the bug.

The use case I have for this is:
An application contains a notebook which has pages that are added and removed 
dynamically. When the application starts the notebook contains a single 
splashscreen page. When a page is added the splashscreen is hidden until 
all the dynamically added pages are removed.

I am using Ubuntu Breezy (libgtk2.0-0 version 2.8.6-0ubuntu2.1)

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


[Bug 30348] gtk.Notebook.get_current_page() returns incorrect page number when pages hidden

2006-02-02 Thread Robert Ancell
Public bug report changed:
https://launchpad.net/malone/bugs/30348

- Changed attachments:
Added: Python example of Gtk+ notebook hidden page bug 
   http://librarian.launchpad.net/1546945/gtk_notebook_bug.py

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


[Bug 30822] gtk.Button unable to be clicked after becoming sensitive

2006-02-08 Thread Robert Ancell
Public bug reported:
https://launchpad.net/malone/bugs/30822

Affects: gtk+2.0 (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed

Description:
Hi,

I have found a bug in GTK+ in which you are unable to click buttons that
have changed from insensitive to sensitive. To be able to click on them
you must move the pointer outside the button and then enter it again.

I am using Ubuntu 5.10 (libgtk2.0-0 version 2.8.6-0ubuntu2.1).

Repeatable: Always

Use case: An application has buttons that become insensitive after being
clicked due to a busy state machine. They become sensitive when the
request is processed - if this is very fast then the user cannot click a
second time without having to move the mouse outside of the button
first.

Examples: Find attached a pygyk and C program that exhibit this
behaviour.

This is probably related to another bug in which occurs when buttons are
created under the pointer. For instance when logging out of Gnome I have
become so used to moving the mouse to the OK button that when it appears
it is created under the mouse pointer. You then need to move the pointer
outside the button then return it to be able to click.

Thanks,
--Robert Ancell

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


[Bug 30822] gtk.Button unable to be clicked after becoming sensitive

2006-02-08 Thread Robert Ancell
Public bug report changed:
https://launchpad.net/malone/bugs/30822

Comment:
I think this is a duplicate of Gnome bugs 56070, 327463 (and the piles
of duplicate bugs they keep closing).

I don't know enough about the internals of GTK+ but the comments on
Gnome Bugzilla indicate the problem may be to do with the button X
window not receiving events when it is insensitive - so shouldn't it
always receive events and just not act on them when the user has made it
insensitive? Thus the button keeps the sensitive state and GDK/X keep
processing events as normal.

Note about Malone/Launchpad - It is very hard to find existing bugs on
main page - I want to just type in GTK+ somewhere and get a list of
them.

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


[Bug 119679] Re: Reboot after quit Chess game

2007-06-10 Thread Robert Ancell
This bug is now fixed in Gnome svn. See bug link for details

** Bug watch added: GNOME Bug Tracker #443073
   http://bugzilla.gnome.org/show_bug.cgi?id=443073

** Also affects: gnome-games (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=443073
   Importance: Unknown
   Status: Unknown

-- 
Reboot after quit Chess game
https://bugs.launchpad.net/bugs/119679
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-games in ubuntu.

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


[Bug 95190] Re: sudoku crashes when you try to undo clearing a non-empty tracker

2007-03-23 Thread Robert Ancell
Fixed in Gnome Bug 417805.

-- 
sudoku crashes when you try to undo clearing a non-empty tracker
https://launchpad.net/bugs/95190

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


[Bug 98636] Re: Gnome mahjongg : tile floating in difficult level

2007-03-29 Thread Robert Ancell
I think this is:
http://bugzilla.gnome.org/show_bug.cgi?id=386213

This was fixed in 2.16.3

-- 
Gnome mahjongg : tile floating in difficult level
https://launchpad.net/bugs/98636

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


[Bug 367083] Re: dpkg error

2009-04-26 Thread Robert Ancell
Please try:
sudo dpkg --configure -a

-- 
dpkg error
https://bugs.launchpad.net/bugs/367083
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 367083] Re: dpkg error

2009-04-26 Thread Robert Ancell
Not a gnome-terminal issue

** Changed in: gnome-terminal (Ubuntu)
   Status: New = Invalid

-- 
dpkg error
https://bugs.launchpad.net/bugs/367083
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 277614] Re: gnect crashed after final move

2009-04-26 Thread Robert Ancell
** Summary changed:

- gnect crashed with SIGSEGV in g_object_set_valist()
+ gnect crashed after final move

-- 
gnect crashed after final move
https://bugs.launchpad.net/bugs/277614
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 146411] Re: gnect crashed playing sound

2009-04-26 Thread Robert Ancell
Fixed upstream

** Summary changed:

- gnect crashed with SIGSEGV
+ gnect crashed playing sound

** Changed in: gnome-games (Ubuntu)
   Status: Incomplete = Triaged

-- 
gnect crashed playing sound
https://bugs.launchpad.net/bugs/146411
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 346309] Re: glade-3 crashed with SIGSEGV in glade_editor_property_load()

2009-04-26 Thread Robert Ancell
Confirmed fixed in Jaunty (Glade 3.6.1)

** Changed in: glade-3 (Ubuntu)
   Status: Triaged = Fix Released

-- 
glade-3 crashed with SIGSEGV in glade_editor_property_load()
https://bugs.launchpad.net/bugs/346309
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 356013] Re: glade-3 crashed with SIGSEGV in g_object_unref()

2009-04-26 Thread Robert Ancell
Fixed upstream in 3.6.2

-- 
glade-3 crashed with SIGSEGV in g_object_unref()
https://bugs.launchpad.net/bugs/356013
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 358467] Re: glade-3 crashed with SIGSEGV in g_closure_invoke()

2009-04-26 Thread Robert Ancell
Fixed in Glade 3.6.3

-- 
glade-3 crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/358467
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 181553] Re: Playlists do not handle \r or mixed newline formats

2009-04-26 Thread Robert Ancell
** Changed in: totem-pl-parser (Ubuntu)
   Status: Triaged = In Progress

-- 
Playlists do not handle \r or mixed newline formats
https://bugs.launchpad.net/bugs/181553
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 94651] Re: Crash loading Glade file with Druid

2009-04-26 Thread Robert Ancell
** Summary changed:

- [apport] glade-3 crashed with SIGSEGV in g_param_value_validate()
+ Crash loading Glade file with Druid

-- 
Crash loading Glade file with Druid
https://bugs.launchpad.net/bugs/94651
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 214225] Re: Crash changing menu item type to Image and editing name

2009-04-26 Thread Robert Ancell
** Summary changed:

- glade-3 crashed with SIGSEGV in g_utf8_get_char()
+ Crash changing menu item type to Image and editing name

-- 
Crash changing menu item type to Image and editing name
https://bugs.launchpad.net/bugs/214225
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 257646] Re: Crash modifying GtkToolbar

2009-04-26 Thread Robert Ancell
** Summary changed:

- glade-3 crashed with SIGSEGV
+ Crash modifying GtkToolbar

-- 
Crash modifying GtkToolbar
https://bugs.launchpad.net/bugs/257646
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 257073] Re: Crash opening Glade file from command line

2009-04-26 Thread Robert Ancell
Thank you for this bug report.  Could you attach the .glade file that
causes the crash?  Is this still occurring in Jaunty (Glade 3.6.1)?

** Summary changed:

- glade-3 crashed with SIGSEGV in gtk_tree_model_get_valist()
+ Crash opening Glade file from command line

** Changed in: glade-3 (Ubuntu)
   Status: Triaged = Incomplete

-- 
Crash opening Glade file from command line
https://bugs.launchpad.net/bugs/257073
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 358467] Re: Crash adding related action to button

2009-04-26 Thread Robert Ancell
** Summary changed:

- glade-3 crashed with SIGSEGV in g_closure_invoke()
+ Crash adding related action to button

** Changed in: glade-3 (Ubuntu)
   Status: Fix Committed = Triaged

-- 
Crash adding related action to button
https://bugs.launchpad.net/bugs/358467
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 356013] Re: Crash configuring custom button content

2009-04-26 Thread Robert Ancell
** Summary changed:

- glade-3 crashed with SIGSEGV in g_object_unref()
+ Crash configuring custom button content

-- 
Crash configuring custom button content
https://bugs.launchpad.net/bugs/356013
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 340695] Re: Crash closing Glade

2009-04-26 Thread Robert Ancell
** Summary changed:

- glade-3 crashed with SIGSEGV in g_type_check_instance_cast()
+ Crash closing Glade

-- 
Crash closing Glade
https://bugs.launchpad.net/bugs/340695
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 321285] Re: glade-3 crashed with SIGSEGV in g_cclosure_marshal_VOID__PARAM()

2009-04-26 Thread Robert Ancell
Gabrial, the issue you are experiencing is covered in bug 358467

** Summary changed:

- glade-3 crashed with SIGSEGV in g_cclosure_marshal_VOID__PARAM()
+ Crash editing container

-- 
Crash editing container
https://bugs.launchpad.net/bugs/321285
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 337906] Re: Make DevHelp links able to use different language documentation e.g. PyGTK vs C)

2009-04-26 Thread Robert Ancell
** Summary changed:

- Glade doesn't redirect to the wanted DevHelp documentation page
+ Make DevHelp links able to use different language documentation e.g. PyGTK vs 
C)

-- 
Make DevHelp links able to use different language documentation e.g. PyGTK vs C)
https://bugs.launchpad.net/bugs/337906
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 337906] Re: Make DevHelp links able to use different language documentation e.g. PyGTK vs C)

2009-04-26 Thread Robert Ancell
** Changed in: glade-3 (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: glade-3 (Ubuntu)
   Status: New = Triaged

** Bug watch added: GNOME Bug Tracker #580368
   http://bugzilla.gnome.org/show_bug.cgi?id=580368

** Also affects: glade-3 via
   http://bugzilla.gnome.org/show_bug.cgi?id=580368
   Importance: Unknown
   Status: Unknown

-- 
Make DevHelp links able to use different language documentation e.g. PyGTK vs C)
https://bugs.launchpad.net/bugs/337906
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-04-27 Thread Robert Ancell
Fixed in Glade 3.6.2 (by removing support for treestore data)

-- 
GtkTreeStore doesn't handle GtkBuildable data tag.
https://bugs.launchpad.net/bugs/345989
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 273233] Re: could not find a parent that handles internal children

2009-04-27 Thread Robert Ancell
Reassigning to libglade as upstream bug is against this product.

** Package changed: glade-3 (Ubuntu) = libglade (Ubuntu)

-- 
could not find a parent that handles internal children
https://bugs.launchpad.net/bugs/273233
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 115251] Re: can't remove widgets from clipboard

2009-04-27 Thread Robert Ancell
This clipboard feature was removed from Glade 3.5.x onwards so is no
longer an issue.

** Changed in: glade-3 (Ubuntu)
   Status: Triaged = Fix Released

-- 
can't remove widgets from clipboard
https://bugs.launchpad.net/bugs/115251
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 112007] Re: Glade 3 has rendering problems in menubar added to window

2009-04-27 Thread Robert Ancell
Can this be reproduced in Ubuntu 9.04 (Jaunty)?  I have tried to
reproduce with Glade 3.6.1 in Jaunty and am not seeing a problem.

** Changed in: glade-3 (Ubuntu)
   Status: Triaged = Incomplete

-- 
Glade 3 has rendering problems in menubar added to window
https://bugs.launchpad.net/bugs/112007
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 120897] Re: Setting show_finish on GnomeDruid makes it unnavigable in Glade

2009-04-27 Thread Robert Ancell
** Summary changed:

- gnomedruid and apply button
+ Setting show_finish on GnomeDruid makes it unnavigable in Glade

-- 
Setting show_finish on GnomeDruid makes it unnavigable in Glade
https://bugs.launchpad.net/bugs/120897
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 353859] Re: Improvements for enabling keyboard shortcuts

2009-04-27 Thread Robert Ancell
** Summary changed:

- Vinagre F11 fullscreen toggle not responding
+ Improvements for enabling keyboard shortcuts

-- 
Improvements for enabling keyboard shortcuts
https://bugs.launchpad.net/bugs/353859
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 299970] Re: Add listen mode

2009-04-27 Thread Robert Ancell
** Summary changed:

- [wishlist] vinagre should offer a listen mode
+ Add listen mode

-- 
Add listen mode
https://bugs.launchpad.net/bugs/299970
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 223319] Re: Make fullscreen pan if remote display has higher resolution

2009-04-27 Thread Robert Ancell
Sent upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=580387

** Summary changed:

- Enh: panning while in fullscreen
+ Make fullscreen pan if remote display has higher resolution

** Bug watch added: GNOME Bug Tracker #580387
   http://bugzilla.gnome.org/show_bug.cgi?id=580387

** Also affects: vinagre via
   http://bugzilla.gnome.org/show_bug.cgi?id=580387
   Importance: Unknown
   Status: Unknown

** Changed in: vinagre (Ubuntu)
   Status: Confirmed = Triaged

-- 
Make fullscreen pan if remote display has higher resolution
https://bugs.launchpad.net/bugs/223319
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 273298] Re: Support ssh tunneled sessions

2009-04-27 Thread Robert Ancell
** Summary changed:

- vinagre should provide ssh tunnled sessions
+ Support ssh tunneled sessions

-- 
Support ssh tunneled sessions
https://bugs.launchpad.net/bugs/273298
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 278489] Re: Local mouse pointer disappears

2009-04-27 Thread Robert Ancell
** Summary changed:

- vinagre local mouse pointer disappears
+ Local mouse pointer disappears

-- 
Local mouse pointer disappears
https://bugs.launchpad.net/bugs/278489
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 260747] Re: Support sending/receiving of files between local and remote host

2009-04-27 Thread Robert Ancell
** Summary changed:

- Vinagre should support send/receive files
+ Support sending/receiving of files between local and remote host

-- 
Support sending/receiving of files between local and remote host
https://bugs.launchpad.net/bugs/260747
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 315930] Re: Freeze when copying on host computer

2009-04-27 Thread Robert Ancell
** Summary changed:

- Vinagre (Remote desktop viewer) Freezes when I copy something on my host 
computer
+ Freeze when copying on host computer

-- 
Freeze when copying on host computer
https://bugs.launchpad.net/bugs/315930
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 312452] Re: Login fails using password containing accented character

2009-04-27 Thread Robert Ancell
** Summary changed:

- accent problem with password on  vinagre
+ Login fails using password containing accented character

-- 
Login fails using password containing accented character
https://bugs.launchpad.net/bugs/312452
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 203782] Re: Support low color depth to improve speed

2009-04-27 Thread Robert Ancell
** Summary changed:

- [Wishlist] Vinagre is very bandwith demaning and should support using lower 
color depth
+ Support low color depth to improve speed

-- 
Support low color depth to improve speed
https://bugs.launchpad.net/bugs/203782
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 352411] Re: Renders complete frames when connected to UltraVNC/Win2k

2009-04-27 Thread Robert Ancell
** Changed in: vinagre (Ubuntu)
   Importance: Undecided = Low

** Changed in: vinagre (Ubuntu)
   Status: New = Triaged

-- 
Renders complete frames when connected to UltraVNC/Win2k
https://bugs.launchpad.net/bugs/352411
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 339654] Re: Remote Desktop not working in Ubuntu CE 8

2009-04-27 Thread Robert Ancell
Closing as requested.  Good luck with your hardware and please re-open
if it occurs again!

** Changed in: vinagre (Ubuntu)
   Status: Incomplete = Invalid

-- 
Remote Desktop not working in Ubuntu CE 8
https://bugs.launchpad.net/bugs/339654
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 359211] Re: viagre shows black screen when connected to remote computer

2009-04-27 Thread Robert Ancell
*** This bug is a duplicate of bug 346152 ***
https://bugs.launchpad.net/bugs/346152

** This bug has been marked a duplicate of bug 346152
   vinagre only shows black screen although it connects

-- 
viagre shows black screen when connected to remote computer
https://bugs.launchpad.net/bugs/359211
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 331456] Re: Fullscreen not using whole screen

2009-04-27 Thread Robert Ancell
Thanks for the report.  Do you have desktop effects enabled
(SystemPreferencesAppearanceVisual Effects)?  Does enabling/disabling
these cause any difference?  deroby:  does this occur for you in Ubuntu
9.04?

** Summary changed:

- Remote Desktop Viewer does not fully go fullscreen
+ Fullscreen not using whole screen

** Changed in: vinagre (Ubuntu)
   Status: New = Incomplete

-- 
Fullscreen not using whole screen
https://bugs.launchpad.net/bugs/331456
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 346152] Re: Black screen shown when connected to remote host

2009-04-27 Thread Robert Ancell
If anyone can reproduce please list versions of vinagre, VNC server etc.

** Summary changed:

- vinagre only shows black screen although it connects
+ Black screen shown when connected to remote host

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

-- 
Black screen shown when connected to remote host
https://bugs.launchpad.net/bugs/346152
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 356259] Re: Unable to use numeric pad

2009-04-27 Thread Robert Ancell
Confirmed, reported upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=580395

** Bug watch added: GNOME Bug Tracker #580395
   http://bugzilla.gnome.org/show_bug.cgi?id=580395

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

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

** Also affects: vinagre via
   http://bugzilla.gnome.org/show_bug.cgi?id=580395
   Importance: Unknown
   Status: Unknown

** Changed in: vinagre (Ubuntu)
   Status: Confirmed = Triaged

-- 
Unable to use numeric pad
https://bugs.launchpad.net/bugs/356259
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 343707] Re: Rhythmbox tries to find a codec for a m3u/html file

2009-04-27 Thread Robert Ancell
** Changed in: rhythmbox (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Robert Ancell 
(robert-ancell)

-- 
Rhythmbox tries to find a codec for a m3u/html file
https://bugs.launchpad.net/bugs/343707
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 366904] Re: Thousands separator setting resets when changing mode

2009-04-27 Thread Robert Ancell
** Summary changed:

- thousands separator disapper when changing from basic to advanced
+ Thousands separator setting resets when changing mode

** Bug watch added: GNOME Bug Tracker #580398
   http://bugzilla.gnome.org/show_bug.cgi?id=580398

** Also affects: gcalctool via
   http://bugzilla.gnome.org/show_bug.cgi?id=580398
   Importance: Unknown
   Status: Unknown

-- 
Thousands separator setting resets when changing mode
https://bugs.launchpad.net/bugs/366904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gcalctool in ubuntu.

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


[Bug 366904] Re: Thousands separator setting resets when changing mode

2009-04-27 Thread Robert Ancell
** Changed in: gcalctool (Ubuntu)
   Importance: Undecided = Low

** Changed in: gcalctool (Ubuntu)
   Status: New = Triaged

-- 
Thousands separator setting resets when changing mode
https://bugs.launchpad.net/bugs/366904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gcalctool in ubuntu.

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


[Bug 356013] Re: Crash configuring custom button content (g_object_unref)

2009-04-27 Thread Robert Ancell
** Summary changed:

- Crash configuring custom button content
+ Crash configuring custom button content (g_object_unref)

-- 
Crash configuring custom button content (g_object_unref)
https://bugs.launchpad.net/bugs/356013
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 358467] Re: Crash adding related action to button (g_closure_invoke)

2009-04-27 Thread Robert Ancell
** Summary changed:

- Crash adding related action to button
+ Crash adding related action to button (g_closure_invoke)

-- 
Crash adding related action to button (g_closure_invoke)
https://bugs.launchpad.net/bugs/358467
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 321285] Re: Crash editing container (g_cclosure_marshal_VOID__PARAM)

2009-04-27 Thread Robert Ancell
** Summary changed:

- Crash editing container
+ Crash editing container (g_cclosure_marshal_VOID__PARAM)

-- 
Crash editing container (g_cclosure_marshal_VOID__PARAM)
https://bugs.launchpad.net/bugs/321285
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 214225] Re: Crash changing menu item type to Image and editing name (g_utf8_get_char)

2009-04-27 Thread Robert Ancell
** Summary changed:

- Crash changing menu item type to Image and editing name
+ Crash changing menu item type to Image and editing name (g_utf8_get_char)

-- 
Crash changing menu item type to Image and editing name (g_utf8_get_char)
https://bugs.launchpad.net/bugs/214225
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 257073] Re: Crash opening Glade file from command line (gtk_tree_model_get_valist)

2009-04-27 Thread Robert Ancell
** Summary changed:

- Crash opening Glade file from command line
+ Crash opening Glade file from command line (gtk_tree_model_get_valist)

-- 
Crash opening Glade file from command line (gtk_tree_model_get_valist)
https://bugs.launchpad.net/bugs/257073
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 94651] Re: Crash loading Glade file with Druid (g_param_value_validate)

2009-04-27 Thread Robert Ancell
** Summary changed:

- Crash loading Glade file with Druid
+ Crash loading Glade file with Druid (g_param_value_validate)

-- 
Crash loading Glade file with Druid (g_param_value_validate)
https://bugs.launchpad.net/bugs/94651
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 340695] Re: Crash closing Glade (g_type_check_instance_cast)

2009-04-27 Thread Robert Ancell
** Summary changed:

- Crash closing Glade
+ Crash closing Glade (g_type_check_instance_cast)

-- 
Crash closing Glade (g_type_check_instance_cast)
https://bugs.launchpad.net/bugs/340695
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 257646] Re: Crash modifying GtkToolbar (gtk_tree_model_get_valist)

2009-04-27 Thread Robert Ancell
** Summary changed:

- Crash modifying GtkToolbar
+ Crash modifying GtkToolbar (gtk_tree_model_get_valist)

** Summary changed:

- Crash modifying GtkToolbar (gtk_tree_model_get_valist)
+ Crash modifying GtkToolbar (g_utf8_normalize_wc)

-- 
Crash modifying GtkToolbar (g_utf8_normalize_wc)
https://bugs.launchpad.net/bugs/257646
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 343707] Re: Rhythmbox tries to find a codec for a m3u/html file

2009-04-27 Thread Robert Ancell
I've tried the following an am unable to reproduce:
1. Create a new music folder ~/Music2
2. Open Rhythmbox and point it at this folder and set it to watch
3. Delete ~/.local/share/rhythmbox and start Rhythmbox (no issues)
4. Repeat 3 with the file Evgeny attached (no issues)
5. Repeat 3 after adding 2 MP3 files (no issues)
6. Repeat 3 after adding test.m3u which contains the names of the two MP3 files 
(no issues)
7. Repeat 3 after modifying test.m3u to have a thousand lines (no issues)

Observed behaviour:
Rhythmbox opens and short time later shows the correct MP3 tracks detected

I have (latest Jaunty):
rhythmbox 0.12.0-0ubuntu4
gstreamer 0.10.22-5

Can someone confirm they get the issue with the above versions and
attach the minimum number of files required to trigger this problem.
Please also attach ~/.local/share/rhythmbox/rhythmdb.xml if this is
occuring.

-- 
Rhythmbox tries to find a codec for a m3u/html file
https://bugs.launchpad.net/bugs/343707
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 368279] Re: Can't change default terminal under Gnome

2009-04-27 Thread Robert Ancell
*** This bug is a duplicate of bug 352656 ***
https://bugs.launchpad.net/bugs/352656

** This bug has been marked a duplicate of bug 352656
   Ignores GNOME preferred terminal application setting

-- 
Can't change default terminal under Gnome
https://bugs.launchpad.net/bugs/368279
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 368390] Re: Update to Glade 3.6.3

2009-04-28 Thread Robert Ancell
This upload fixes bug 356013, bug 358467, bug 345989 and bug 323228.

-- 
Update to Glade 3.6.3
https://bugs.launchpad.net/bugs/368390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 368390] [NEW] Update to Glade 3.6.3

2009-04-28 Thread Robert Ancell
Public bug reported:

Binary package hint: glade-3

New upstream release:
http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/glade3-3.6.3.tar.gz

** Affects: glade-3 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Update to Glade 3.6.3
https://bugs.launchpad.net/bugs/368390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 368390] Re: Update to Glade 3.6.3

2009-04-28 Thread Robert Ancell
  * New upstream version (LP: #368390)
- Fixed crash configuring button content (LP: #356013)
- Fixed crash adding related action to button (LP: #358467)
- Fixed allowing invalid data for GtkTreeStore (LP: #345989)
  * debian/patches/02_spinbutton-adjustment.patch:
- Fix default generation of GtkSpinButtons. Patch by Adam Buchbinder.
  (LP: #323228)


** Attachment added: glade-3_3.6.3-0ubuntu1.diff.gz
   http://launchpadlibrarian.net/26055765/glade-3_3.6.3-0ubuntu1.diff.gz

-- 
Update to Glade 3.6.3
https://bugs.launchpad.net/bugs/368390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 368390] Re: Update to Glade 3.6.3

2009-04-28 Thread Robert Ancell
** Changed in: glade-3 (Ubuntu)
   Importance: Undecided = Low

** Changed in: glade-3 (Ubuntu)
   Status: New = In Progress

-- 
Update to Glade 3.6.3
https://bugs.launchpad.net/bugs/368390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 368390] Re: Update to Glade 3.6.3

2009-04-28 Thread Robert Ancell
Available in my PPA:
https://launchpad.net/~robert-ancell/+archive/ppa

Tested and works.

-- 
Update to Glade 3.6.3
https://bugs.launchpad.net/bugs/368390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 368390] Re: Update to Glade 3.6.3

2009-04-28 Thread Robert Ancell
This update fixes a number of crashes and bugs relating to invalid UI
files being generated.  This will be of great use to developers editing
UIs in Jaunty.  No packages depend on glade-3 so this change does not
effect any other package.

-- 
Update to Glade 3.6.3
https://bugs.launchpad.net/bugs/368390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 348126] Re: ssh are using ssh-userauth but ignores private key

2009-04-28 Thread Robert Ancell
Explicitly the commands I've used are:
te...@localhost$ mkdir ~/.ssh
te...@localhost$ cp rsa1023.pub ~/.ssh/authorized_keys2
te...@localhost$ mkdir ~/.ssh
te...@localhost$ cp rsa1023 ~/.ssh/id_rsa
te...@localhost$ chmod 600 ~/.ssh/id_rsa
te...@localhost$ ssh te...@localhost

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 348126] Re: ssh are using ssh-userauth but ignores private key

2009-04-28 Thread Robert Ancell
Trifon, thanks for the keys.  I've tried the following:

1. Create two new user accounts on my machine (up-to-date Jaunty) for users 
test1 and test2
2. Copy rsa1023.pub to /home/test1/.ssh/authorized_keys2
3. Copy rsa1023 to /home/test2/.ssh/id_rsa and set permissions to 600
4. Open GNOME session as test2 and ssh to test1

Result:
The SSH login completes successfully without prompting for a password

Is this what you have tried?

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 368390] Re: Update to Glade 3.6.3

2009-04-28 Thread Robert Ancell

** Attachment added: glade_3_6_1_to_3_6_3.debdiff
   http://launchpadlibrarian.net/26059025/glade_3_6_1_to_3_6_3.debdiff

-- 
Update to Glade 3.6.3
https://bugs.launchpad.net/bugs/368390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

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


[Bug 343707] Re: Rhythmbox tries to find a codec for a m3u/html file

2009-04-28 Thread Robert Ancell
Thanks Milan, copying that MP3 to ~/Music2 causes the problem for me.

-- 
Rhythmbox tries to find a codec for a m3u/html file
https://bugs.launchpad.net/bugs/343707
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 346152] Re: No feedback given when connection blocked by firewall

2009-04-28 Thread Robert Ancell
** Summary changed:

- Black screen shown when connected to remote host
+ No feedback given when connection blocked by firewall

-- 
No feedback given when connection blocked by firewall
https://bugs.launchpad.net/bugs/346152
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 346152] Re: No feedback given when connection blocked by firewall

2009-04-28 Thread Robert Ancell
Thanks for the feedback Peter,  I've raised this issue upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=580674

** Bug watch added: GNOME Bug Tracker #580674
   http://bugzilla.gnome.org/show_bug.cgi?id=580674

** Also affects: vinagre via
   http://bugzilla.gnome.org/show_bug.cgi?id=580674
   Importance: Unknown
   Status: Unknown

** Changed in: vinagre (Ubuntu)
   Importance: Medium = Low

-- 
No feedback given when connection blocked by firewall
https://bugs.launchpad.net/bugs/346152
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 346152] Re: No feedback given when connection blocked by firewall

2009-04-28 Thread Robert Ancell
(I tested this using RealVNC on Windows Vista with the firewall enabled
and it did show connection closed after a minute or two)

** Changed in: vinagre (Ubuntu)
   Status: New = Triaged

-- 
No feedback given when connection blocked by firewall
https://bugs.launchpad.net/bugs/346152
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 331456] Re: Fullscreen not using whole screen

2009-04-28 Thread Robert Ancell
OK, I can confirm this too.  I've connected from my Ubuntu 9.04 laptop
(1280x800) to a Windows Vista laptop running RealVNC (also 1280x800)
when I go fullscreen about 1 in 6 times after going fullscreen the GNOME
menubar is still visible.  I'm using no desktop effects.

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

** Changed in: vinagre (Ubuntu)
   Status: Incomplete = Triaged

-- 
Fullscreen not using whole screen
https://bugs.launchpad.net/bugs/331456
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 331456] Re: Fullscreen not using whole screen

2009-04-28 Thread Robert Ancell
Thanks for the feedback deroby - no need for you to upgrade as it is
still a problem in 9.04.

** Bug watch added: GNOME Bug Tracker #580679
   http://bugzilla.gnome.org/show_bug.cgi?id=580679

** Also affects: vinagre via
   http://bugzilla.gnome.org/show_bug.cgi?id=580679
   Importance: Unknown
   Status: Unknown

-- 
Fullscreen not using whole screen
https://bugs.launchpad.net/bugs/331456
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 368720] Re: vinagre not browsing for hosts

2009-04-28 Thread Robert Ancell
What do you mean by not seeing them?  Please state what steps you have
taken and what you expected to happen.  Attach screenshots if possible.

** Changed in: vinagre (Ubuntu)
   Status: New = Incomplete

-- 
vinagre not browsing for hosts
https://bugs.launchpad.net/bugs/368720
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 368564] Re: Send Ctrl+Alt+Del don't works in Windows 98's VNC Server

2009-04-28 Thread Robert Ancell
Confirmed using RealVNC 4.1.3 and Windows Vista.  Bug forwarded upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=580689

** Bug watch added: GNOME Bug Tracker #580689
   http://bugzilla.gnome.org/show_bug.cgi?id=580689

** Also affects: vinagre via
   http://bugzilla.gnome.org/show_bug.cgi?id=580689
   Importance: Unknown
   Status: Unknown

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

** Changed in: vinagre (Ubuntu)
   Status: New = Triaged

-- 
Send Ctrl+Alt+Del don't works in Windows 98's VNC Server
https://bugs.launchpad.net/bugs/368564
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 343707] Re: Rhythmbox tries to find a codec for a m3u/html file

2009-04-28 Thread Robert Ancell
Evgeny, no problem!  Your effort is greatly appreciated.

The information we have here is making me think the issue is relating to
corrupted files where rhythmbox/gstreamer is going I can't decode this
file, so I must not have a valid decoder instead of I can't decode
this file, so it must be corrupt.  If anyone has a file which is a
valid track/playlist etc but causes the codec dialog to appear please
attach.

-- 
Rhythmbox tries to find a codec for a m3u/html file
https://bugs.launchpad.net/bugs/343707
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 368252] Re: Totem firefox plugin can't launch apple HD trailers

2009-04-28 Thread Robert Ancell
stdout from firefox when middle-clicking (i.e. open in new tab) on the
movie link

** Attachment added: firefox_totem_middle_click.txt
   http://launchpadlibrarian.net/26111270/firefox_totem_middle_click.txt

-- 
Totem firefox plugin can't launch apple HD trailers
https://bugs.launchpad.net/bugs/368252
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 368252] Re: Totem firefox plugin can't launch apple HD trailers

2009-04-28 Thread Robert Ancell
stdout from firefox when left-clicking on the movie link

** Attachment added: firefox_totem_left_click.txt
   http://launchpadlibrarian.net/26111240/firefox_totem_left_click.txt

-- 
Totem firefox plugin can't launch apple HD trailers
https://bugs.launchpad.net/bugs/368252
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 368252] Re: Totem firefox plugin can't launch apple HD trailers

2009-04-28 Thread Robert Ancell
stdout from firefox when manually loading movie link.  This causes the
movie to be displayed.

** Attachment added: firefox_totem_left_manual load.txt
   http://launchpadlibrarian.net/26111302/firefox_totem_left_manual%20load.txt

-- 
Totem firefox plugin can't launch apple HD trailers
https://bugs.launchpad.net/bugs/368252
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 368252] Re: Totem firefox plugin can't launch apple HD trailers

2009-04-29 Thread Robert Ancell
I built and installed the old Ubuntu 8.10 totem (2.24.2) on 9.04 and it
didn't fix the problem.  Looking at the source for
http://www.apple.com/trailers/paramount/startrek/hd/ it appears that
something in the javascript may be causing the plugin to be called with
the wrong arguments.  If you hand-write a simple page with an equivalent
link it works.

Possibly a firefox bug?

-- 
Totem firefox plugin can't launch apple HD trailers
https://bugs.launchpad.net/bugs/368252
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 348126] Re: ssh are using ssh-userauth but ignores private key

2009-04-29 Thread Robert Ancell
Jon, I agree the upstream bug is a duplicate and have now marked it as such.  
The correct upstream bug is:
http://bugzilla.gnome.org/show_bug.cgi?id=576700
Trifon, thanks - the steps you have given reproduce it perfectly for me.  I 
have updated the upstream bug with this test case
sideshowmel, I used the keys as provided by Trifon - they are not password 
protected.

** Changed in: gnome-keyring (Ubuntu)
   Importance: Low = Medium

** Changed in: gnome-keyring (Ubuntu)
   Status: Confirmed = Triaged

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 368252] Re: Totem firefox plugin can't launch apple HD trailers

2009-04-29 Thread Robert Ancell
Using the firefox DOM inspector shows clicking on this element calls the 
following:
function anonymous(e) {
s_objectID = 
http://movies.apple.com/movies/paramount/star_trek/startrek-clip_480p.mov_1;;
return this.s_oc ? this.s_oc(e) : true;
}

-- 
Totem firefox plugin can't launch apple HD trailers
https://bugs.launchpad.net/bugs/368252
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 369541] Re: ctrl-d is too used to be the one to create a vinagre bookmark, and is not possible modify the shortcut

2009-04-29 Thread Robert Ancell
** Changed in: vinagre (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: vinagre (Ubuntu)
   Status: New = Triaged

-- 
ctrl-d is too used to be the one to create a vinagre bookmark, and is not 
possible modify the shortcut
https://bugs.launchpad.net/bugs/369541
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 368846] Re: can't play .xm files in .m3u playlist

2009-04-29 Thread Robert Ancell
Confirmed.

The following does not work:
$ gst-launch-0.10 -v playbin uri=http://www.cavestory.org/xm/kingstheme.xm
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src:
 caps = audio/x-mod
/GstPlayBin:playbin0/GstStreamSelector:selector_audio_src0: active-pad = NULL
/GstPlayBin:playbin0/GstQueue:preroll_audio_src0: min-threshold-time = 
285000
** Message: don't know how to handle audio/x-mod
ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin0: A Module 
Music Format (MOD) decoder plugin is required to play this stream, but not 
installed.
Additional debug info:
gstdecodebin.c(988): close_pad_link (): 
/GstPlayBin:playbin0/GstDecodeBin:decodebin0:
No decoder to handle media type 'audio/x-mod'
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src:
 caps = NULL
FREEING pipeline ...

But downloading the file and playing it manually does:
$ gst-launch-0.10 -v playbin uri=file:///tmp/kingstheme.xm 
Setting pipeline to PAUSED ...
/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src:
 caps = audio/x-mod
/GstPlayBin:playbin0/GstStreamSelector:selector_audio_src0: active-pad = NULL
/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstModPlug:modplug0.GstPad:sink: 
caps = audio/x-mod
/GstPlayBin:playbin0/GstDecodeBin:decodebin0.GstGhostPad:src0: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstModPlug:modplug0.GstPad:src: 
caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, 
width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstStreamSelector:selector_audio_src0.GstSelectorPad:sink0:
 caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, 
width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstDecodeBin:decodebin0.GstGhostPad:src0: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstDecodeBin:decodebin0.GstGhostPad:src0.GstProxyPad:proxypad1:
 caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, 
width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstStreamSelector:selector_audio_src0.GstPad:src: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstQueue:preroll_audio_src0.GstPad:sink: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstQueue:preroll_audio_src0.GstPad:src: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstBin:abin/GstAudioConvert:aconv.GstPad:src: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstBin:abin/GstAudioConvert:aconv.GstPad:sink: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstBin:abin.GstGhostPad:sink: caps = audio/x-raw-int, 
endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, 
rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstBin:abin.GstGhostPad:sink: caps = audio/x-raw-int, 
endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, 
rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstBin:abin.GstGhostPad:sink.GstProxyPad:proxypad3: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstBin:abin/GstSpeexResample:aresample.GstPad:src: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstBin:abin/GstSpeexResample:aresample.GstPad:sink: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstBin:abin/GstVolume:volume.GstPad:src: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPlayBin:playbin0/GstBin:abin/GstVolume:volume.GstPad:sink: caps = 
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, 
depth=(int)16, rate=(int)44100, channels=(int)2
Pipeline is PREROLLING ...
/GstPlayBin:playbin0/GstBin:abin/GstAutoAudioSink:audiosink/GstPulseSink:audiosink-actual-sink-pulse.GstPad:sink:
 caps = audio/x-raw-int, 

[Bug 368846] Re: can't play .xm files in .m3u playlist

2009-04-29 Thread Robert Ancell
Reassigning to gstreamer

** Package changed: totem (Ubuntu) = gstreamer0.10 (Ubuntu)

** Summary changed:

- can't play .xm files in .m3u playlist
+ .xm files play locally but not over http

** Summary changed:

- .xm files play locally but not over http
+ audo/x-mod files play locally but not over http

** Bug watch added: GNOME Bug Tracker #580829
   http://bugzilla.gnome.org/show_bug.cgi?id=580829

** Also affects: gstreamer via
   http://bugzilla.gnome.org/show_bug.cgi?id=580829
   Importance: Unknown
   Status: Unknown

-- 
audo/x-mod files play locally but not over http
https://bugs.launchpad.net/bugs/368846
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 350683] Re: launcher icon looks fuzzy

2009-04-30 Thread Robert Ancell
Something weird is going on here...

The menu requests a 24x24 icon.  Ekiga does not provide one so it scales
down the 32x32 - not great but does the trick.  So I created a 24x24
icon and it still does not use it.  Using Glade to create a GtkImage for
'ekiga' shows it really doesn't seem to know about the 24x24 icon.
Removing the 32x32 icon causes no icon to be used in the menu.

The weird thing is pidgin doesn't have a 24x24 icon but the icon looks
fine because GTK+ uses the 22x22 icon and adds a border around it.

Ekiga installs the following icons: 16, 22, 32, 48, 64, 72, 128
Pidgin installs: 16, 22, 48

This may be a GTK+/GLib bug

** Changed in: ekiga (Ubuntu)
   Status: Confirmed = Triaged

-- 
launcher icon looks fuzzy
https://bugs.launchpad.net/bugs/350683
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 350683] Re: launcher icon looks fuzzy

2009-04-30 Thread Robert Ancell
False alarm.  I hadn't updated the icon cache correctly.  Solution is to
add a 24x24 icon.

-- 
launcher icon looks fuzzy
https://bugs.launchpad.net/bugs/350683
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 343707] Re: Rhythmbox tries to find a codec for a m3u/html file

2009-04-30 Thread Robert Ancell
Milan, I tried:
$ touch ~/Music2/empty.mp3
$ rhythmbox
but it correctly marks it as a failed import and doesn't trigged the codec 
dialog for me.

-- 
Rhythmbox tries to find a codec for a m3u/html file
https://bugs.launchpad.net/bugs/343707
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 343707] Re: Rhythmbox tries to find a codec for a m3u/html file

2009-04-30 Thread Robert Ancell
I've linked this to the upstream report which has a comment about the same 
thing ocurring:
http://bugzilla.gnome.org/show_bug.cgi?id=537113

** Bug watch added: GNOME Bug Tracker #537113
   http://bugzilla.gnome.org/show_bug.cgi?id=537113

** Also affects: rhythmbox via
   http://bugzilla.gnome.org/show_bug.cgi?id=537113
   Importance: Unknown
   Status: Unknown

** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed = Triaged

-- 
Rhythmbox tries to find a codec for a m3u/html file
https://bugs.launchpad.net/bugs/343707
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 350683] Re: launcher icon looks fuzzy

2009-04-30 Thread Robert Ancell
** Bug watch added: GNOME Bug Tracker #580956
   http://bugzilla.gnome.org/show_bug.cgi?id=580956

** Also affects: ekiga via
   http://bugzilla.gnome.org/show_bug.cgi?id=580956
   Importance: Unknown
   Status: Unknown

-- 
launcher icon looks fuzzy
https://bugs.launchpad.net/bugs/350683
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 280332] Re: ekiga crashed with SIGSEGV in g_type_check_is_value_type()

2009-04-30 Thread Robert Ancell
*** This bug is a duplicate of bug 273409 ***
https://bugs.launchpad.net/bugs/273409

** This bug has been marked a duplicate of bug 273409
   Crash at end of configuration wizard (bonobo_dock_item_set_orientation)

-- 
ekiga crashed with SIGSEGV in g_type_check_is_value_type()
https://bugs.launchpad.net/bugs/280332
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 352041] Re: Crash calling with no valid accounts (std::string::append)

2009-04-30 Thread Robert Ancell
I've debugged this issue and it occurs when there are no valid accounts.  It 
has already been solved upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=579134
and will be in the next Ekiga release after 3.2.0


** Summary changed:

- ekiga crashed with SIGSEGV in std::string::append()
+ Crash calling with no valid accounts (std::string::append)

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

** Changed in: ekiga (Ubuntu)
   Status: Confirmed = Triaged

-- 
Crash calling with no valid accounts (std::string::append)
https://bugs.launchpad.net/bugs/352041
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ekiga in ubuntu.

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


[Bug 352041] Re: Crash calling with no valid accounts (std::string::append)

2009-04-30 Thread Robert Ancell
Applied upstream patch to Ekiga 3.2.0 (Ubuntu 9.04)

** Changed in: ekiga (Ubuntu)
   Status: Triaged = Fix Committed

** Attachment added: ekiga_fix_crash_dialing_with_no_valid_accounts.debdiff
   
http://launchpadlibrarian.net/26197018/ekiga_fix_crash_dialing_with_no_valid_accounts.debdiff

-- 
Crash calling with no valid accounts (std::string::append)
https://bugs.launchpad.net/bugs/352041
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ekiga in ubuntu.

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


[Bug 352041] Re: Crash calling with no valid accounts (std::string::append)

2009-04-30 Thread Robert Ancell
TEST CASE: Open ekiga with no valid accounts (e.g.  and account that fails to 
connect) and click dial
Upstream patch is: 
http://git.gnome.org/cgit/ekiga/commit/?id=7be442837aef54f9c5958307f395de77e2b6202b
This problem can affect new users who are trying ekiga for the first time.  The 
risk is low as it only adds an additional check for a non-zero list before 
accessing the first element.

-- 
Crash calling with no valid accounts (std::string::append)
https://bugs.launchpad.net/bugs/352041
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ekiga in ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >