[Bug 1803853] [NEW] gedit git plugin crashes on local git repository

2018-11-17 Thread Dmitriy Geels
Public bug reported: I get the following output in console: dmig@dmig-Inspiron-5379:~$ gedit workspace/howdy-test.py Traceback (most recent call last): File "/usr/lib/x86_64-linux-gnu/gedit/plugins/git/appactivatable.py", line 89, in get_repository repo = self.__git_repos[repo_uri]

[Bug 1697229] Re: GNOME extensions deactivated after lock unlock

2018-11-11 Thread Dmitriy Geels
Started experiencing this bug after Ubuntu update 18.04->18.10. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/1697229 Title: GNOME extensions deactivated after lock unlock

[Bug 1762382] [NEW] scan code → meaning map

2018-04-09 Thread Dmitriy Geels
Public bug reported: RFKILL key is unsupported on new Dell Inspiron 5379 Event: time 1523271211.046483, type 4 (EV_MSC), code 4 (MSC_SCAN), value 88 Event: time 1523271211.046483, type 1 (EV_KEY), code 240 (KEY_UNKNOWN), value 2 ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: udev

[Bug 1760005] [NEW] Dialog 'add custom shortcut dialog' is unusable with keyboard only

2018-03-29 Thread Dmitriy Geels
Public bug reported: 'Add Custom Shortcut' dialog (Settings -> Keyboard -> '+' at the end of list) never sets focus to 'Set Shortcut...' and 'Add' buttons if used from keyboard. Current field order is: 'Name' -> 'Command' -> 'Cancel' button. Tab key switches focus only between these 3 fields.

[Bug 1730554] Re: gnome-shell (3.24.2) crashed with segfault

2017-11-17 Thread Dmitriy Geels
In my case error messages look like Nov 18 07:50:34 kernel: do_general_protection: 14 callbacks suppressed Nov 18 07:50:34 kernel: traps: gnome-shell[1430] general protection ip:7f3f663c2e0d sp:7ffe9fed66d0 error:0 in libgobject-2.0.so.0.5400.1[7f3f6638 -- You received this bug notification

[Bug 1730554] Re: gnome-shell (3.24.2) crashed with segfault

2017-11-17 Thread Dmitriy Geels
ubuntu-bug complains that there is not enough free memory to analyze crash dump. I'm attaching the dump itself. ** Attachment added: "_usr_bin_gnome-shell.1000.crash" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1730554/+attachment/5010747/+files/_usr_bin_gnome-shell.1000.crash

[Bug 527157] Re: Brightness controls skips Levels.

2012-07-18 Thread Dmitriy Geels
Why are you guys marking the g-p-m bug invalid? Because see previous comments. g-s-d handles media keys. This bug is appeared, because we have a case, when g-s-d should handle brightness keys differently. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 527157] Re: Brightness controls skips Levels.

2012-04-27 Thread Dmitriy Geels
Patch 16_use_synchronous_notifications.patch -- is the one, that my patch heavily depends on. Also, as far, as I understand, it's incompatible with debian. To make patch for debian, I need to understand, where to get correct params for update_screen_cb(), to call it from

[Bug 527157] Re: Brightness controls skips Levels.

2012-04-27 Thread Dmitriy Geels
In order for this patch to apply properly, it should be applied last, after all ubuntu patches. In you case you don't have any of them applied. If you got package from packages.ubuntu.com, there are 2 source files: one http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-settings-daemon

[Bug 527157] Re: Brightness controls skips Levels.

2012-04-26 Thread Dmitriy Geels
Hmm... really strange. I made patch ubuntu 11.10, g-s-d 3.2.2-0ubuntu2.1. May be you upgraded to 12.04 already? Actually, I should make patch for 12.04, as it's latest stable now. Will do this bit later. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 527157] Re: Brightness controls skips Levels.

