[Bug 236305] Re: Creating user with username 'admin' hoses admin group, sudo config

2009-04-28 Thread Lucio M Nicolosi
Or better:

admin:x:121:jamie,[any more user w/ sup rights]

-- 
Creating user with username 'admin' hoses admin group, sudo config
https://bugs.launchpad.net/bugs/236305
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu.

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


[Bug 368391] [NEW] External plugins not working when locale is ml_IN

2009-04-28 Thread Santhosh Thottingal
Public bug reported:

Binary package hint: gedit

The external plugins are not working in Gedit when the locale is 
Malayalam(ml_IN). Launching from console shows python error trace and External 
Plugins menus are not appearing in Tools menu.
error trace is given below
$ LANG=ml_IN gedit
Traceback (most recent call last):
  File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 184, in 
activate
helper = ExternalToolsWindowHelper(self, window)
  File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 130, in 
__init__
manager.insert_action_group(self._action_group, -1)
  File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 181, in 
__init__
ToolLibrary().set_locations(self.get_data_dir())
  File /usr/lib/gedit-2/plugins/externaltools/library.py, line 59, in 
set_locations
self.tree = ToolDirectory(self, '')
  File /usr/lib/gedit-2/plugins/externaltools/library.py, line 139, in 
__init__
self._load()
  File /usr/lib/gedit-2/plugins/externaltools/library.py, line 160, in _load
self.tools.append(Tool(self, p))
  File /usr/lib/gedit-2/plugins/externaltools/library.py, line 207, in 
__init__
self._load()
  File /usr/lib/gedit-2/plugins/externaltools/library.py, line 219, in _load
lang = locale.getlocale(locale.LC_MESSAGES)[0]
  File /usr/lib/python2.6/locale.py, line 497, in getlocale
return _parse_localename(localename)
  File /usr/lib/python2.6/locale.py, line 410, in _parse_localename
raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: ml_IN
Traceback (most recent call last):
  File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 192, in 
update_ui
window.get_data(self.WINDOW_DATA_KEY).update_ui()
AttributeError: 'NoneType' object has no attribute 'update_ui'
Traceback (most recent call last):
  File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 192, in 
update_ui
window.get_data(self.WINDOW_DATA_KEY).update_ui()
AttributeError: 'NoneType' object has no attribute 'update_ui'
Traceback (most recent call last):
  File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 192, in 
update_ui
window.get_data(self.WINDOW_DATA_KEY).update_ui()
AttributeError: 'NoneType' object has no attribute 'update_ui'
Traceback (most recent call last):
  File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 188, in 
deactivate
window.get_data(self.WINDOW_DATA_KEY).deactivate()
AttributeError: 'NoneType' object has no attribute 'deactivate'


Version: Ubuntu 9.04
Locale Environment Malayalam(ml_IN)
Always reproducible

** Affects: gedit (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Binary package hint: gedit
  
  The external plugins are not working in Gedit when the locale is 
Malayalam(ml_IN). Launching from console shows python error trace and External 
Plugins menus are not appearing in Tools menu.
  error trace is given below
  $ LANG=ml_IN gedit
  Traceback (most recent call last):
File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 184, in 
activate
  helper = ExternalToolsWindowHelper(self, window)
File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 130, in 
__init__
  manager.insert_action_group(self._action_group, -1)
File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 181, in 
__init__
  ToolLibrary().set_locations(self.get_data_dir())
File /usr/lib/gedit-2/plugins/externaltools/library.py, line 59, in 
set_locations
  self.tree = ToolDirectory(self, '')
File /usr/lib/gedit-2/plugins/externaltools/library.py, line 139, in 
__init__
  self._load()
File /usr/lib/gedit-2/plugins/externaltools/library.py, line 160, in _load
  self.tools.append(Tool(self, p))
File /usr/lib/gedit-2/plugins/externaltools/library.py, line 207, in 
__init__
  self._load()
File /usr/lib/gedit-2/plugins/externaltools/library.py, line 219, in _load
  lang = locale.getlocale(locale.LC_MESSAGES)[0]
File /usr/lib/python2.6/locale.py, line 497, in getlocale
  return _parse_localename(localename)
File /usr/lib/python2.6/locale.py, line 410, in _parse_localename
  raise ValueError, 'unknown locale: %s' % localename
  ValueError: unknown locale: ml_IN
  Traceback (most recent call last):
File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 192, in 
update_ui
  window.get_data(self.WINDOW_DATA_KEY).update_ui()
  AttributeError: 'NoneType' object has no attribute 'update_ui'
  Traceback (most recent call last):
File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 192, in 
update_ui
  window.get_data(self.WINDOW_DATA_KEY).update_ui()
  AttributeError: 'NoneType' object has no attribute 'update_ui'
  Traceback (most recent call last):
File /usr/lib/gedit-2/plugins/externaltools/__init__.py, line 192, in 
update_ui
  window.get_data(self.WINDOW_DATA_KEY).update_ui()
  AttributeError: 'NoneType' object has no attribute 'update_ui'
  

[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 368381] Re: notification-properties don't change anything

2009-04-28 Thread A. Walton
This is not a bug, it's a misunderstanding. Notification-properties is
for Notification Daemon. Jaunty ships Notify-OSD by default, which does
not use that applet. You can get back to the old Notification-Daemon by
removing Notify-OSD or by installing and using gnome-stracciatella-
session.

** Changed in: notification-daemon (Ubuntu)
   Status: New = Invalid

-- 
notification-properties don't change anything
https://bugs.launchpad.net/bugs/368381
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to notification-daemon in ubuntu.

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


[Bug 182858] Re: support custom directory structures for mass storage import dialog

2009-04-28 Thread Martin Pitt
Gosh, I see. F-Spot has not one, but two different import dialogs. I
never see the one you posted, since my camera uses PTP, not mass-
storage. Seems the other dialog needs to be modified, too.

** Summary changed:

- support custom directory structures
+ support custom directory structures for mass storage import dialog

** Changed in: f-spot (Ubuntu)
   Status: Fix Released = Triaged

-- 
support custom directory structures for mass storage import dialog
https://bugs.launchpad.net/bugs/182858
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot 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 182799] Re: Evolution: Messages aren't deleted from POP mail server with SSL encryption after specified number of days

