[Bug 90783] Re: Failed to append to mbox:/home/sammh/.evolution/mail/local#Sent

2008-03-29 Thread chantra
*** This bug is a duplicate of bug 201526 ***
https://bugs.launchpad.net/bugs/201526

** This bug has been marked a duplicate of bug 201526
   Error: failed to move message to mbox:

-- 
Failed to append to mbox:/home/sammh/.evolution/mail/local#Sent
https://bugs.launchpad.net/bugs/90783
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 201526] Re: Error: failed to move message to mbox:

2008-03-16 Thread chantra
@gijskerkhoven :
I have had the same issue since I changed my username and homedir from 
olduser with homedir /home/olduser to
newuser with homedir  /home/newuser

I have found a workaround:

in non graphical mode: 
sed -i 's/\/home\/olduser/\home\/newuser/g' 
~/.gconf/apps/evolution/mail/%gconf.xml

see http://www.debuntu.org/how-to-fixing-evolution-after-home-directory-
changed-failed-to-append-to-mbox for more details

-- 
Error: failed to move message to mbox:
https://bugs.launchpad.net/bugs/201526
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 195563] Re: [hardy] hangs on opening profile editor

2008-02-27 Thread chantra
Hi Pedro,

sorry for the bother, but it seems that the issue is not happening
anymore (since upgraded this morning)

The only package I could see that had an effect on gnome-terminal would
be libgnomeui-0

the changelog is:
libgnomeui (2.21.92-0ubuntu1) hardy; urgency=low

  * New upstream version
  * debian/patches/90_from_svn_fix_gio_fileselector_crasher.patch:
   - dropped, the change is in the new version

Maybe it was kindda related, or just a side effect... will see, for now
I am closing this bug.

-- 
[hardy] hangs on opening profile editor
https://bugs.launchpad.net/bugs/195563
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 195563] Re: [hardy] hangs on opening profile editor

2008-02-27 Thread chantra
closing as issue is not happening anymore

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

-- 
[hardy] hangs on opening profile editor
https://bugs.launchpad.net/bugs/195563
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 195563] Re: [hardy] hangs on opening profile editor

2008-02-26 Thread chantra
Pedro,

There is no crash, just a hang.

-- 
[hardy] hangs on opening profile editor
https://bugs.launchpad.net/bugs/195563
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 194598] Re: wrong exit_action value when creating new profile

2008-02-26 Thread chantra
btw, it seems that it is making its way upstream:
http://bugzilla.gnome.org/show_activity.cgi?id=518184

-- 
wrong exit_action value when creating new profile
https://bugs.launchpad.net/bugs/194598
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 195563] [NEW] [hardy] hangs on opening profile editor

2008-02-25 Thread chantra
Public bug reported:

Hardy
gnome-terminal 2.21.91.1-0ubuntu1

When doing Edit-Current Profile , the profile editor take about 30s to
open, freeze the whole gnome-terminal during that time.

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[hardy] hangs on opening profile editor
https://bugs.launchpad.net/bugs/195563
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 194598] [NEW] wrong exit_action value when creating new profile

2008-02-22 Thread chantra
Public bug reported:

Ubuntu Gutsy
gnome-terminal2.18.2-0ubuntu1

Also happens on hardy 2.21.90-0ubuntu1

When creating a new profile, the gconf key:
/apps/gnome-terminal/profiles/profile name/exit_action
is set to left instead of exit (or at least any possible correct values)

switching the value through the profile preference interface to hold or
restart, then exit again, will revert the value to close

providing a patch:


--- gnome-terminal-2.18.2/src/terminal-profile.c2008-02-23 
01:28:11.0 +
+++ gnome-terminal-2.18.2.new/src/terminal-profile.c2008-02-23 
01:29:42.0 +
@@ -2752,7 +2752,7 @@
   key = gconf_concat_dir_and_key (profile_dir,
   KEY_EXIT_ACTION);