2012-04-26 Thread Dmitriy Geels
Sorry, I didn't write instruction: - put the file into debian/patches/ dir - add line 52_brightness_in_hardware.patch to 'series' file in that dir (not sure if this step is required) - build package as usual This patch should be applied last, after all ubuntu/debian patches. That's why it fails.

[Bug 527157] Re: Brightness controls skips Levels.

2012-04-14 Thread Dmitriy Geels
Here is the patch. Please review it. ** Patch added: 52_brightness_in_hardware.patch https://bugs.launchpad.net/archlinux/+source/gnome-power-manager/+bug/527157/+attachment/3063911/+files/52_brightness_in_hardware.patch -- You received this bug notification because you are a member of

[Bug 527157] Re: Brightness controls skips Levels.

2012-04-14 Thread Dmitriy Geels
My patch is similar to one in comment #15. Differences are: - it uses gsettings api (commonly used by g-s-d now) - it doesn't break StepUp/StepDown dbus methods - it's smaller -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 527157] Re: Brightness controls skips Levels.

2012-03-29 Thread Dmitriy Geels
Oh, that was about g-s-d source! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/527157 Title: Brightness controls skips Levels. To manage notifications about this bug

[Bug 527157] Re: Brightness controls skips Levels.

2012-03-29 Thread Dmitriy Geels
James: no, there is no need to touch kernel. You should have noticed, that brightness control works as expected, before you login (during boot or even on login screen). Problem is in user-level process running during user session. We have to find that process, than fix will be pretty simple. See

[Bug 527157] Re: Brightness controls skips Levels.

2012-03-29 Thread Dmitriy Geels
** Changed in: gnome-power-manager (Ubuntu) Status: Triaged = Invalid ** Also affects: gnome-settings-daemon Importance: Undecided Status: New ** Changed in: gnome-settings-daemon Assignee: (unassigned) = Dmitriy Geels (dmig) -- You received this bug notification because

[Bug 527157] Re: Brightness controls skips Levels.

2012-03-29 Thread Dmitriy Geels
Fix itself is pretty simple, but all that g/dconf mess confuses me. Need to understand, how to create new key in dconf... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.

[Bug 527157] Re: Brightness controls skips Levels.

2012-03-28 Thread Dmitriy Geels
Oh yeah! #24 is really dirty one! But it gave me a clue, how this bug should be fixed: Patching StepUp/StepDown handlers is very bad practice, because these methods may be called by some other applications. We need to prevent calls to these methods depending on some parameter. The problem

[Bug 527157] Re: Brightness controls skips Levels.

2012-03-28 Thread Dmitriy Geels
I would change status on g-p-m to 'Invalid' and assign bug to other package. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/527157 Title: Brightness controls skips

[Bug 562154] Re: evolution doesn't receive emails from pop3 account

2010-04-20 Thread Dmitriy Geels
Looks like, that last update of evolution-data-server package fixed the problem. Humberto, did it fix for you? -- evolution doesn't receive emails from pop3 account https://bugs.launchpad.net/bugs/562154 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 558451] Re: gdm-session-worker crashed with SIGSEGV in filter_func()

2010-04-16 Thread Dmitriy Geels
Package gdm updated to 2.30.0-0ubuntu5 -- still crashes -- gdm-session-worker crashed with SIGSEGV in filter_func() https://bugs.launchpad.net/bugs/558451 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu. -- desktop-bugs

[Bug 562154] [NEW] evolution doesn't receive emails from pop3 account