2009-04-28 Thread Benjamin Herrenschmidt
I noticed that too, for some time, it seems, POP3 mails aren't deleted from the 
server for me neither,
and I not checked Leave messages on server, Jaunty doesn't appear to have 
fixed it for me.

-- 
Evolution: Messages aren't deleted from POP mail server with SSL encryption 
after specified number of days
https://bugs.launchpad.net/bugs/182799
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 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 362867] Re: unable to authenticate on workstation after auto locking

2009-04-28 Thread Richard Harper
Please close this bug, as I have found the cause of the issue - it was a
human error, many apologies for wasting your time.

-- 
unable to authenticate on workstation after auto locking
https://bugs.launchpad.net/bugs/362867
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 368179] Re: Ekiga 3.2.0 - 20 s delay when making SIP calls

2009-04-28 Thread Yannick Defais
Hi,

Here seems to be the culprit:
2009/04/27 22:34:03.855   0:48.856Aggregator:0xb4fa3b90 DNS SRV 
Lookup sip.poivy.com service _sip._udp
2009/04/27 22:34:23.877   1:08.878Aggregator:0xb4fa3b90 SIP No SRV 
record found.

-- 
Ekiga 3.2.0 - 20 s delay when making SIP calls
https://bugs.launchpad.net/bugs/368179
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 354866] Re: Shouldn't depend on finger

2009-04-28 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-nettool - 2.26.1-0ubuntu2

---
gnome-nettool (2.26.1-0ubuntu2) karmic; urgency=low

  * Drop unnecessary dependency on finger (LP: #354866).

 -- Alessio Treglia quadris...@ubuntu.com   Sat, 18 Apr 2009 03:23:36
+0200

** Changed in: gnome-nettool (Ubuntu)
   Status: Triaged = Fix Released

-- 
Shouldn't depend on finger
https://bugs.launchpad.net/bugs/354866
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 368179] Re: Ekiga 3.2.0 - 20 s delay when making SIP calls

2009-04-28 Thread Yannick Defais
** Bug watch added: GNOME Bug Tracker #580552
   http://bugzilla.gnome.org/show_bug.cgi?id=580552

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

-- 
Ekiga 3.2.0 - 20 s delay when making SIP calls
https://bugs.launchpad.net/bugs/368179
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 368179] Re: Ekiga 3.2.0 - 20 s delay when making SIP calls

2009-04-28 Thread Bug Watch Updater
** Changed in: ekiga
   Status: Unknown = New

-- 
Ekiga 3.2.0 - 20 s delay when making SIP calls
https://bugs.launchpad.net/bugs/368179
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 36189] Re: Applets do not scale well with changing resolution

2009-04-28 Thread Sandro Mani
I think one should rather look at the gnome-panel source code, it is
more likely that the panel listen to screen resolution changes events
and resizes itself accordingly than the screen resolution program itself
resizing the panel. At least this is the impression I got looking at the
gnome-panel source code.

-- 
Applets do not scale well with changing resolution
https://bugs.launchpad.net/bugs/36189
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 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 182799] Re: Evolution: Messages aren't deleted from POP mail server with SSL encryption after specified number of days

2009-04-28 Thread unggnu
Could you please also report it upstream then?
http://bugzilla.gnome.org/show_bug.cgi?id=514827

-- 
Evolution: Messages aren't deleted from POP mail server with SSL encryption 
after specified number of days
https://bugs.launchpad.net/bugs/182799
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 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 365793] Re: calendar causes evolution to crash

2009-04-28 Thread Sebastien Bacher
there is no crash there

-- 
calendar causes evolution to crash
https://bugs.launchpad.net/bugs/365793
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 343181] Re: can not login to Jaunty

2009-04-28 Thread Sebastien Bacher
closing the bug since that works now

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

-- 
can not login to Jaunty
https://bugs.launchpad.net/bugs/343181
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 120594] Re: parsing of From lines broken if period in display name

2009-04-28 Thread Sebastien Bacher
*** This bug is a duplicate of bug 258139 ***
https://bugs.launchpad.net/bugs/258139

** This bug has been marked a duplicate of bug 258139
   Handles e-mail addresses with multiple dots improperly

-- 
parsing of From lines broken if period in display name
https://bugs.launchpad.net/bugs/120594
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 367573] Re: Totem crashes on startup

2009-04-28 Thread Sebastien Bacher
can you use other pygtk softwares? pygtk-demo for example

-- 
Totem crashes on startup
https://bugs.launchpad.net/bugs/367573
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 367257] Re: gtk-button-images not respected

2009-04-28 Thread haen
** Bug watch added: GNOME Bug Tracker #580458
   http://bugzilla.gnome.org/show_bug.cgi?id=580458

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

-- 
gtk-button-images not respected
https://bugs.launchpad.net/bugs/367257
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 363476] Re: mahjongg cannot find playable combinations

2009-04-28 Thread irx
i haven't seen same problem again, but it doesn't mean it isn't there
anymore. trying to reproduce would take a lot of playing so it is
unlikely i would get the same combination of tiles again.

-- 
mahjongg cannot find playable combinations
https://bugs.launchpad.net/bugs/363476
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 348522] Re: gvfsd-gphoto2 memory leak

2009-04-28 Thread Sebastien Bacher
you can rename gvfsd-photo to gvfsd-photo.binary and have a wrapper
calling valgrind on the binary