-  cs = gconf_enum_to_string (scrollbar_positions,
+  cs = gconf_enum_to_string (exit_actions,
  base_profile-priv-exit_action);

   gconf_client_set_string (base_profile-priv-conf,

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
wrong exit_action value when creating new profile
https://bugs.launchpad.net/bugs/194598
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 194598] Re: wrong exit_action value when creating new profile

2008-02-22 Thread chantra

** Attachment added: fixed default exit_action value
   http://launchpadlibrarian.net/12159730/05_fixed_newprofile_exit_action.patch

-- 
wrong exit_action value when creating new profile
https://bugs.launchpad.net/bugs/194598
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 194598] Re: wrong exit_action value when creating new profile

2008-02-22 Thread chantra
** Bug watch added: GNOME Bug Tracker #518184
   http://bugzilla.gnome.org/show_bug.cgi?id=518184

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

-- 
wrong exit_action value when creating new profile
https://bugs.launchpad.net/bugs/194598
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 126853] Re: evolution crashed with SIGSEGV in camel_object_cast()

2007-12-16 Thread chantra
*** This bug is a duplicate of bug 145458 ***
https://bugs.launchpad.net/bugs/145458

marking this as duplicate of LP#145458

** This bug has been marked a duplicate of bug 145458
   evolution crashed with SIGSEGV in camel_object_cast()

-- 
evolution crashed with SIGSEGV in camel_object_cast()
https://bugs.launchpad.net/bugs/126853
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 145458] Re: evolution crashed with SIGSEGV in camel_object_cast()

2007-12-16 Thread chantra
I merged patches from http://bugzilla.gnome.org/show_bug.cgi?id=474118#c9
to evolution and evolution-data-server.
evolution-data-server_dl_offline.debdiff  and evolution_dl_offline.debdiff

** Attachment added: evolution_dl_offline.debdiff
   http://launchpadlibrarian.net/10926971/evolution_dl_offline.debdiff

-- 
evolution crashed with SIGSEGV in camel_object_cast()
https://bugs.launchpad.net/bugs/145458
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 145458] Re: evolution crashed with SIGSEGV in camel_object_cast()

2007-12-16 Thread chantra
so far it works :D

** Attachment added: evolution-data-server_dl_offline.debdiff
   
http://launchpadlibrarian.net/10926973/evolution-data-server_dl_offline.debdiff

-- 
evolution crashed with SIGSEGV in camel_object_cast()
https://bugs.launchpad.net/bugs/145458
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 145458] Re: evolution crashed with SIGSEGV in camel_object_cast()

2007-12-13 Thread chantra
FYI, patches have been released upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=474118#c9

 Comment #9 from Bharath Acharya(points: 4)
2007-11-02 06:01 UTC [reply]

Created an attachment (id=98357) [edit]
Patch for bug 474118 in evolution

The crash happened due to assumption of the store being of type DiscoStore.
Thanks to mbarnes for explaining it in detail. attaching the changes to be done
in evolution


Comment #10 from Bharath Acharya (points: 4)
2007-11-02 06:02 UTC [reply]

Created an attachment (id=98358) [edit]
Patch for bug 474118 in evolution-data-server

Changes in eds for the same


Could those being merged? cheers

-- 
evolution crashed with SIGSEGV in camel_object_cast()
https://bugs.launchpad.net/bugs/145458
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 154539] Re: Glade 3 crashes when costumizing a message dialog

2007-11-04 Thread chantra
I can confirm this bug on an amd64 architecture
ubuntu gutsy

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

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

-- 
Glade 3 crashes when costumizing a message dialog
https://bugs.launchpad.net/bugs/154539
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 121228] Re: [gutsy] segfault retrieving passphrase for WiFi network

2007-07-10 Thread chantra
I can confirm the fix here too

-- 
[gutsy] segfault retrieving passphrase for WiFi network
https://bugs.launchpad.net/bugs/121228
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-keyring in ubuntu.

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


[Bug 111326] Re: Totem often returns: internal data flow error movies play good with VLC