2010-04-13 Thread Dmitriy Geels
Public bug reported: Binary package hint: evolution After launch, evolution starts downloading new emails. But progress dialog stuck with message downloading 1 of xx messages. Evolution Sometimes after that evolution-data-server-2.28 crashes with assertion (apport tells that it can't handle

[Bug 562154] Re: evolution doesn't receive emails from pop3 account

2010-04-13 Thread Dmitriy Geels
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44010295/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/44010296/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/44010297/ProcStatus.txt ** Attachment

[Bug 562154] Re: evolution doesn't receive emails from pop3 account

2010-04-13 Thread Dmitriy Geels
Manually obtained backtrace (using https://wiki.ubuntu.com/Backtrace) ** Attachment added: evolution-data-server-2.28-backtrace.txt http://launchpadlibrarian.net/44013408/evolution-data-server-2.28-backtrace.txt -- evolution doesn't receive emails from pop3 account

[Bug 558451] Re: gdm-session-worker crashed with SIGSEGV in filter_func()

2010-04-08 Thread Dmitriy Geels
Segfault at 0x1 -- may be related to bug #553190 ** Visibility changed to: Public -- gdm-session-worker crashed with SIGSEGV in filter_func() https://bugs.launchpad.net/bugs/558451 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in

[Bug 556387] Re: gdm-session-worker crashes on usb storage mount/unmount/connect/disconnect

2010-04-08 Thread Dmitriy Geels
*** This bug is a duplicate of bug 558451 *** https://bugs.launchpad.net/bugs/558451 ** This bug is no longer a duplicate of bug 553190 gdm-session-worker crashes on usb device connect/disconnect ** This bug has been marked a duplicate of bug 558451 gdm-session-worker crashed with

[Bug 552606] Re: [lucid] gdm-session-worker segfault

2010-04-08 Thread Dmitriy Geels
*** This bug is a duplicate of bug 558451 *** https://bugs.launchpad.net/bugs/558451 ** This bug is no longer a duplicate of bug 553190 gdm-session-worker crashes on usb device connect/disconnect ** This bug has been marked a duplicate of bug 558451 gdm-session-worker crashed with

[Bug 556387] [NEW] gdm-session-worker crashes on usb storage mount/unmount/connect/disconnect

2010-04-06 Thread Dmitriy Geels
*** This bug is a duplicate of bug 553190 *** https://bugs.launchpad.net/bugs/553190 Public bug reported: Binary package hint: gdm This is duplicate of bug #553190, created just to post all information collected by ubunu-bug. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: gdm

[Bug 556387] Re: gdm-session-worker crashes on usb storage mount/unmount/connect/disconnect

2010-04-06 Thread Dmitriy Geels
*** This bug is a duplicate of bug 553190 *** https://bugs.launchpad.net/bugs/553190 ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/43235727/Dependencies.txt ** This bug has been marked a duplicate of bug 553190 gdm-session-worker crashes on usb storage

[Bug 552606] Re: [lucid] gdm-session-worker segfault

2010-04-06 Thread Dmitriy Geels
*** This bug is a duplicate of bug 553190 *** https://bugs.launchpad.net/bugs/553190 ** This bug has been marked a duplicate of bug 553190 gdm-session-worker crashes on usb storage mount/unmount/connect/disconnect -- [lucid] gdm-session-worker segfault

[Bug 457482] Re: Couldn't share keys error message on startup

2009-10-21 Thread Dmitriy Geels
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/34106535/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/34106536/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/34106537/ProcStatus.txt ** Attachment

[Bug 457482] [NEW] Couldn't share keys error message on startup

2009-10-21 Thread Dmitriy Geels
Public bug reported: Binary package hint: seahorse Every login I get error message from seahorse-daemon: Couldn't share keys: Can't publish discovery information on the network. May be this caused by wireless connection, which is established later. ProblemType: Bug Architecture: amd64 Date:

[Bug 457530] [NEW] brightness changes 2 levels at once

2009-10-21 Thread Dmitriy Geels
Public bug reported: Binary package hint: gnome-power-manager here is picture of what happens: 1) I set brightness to 0 level: levels: 0 1 2 3 4 5 6 7 8 current: 0 2) I press brightness up once: levels: 0 1 2 3 4 5 6 7 8 current: 2 3) ... once more: levels: 0 1 2 3 4 5 6 7 8 current: 4 4)

[Bug 457530] Re: brightness changes 2 levels at once