-- 
gvfsd-gphoto2 memory leak
https://bugs.launchpad.net/bugs/348522
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 367570] Re: Tabs menu displays underscores in names as accelerators

2009-04-28 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New = Fix Released

-- 
Tabs menu displays underscores in names as accelerators
https://bugs.launchpad.net/bugs/367570
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 367257] Re: gtk-button-images not respected

2009-04-28 Thread Bug Watch Updater
** Changed in: gtk
   Status: Unknown = New

-- 
gtk-button-images not respected
https://bugs.launchpad.net/bugs/367257
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 366471] Re: Calendar closed unexpectedly

2009-04-28 Thread Leonard Michlmayr
I am experiencing a similar problem:
As soon as calendar tries to get appointments from the google calendars it will 
quit. The calendar window is still visible but it will not show any 
appointments (not even from the local calendar). If I close evolution and 
restart it, I will be able to use the local calendars as long as I don't 
activate the google calendars.

This is a new problem. Last week (Jaunty release candidate) google
calendar worked fine.

-- 
Calendar closed unexpectedly
https://bugs.launchpad.net/bugs/366471
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 368179] Re: Ekiga 3.2.0 - 20 s delay when making SIP calls

2009-04-28 Thread Yannick Defais
Upstream respond:
You can mark this bug as invalid. The DNS server he is using is probably broken
and other SIP softphone probably don't do DNS requests for SRV records. He can
use 4.2.2.4.

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

-- 
Ekiga 3.2.0 - 20 s delay when making SIP calls
https://bugs.launchpad.net/bugs/368179
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 304765] Re: Evolution mail renames attached pdf's to dat's...

2009-04-28 Thread Erik Sjöberg
I had the same problem. I tried to mail two attached files from
evolution twice. Both files contained the letter ö i the file name.
The receiver got files named with some sort of number.dat. Both times
i had my self and a friend in the bcc-field, and both of us got the mail
correctly.

When i mailed the same files with my webmail account they got trough.

I belive tha the problem either is a compatibility issue between
evolution and the receivers mail client or the receivers firewall. The
company i tried to mail is likely to have an pretty secure firewall.

-- 
Evolution mail renames attached pdf's to dat's...
https://bugs.launchpad.net/bugs/304765
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 356510] Re: [i965] Wierd backlight brightness behaviour looks like flashes on Amilo Si 2636

2009-04-28 Thread Bernhard
Unfortunately I was wrong, I still get these flashes even with xserver-
xorg-video-intel 2.7. They seemed to get better but today they are back.
Even with metacity window manager.

Yesterday I even installed the 2.26.30 kernel for a while but I couldn't
adjust any brightness settings in that one (hence no flashes).

-- 
[i965] Wierd backlight brightness behaviour looks like flashes on Amilo Si 2636
https://bugs.launchpad.net/bugs/356510
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 328575] Re: Cannot start gnome-terminal because of gconf error

2009-04-28 Thread Roman Polach
I also have this problem:
gksu /usr/bin/x-terminal-emulator ...does not work, displays Failed to contact 
the GConf daemon
/usr/bin/x-terminal-emulator ...works ok
gksu gedit ...works ok

-- 
Cannot start gnome-terminal because of gconf error
https://bugs.launchpad.net/bugs/328575
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 368341] Re: Evolution Calendars have quit unexpectedly

2009-04-28 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

** Package changed: evolution (Ubuntu) = evolution-data-server (Ubuntu)

** Changed in: evolution-data-server (Ubuntu)
   Importance: Undecided = Medium

** Changed in: evolution-data-server (Ubuntu)
   Status: New = Incomplete

** Changed in: evolution-data-server (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Evolution Calendars have quit unexpectedly
https://bugs.launchpad.net/bugs/368341
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-28 Thread Milan
Robert: glad you try to tackle that, at last! ;-)

I've a few logs that can be interesting to you, with a file triggering this. 
See attached log excerpt, where you can find:
(09:57:12) [0x8cd1408] [rhythmdb_add_import_error_entry] rhythmdb.c:2148: 
adding import error for [FILE1]: Empty file
(09:57:12) [0x8cd1408] [rhythmdb_entry_new] rhythmdb.c:1613: emitting entry 
added
[...]
(09:57:12) [0xa01dc60] [rb_metadata_bus_handler] rb-metadata-gst.c:946: message 
of type state-changed from id3demux0
(09:57:12) [0xa01dc60] [rb_metadata_bus_handler] rb-metadata-gst.c:946: message 
of type state-changed from id3demux0
(09:57:12) [0xa01dc60] [rb_metadata_handle_missing_plugin_message] 
rb-metadata-gst.c:864: got missing-plugin message from decodebin: 
gstreamer|0.10|rhythmbox-metadata|ID3 tag demuxer|decoder-application/x-id3
(09:57:12) [0xa01dc60] [rb_metadata_bus_handler] rb-metadata-gst.c:884: got 
error message from decodebin
(09:57:12) [0xa01dc60] [rb_metadata_bus_handler] rb-metadata-gst.c:900: caught 
error: A ID3 tag demuxer plugin is required to play this stream, but not 
installed. 
(09:57:12) [0xa01dc60] [rb_metadata_load] rb-metadata-gst.c:1098: failed to go 
to PAUSED for [FILE2]
(09:57:12) [0xa01dc60] [rb_metadata_get_missing_plugins] 
rb-metadata-gst.c:1513: adding [gstreamer|0.10|rhythmbox-metadata|ID3 tag 
demuxer|decoder-application/x-id3,ID3 tag demuxer] to return data

So you can see that an empty MP3 file seems to trigger the problem, and
the other one is actually corrupt, only 2,1KB, and I cannot read ID3 tag
from it. I attached it too, that can be a useful testcase.