2007-05-31 Thread chantra
*** This bug is a duplicate of bug 70223 ***
https://bugs.launchpad.net/bugs/70223

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

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

** This bug has been marked a duplicate of bug 70223
   Internal data flow error.

-- 
Totem often returns: internal data flow error movies play good with VLC
https://bugs.launchpad.net/bugs/111326
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 111326] Re: Totem often returns: internal data flow error movies play good with VLC

2007-05-31 Thread chantra
same here except that .sub, .srt, .txt give the same error:

$ls
movie.avi movie.srt
$ totem movie.avi
** Message: Error: Internal data flow error.
gstbasesrc.c(1642): gst_base_src_loop (): /play/subtitle-bin/filesrc0:
streaming task paused, reason not-linked (-1)


$mv movie.srt movie.srt
$totem movie.avi

works fine, but you cannot view the subtitles

-- 
Totem often returns: internal data flow error movies play good with VLC
https://bugs.launchpad.net/bugs/111326
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 19065] Re: warnings about bad SSL certificate when viewing mail

2007-05-05 Thread chantra
I have my own mail server and my certificate is not signed by a trusted company.
The only thing I need is to have a connection tunneled through SSL.

I m pretty puzzled by the fact that Evolution ask me to accept this
certificate **every time** I open evolution. There is no checkbox to say
accept permanently.

Shouldn't this be an option?

-- 
warnings about bad SSL certificate when viewing mail
https://bugs.launchpad.net/bugs/19065
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 78470] Re: switching to current logged in user freezes gdm

2007-04-12 Thread chantra
using nvidia GeForce Go 7300:
01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 110M / GeForce 
Go 7300 (rev a1)
and nvidia driver from the repository

-- 
switching to current logged in user freezes gdm
https://bugs.launchpad.net/bugs/78470
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78470] Re: switching to current logged in user freezes gdm

2007-04-09 Thread chantra
I can confirm that WITHOUT compiz nor beryl, it now works perfect (if
login as same user, I am automatically redirected to the previous
session, older behaviour warnd be that a session was already running,
but I could open a new one if I confirmed).

Running compiz, it crashes.

-- 
switching to current logged in user freezes gdm
https://bugs.launchpad.net/bugs/78470
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 78470] Re: switching to current logged in user freezes gdm

2007-03-26 Thread chantra
From what I remember, I did not have desktop-effects enabled.
I won't have internet at home before a while so I won't be able to test out if 
updates changed the behaviour.

-- 
switching to current logged in user freezes gdm
https://launchpad.net/bugs/78470

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


[Bug 85582] Re: Gaim doesn't connect automaticaly.

2007-02-17 Thread chantra
I can confirm that gaim does not connect automatically, though, I can't confirm 
the unable to add error.
This happens since networkmanager support has been enabled in gaim. The issue 
is that when your network settings are based on /etc/network/interfaces, 
networkmanager do not deal with those interfaces and believes there is no 
network connection active. Therefore gaim does not attempts to connect.

I've submitted a real dirty patch on sourceforge
https://sourceforge.net/tracker/?func=detailatid=100235aid=1641894group_id=235
this basically makes gaim connect once regarding of networkmanager status

** Changed in: gaim (Ubuntu)
   Status: Unconfirmed = Confirmed

** Bug watch added: SourceForge.net Tracker #1641894
   http://sourceforge.net/support/tracker.php?aid=1641894

** Also affects: gaim (upstream) via
   http://sourceforge.net/support/tracker.php?aid=1641894
   Importance: Unknown
   Status: Unknown

-- 
Gaim doesn't connect automaticaly.
https://launchpad.net/bugs/85582

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


[Bug 81740] reordering tabs disable key bindings for 1 time

2007-01-26 Thread chantra
Public bug reported:

Binary package hint: gnome-terminal

On feisty, but I guess this should be reproduceable on edgy too.

gnome-terminal-2.17.90-0ubuntu1

How to reproduce:

* Open Gnome terminal
* open new tab (Ctrl+Shift+T)
* (so far, you can move from one tab to the prev/next ones using Ctrl+page 
Up/Down)
* Drag the 2nd tab and drop it to the first place
* (now, you cannot go back and forth using keybindings)
* click the other tab, keybindings works again.

By the way, this only happens if the tab is moved using the mouse.
Moving a tab with Ctrl-Shift-Page Up/Down will behave correctly

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
reordering tabs disable key bindings for 1 time
https://launchpad.net/bugs/81740

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


[Bug 81740] Re: reordering tabs disable key bindings for 1 time

2007-01-26 Thread chantra
** Description changed:

  Binary package hint: gnome-terminal
  
  On feisty, but I guess this should be reproduceable on edgy too.
  
  gnome-terminal-2.17.90-0ubuntu1
  
  How to reproduce:
  
  * Open Gnome terminal
  * open new tab (Ctrl+Shift+T)
  * (so far, you can move from one tab to the prev/next ones using Ctrl+page 
Up/Down)
  * Drag the 2nd tab and drop it to the first place
  * (now, you cannot go back and forth using keybindings)
  * click the other tab, keybindings works again.
+ 
+ By the way, this only happens if the tab is moved using the mouse.
+ Moving a tab with Ctrl-Shift-Page Up/Down will behave correctly

-- 
reordering tabs disable key bindings for 1 time
https://launchpad.net/bugs/81740

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


[Bug 78470] switching to current logged in user freezes gdm

2007-01-08 Thread chantra
Public bug reported:

Binary package hint: gdm

on feisty  with gdm 2.17.4-0ubuntu1 gdm freezes when user X is already logged, 
user X switch user and log in as user X again.
The freezes appears when gdm pop up the usual (you are already logged in as X, 
to you want to continue)

How to reproduce:
1. login as user X
2. system-Quit-Switch user
3. login in as user X again
4. a pop up start to appear and gdm freezes using 100% CPU

attach, a tar.gz of gdm strace while locking up. Summary from strace:
sort gdm-strace.txt | uniq -c
  28523 ioctl(3, FIONREAD, [0]) = 0
111 poll([{fd=3, events=POLLIN}], 1, 0) = 0
  28522 poll([{fd=3, events=POLLIN}, {fd=3, events=POLLIN|POLLPRI}, {fd=7, 
events=POLLIN|POLLPRI, revents=POLLNVAL}], 3, 0) = 1