2009-10-21 Thread Dmitriy Geels
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/34109036/Dependencies.txt ** Attachment added: DevkitPower.txt http://launchpadlibrarian.net/34109037/DevkitPower.txt ** Attachment added: GConfNonDefault.txt http://launchpadlibrarian.net/34109038/GConfNonDefault.txt

[Bug 313753] Re: Fails to register to more than one account from the same provider

2009-07-15 Thread Dmitriy Geels
The problem is in authorization info, ekiga uses. It takes auth info of first registered account (see Authorization header). This short log of ekiga talking to asterisk shows what causes this problem: --- SIP read from 87.249.10.61:52335 --- REGISTER sip:ssof01 SIP/2.0 Route: sip:ssof01:5060;lr

[Bug 376924] Re: Random reaction to brightness hotkeys

2009-06-20 Thread Dmitriy Geels
Oh, I haven't applied later patch. I will do that and post the result -- Random reaction to brightness hotkeys https://bugs.launchpad.net/bugs/376924 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. --

[Bug 376924] Re: Random reaction to brightness hotkeys

2009-06-18 Thread Dmitriy Geels
Just disassembled laptop's DSDT, there a 3 device LCDD descriptors. All have method _BCL. First 2 instances: Device (LCDD) { ... Method (_BCL, 0, NotSerialized) { Return (Package (0x10) { 0x0F, 0x0E, 0x0D, 0x0C, 0x0B, 0x0A,

[Bug 383845] Re: backlight blinks when adjusting brightiness with hotkeys

2009-06-18 Thread Dmitriy Geels
*** This bug is a duplicate of bug 376924 *** https://bugs.launchpad.net/bugs/376924 ** This bug has been marked a duplicate of bug 37926 Manage expectations about newly-reported bugs ** This bug is no longer a duplicate of bug 37926 Manage expectations about newly-reported bugs **

[Bug 376924] Re: Random reaction to brightness hotkeys

2009-06-18 Thread Dmitriy Geels
Hmm... This should be the reason, but patched DSDT didn't fix the problem. Or kernel refused to load my DSDT. Dammit! # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_CUSTOM_DSDT_FILE= Bug #246222 reported for Intrepid alpha 3, marked as fixed, is still there! Config from 2.6.28 contains one

[Bug 376924] Re: Random reaction to brightness hotkeys

2009-06-18 Thread Dmitriy Geels
Kernel refused to load my DSDT: # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_CUSTOM_DSDT_FILE= Bug #246222 reported for Intrepid alpha 3 and marked as fixed is still there! Default kernel, 2.6.28 has one more line: CONFIG_ACPI_CUSTOM_DSDT_INITRD=y -- Random reaction to brightness hotkeys

[Bug 265017] Re: Error when streaming missing depayloader plugin

2009-06-15 Thread Dmitriy Geels
Yes, for me it also plays as slideshow. Totem says it's WM8 format. Maybe installing win32/64 codecs from mplayer will help. -- Error when streaming missing depayloader plugin https://bugs.launchpad.net/bugs/265017 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 355541] Re: packard bell bg 46 brightness buttons work improperly

2009-06-11 Thread Dmitriy Geels
*** This bug is a duplicate of bug 376924 *** https://bugs.launchpad.net/bugs/376924 Scott, thanks for your message! This bug seems to be duplicate of bug #376924. ACPI is the first thing I thought about, but it isn't ACPI problem actually, it's g-p-m bug. Even gnome brightness applet

[Bug 350912] Re: packard bell bg 46 brightness buttons work improperly

2009-06-11 Thread Dmitriy Geels
*** This bug is a duplicate of bug 376924 *** https://bugs.launchpad.net/bugs/376924 ** This bug is no longer a duplicate of bug 355541 packard bell bg 46 brightness buttons work improperly ** This bug has been marked a duplicate of bug 376924 Random reaction to brightness hotkeys --

[Bug 376924] Re: Random reaction to brightness hotkeys