** Attachment added: Part of RB log output
   http://launchpadlibrarian.net/26058657/rb-error.log

-- 
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-28 Thread Milan

** Attachment added: That's the second file (Keith Jarret: On Your Own Sweet 
Way)
   http://launchpadlibrarian.net/26058714/01.In%20Your%20Own%20Sweet%20Way.mp3

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


Re: [Bug 364031] Re: imap email read status not updated on server

2009-04-28 Thread Riccardo
I previously wrote about how to reproduce the reported bug, now I tried
on Jaunty (I've installed it): the bug is fixed!


Il giorno lun, 20/04/2009 alle 12.41 +, Sebastien Bacher ha scritto:
 Thank you for taking the time to report this bug and helping to make Ubuntu 
 better. Please answer these questions: 
  
  * Is this reproducible? 
  * If so, what specific steps should we take to recreate this bug? 
  * Could you try on jaunty?
  
  This will help us to find and resolve the problem.
 
 ** Changed in: evolution (Ubuntu)
Importance: Undecided = Low
 
 ** Changed in: evolution (Ubuntu)
Status: New = Incomplete
 
 ** Changed in: evolution (Ubuntu)
  Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
 
-- 
Cordiali saluti.

-- 
Riccardo Gimelli
-- 
JTech Srl
Gruppo LED
Via Schiappacasse 6/1
I-16035 Rapallo GE
Tel: +0185+232111 
Cell: 3402594512
E-Mail: rgime...@jtech.it

-- 
imap email read status not updated on server 
https://bugs.launchpad.net/bugs/364031
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 366471] Re: Calendar closed unexpectedly

2009-04-28 Thread Leonard Michlmayr
degrading the following packages fixed my problem:
libedataserverui1.2-8 2.26.1-0ubuntu2 - 2.26.1-0ubuntu1
libexchange-storage1.2-3 2.26.1-0ubuntu2 - 2.26.1-0ubuntu1

-- 
Calendar closed unexpectedly
https://bugs.launchpad.net/bugs/366471
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 367257] Re: gtk-button-images not respected

2009-04-28 Thread Sebastien Bacher
** Changed in: gtk+2.0 (Ubuntu)
   Status: New = Triaged

-- 
gtk-button-images not respected
https://bugs.launchpad.net/bugs/367257
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 368437] [NEW] alacarte can not create menu item of type Location

2009-04-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

Package: alacarte
Version: 0.11.10-0ubuntu1

Steps to reproduce:
* Run alacarte
* Try to create new item of type Location
* Nothing happens

Expected: launcher for the location should be created.

Original report on Russian Ubuntu Community support forum (in Russian):
http://forum.ubuntu.ru/index.php?topic=56065.0

** Affects: alacarte (Ubuntu)
 Importance: Undecided
 Status: New

-- 
alacarte can not create menu item of type Location
https://bugs.launchpad.net/bugs/368437
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to alacarte 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 368391] Re: External plugins not working when locale is ml_IN

2009-04-28 Thread Sebastien Bacher
Thank you for your bug report, could you run locale -a and add the log
to the bug?

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

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

** Changed in: gedit (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
External plugins not working when locale is ml_IN
https://bugs.launchpad.net/bugs/368391
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 368390] Re: Update to Glade 3.6.3

2009-04-28 Thread Sebastien Bacher
** Also affects: glade-3 (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: glade-3 (Ubuntu Jaunty)
   Importance: Undecided = Wishlist

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

** Changed in: glade-3 (Ubuntu Jaunty)
 Assignee: (unassigned) = Robert Ancell (robert-ancell)

-- 
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 333407] Re: toshiba netbook ubuntu certified sound video player not working

2009-04-28 Thread Sebastien Bacher
did linux got upgraded? could you try booting the previous version in
the grub list?

-- 
toshiba netbook ubuntu certified sound  video player not working
https://bugs.launchpad.net/bugs/333407
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 368446] [NEW] Focus does not follow selected item upon moving newly created item

2009-04-28 Thread Alexey Balmashnov
Public bug reported:

Binary package hint: alacarte

$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

Package: alacarte
Version: 0.11.10-0ubuntu1

Upon move of just created item with Move Up/Move Down buttons selected
item consistently looses focus. If ones  exit from alacarte and runs it
again, then there is no problem.

To reproduce:
* Run alacarte
* Create new item
* Try to move any item in the list

Expected: focus follows selected item

** Affects: alacarte (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Focus does not follow selected item upon moving newly created item
https://bugs.launchpad.net/bugs/368446
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to alacarte in ubuntu.

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


[Bug 368445] [NEW] Evolution Reply takes 1minute and 40 seconds

2009-04-28 Thread miraceti
Public bug reported:

Binary package hint: evolution

When replying to an email in Evolution by hitting the Reply button, it
takes 1 minute and 40 seconds before the window pops up to allow me to
write my reply to the email.  I have repeated this a number of times.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: firefox-3.0 3.0.9+nobinonly-0ubuntu0.9.04.1
ProcEnviron:
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.28-11-generic x86_64

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Evolution Reply takes 1minute and 40 seconds
https://bugs.launchpad.net/bugs/368445
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 368445] Re: Evolution Reply takes 1minute and 40 seconds

2009-04-28 Thread miraceti

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26059031/Dependencies.txt

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/26059032/ExtensionSummary.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/26059033/profiles.ini.txt

-- 
Evolution Reply takes 1minute and 40 seconds
https://bugs.launchpad.net/bugs/368445
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 368437] Re: alacarte can not create menu item of type Location

2009-04-28 Thread Alexey Balmashnov
** Package changed: ubuntu = alacarte (Ubuntu)

-- 
alacarte can not create menu item of type Location
https://bugs.launchpad.net/bugs/368437
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to alacarte in ubuntu.

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