** Affects: gdm (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
switching to current logged in user freezes gdm
https://launchpad.net/bugs/78470

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


[Bug 78470] Re: switching to current logged in user freezes gdm

2007-01-08 Thread chantra

** Attachment added: gdm strace
   http://librarian.launchpad.net/5645849/gdm-strace.txt.tar.gz

-- 
switching to current logged in user freezes gdm
https://launchpad.net/bugs/78470

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


[Bug 78475] Re: gdmsetup doesn't open

2007-01-08 Thread chantra
I can confirm that.
While launching gksu gdmsetup, stracing gdmsetup lock on:
futex(0x811d460, FUTEX_WAIT, 2, NULL

I wonder if it is somehow related to
http://bugzilla.gnome.org/show_bug.cgi?id=352263

** Changed in: gdm (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
gdmsetup doesn't open
https://launchpad.net/bugs/78475

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


[Bug 78266] Re: gnome-terminal misspells color

2007-01-07 Thread chantra
it is not happening here using feisty with gnome-terminal 2.16.1-0ubuntu1
when using en_GB.UTF-8 I get Colours
when using en_US.UTF-8 I get Colors

-- 
gnome-terminal misspells color
https://launchpad.net/bugs/78266

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


[Bug 78343] Re: gnome-terminal mouse performance slow on feisty

2007-01-07 Thread chantra
Hi,

This is not happening on my feisty box with gnome-terminal 2.16.1-0ubuntu1 
installed.
Could you please indicate which ubuntu distribution this happens on as well as 
the gnome-terminal release
(dpkg -l gnome-terminal)
cheers

** Changed in: gnome-terminal (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
gnome-terminal mouse performance slow on feisty
https://launchpad.net/bugs/78343

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


[Bug 76632] Re: screen does not unlock after locking

2006-12-23 Thread chantra
Works after upgrading to 2.17.40-ubuntu2.
what I did:
killall gnome-screensaver
gnome-screensaver

and now it works back again

-- 
screen does not unlock after locking
https://launchpad.net/bugs/76632

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


[Bug 57970] Re: ata1 slow to respond

2006-12-12 Thread chantra
*** This bug is a duplicate of bug 53754 ***

well, while I was using edgy I found out that
taken from 
https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/53754/comments/20

## begin ##
well, lately i updated my edgy box and the stable kernel wasn't stable anymore.

I finally spotted (i guess) which software messed it up:
*hal
*libhal-storage1
*hal-device-manager
*libhal1

stables version for me are:
hal_0.5.7.1-0ubuntu5_i386.deb
hal-device-manager_0.5.7.1-0ubuntu5_all.deb
libhal-storage1_0.5.7.1-0ubuntu5_i386.deb
libhal1_0.5.7.1-0ubuntu5_i386.deb
## end ##

But using that version of hal, cdrom drive did not get mounted
automatically anymore

another interesting point, that work for me as well:
https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/53754/comments/26

today, after 4 hours uptime, it happened only once or twice.
Attach to this comment, you will find dmesg output related to the freezes

** Attachment added: dmesg
   http://librarian.launchpad.net/5373380/output.txt

-- 
ata1 slow to respond
https://launchpad.net/bugs/57970

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


[Bug 73260] Re: gaim-text keybindings do not work

2006-12-08 Thread chantra
fixed since 1:2.0.0+beta5-4

** Changed in: gaim (Ubuntu)
   Status: Confirmed = Fix Released

-- 
gaim-text keybindings do not work
https://launchpad.net/bugs/73260

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


[Bug 73260] gaim-text keybindings do not work

2006-11-25 Thread chantra
Public bug reported:

Because of an upstream bug, keybindings in gaim-text 1:2.0.0+beta5-3ubuntu1 
does not work with every terminal (xterm likes for instance).
see 
http://sourceforge.net/tracker/index.php?func=detailaid=1596631group_id=235atid=100235

A patch has been released (see attach file)

** Affects: gaim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
gaim-text keybindings do not work
https://launchpad.net/bugs/73260

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


[Bug 73260] Re: gaim-text keybindings do not work

2006-11-25 Thread chantra

** Attachment added: gaim-text key bindings patch
   
http://librarian.launchpad.net/5171400/05_gaim-text_arrow_keys_not_working.patch

-- 
gaim-text keybindings do not work
https://launchpad.net/bugs/73260

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


[Bug 65077] Re: card reader no longer works

2006-11-04 Thread chantra
Hi,

you might want to check this bug: #59344
https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.17/+bug/59344

-- 
card reader no longer works
https://launchpad.net/bugs/65077

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


[Bug 57970] ata1 slow to respond

2006-08-28 Thread chantra
Public bug reported:

hi,

I've trouble with my sata drives which hangs by times. I first thought
it was due to the kernel, but after some time I finally found that this
is due to hal.

This bug was first assigned to linux-source-2.6.15. you can get the thread from:
https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/53754

cheers

** Affects: hal (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
ata1 slow to respond
https://launchpad.net/bugs/57970

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


[Bug 52405] Re: gnome-panel eats 50% cpu for half an hour and flickers

2006-07-14 Thread chantra
I get about the same calls number than Gutaf.
Can not confirm when gnome-panel cool down, as it makes my laptop shut down 
because of CPU heat before I even reach that point.

As a workaround, I send a signal 11 to gnome-panel, in order to
interrupt it and not auto respawn it.

-- 
gnome-panel eats 50% cpu for half an hour and flickers
https://launchpad.net/bugs/52405

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