2009-06-11 Thread Dmitriy Geels
Applied this patch to .30 kernel -- it helped! Brightness control works as expected now. But gnome-brightness-applet is often loosing dbus connection to g-p-m with .30 kernel. -- Random reaction to brightness hotkeys https://bugs.launchpad.net/bugs/376924 You received this bug notification

[Bug 265017] Re: Error when streaming missing depayloader plugin

2009-06-02 Thread Dmitriy Geels
Just tested mentioned links using totem in Jaunty: no problems, it plays streams. -- Error when streaming missing depayloader plugin https://bugs.launchpad.net/bugs/265017 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu.

[Bug 355981] Re: Brightness notification does not show correct brightness level

2009-04-29 Thread Dmitriy Geels
See my Bug #355541, I have same issue -- Brightness notification does not show correct brightness level https://bugs.launchpad.net/bugs/355981 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. --

[Bug 210090] Re: evolution google calendar doesn't work with private calendars

2009-04-15 Thread Dmitriy Geels
Looking into .evolution/cache/calendar/, I found, that evolution loaded events from all calendars: d...@dmig-desktop:~$ ll -R .evolution/cache/calendar/ .evolution/cache/calendar/: итого 8 drwx-- 2 dmig dmig 4096 2009-04-15 09:45

[Bug 357712] [NEW] gnome-panel crashes when opening site in firefox

2009-04-08 Thread Dmitriy Geels
*** This bug is a duplicate of bug 280484 *** https://bugs.launchpad.net/bugs/280484 Public bug reported: Binary package hint: gnome-panel Steps to reproduce: 1) open firefox 2) open url http://blog.oup.com/2009/03/science-fiction/ This page have long title, which contains 2 unicode

[Bug 357712] Re: gnome-panel crashes when opening site in firefox

2009-04-08 Thread Dmitriy Geels
*** This bug is a duplicate of bug 280484 *** https://bugs.launchpad.net/bugs/280484 ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25017396/Dependencies.txt -- gnome-panel crashes when opening site in firefox https://bugs.launchpad.net/bugs/357712 You received this

[Bug 357712] Re: gnome-panel crashes when opening site in firefox

2009-04-08 Thread Dmitriy Geels
*** This bug is a duplicate of bug 280484 *** https://bugs.launchpad.net/bugs/280484 Opening page using Opera doesn't crash gnome-panel. -- gnome-panel crashes when opening site in firefox https://bugs.launchpad.net/bugs/357712 You received this bug notification because you are a member of

[Bug 311148] Re: evolution crashes when editing reply text

2009-04-07 Thread Dmitriy Geels
tried testcase again - isn't reproducible anymore. so, this report should be closed -- evolution crashes when editing reply text https://bugs.launchpad.net/bugs/311148 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 356702] Re: Jaunty: window switcher tooltips stick when they shouldn't

2009-04-07 Thread Dmitriy Geels
I confirm this bug. Compiz is running. Jaunty is up to date for this moment. -- Jaunty: window switcher tooltips stick when they shouldn't https://bugs.launchpad.net/bugs/356702 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. --

[Bug 355541] Re: packard bell bg 46 brightness buttons work improperly

2009-04-07 Thread Dmitriy Geels
Got g-p-m debug log, 23:00:20-23:00:40 -- brightness up button pressed several times. Then after 23:00:40 -- brightness down several times, after 23:01 -- eco button several times. ** Attachment added: g-p-m.log http://launchpadlibrarian.net/24969618/g-p-m.log -- packard bell bg 46

[Bug 355541] [NEW] packard bell bg 46 brightness buttons work improperly

2009-04-05 Thread Dmitriy Geels
Public bug reported: Binary package hint: gnome-power-manager Sorry, I couldn't add g-p-m to the list of affected packages in previous bug #350912 (looks like launchpad bug), so I marking previous report as dupe of this. See Bug #350912 for details. I'm sure now, that problematic place is

[Bug 355541] Re: packard bell bg 46 brightness buttons work improperly