[Bug 368373] Re: Eye of the Gnome crashes when trying to Open with F-Spot Photo Viewer

2009-04-28 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

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

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

** Changed in: eog (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Eye of the Gnome crashes when trying to Open with F-Spot Photo Viewer
https://bugs.launchpad.net/bugs/368373
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 368367] Re: mp3s play way to fast

2009-04-28 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions: 
 
 * Is this reproducible? 
 * If so, what specific steps should we take to recreate this bug? 
 * Do you have the issue using gst-launch playbin uri=URI to play the example?
 
 This will help us to find and resolve the problem.

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

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

** Changed in: totem (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
mp3s play way to fast
https://bugs.launchpad.net/bugs/368367
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 368367] Re: mp3s play way to fast

2009-04-28 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions: 
 
 * Is this reproducible? 
 * If so, what specific steps should we take to recreate this bug? 
 * Do you have the issue using gst-launch playbin uri=URI to play the example?
 
 This will help us to find and resolve the problem.

-- 
mp3s play way to fast
https://bugs.launchpad.net/bugs/368367
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 368367] Re: mp3s play way to fast

2009-04-28 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions: 
 
 * Is this reproducible? 
 * If so, what specific steps should we take to recreate this bug? 
 * Do you have the issue using gst-launch playbin uri=URI to play the example?
 
 This will help us to find and resolve the problem.

-- 
mp3s play way to fast
https://bugs.launchpad.net/bugs/368367
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 368252] Re: Totem firefox plugin can't launch apple HD trailers

2009-04-28 Thread Sebastien Bacher
Robert could you have a look to that bug?

** Changed in: totem (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Robert Ancell 
(robert-ancell)

-- 
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 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 343044] Re: While playing CD on Rythmbox, a song will just 'jam' at random.

2009-04-28 Thread Sebastien Bacher
thank you for the update closing the bug

** Changed in: rhythmbox (Ubuntu)
   Status: Incomplete = Fix Released

-- 
While playing CD on Rythmbox, a song will just 'jam' at random.
https://bugs.launchpad.net/bugs/343044
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 343044] Re: While playing CD on Rythmbox, a song will just 'jam' at random.

2009-04-28 Thread Sebastien Bacher
thank you for the update closing the bug

-- 
While playing CD on Rythmbox, a song will just 'jam' at random.
https://bugs.launchpad.net/bugs/343044
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 368350] Re: Evolution locks up when looking at emails generated from Lotus Notes Meeting handler

2009-04-28 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

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

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

** Changed in: evolution (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Evolution locks up when looking at emails generated from Lotus Notes Meeting 
handler
https://bugs.launchpad.net/bugs/368350
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 368299] Re: eog crashes on dragdrop a directory

2009-04-28 Thread Sebastien Bacher
** Changed in: eog (Ubuntu)
   Importance: Undecided = Medium

** Changed in: eog (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
eog crashes on dragdrop a directory
https://bugs.launchpad.net/bugs/368299
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 368294] Re: languges in totem movie player don't work right

2009-04-28 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

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

** Changed in: totem (Ubuntu)
   Status: New = Invalid

** Changed in: totem (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
languges in totem movie player don't work right
https://bugs.launchpad.net/bugs/368294
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 368235] Re: .7z Archive doesn't open with Archive Manager

2009-04-28 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions: 
 
 * Is this reproducible? 
 * If so, what specific steps should we take to recreate this bug? 
 * Could you add an example to the bug?
 This will help us to find and resolve the problem.

** Changed in: file-roller (Ubuntu)
   Importance: Undecided = Low

** Changed in: file-roller (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: file-roller (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
.7z Archive doesn't open with Archive Manager
https://bugs.launchpad.net/bugs/368235
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 367722] Re: gnome-sound-properties gives error when testing HDA ATI SB ALC1200 Analog (ALSA) sound

2009-04-28 Thread Sebastien Bacher
right the error message could be cleared

-- 
gnome-sound-properties gives error when testing HDA ATI SB ALC1200 Analog 
(ALSA) sound
https://bugs.launchpad.net/bugs/367722
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

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


[Bug 347236] Re: Rhythmbox 0.11.5 unable store different lyrics of songs with same title

2009-04-28 Thread Sebastien Bacher
** Changed in: rhythmbox (Ubuntu)
   Status: Incomplete = New

-- 
Rhythmbox 0.11.5 unable store different lyrics of songs with same title
https://bugs.launchpad.net/bugs/347236
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 228189] Re: Evince is not displaying text in some PDF's

2009-04-28 Thread shaheem
its woeking properly in jaunty from installation. thanks.

-- 
Evince is not displaying text in some PDF's
https://bugs.launchpad.net/bugs/228189
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 368445] Re: Evolution Reply takes 1minute and 40 seconds

2009-04-28 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

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

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

** Changed in: evolution (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Evolution Reply takes 1minute and 40 seconds
https://bugs.launchpad.net/bugs/368445
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 368445] Re: Evolution Reply takes 1minute and 40 seconds

2009-04-28 Thread Sebastien Bacher
the issue is similar to bug #366101

-- 
Evolution Reply takes 1minute and 40 seconds
https://bugs.launchpad.net/bugs/368445
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 366471] Re: Calendar closed unexpectedly

2009-04-28 Thread Sebastien Bacher
Leonard could you open a new bug about your issue so it can tracked
efficiently?

-- 
Calendar closed unexpectedly
https://bugs.launchpad.net/bugs/366471
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 364031] Re: imap email read status not updated on server

2009-04-28 Thread Sebastien Bacher
closing since that works now

** Changed in: evolution (Ubuntu)
   Status: Incomplete = Fix Released

-- 
imap email read status not updated on server 
https://bugs.launchpad.net/bugs/364031
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


Re: [Bug 333407] Re: toshiba netbook ubuntu certified sound video player not working

2009-04-28 Thread Cat
Hi yes. The  upgrade manager downloaded about 600 files ans I hasve seen
the linux Kernel in the lot.

I am not familiar with Linux. How do I boot the previous version?

-Original Message-
From: Sebastien Bacher seb...@ubuntu.com
Reply-To: Bug 333407 333...@bugs.launchpad.net
To: abro...@emirates.net.ae
Subject: [Bug 333407] Re: toshiba netbook ubuntu certified sound  video
player not working
Date: Tue, 28 Apr 2009 08:24:48 +


did linux got upgraded? could you try booting the previous version in
the grub list?

-- 
toshiba netbook ubuntu certified sound  video player not working
https://bugs.launchpad.net/bugs/333407
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 322672] Re: To hold Both Ctrl keys together does not change the keyboard's layout

2009-04-28 Thread Bryce Harrington
Still not enough info to investigate.  See
http://wiki.ubuntu.com/X/Reporting for guidance on how to report bugs
for X.org.

** Package changed: xorg (Ubuntu) = xkeyboard-config (Ubuntu)

** Changed in: xkeyboard-config (Ubuntu)
   Status: In Progress = Incomplete

** Changed in: xkeyboard-config (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

-- 
To hold Both Ctrl keys together does not change the keyboard's layout
https://bugs.launchpad.net/bugs/322672
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 368454] [NEW] evolution cannot open empty newsgroup

2009-04-28 Thread Fritz Heinrichmeyer
Public bug reported:

Binary package hint: evolution

we have internal an internal news server for e-learning purposes  which
provided new empty newsgroups. I subscribed to them with evolution and
had access error messages in evolution when opening the group. I could
not post to empty groups  (Post new message to folder was greyed out).

My workaround was to open the groups with thunderbird and post some test
messages.  Then evolution could cope with this news folders.

Sorry but this errors are not reproduceable.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/evolution
Package: evolution 2.26.1-0ubuntu1
ProcEnviron:
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.28-11-generic x86_64

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
evolution cannot open empty newsgroup
https://bugs.launchpad.net/bugs/368454
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 368454] Re: evolution cannot open empty newsgroup

2009-04-28 Thread Fritz Heinrichmeyer

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26059550/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/26059551/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/26059552/ProcStatus.txt

-- 
evolution cannot open empty newsgroup
https://bugs.launchpad.net/bugs/368454
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 361055] Re: Please, sponsor vte 0.20.1 to karmic

2009-04-28 Thread Didier Roche
let's go for karmic, then :)

** Summary changed:

- Please, sponsor vte 0.20.1 to jaunty
+ Please, sponsor vte 0.20.1 to karmic

-- 
Please, sponsor vte 0.20.1 to karmic
https://bugs.launchpad.net/bugs/361055
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vte in ubuntu.

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


[Bug 355602] Re: Rhythmbox fails to load after DBus object creation

2009-04-28 Thread Charlie Halford
No, since I rebooted, I have not since this issue again. Feel free to
close the bug!

-- 
Rhythmbox fails to load after DBus object creation
https://bugs.launchpad.net/bugs/355602
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 355565] Re: Very poor performance when extracting audio CDs

2009-04-28 Thread Charlie Halford
Sure thing, I'll do that. Is there a guide on how to link this bug
report to the gnome one?

-- 
Very poor performance when extracting audio CDs
https://bugs.launchpad.net/bugs/355565
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


Re: [Bug 333407] Re: toshiba netbook ubuntu certified sound video player not working

2009-04-28 Thread Cat
I hope this may give you some useful information.

-Original Message-
From: Sebastien Bacher seb...@ubuntu.com
Reply-To: Bug 333407 333...@bugs.launchpad.net
To: abro...@emirates.net.ae
Subject: [Bug 333407] Re: toshiba netbook ubuntu certified sound  video
player not working
Date: Tue, 28 Apr 2009 08:24:48 +


did linux got upgraded? could you try booting the previous version in
the grub list?


** Attachment added: default
   http://launchpadlibrarian.net/26059722/default

** Attachment added: device.map
   http://launchpadlibrarian.net/26059723/device.map

** Attachment added: grub.conf
   http://launchpadlibrarian.net/26059724/grub.conf

** Attachment added: installed-version
   http://launchpadlibrarian.net/26059725/installed-version

** Attachment added: menu.lst
   http://launchpadlibrarian.net/26059726/menu.lst

-- 
toshiba netbook ubuntu certified sound  video player not working
https://bugs.launchpad.net/bugs/333407
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 368454] Re: evolution cannot open empty newsgroup

2009-04-28 Thread Sebastien Bacher
Thank you for your bug report, that's an upstream issue and should be
sent to bugzilla.gnome.org by somebody having the issue

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

** Changed in: evolution (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
evolution cannot open empty newsgroup
https://bugs.launchpad.net/bugs/368454
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 367767] [NEW] the system freeze when I insert an audio cd

2009-04-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hello,
I' ve been just installing jaunty on my computer with the alternate cd.
When I insert an audio cd in my dvd player I always have a freeze. I m forced 
to reboot my computer. But, when I insert a data cd or dvd, everything works 
fine.
This 'functionality' worked fine before ( up to 8.10).

This dvd player is installed into 'slave' mode. When I insert an audio
cd in my dvd burner which is installed in 'master' mode, it s ok

Unfortunately, I can only provide the log provided by syslog :