2009-04-05 Thread Dmitriy Geels
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24829967/Dependencies.txt -- packard bell bg 46 brightness buttons work improperly https://bugs.launchpad.net/bugs/355541 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 350912] Re: packard bell bg 46 brightness buttons work improperly

2009-04-05 Thread Dmitriy Geels
*** This bug is a duplicate of bug 355541 *** https://bugs.launchpad.net/bugs/355541 Marking as duplicate, because I couldn't add gnome-power-manager to the list of affected packages. ** This bug has been marked a duplicate of bug 355541 packard bell bg 46 brightness buttons work

[Bug 350927] [NEW] cpufreq-applet: text invisible with 'dust sand' theme

2009-03-29 Thread Dmitriy Geels
Public bug reported: Binary package hint: gnome-applets selecting one of new themes in ubuntu jaunty, dust sand, makes cpufreq-applet text invisible. this theme is only one, where applet text is invisible, others are ok. also, this applet is the only one application, which have problems with

[Bug 350927] Re: cpufreq-applet: text invisible with 'dust sand' theme

2009-03-29 Thread Dmitriy Geels
** Attachment added: applet with dust theme set http://launchpadlibrarian.net/24481040/dust.png ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24481041/Dependencies.txt -- cpufreq-applet: text invisible with 'dust sand' theme https://bugs.launchpad.net/bugs/350927

[Bug 350927] Re: cpufreq-applet: text invisible with 'dust sand' theme

2009-03-29 Thread Dmitriy Geels
** Attachment added: applet with dust sand theme set http://launchpadlibrarian.net/24481046/dust-sand.png -- cpufreq-applet: text invisible with 'dust sand' theme https://bugs.launchpad.net/bugs/350927 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 303677] Re: Webcam picture upside down

2009-03-24 Thread Dmitriy Geels
*** This bug is a duplicate of bug 224559 *** https://bugs.launchpad.net/bugs/224559 This is not software problem. The camera itself is mounted upside down. Here are patches for this problem: http://ubuntuforums.org/showthread.php?t=838210 Actually, uvcvideo driver should implement quirk to

[Bug 311148] Re: evolution crashes when editing reply text

2009-01-20 Thread Dmitriy Geels
Updated all Jaunty packages to latest ones, bug doesn't reproduce anymore. libgtkhtml also was updated, so it seems to be fixed. -- evolution crashes when editing reply text https://bugs.launchpad.net/bugs/311148 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 311148] Re: evolution crashes when editing reply text

2009-01-19 Thread Dmitriy Geels
Just reproduced this crash in Jaunty. But apport caught it successfully. -- evolution crashes when editing reply text https://bugs.launchpad.net/bugs/311148 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list

[Bug 311148] Re: evolution crashes when editing reply text

2008-12-25 Thread Dmitriy Geels
here is backtrace ** Attachment added: gdb-evolution.txt http://launchpadlibrarian.net/20723460/gdb-evolution.txt -- evolution crashes when editing reply text https://bugs.launchpad.net/bugs/311148 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a

[Bug 311148] [NEW] evolution crashes when editing reply text

2008-12-24 Thread Dmitriy Geels
Public bug reported: Binary package hint: evolution I tried to reply to a html message containing table. When I selected quoted text (for removing), evolution crashed, when selection touched table. How to reproduce: 1) get the attachment 2) unpack it to ~/.evolution/mail/local/Inbox.sbd/ --

[Bug 311148] Re: evolution crashes when editing reply text

2008-12-24 Thread Dmitriy Geels
** Attachment added: folder containing single killer message http://launchpadlibrarian.net/20707451/temp.bz2 -- evolution crashes when editing reply text https://bugs.launchpad.net/bugs/311148 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 311148] Re: evolution crashes when editing reply text

2008-12-24 Thread Dmitriy Geels
evolution crashed with segfault ** Attachment added: output of 'evolution --debug=evolution_debug.log' http://launchpadlibrarian.net/20707473/evolution_debug.log -- evolution crashes when editing reply text https://bugs.launchpad.net/bugs/311148 You received this bug notification because you