syslog:Apr 27 20:49:37 littlewing-desktop kernel: [2.078868] sr1: scsi3-mmc 
drive: 12x/50x cd/rw xa/form2 cdda tray
syslog:Apr 27 20:49:37 littlewing-desktop kernel: [2.078919] sr 1:0:1:0: 
Attached scsi CD-ROM sr1
syslog:Apr 27 20:56:12 littlewing-desktop kernel: [2.067798] sr1: scsi3-mmc 
drive: 12x/50x cd/rw xa/form2 cdda tray
syslog:Apr 27 20:56:12 littlewing-desktop kernel: [2.067849] sr 1:0:1:0: 
Attached scsi CD-ROM sr1
syslog:Apr 27 21:24:23 littlewing-desktop kernel: [2.074383] sr1: scsi3-mmc 
drive: 12x/50x cd/rw xa/form2 cdda tray
syslog:Apr 27 21:24:23 littlewing-desktop kernel: [2.074443] sr 1:0:1:0: 
Attached scsi CD-ROM sr1
syslog:Apr 27 21:29:40 littlewing-desktop kernel: [4.974242] sr1: scsi3-mmc 
drive: 0x/50x cd/rw xa/form2 cdda tray
syslog:Apr 27 21:29:40 littlewing-desktop kernel: [4.974309] sr 5:0:1:0: 
Attached scsi CD-ROM sr1
syslog:Apr 27 21:35:40 littlewing-desktop kernel: [2.104842] sr1: scsi3-mmc 
drive: 0x/50x cd/rw xa/form2 cdda tray
syslog:Apr 27 21:35:40 littlewing-desktop kernel: [2.104963] sr 1:0:1:0: 
Attached scsi CD-ROM sr1
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.841479] end_request: 
I/O error, dev sr1, sector 0
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.843038] Buffer I/O 
error on device sr1, logical block 0
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.843091] Buffer I/O 
error on device sr1, logical block 1
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.843146] Buffer I/O 
error on device sr1, logical block 2
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.843198] Buffer I/O 
error on device sr1, logical block 3
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.843251] Buffer I/O 
error on device sr1, logical block 4
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.843303] Buffer I/O 
error on device sr1, logical block 5
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.843356] Buffer I/O 
error on device sr1, logical block 6
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.843408] Buffer I/O 
error on device sr1, logical block 7
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.855010] end_request: 
I/O error, dev sr1, sector 0
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.855065] Buffer I/O 
error on device sr1, logical block 0
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.865749] end_request: 
I/O error, dev sr1, sector 4
syslog:Apr 27 21:35:42 littlewing-desktop kernel: [   99.865803] Buffer I/O 
error on device sr1, logical block 1
syslog:Apr 27 21:50:31 littlewing-desktop kernel: [2.088437] sr1: scsi3-mmc 
drive: 0x/50x cd/rw xa/form2 cdda tray
syslog:Apr 27 21:50:31 littlewing-desktop kernel: [2.088507] sr 1:0:1:0: 
Attached scsi CD-ROM sr1

You could see the output of lspci in the file I attached to this bug
report.

Thanks in advance.
Regards

** Affects: brasero (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: freeze jaunty
-- 
the system freeze when I insert an audio cd
https://bugs.launchpad.net/bugs/367767
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 366224] Re: Rendering artifact on text in firefox and gedit

2009-04-28 Thread Alexander Sack
** Package changed: firefox (Ubuntu) = firefox-3.0 (Ubuntu)

-- 
Rendering artifact on text in firefox and gedit
https://bugs.launchpad.net/bugs/366224
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 333407] Re: toshiba netbook ubuntu certified sound video player not working

2009-04-28 Thread Sebastien Bacher
when booting you have a some second to hit esc on the keyboard and get
the boot menu displayed, take an old linux version in that list

-- 
toshiba netbook ubuntu certified sound  video player not working
https://bugs.launchpad.net/bugs/333407
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 367767] Re: the system freeze when I insert an audio cd

2009-04-28 Thread sam tygier
** Package changed: ubuntu = brasero (Ubuntu)

-- 
the system freeze when I insert an audio cd
https://bugs.launchpad.net/bugs/367767
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 366224] Re: Rendering artifact on text in firefox and gedit

2009-04-28 Thread Nicklas W Bjurman

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/26060441/Xorg.0.log

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete = New

-- 
Rendering artifact on text in firefox and gedit
https://bugs.launchpad.net/bugs/366224
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 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2009-04-28 Thread Green Fish
I confirm. Using Jaunty with the standard french kb layout : same lame
problem. But this should be a rhythmbox problem, not a global xorg/gnome
issue. Wouldn't it be just much easier if an option tab in rhythmbox
enabled users to se their own shortcuts ? (as VLC does).

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
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 366471] Re: Calendar closed unexpectedly

2009-04-28 Thread Leonard Michlmayr
I would. However, after upgrading again (in order to get all the
dependencies right for the bug report) I cannot reproduce the bug. Maybe
there was some difficulty contacting google involved, so, if it happens
again, I will report a new bug. Thank you.

-- 
Calendar closed unexpectedly
https://bugs.launchpad.net/bugs/366471
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 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2009-04-28 Thread Green Fish
oh, and, sorry, for double posting : the problem occurs also on
archlinux and fedora, nothing specific about ubuntu here.

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
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 353187] Re: evolution-exchange-storage: /build/buildd/libical-0.43/src/libical/icalerror.c:106: icalerror_set_errno: Assertion `0' failed.

2009-04-28 Thread Martin Pitt
Accepted evolution-exchange into jaunty-proposed, the package will build
now and be available in a few hours. Please test and give feedback here.
See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
evolution-exchange-storage: 
/build/buildd/libical-0.43/src/libical/icalerror.c:106: icalerror_set_errno: 
Assertion `0' failed.
https://bugs.launchpad.net/bugs/353187
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 332639] Re: evolution crashes when attempt to open calendar

2009-04-28 Thread François GUÉRIN
Hi,

Evolution is not crashing entirely, but only the calendar part of it. I
use it every day to connect to an Exchange server, which is a great
feature... Evolution is great for the mail feature, like AD-based auto-
completion, and multi-calendar view.

Since the Jaunty update, when I try to view a calendar, from left panel
or from the Menu  View  Calendar, the module works for a few seconds
(I can see my calendar items for a few seconds), then stops. I have a
message at the bottom of the evolution window, saying that the calendar
module crashed, and will not work until I restart Evolution. During the
activity of the calendar? I've no time to create any meeting or
anything else.

This is really a problem for me, I can't use the calendar at all ! I'm a
developer, and I spread Ubuntu as much as possible, some of my chiefs
are interrested, but I can't show them this buggy calendar, an every-day
tool !

What can I do to help you ?

Sorry form my English, I'm French...

frague

-- 
evolution crashes when attempt to open calendar
https://bugs.launchpad.net/bugs/332639
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 302570] Re: g-p-m doesn't save charge and discharge profiles

2009-04-28 Thread karit
Thanks Pobice it is currently working for me on my eeepc901

-- 
g-p-m doesn't save charge and discharge profiles
https://bugs.launchpad.net/bugs/302570
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager 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-28 Thread Martin Pitt
Accepted into jaunty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Also affects: glade-3 (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: glade-3 (Ubuntu Jaunty)
 Assignee: (unassigned) = Robert Ancell (robert-ancell)

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

** Tags added: verification-needed

-- 
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 323228] Re: Default GtkSpinButton has an invalid page-size value.

2009-04-28 Thread Martin Pitt
Accepted into jaunty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Also affects: glade-3 (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: glade-3 (Ubuntu Jaunty)
 Assignee: (unassigned) = Robert Ancell (robert-ancell)

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

** Tags added: verification-needed

-- 
Default GtkSpinButton has an invalid page-size value.
https://bugs.launchpad.net/bugs/323228
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 361053] Re: Please, sponsor gnome-terminal 2.26.1 to jaunty

2009-04-28 Thread Martin Pitt
** Also affects: gnome-terminal (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

-- 
Please, sponsor gnome-terminal 2.26.1 to jaunty
https://bugs.launchpad.net/bugs/361053
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 Martin Pitt
Accepted into jaunty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
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 358467] Re: Crash adding related action to button (g_closure_invoke)

2009-04-28 Thread Martin Pitt
Accepted into jaunty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Also affects: glade-3 (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: glade-3 (Ubuntu Jaunty)
 Assignee: (unassigned) = Robert Ancell (robert-ancell)

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

** Tags added: verification-needed

-- 
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 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-04-28 Thread Martin Pitt
Accepted into jaunty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Also affects: glade-3 (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: glade-3 (Ubuntu Jaunty)
 Assignee: (unassigned) = Robert Ancell (robert-ancell)

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

** Tags added: verification-needed

-- 
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 368494] [NEW] yelp info browser error when navigating via links or left nav

2009-04-28 Thread Ramon
Public bug reported:

Binary package hint: yelp

When searching for info:emacs it displays the table of contents by
clicking any links in the TOC or navigating with the side navigation
menu produce the following error dialog:

Unable to load page
The requested URI file:///usr/share/info/emacs22/emacs.gz#Mac_Font_Specs is 
invalid

and navigation fails.

With commandline 'info emacs' the links work.

yelp: 2.25.1-0ubuntu5
distro: 9.04

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: nvidia
Package: yelp 2.25.1-0ubuntu5
ProcEnviron:
 LANG=en_ZA.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.28-11-generic i686

** Affects: yelp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
yelp info browser error when navigating via links or left nav
https://bugs.launchpad.net/bugs/368494
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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


[Bug 368494] Re: yelp info browser error when navigating via links or left nav

2009-04-28 Thread Ramon

** Attachment added: yelp_info_error_msg.png
   http://launchpadlibrarian.net/26061002/yelp_info_error_msg.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26061003/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/26061004/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/26061005/ProcStatus.txt

-- 
yelp info browser error when navigating via links or left nav
https://bugs.launchpad.net/bugs/368494
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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


[Bug 361053] Re: Please, sponsor gnome-terminal 2.26.1 to jaunty

2009-04-28 Thread Martin Pitt
Rejected the current -proposed upload since it has a wrong and
misattributed changelog entry. Also, I don't think we ought to mess with
the session protocol in an SRU. Session saving is terminally broken
anyway, and introducing such large changes are not only regression
prone, but also change the existing behaviour which were like that for
at least two releases.

** Changed in: gnome-terminal (Ubuntu Jaunty)
   Status: New = Won't Fix

-- 
Please, sponsor gnome-terminal 2.26.1 to intrepid
https://bugs.launchpad.net/bugs/361053
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 178164] Re: There was an error creating the child process for this terminal

2009-04-28 Thread patrick.dolz
I have the same problem after upgrading to 9.04

-- 
There was an error creating the child process for this terminal
https://bugs.launchpad.net/bugs/178164
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 368498] [NEW] tracks are skipping and jittering when playing with gstreamer

2009-04-28 Thread Rory McCann
Public bug reported:

When playing music files using Banshee or sometimes when playing videos
with totem, the track will skip and jitter. It's like lag on an internet
radio station. This has happened when playing MP3 or OGG files. It
happens at random times at different places on the same file.

I'm attaching a short sample MP3 which shows the problem for me.
(Audacity put a little 'ptew' sound at the very front, ignore that).

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
tracks are skipping and jittering when playing with gstreamer
https://bugs.launchpad.net/bugs/368498
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

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


[Bug 368498] Re: tracks are skipping and jittering when playing with gstreamer

2009-04-28 Thread Rory McCann

** Attachment added: sample jitter track
   http://launchpadlibrarian.net/26061932/jitter-sample.mp3

-- 
tracks are skipping and jittering when playing with gstreamer
https://bugs.launchpad.net/bugs/368498
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 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   >