[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-12 Thread Roman Yepishev
It looks like the crash is happening in /usr/lib/nautilus-
sendto/plugins/libnstbluetooth.so since standalone nautilus-sendto does
not crash on startup.

** Also affects: gnome-bluetooth
   Importance: Undecided
   Status: New

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

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-12 Thread Roman Yepishev
After adding some debug statements:

** (nautilus-sendto:12599): DEBUG: Trying libnstbluetooth.so...
** (nautilus-sendto:12599): DEBUG: checking for module symbol...
** (nautilus-sendto:12599): DEBUG: running nst_init_plugin
** (nautilus-sendto:12599): DEBUG: finished nst_init_plugin
** (nautilus-sendto:12599): DEBUG: p = 0x1beafa0
** (nautilus-sendto:12599): DEBUG: p->info = 0x7ffdd50570e0
** (nautilus-sendto:12599): DEBUG: p->info->init = (nil)

So p->info->init() routine is NULL in libnstbluetooth.so.

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

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-12 Thread Roman Yepishev
Here's brasero plugin info:

static 
NstPluginInfo plugin_info = {
// icon;
"brasero",
// id
"nautilus-burn",
// description
N_("CD/DVD Creator"),
// gettext_package
NULL,
// capabilities
NAUTILUS_CAPS_SEND_DIRECTORIES,
// init
init,
// get_contacts_widget
get_contacts_widget,
// validate_destination
NULL,
// send_files
send_files,
// destroy
destroy
}; 

And here's what libnstbluetooth has:

static
NstPluginInfo plugin_info = {
// icon;
"bluetooth",
// id
"bluetooth",
// description
N_("Bluetooth (OBEX Push)"),
// gettext_package
GETTEXT_PACKAGE,
// capabilities
FALSE,  
// init
NAUTILUS_CAPS_NONE,
// get_contacts_widget
init,   
// validate_destination
get_contacts_widget,
// send_files
validate_destination,
// destroy
send_files,
// 
destroy 
};

So it looks like libnstbluetooth has an extra FALSE item now.

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

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-12 Thread Roman Yepishev
** Bug watch added: GNOME Bug Tracker #629453
   https://bugzilla.gnome.org/show_bug.cgi?id=629453

** Changed in: gnome-bluetooth
   Importance: Undecided => Unknown

** Changed in: gnome-bluetooth
   Status: New => Unknown

** Changed in: gnome-bluetooth
 Remote watch: None => GNOME Bug Tracker #629453

** Summary changed:

- nautilus-sendto crashed with SIGSEGV in _start()
+ nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure

** Changed in: nautilus-sendto (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: nautilus-sendto (Ubuntu)
   Status: Triaged => Invalid

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-12 Thread Roman Yepishev
Changing ubuntu project to be gnome-bluetooth

** Package changed: nautilus-sendto (Ubuntu) => gnome-bluetooth (Ubuntu)

** Changed in: gnome-bluetooth (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Invalid => Confirmed

** Also affects: nautilus-sendto (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nautilus-sendto (Ubuntu)
   Status: New => Invalid

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-12 Thread Roman Yepishev
Please see https://launchpad.net/~rye/+archive/ppa on the info how to
get the updated gnome-bluetooth package that fixes this bug. If that
works well, then maverick archives will need to be updated, will try to
find a person responsible for gnome-bluetooth in ubuntu tomorrow.

Unfortunately this does not fix the bug in gnome-bluetooth that prevents
it from being used in nautilus-sendto (device list is not loading at
all) but that's a separate issue.

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 1705807] [NEW] 2ccf Hypersecu HyperFIDO idVendor missing from 70-debian-uaccess.rules

2017-07-21 Thread Roman Yepishev
Public bug reported:

As per https://hypersecu.com/downloads/files/configurations/70-u2f.rules
linked to from https://hypersecu.com/support/faq:

"""
# HyperSecu HyperFIDO
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e|2ccf", 
ATTRS{idProduct}=="0880", TAG+="uaccess"
"""

Currently 70-u2f.rules contains only:
"""
# HyperSecu HyperFIDO
ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0880", TAG+="uaccess"
"""

This prevents the U2F devices currently sold from being used out of the
box.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: udev 233-8ubuntu3 [modified: lib/udev/rules.d/70-debian-uaccess.rules]
ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
Uname: Linux 4.11.0-10-generic x86_64
ApportVersion: 2.20.6-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Jul 21 22:59:03 2017
InstallationDate: Installed on 2017-07-14 (8 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 005: ID 04f3:2494 Elan Microelectronics Corp. 
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 002: ID 0bda:58c2 Realtek Semiconductor Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Inspiron 13-7378
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.11.0-10-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: Upgraded to artful on 2017-07-20 (2 days ago)
dmi.bios.date: 03/14/2017
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.7.0
dmi.board.name: 0FF2FN
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd03/14/2017:svnDellInc.:pnInspiron13-7378:pvr:rvnDellInc.:rn0FF2FN:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Inspiron 13-7378
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug artful third-party-packages wayland-session

** Attachment removed: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1705807/+attachment/4919116/+files/CurrentDmesg.txt

** Attachment removed: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1705807/+attachment/4919120/+files/ProcCpuinfo.txt

** Attachment removed: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1705807/+attachment/4919121/+files/ProcCpuinfoMinimal.txt

** Attachment removed: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1705807/+attachment/4919122/+files/ProcInterrupts.txt

** Attachment removed: "ProcModules.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1705807/+attachment/4919123/+files/ProcModules.txt

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1705807/+attachment/4919117/+files/Dependencies.txt

** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1705807/+attachment/4919118/+files/JournalErrors.txt

** Attachment removed: "Lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1705807/+attachment/4919119/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1705807

Title:
  2ccf Hypersecu HyperFIDO idVendor missing from 70-debian-uaccess.rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1705807/+subscriptions

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


[Bug 515744] Re: the luminosity applet crashes and starts to flash

2010-03-10 Thread Roman Yepishev
Switching to gnome-power manager as the luminosity applet is probably
the gnome-brightness-applet

** Package changed: ubuntuone-client (Ubuntu) => gnome-power-manager
(Ubuntu)

-- 
the  luminosity applet crashes and starts to flash
https://bugs.launchpad.net/bugs/515744
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 550440] [NEW] Evince does not show all the pages in PS document

2010-03-28 Thread Roman Yepishev
Public bug reported:

Binary package hint: evince

While attempting to view multi-page PS document I am given only one page.
No warnings are printed to the terminal.

gs shows all the pages properly.

The document that causes this behavior is attached. It can be downloaded
from http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.72.605 as
well.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: evince 2.29.92-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic i686
Architecture: i386
CheckboxSubmission: b16b943d4712f4613c50f12b0ffe0cc5
CheckboxSystem: 1fd1d69a420d7665c5bbb30cf0881c53
Date: Sun Mar 28 22:10:03 2010
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/evince
KernLog: Mar 28 21:47:43 buzz kernel: [39851.304791] type=1505 
audit(1269802063.007:17):  operation="profile_load" pid=30720 
name="libvirt-0b2b9b75-3141-f051-6eb1-f3279b63013e"
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.utf8
SourcePackage: evince

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


** Tags: apport-bug i386 lucid

-- 
Evince does not show all the pages in PS document
https://bugs.launchpad.net/bugs/550440
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 550440] Re: Evince does not show all the pages in PS document

2010-03-28 Thread Roman Yepishev

** Attachment added: "10.1.1.72.605.ps"
   http://launchpadlibrarian.net/42305047/10.1.1.72.605.ps

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/42304414/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/42304415/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/42304416/ProcStatus.txt

** Attachment added: "RelatedPackageVersions.txt"
   http://launchpadlibrarian.net/42304417/RelatedPackageVersions.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/42304418/XsessionErrors.txt

-- 
Evince does not show all the pages in PS document
https://bugs.launchpad.net/bugs/550440
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 424764] Re: gnome-display-properties applet does not detect PlugAndPlay events

2010-03-28 Thread Roman Yepishev
** Bug watch added: GNOME Bug Tracker #614201
   https://bugzilla.gnome.org/show_bug.cgi?id=614201

** Also affects: gnome-control-center via
   https://bugzilla.gnome.org/show_bug.cgi?id=614201
   Importance: Unknown
   Status: Unknown

-- 
gnome-display-properties applet does not detect PlugAndPlay events
https://bugs.launchpad.net/bugs/424764
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 515336] Re: nautilus crashes when TRASH, COMPUTER, or NETWORK clicked

2010-02-03 Thread Roman Yepishev
Reproduced with ubuntuone ppa version of glib.
Jaunty fully updated + ubuntuone ppa repository; No extra software installed. 
Reproducible with and without nautilus plugin installed.

Backtrace for launching with computer:/// is attached.

** Attachment added: "nautilus-gdb-515336.txt"
   http://launchpadlibrarian.net/38722184/nautilus-gdb-515336.txt

-- 
nautilus crashes when TRASH, COMPUTER, or NETWORK clicked
https://bugs.launchpad.net/bugs/515336
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 521364] [NEW] [lucid] No reaction to typeahead on face browser login screen

2010-02-13 Thread Roman Yepishev
Public bug reported:

Binary package hint: gdm

gdm:
  Installed: 2.29.6-0ubuntu3
  Candidate: 2.29.6-0ubuntu3

When gdm face browser is displayed it is no longer possible to start
entering login name of the account one wants to use. The list reacts to
Enter key and keyboard navigation but it is not possible to typeahead
the login name.

It was possible to do this in Karmic therefore I think this is a
regression.

It may be related to bug 447049 but the latter did not specify typeahead
as the requirement, only Enter key.

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

-- 
[lucid] No reaction to typeahead on face browser login screen
https://bugs.launchpad.net/bugs/521364
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 521364] Re: [lucid] No visible reaction to typeahead on face browser login screen

2010-02-13 Thread Roman Yepishev
** Summary changed:

- [lucid] No reaction to typeahead on face browser login screen
+ [lucid] No visible reaction to typeahead on face browser login screen

-- 
[lucid] No visible reaction to typeahead on face browser login screen
https://bugs.launchpad.net/bugs/521364
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 521364] Re: [lucid] No visible reaction to typeahead on face browser login screen

2010-02-13 Thread Roman Yepishev
** Description changed:

  Binary package hint: gdm
  
  gdm:
-   Installed: 2.29.6-0ubuntu3
-   Candidate: 2.29.6-0ubuntu3
+   Installed: 2.29.6-0ubuntu3
+   Candidate: 2.29.6-0ubuntu3
  
- When gdm face browser is displayed it is no longer possible to start
- entering login name of the account one wants to use. The list reacts to
- Enter key and keyboard navigation but it is not possible to typeahead
- the login name.
+ When gdm face browser is displayed it is not clear whether typeahead
+ strokes actually do something. Karmic version of gdm displayed an input
+ widget that contained the symbols entered. Currently this widget is not
+ displayed therefore it is not clear whether something is happening.
  
- It was possible to do this in Karmic therefore I think this is a
- regression.
+ E.g. my login name is rtg and display name is Roman Yepishev. I expect
+ the widget to appear when I enter rtg or anything starting on R (other
+ users start with o, a and s :) ) and the list item representing my user
+ account should receive focus. Currently if I accidentally type 'o' it is
+ not clear why I am unable to type rtg until I press Escape or Backspace
+ to clear the 'imaginary' widget.
  
- It may be related to bug 447049 but the latter did not specify typeahead
- as the requirement, only Enter key.
+ Original report was about complete inability to type anything but it is
+ not the actual problem.

-- 
[lucid] No visible reaction to typeahead on face browser login screen
https://bugs.launchpad.net/bugs/521364
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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

[Bug 508890] Re: Nautilus crashes when there are multiple XScreens

2010-03-05 Thread Roman Yepishev
I can confirm this with current Lucid Lynx.

This happens only when nautilus is managing the desktop, i.e. 
/apps/nautilus/preferences/show_desktop is true.
Regular nautilus processes (i.e. file manager windows) work properly.

-- 
Nautilus crashes when there are multiple XScreens
https://bugs.launchpad.net/bugs/508890
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 482597] Re: no dialpad to make phonecalls

2010-03-05 Thread Roman Yepishev
Hm, It turns out that there is a dialpad.

It is accessible by clicking on the "Sidebar" button during the call.

** Attachment added: "call_dialpad.png"
   http://launchpadlibrarian.net/40232919/call_dialpad.png

-- 
no dialpad to make phonecalls
https://bugs.launchpad.net/bugs/482597
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 486335] Re: epiphany-webkit can't load http://localhost:8080

2009-12-07 Thread Roman Yepishev
You may need to use http://127.0.0.1:8080. It turns out that Epiphany
connects to IPV6 address ::1 instead of 127.0.0.1 for localhost.

I came with peace from bug #493051

-- 
epiphany-webkit can't load http://localhost:8080
https://bugs.launchpad.net/bugs/486335
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 482597] Re: no dialpad to make phonecalls

2009-12-09 Thread Roman Yepishev
This is a must-have option.
I called my bank today and found out that I am unable to get past the IVR that 
presented me with the language choice.
Since not all human beings are capable of whistling proper DTMF tones, this 
should be handled by the software.

-- 
no dialpad to make phonecalls
https://bugs.launchpad.net/bugs/482597
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 447888] Re: restore file not accepted unless it's moved to home directory

2010-02-02 Thread Roman Yepishev
Please see the comment from Matthew Barnes @  
https://bugzilla.gnome.org/show_bug.cgi?id=604398#c10
This is already fixed in Evolution 2.29. Since Lucid Lynx is bundled with 
2.28.2-1ubuntu2, the fix is not there.
2.28.3 should have it incorporated but, as Matthew says,

> Sometime soon -- I haven't decided exactly when yet -- we'll be releasing an
> unscheduled Evolution 2.28.3 which will include this fix among others.  In the
> meantime distro maintainers can grab it for themselves.

-- 
restore file not accepted unless it's moved to home directory
https://bugs.launchpad.net/bugs/447888
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 371527] Re: Ekiga 3.2.0 on jaunty misdetects network interfaces

2009-07-19 Thread Roman Yepishev
Could not connect to the office PBX due to wide variety of my network 
interfaces.
So I had to create a workaround.
This is a hack, but it may be useful until the developers reintroduce the 
network interface setting.

Usage/download/example: http://blog.rtg.in.ua/2009/07/force-ekiga-3x-
network-interface.html

-- 
Ekiga 3.2.0 on jaunty misdetects network interfaces
https://bugs.launchpad.net/bugs/371527
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ekiga in ubuntu.

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


[Bug 371527] Re: Ekiga 3.2.0 on jaunty misdetects network interfaces

2009-08-09 Thread Roman Yepishev
Yes, indeed, when I shutdown virbr0 then ekiga works properly.
Attaching the debug log.

** Attachment added: "Debug Log"
   http://launchpadlibrarian.net/30082942/log.txt.gz

-- 
Ekiga 3.2.0 on jaunty misdetects network interfaces
https://bugs.launchpad.net/bugs/371527
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ekiga in ubuntu.

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


[Bug 371527] Re: Ekiga 3.2.0 on jaunty misdetects network interfaces when using virtualization

2009-08-10 Thread Roman Yepishev
Sure,

Attaching the log when virbr0 is down...

** Attachment added: "virbr0-down.log.gz"
   http://launchpadlibrarian.net/30099378/virbr0-down.log.gz

-- 
Ekiga 3.2.0 on jaunty misdetects network interfaces when using virtualization
https://bugs.launchpad.net/bugs/371527
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ekiga in ubuntu.

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


[Bug 371527] Re: Ekiga 3.2.0 on jaunty misdetects network interfaces when using virtualization

2009-08-10 Thread Roman Yepishev
And in order to have something to compare at the same time window, here
is the log when virbr0 is up.

** Attachment added: "virbr0-up.log.gz"
   http://launchpadlibrarian.net/30099386/virbr0-up.log.gz

-- 
Ekiga 3.2.0 on jaunty misdetects network interfaces when using virtualization
https://bugs.launchpad.net/bugs/371527
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ekiga in ubuntu.

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


[Bug 1061464] Re: empathy does not connect with jabber - app-armor prob?

2012-10-04 Thread Roman Yepishev
** Changed in: empathy (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1061464

Title:
  empathy does not connect with jabber - app-armor prob?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1061464/+subscriptions

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


[Bug 1061464] Re: empathy does not connect with jabber - app-armor prob?

2012-10-04 Thread Roman Yepishev
The /usr/lib/telepathy/telepathy-*  portion is missing these rules:
owner /{,var/}run/user/*/dconf/  w,
owner /{,var/}run/user/*/dconf/user  rw,

See /usr/lib/telepathy/mission-control-5 part.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1061464

Title:
  empathy does not connect with jabber - app-armor prob?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1061464/+subscriptions

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


[Bug 1061464] Re: empathy does not connect with jabber - app-armor prob?

2012-10-04 Thread Roman Yepishev
That's apparmor.profile issue in telepathy-mission-control-5 package

** Package changed: empathy (Ubuntu) => telepathy-mission-control-5
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1061464

Title:
  empathy does not connect with jabber - app-armor prob?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1061464/+subscriptions

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


[Bug 995217] Re: Shotwell unity launcher has progress bar even when shotwell is completely launched

2012-05-05 Thread Roman Yepishev
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/995217

Title:
  Shotwell unity launcher has progress bar even when shotwell is
  completely launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/995217/+subscriptions

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


[Bug 995217] [NEW] Shotwell unity launcher has progress bar even when shotwell is completely launched

2012-05-05 Thread Roman Yepishev
Public bug reported:

STR:

1. Import enough photos for shotwell to start showing the progress bar on 
startup (around 2500 photos), accorting to main.vala
2. Launch shotwell
3. Notice that progress bar is displayed in a window and that a progress bar 
appears in Unity launcher
4. Wait for shotwell to finish loading

Expected results:
Unity progress bar disappears

Actual results:
Progress bar stays on the icon and goes away only when shotwell is closed.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: shotwell 0.12.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Sat May  5 19:32:54 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120225)
SourcePackage: shotwell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/995217

Title:
  Shotwell unity launcher has progress bar even when shotwell is
  completely launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/995217/+subscriptions

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


[Bug 995217] Re: Shotwell unity launcher has progress bar even when shotwell is completely launched

2012-05-18 Thread Roman Yepishev
*** This bug is a duplicate of bug 987046 ***
https://bugs.launchpad.net/bugs/987046

** This bug has been marked a duplicate of bug 987046
   shotwell's unity progress bar hangs halfway across

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/995217

Title:
  Shotwell unity launcher has progress bar even when shotwell is
  completely launched

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/995217/+subscriptions

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


[Bug 987046] Re: shotwell's unity progress bar hangs halfway across

2012-05-18 Thread Roman Yepishev
Verified to be fixed in 0.12.3-0ubuntu0.1

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/987046

Title:
  shotwell's unity progress bar hangs halfway across

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/987046/+subscriptions

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


[Bug 998521] Re: whoopsie process is leaking memory

2012-05-23 Thread Roman Yepishev
** Attachment removed: "var-crash.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/whoopsie-daisy/+bug/998521/+attachment/3150516/+files/var-crash.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/998521

Title:
  whoopsie process is leaking memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/whoopsie-daisy/+bug/998521/+subscriptions

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


[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-06-06 Thread Roman Yepishev
** Also affects: ubuntu-sso-client
   Importance: Undecided
   Status: New

** No longer affects: ubuntu-sso-client

** Also affects: ubuntu-sso-client (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  #!/usr/bin/env python breaks Python-based Ubuntu packages in the
  presence of virtualenvs, local installations

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/912625/+subscriptions

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


[Bug 912625] Re: #!/usr/bin/env python breaks Python-based Ubuntu packages in the presence of virtualenvs, local installations

2012-06-06 Thread Roman Yepishev
** No longer affects: ubuntu-sso-client (Ubuntu)

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

Title:
  #!/usr/bin/env python breaks Python-based Ubuntu packages in the
  presence of virtualenvs, local installations

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/912625/+subscriptions

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


[Bug 998521] Re: whoopsie process is leaking memory

2012-06-08 Thread Roman Yepishev
Left the same system running with the new glib package running overnight
- whoopsie is at 3Mb RES after 11 hours (earlier it would go to 100Mb
and beyond).

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/998521

Title:
  whoopsie process is leaking memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/whoopsie-daisy/+bug/998521/+subscriptions

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


[Bug 1020008] [NEW] My own messages appear as notifications

2012-07-02 Thread Roman Yepishev
Public bug reported:

Under heavy I/O empathy starts regarding my own messages as the incoming ones.
I was able to reproduce this by attempting to create a 5Gb file on a 5400RPM 
SATA 2 disk - sending a message during such kind of high I/O periods makes my 
own messages appear in the notification bubbles.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: empathy 3.4.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu10
Architecture: amd64
Date: Mon Jul  2 12:35:55 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120225)
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1020008

Title:
  My own messages appear as notifications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1020008/+subscriptions

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


[Bug 1020008] Re: My own messages appear as notifications

2012-07-02 Thread Roman Yepishev
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1020008

Title:
  My own messages appear as notifications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1020008/+subscriptions

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


[Bug 1094432] [NEW] When fullscreen @ 1024x600 switches to windowed mode and back on navigation

2012-12-29 Thread Roman Yepishev
Public bug reported:

STR:

1. Make application fullscreen (in 1280x600 resolution it does it automatically)
2. Navigate through available items in the control center

Expected results:
No resize occurs as the window is already fullscreen

Actual results:
Every time another module is opened or user is navigating to previous view, the 
window switches to windowed mode, draws the view and switches  to fullscreen 
again.

Here's the video of this bug: http://youtu.be/Rj3d4t2oD3E

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-control-center 1:3.4.2-0ubuntu19
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Sat Dec 29 10:41:15 2012
InstallationDate: Installed on 2012-03-13 (290 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120313)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to quantal on 2012-10-26 (63 days ago)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu4.1
 deja-dup24.0-0ubuntu1
 gnome-control-center-signon 0.0.18-0ubuntu1
 indicator-datetime  12.10.2-0ubuntu3.1

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


** Tags: apport-bug i386 quantal running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1094432

Title:
  When fullscreen @ 1024x600 switches to windowed mode and back on
  navigation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1094432/+subscriptions

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


[Bug 1085342] Re: Totem window constantly becomes unresponsive with gstreamer1.0-pulseaudio installed

2013-01-14 Thread Roman Yepishev
Backtrace (with some bits missing) while totem is hanging, it actually
looks like a pulseaudio failure or gstreamer pulseaudio plugin does
something out of order while seeking/playing that makes pulseaudio hang.

#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:144
#1  0x7fbfcc70f180 in pa_threaded_mainloop_wait (m=0x7fbfc8024740) at 
pulse/thread-mainloop.c:206
#2  0x7fbfcc951504 in gst_pulsering_set_corked 
(pbuf=pbuf@entry=0x7fbfc8028070, corked=corked@entry=1, wait=wait@entry=1) at 
pulsesink.c:1053
#3  0x7fbfcc952d3a in gst_pulseringbuffer_pause (buf=0x7fbfc8028070) at 
pulsesink.c:1172
#4  0x7fbff717a65e in ?? () from 
/usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0
#5  0x7fbff717d700 in gst_audio_ring_buffer_pause () from 
/usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0
#6  0x7fbff71967c6 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0
#7  0x7fbfcc9544f8 in gst_pulsesink_change_state (element=0x7fbfc8025a10, 
transition=GST_STATE_CHANGE_PLAYING_TO_PAUSED) at pulsesink.c:2916
#8  0x7fbff6c7faec in gst_element_change_state 
(element=element@entry=0x7fbfc8025a10, transition=) at 
gstelement.c:2594
#9  0x7fbff6c804c1 in gst_element_set_state_func (element=0x7fbfc8025a10, 
state=GST_STATE_PAUSED) at gstelement.c:2550
#10 0x7fbff6c682ac in gst_bin_element_set_state (next=GST_STATE_PAUSED, 
current=GST_STATE_PLAYING, start_time=136134, base_time=6136832000, 
element=0x7fbfc8025a10, bin=0x7fbffb36f700)
at gstbin.c:2308

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1085342

Title:
  Totem window constantly becomes unresponsive with
  gstreamer1.0-pulseaudio installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1085342/+subscriptions

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


[Bug 1085342] Re: Totem window constantly becomes unresponsive with gstreamer1.0-pulseaudio installed

2013-01-15 Thread Roman Yepishev
** Bug watch added: Sourceware.org Bugzilla #14417
   http://sourceware.org/bugzilla/show_bug.cgi?id=14417

** Also affects: glibc via
   http://sourceware.org/bugzilla/show_bug.cgi?id=14417
   Importance: Unknown
   Status: Unknown

** Summary changed:

- Totem window constantly becomes unresponsive with gstreamer1.0-pulseaudio 
installed
+ Pulseaudio applications are hanging (Totem, GNOME Shell etc.)

** Summary changed:

- Pulseaudio applications are hanging (Totem, GNOME Shell etc.)
+ Pulseaudio applications hang (Totem, GNOME Shell etc.)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1085342

Title:
  Pulseaudio applications hang (Totem, GNOME Shell etc.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glibc/+bug/1085342/+subscriptions

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


[Bug 1085342] Re: Pulseaudio applications hang (Totem, GNOME Shell etc.)

2013-01-15 Thread Roman Yepishev
** Also affects: glibc (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1085342

Title:
  Pulseaudio applications hang (Totem, GNOME Shell etc.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glibc/+bug/1085342/+subscriptions

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


[Bug 1085342] Re: Pulseaudio applications hang (Totem, GNOME Shell etc.)

2013-01-16 Thread Roman Yepishev
** Bug watch added: Debian Bug tracker #694962
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694962

** Also affects: glibc (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694962
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1085342

Title:
  Pulseaudio applications hang (Totem, GNOME Shell etc.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glibc/+bug/1085342/+subscriptions

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


[Bug 1103394] [NEW] [raring] History dialog does not decode UTF-8 (displays за symbols)

2013-01-23 Thread Roman Yepishev
Public bug reported:

STR:

1. Send e.g. "Привет" ("Hello" in Russian)
2. Open Previous conversations

Expected results:
Last entry will be "Привет"

Actual results:
The last entry is "Привет" - UTF-8 bytes as if the encoding was latin1

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: empathy 3.6.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
Uname: Linux 3.8.0-1-generic x86_64
ApportVersion: 2.8-0ubuntu2
Architecture: amd64
Date: Wed Jan 23 11:54:54 2013
InstallationDate: Installed on 2013-01-04 (18 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130104)
MarkForUpload: True
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring running-unity third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1103394

Title:
  [raring] History dialog does not decode UTF-8 (displays за symbols)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1103394/+subscriptions

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

[Bug 1103394] Re: [raring] History dialog does not decode UTF-8 (displays за symbols)

2013-01-31 Thread Roman Yepishev
Hi, sure, here's the screenshot of such history entries (selected the
least worded conversation though).

** Attachment added: "History.png"
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1103394/+attachment/3509385/+files/History.png

** Changed in: empathy (Ubuntu)
   Status: Incomplete => Confirmed

** Changed in: empathy (Ubuntu)
   Status: Confirmed => New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1103394

Title:
  [raring] History dialog does not decode UTF-8 (displays за symbols)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1103394/+subscriptions

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

[Bug 1157621] [NEW] access() calls included for debugging hang nautilus on webdav fuse mount

2013-03-20 Thread Roman Yepishev
Public bug reported:

Nautilus issues access() calls with the filenames that can't possibly
exist:

[pid 14422] access("MARK: nautilus nautilus_directory_emit_change_signals: 
start ", F_OK) = -1 ENOENT (No such file or directory)
[pid 14422] access("MARK: nautilus nautilus_directory_emit_files_changed: start 
", F_OK) = -1 ENOENT (No such file or directory)
[pid 14422] access("MARK: nautilus nautilus_directory_emit_files_changed: end 
", F_OK) = -1 ENOENT (No such file or directory)
[pid 14422] access("MARK: nautilus nautilus_directory_emit_change_signals: end 
", F_OK) = -1 ENOENT (No such file or directory)

This was created in 2006,
http://people.gnome.org/~federico/news-2006-03.html#09 to aid debugging,
however as access() is used for testing whether the object exists/can be
read/written by the process, these calls actually hit the underlying
filesystem.

While local filesystems are pretty quick to answer with ENOENT, the
remote filesystems, such as WebDAV over FUSE (with davfs2) will need to
check with the server for these files every time. davfs2 caches the
results, however if the remote filesystem was modified by copying a file
there, nautilus will hang until davfs2 finishes uploading the file and
is able to answer that access() call in case it was issued with the
current working dir set to a directory on davfs mount.

I think this method to gather performance information should be replaced
with something that does not use access() so that filesystem is not
touched at all.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: nautilus 1:3.6.3-0ubuntu9
ProcVersionSignature: Ubuntu 3.8.0-13.22-generic 3.8.3
Uname: Linux 3.8.0-13-generic x86_64
ApportVersion: 2.9.1-0ubuntu1
Architecture: amd64
Date: Wed Mar 20 11:15:26 2013
EcryptfsInUse: Yes
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b"'800x550+2+83'"
 b'org.gnome.nautilus.window-state' b'maximized' b'true'
InstallationDate: Installed on 2013-01-04 (74 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130104)
MarkForUpload: True
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1157621

Title:
  access() calls included for debugging hang nautilus on webdav fuse
  mount

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1157621/+subscriptions

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


[Bug 880076] Re: Coherence DLNA/UPnP client not showing on plugins list

2012-04-03 Thread Roman Yepishev
** Changed in: totem (Ubuntu)
 Assignee: (unassigned) => Roman Yepishev (rye)

** Also affects: coherence
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/880076

Title:
  Coherence DLNA/UPnP client not showing on plugins list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coherence/+bug/880076/+subscriptions

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


[Bug 880076] Re: Coherence DLNA/UPnP client not showing on plugins list

2012-04-03 Thread Roman Yepishev
Patch for current coherence-0.6.6.2

** Project changed: coherence => coherence (Ubuntu)

** Changed in: coherence (Ubuntu)
 Assignee: (unassigned) => Roman Yepishev (rye)

** Patch added: "04_swith_to_gir.patch"
   
https://bugs.launchpad.net/ubuntu/+source/coherence/+bug/880076/+attachment/2998868/+files/04_swith_to_gir.patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/880076

Title:
  Coherence DLNA/UPnP client not showing on plugins list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coherence/+bug/880076/+subscriptions

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


[Bug 880076] Re: Coherence DLNA/UPnP client not showing on plugins list

2012-04-03 Thread Roman Yepishev
And here's the patch for current totem-3.0.1-0ubuntu21

The totem plugin sources had to be tweaked a bit as well.

Please note that coherence patch is sufficient to be used by totem, I
haven't checked the other clients yet (I recall rhythmbox could use
coherence too).

As the plugin was disabled in bug 827382, it needs to be re-enabled in
debian/totem-plugins-extra.install too.

The packages are being built in ppa:rye/lp880076 and by default they
will not replace the existing versions. You will need to install these
manually, see https://launchpad.net/~rye/+archive/lp880076 for the
specific version strings.

** Patch added: "05_fix_coherence_upnp.patch"
   
https://bugs.launchpad.net/ubuntu/+source/coherence/+bug/880076/+attachment/2999120/+files/05_fix_coherence_upnp.patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/880076

Title:
  Coherence DLNA/UPnP client not showing on plugins list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coherence/+bug/880076/+subscriptions

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


[Bug 880076] Re: Coherence DLNA/UPnP client not showing on plugins list

2012-04-03 Thread Roman Yepishev
OTOH the plugin was dropped by Totem upstream and since the Coherence
upstream is unactive (last change is around a year ago) there is a
little chance the patches can end up being in Debian or Ubuntu.

http://git.gnome.org/browse/totem/commit/?id=adc3ba965ab46a94335ffee06dacdad24322a093

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/880076

Title:
  Coherence DLNA/UPnP client not showing on plugins list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coherence/+bug/880076/+subscriptions

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


[Bug 880076] Re: Coherence DLNA/UPnP client not showing on plugins list

2012-04-04 Thread Roman Yepishev
This will definitely be a PPA-only "fix" since GNOME is switching to Grilo 
framework which will handle UPnP as well.
http://live.gnome.org/Grilo

** Changed in: coherence (Ubuntu)
 Assignee: Roman Yepishev (rye) => (unassigned)

** Changed in: totem (Ubuntu)
     Assignee: Roman Yepishev (rye) => (unassigned)

** Changed in: coherence (Ubuntu)
   Status: New => Won't Fix

** Changed in: totem (Ubuntu)
   Status: Confirmed => Won't Fix

** Description changed:

  After install DLNA should be accesible but it does not, plugin
  (Coherence DLNA/UPnP) is not listed anywhere in Totem.
+ 
+ WORKAROUND:
+ Use the coherence and totem packages from PPA: ppa:rye/lp880076 as this will 
not be fixed in upstream packages. The GNOME project is migrating to Grilo 
project for UPnP but no Totem integration is available for now.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: totem 3.0.1-0ubuntu7.1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sat Oct 22 22:20:53 2011
  ExecutablePath: /usr/bin/totem
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/880076

Title:
  Coherence DLNA/UPnP client not showing on plugins list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coherence/+bug/880076/+subscriptions

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


[Bug 973295] [NEW] [precise] Enable grilo plugin

2012-04-04 Thread Roman Yepishev
Public bug reported:

At the moment grilo plugin is not being built thus leaving Jamendo and
UPnP out of rhythmbox. This is only a packaging issue and can be easily
fixed:

debian/control:
  - Add libgrilo-0.1-dev to Build-Depends
  - Add gir1.2-grilo-0.1 to Depends on rhythmbox-plugins (or create a new 
package)

debian/rhythmbox-plugins.install (or specific to a new package)
  - Add usr/lib/rhythmbox/plugins/grilo

All grilo packages are now in Universe so this may not be done that
easily though.

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

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/973295

Title:
  [precise] Enable grilo plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/973295/+subscriptions

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


[Bug 973295] Re: [precise] Enable grilo plugin

2012-04-04 Thread Roman Yepishev
** Attachment added: "Screenshot of Jamendo working"
   
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/973295/+attachment/3001995/+files/Jamendo.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/973295

Title:
  [precise] Enable grilo plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/973295/+subscriptions

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


[Bug 940836] [NEW] [precise] Cannot set empty keyring password - focus is stolen by main window

2012-02-25 Thread Roman Yepishev
Public bug reported:

STR:

1. Remove existing login keyring
2. Start an application requiring keyring
3. Get the New Keyring Password Dialog.
4. Click on OK without entering a password

Expected Results:
I can click "Unsafe storage" in the confirmation dialog

Actual Results:
I can only click "Close" window decoration button as all the keypresses are 
going to the main window effectively making it impossible to use empty password 
for keyring.

Upstream bug:  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630616

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-keyring 3.2.2-2ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-17.26-generic-pae 3.2.6
Uname: Linux 3.2.0-17-generic-pae i686
ApportVersion: 1.93-0ubuntu2
Architecture: i386
Date: Sat Feb 25 11:13:41 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120119)
SourcePackage: gnome-keyring
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-keyring
 Importance: Unknown
 Status: Unknown

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


** Tags: apport-bug i386 precise

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

Title:
  [precise] Cannot set empty keyring password - focus is stolen by main
  window

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/940836/+subscriptions

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


[Bug 940836] Re: [precise] Cannot set empty keyring password - focus is stolen by main window

2012-02-25 Thread Roman Yepishev
** Bug watch added: Debian Bug tracker #630616
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630616

** Also affects: gnome-keyring via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630616
   Importance: Unknown
   Status: Unknown

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

Title:
  [precise] Cannot set empty keyring password - focus is stolen by main
  window

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/940836/+subscriptions

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


[Bug 924612] Re: gnome-settings-daemon crashed with SIGABRT in __GI___assert_fail()

2012-03-01 Thread Roman Yepishev
This turns out to be not an actual bug in gsd, as the latter is crashes
when X server goes away unexpectedly.

This is what was found in the syslog:
Mar  1 23:46:03 delorean gnome-session[1667]: *** START 

Mar  1 23:46:03 delorean gnome-session[1667]: Frame 0: /usr/bin/gnome-session() 
[0x419bf7]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 1: /usr/bin/gnome-session() 
[0x419fda]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 2: 
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0) [0x7fc5f5d96cb0]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 3: 
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35) [0x7fc5f4b00445]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 4: 
/lib/x86_64-linux-gnu/libc.so.6(abort+0x17b) [0x7fc5f4b03bab]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 5: 
/lib/x86_64-linux-gnu/libc.so.6(+0x2f10e) [0x7fc5f4af910e]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 6: 
/lib/x86_64-linux-gnu/libc.so.6(+0x2f1b2) [0x7fc5f4af91b2]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 7: 
/usr/lib/x86_64-linux-gnu/libX11.so.6(+0x3d603) [0x7fc5f788b603]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 8: 
/usr/lib/x86_64-linux-gnu/libX11.so.6(+0x3d621) [0x7fc5f788b621]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 9: 
/usr/lib/x86_64-linux-gnu/libX11.so.6(_XEventsQueued+0x5d) [0x7fc5f788bd4d]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 10: 
/usr/lib/x86_64-linux-gnu/libX11.so.6(XPending+0x5d) [0x7fc5f787d41d]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 11: 
/usr/lib/x86_64-linux-gnu/libgdk-3.so.0(+0x4d824) [0x7fc5f693a824]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 12: 
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_check+0x183) 
[0x7fc5f4eccb73]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 13: 
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x480d6) [0x7fc5f4ecd0d6]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 14: 
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0x6a) [0x7fc5f4ecd59a]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 15: 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0(gtk_main+0x8d) [0x7fc5f6d0784d]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 16: 
/usr/bin/gnome-session() [0x40b668]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 17: 
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7fc5f4aeb76d]
Mar  1 23:46:03 delorean gnome-session[1667]: Frame 18: 
/usr/bin/gnome-session() [0x40b8d5]
Mar  1 23:46:03 delorean gnome-session[1667]: *** END 
**

 gnome-session/gdm-signal-handler.c:syslog (LOG_CRIT, 
"*** START ");
 gnome-session is the one preventing apport

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/924612

Title:
  gnome-settings-daemon crashed with SIGABRT in __GI___assert_fail()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/924612/+subscriptions

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


[Bug 948612] Re: gnome-terminal does not scroll with mousewheel

2012-03-07 Thread Roman Yepishev
Changed to gnome-terminal as nautilus with gtk3 keeps scrolling.

** Package changed: gtk+3.0 (Ubuntu) => ubuntu

** Package changed: ubuntu => gnome-terminal (Ubuntu)

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

Title:
  gnome-terminal does not scroll with mousewheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/948612/+subscriptions

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


[Bug 948612] Re: gnome-terminal does not scroll with mousewheel

2012-03-07 Thread Roman Yepishev
Opened bug 949029 for the menubar being no longer friendly to mouse
movements.

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

Title:
  gnome-terminal does not scroll with mousewheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/948612/+subscriptions

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


[Bug 752624] Re: evolution grabs mouse and hangs the whole desktop session in addressbook

2011-06-24 Thread Roman Yepishev
This time it hung when I clicked on the contact that had all fields
specified.

#0  __lll_lock_wait ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:136
#1  0x7f5c560375b4 in _L_lock_944 ()
   from /lib/x86_64-linux-gnu/libpthread.so.0
#2  0x7f5c560373ca in __pthread_mutex_lock (mutex=0x7f5c5396f528)
at pthread_mutex_lock.c:61
#3  0x7f5c5375910d in ?? () from /usr/lib/libgdk_pixbuf-2.0.so.0
#4  0x7f5c5375b885 in ?? () from /usr/lib/libgdk_pixbuf-2.0.so.0
#5  0x7f5c5375c72b in gdk_pixbuf_loader_write ()
   from /usr/lib/libgdk_pixbuf-2.0.so.0
#6  0x7f5c59095941 in web_view_request_stream_read_cb (
input_stream=, result=, 
request=0x340f040) at e-web-view.c:239
#7  0x7f5c53dfde19 in async_ready_callback_wrapper (
source_object=0x310e240, res=0x312eb00, user_data=0x340f040)
at /build/buildd/glib2.0-2.28.6/./gio/ginputstream.c:470
#8  0x7f5c53e0dcc8 in complete_in_idle_cb_for_thread (_data=0x30f1f20)
at /build/buildd/glib2.0-2.28.6/./gio/gsimpleasyncresult.c:812
#9  0x7f5c51fe2bcd in g_main_dispatch (context=0x2445350)
at /build/buildd/glib2.0-2.28.6/./glib/gmain.c:2440
#10 g_main_context_dispatch (context=0x2445350)
at /build/buildd/glib2.0-2.28.6/./glib/gmain.c:3013
#11 0x7f5c51fe33a8 in g_main_context_iterate (context=0x2445350, 
block=, dispatch=1, self=)
at /build/buildd/glib2.0-2.28.6/./glib/gmain.c:3091
#12 0x7f5c51fe39f2 in g_main_loop_run (loop=0x2cca440)
at /build/buildd/glib2.0-2.28.6/./glib/gmain.c:3299
#13 0x7f5c546ddaf7 in IA__gtk_main ()
at /build/buildd/gtk+2.0-2.24.4/gtk/gtkmain.c:1257
#14 0x00402769 in main (argc=1, argv=0x7fff20c05728) at main.c:715


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

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

Title:
  evolution grabs mouse and hangs the whole desktop session in
  addressbook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/752624/+subscriptions

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


[Bug 555129] Re: The Log In Screen Does Not Work

2010-05-27 Thread Roman Yepishev
Hello,

Thanks for reporting this bug but it appears that it has nothing to do with 
desktopcouch.
I believe there are some settings in .config that may prevent the session from 
starting up but you might want to provide more details about what messages you 
get.

Reassigning to gdm as it looks that the problem is related to login
screen.

** Package changed: desktopcouch (Ubuntu) => gdm (Ubuntu)

-- 
The Log In Screen Does Not Work
https://bugs.launchpad.net/bugs/555129
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 529696] Re: brasero can't copy audio cd (useless error message)

2010-10-17 Thread Roman Yepishev
michal.gregor, yes, it crashes due to some bug in PackageKit-related 
notification.
I believe it should be fairly easy to fix and it may be worth opening a new bug 
report since this is maverick-specific fault:

#0  0x0012e416 in __kernel_vsyscall ()
#1  0x00d4b941 in raise () from /lib/libc.so.6
#2  0x00d4ee42 in abort () from /lib/libc.so.6
#3  0x00c5e536 in g_logv () from /lib/libglib-2.0.so.0
#4  0x00c5e572 in g_log () from /lib/libglib-2.0.so.0
#5  0x00c910a5 in ?? () from /lib/libglib-2.0.so.0
#6  0x00c91406 in ?? () from /lib/libglib-2.0.so.0
#7  0x00c91135 in ?? () from /lib/libglib-2.0.so.0
#8  0x00c91458 in g_variant_new_va () from /lib/libglib-2.0.so.0
#9  0x00c9154f in g_variant_new () from /lib/libglib-2.0.so.0
#10 0x0014f013 in brasero_pk_install_file_requirement (package=0x842e6a0, 
missing_files=, xid=62915068, cancel=0x8462b40)
at brasero-pk.c:259
#11 0x0014f35a in brasero_pk_install_missing_app (package=0x842e6a0, 
file_name=0x82a5930 "toc2cue", xid=62915068, cancel=0x8462b40) at 
brasero-pk.c:299
#12 0x001b1772 in ?? () from /usr/lib/libbrasero-burn.so.1
#13 0x001c8002 in ?? () from /usr/lib/libbrasero-burn.so.1
#14 0x001c82b6 in ?? () from /usr/lib/libbrasero-burn.so.1
#15 0x001c94d0 in ?? () from /usr/lib/libbrasero-burn.so.1
#16 0x001c9964 in ?? () from /usr/lib/libbrasero-burn.so.1
#17 0x001c9aad in brasero_session_foreach_plugin_error () from 
/usr/lib/libbrasero-burn.so.1

-- 
brasero can't copy audio cd (useless error message)
https://bugs.launchpad.net/bugs/529696
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 855100] Re: python plugins not working

2011-10-31 Thread Roman Yepishev
The fix in 7.1 is incomplete - the configure.in file blacklists
coherence_upnp plugin and debian/totem-plugins-extra.install has the
coherence_upnp line commented.

** Changed in: totem (Ubuntu Oneiric)
   Status: Fix Released => New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/855100

Title:
  python plugins not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/855100/+subscriptions

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


[Bug 855100] Re: python plugins not working

2011-10-31 Thread Roman Yepishev
And if the package is built and enabled, totem crashes with:

/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: specified 
class size for type `PyGtkGenericCellRenderer' is smaller than the parent 
type's `GtkCellRenderer' class size
  from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: 
g_type_get_qdata: assertion `node != NULL' failed
  from gtk import _gtk
Segmentation fault

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/855100

Title:
  python plugins not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/855100/+subscriptions

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


[Bug 884693] Re: Failed sign-in In Ubuntu One in Oneiric

2011-11-01 Thread Roman Yepishev
** Description changed:

+ While trying to store keyring entry using CreateItem() call the keyring 
service returns "Couldn't set item secret." message.
+ Original discussion is at LP:745540
+ 
  Please see description at:
- 
  https://bugs.launchpad.net/ubuntu-sso-client/+bug/745540/comments/62
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-keyring 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Tue Nov  1 11:40:01 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  SourcePackage: gnome-keyring
  UpgradeStatus: Upgraded to oneiric on 2011-10-28 (3 days ago)

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

Title:
  Failed sign-in In Ubuntu One in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/884693/+subscriptions

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


[Bug 884693] Re: Failed sign-in In Ubuntu One in Oneiric

2011-11-01 Thread Roman Yepishev
I have built a gnome-keyring package with the patch from bug #874501 in 
ppa:rye/ubuntuone-support
Please update the package repositories and install new gnome-keyring version:
sudo apt-get update
sudo apt-get upgrade

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

Title:
  Failed sign-in In Ubuntu One in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/884693/+subscriptions

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


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-01 Thread Roman Yepishev
** Branch linked: lp:~rye/ubuntu/oneiric/gnome-keyring/fix-random-hash-
iteration-count

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

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

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


[Bug 752624] [NEW] evolution grabs mouse and hangs the whole desktop session in addressbook

2011-04-06 Thread Roman Yepishev
Public bug reported:

Binary package hint: evolution

evolution:
  Installed: 2.32.2-0ubuntu4

Observed both in unity and gnome, in local and Xephyr-powered session.

STR:
1. Create a new contact in addressbook
2. define multiple fields, such as nickname, aim and yahoo and attempt to save 
it.

Depending on your luck you will get either evolution window hanging or
the whole session.

The stacktrace top from gdb from Xephyr session is below, full stack
trace is at http://paste.ubuntu.com/590288/:

Thread 1 (Thread 0xb5b7a8b0 (LWP 3348)):
#0  0xb77ef424 in __kernel_vsyscall ()
#1  0xb71f10b9 in __lll_lock_wait () from /lib/i386-linux-gnu/libpthread.so.0
#2  0xb71ec54b in _L_lock_791 () from /lib/i386-linux-gnu/libpthread.so.0
#3  0xb71ec371 in pthread_mutex_lock ()
   from /lib/i386-linux-gnu/libpthread.so.0
#4  0xb6a0d154 in ?? () from /usr/lib/libgdk_pixbuf-2.0.so.0
#5  0xb6a0fac8 in ?? () from /usr/lib/libgdk_pixbuf-2.0.so.0
#6  0xb6a10a31 in gdk_pixbuf_loader_write ()
   from /usr/lib/libgdk_pixbuf-2.0.so.0
#7  0xb6a0d068 in ?? () from /usr/lib/libgdk_pixbuf-2.0.so.0
#8  0xb6a0e18d in gdk_pixbuf_new_from_stream_at_scale ()
   from /usr/lib/libgdk_pixbuf-2.0.so.0
#9  0xb6d0d7a0 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#10 0xb6d116c1 in gtk_icon_info_load_icon () from /usr/lib/libgtk-x11-2.0.so.0
#11 0xb6d1182a in gtk_icon_theme_load_icon ()
---Type  to continue, or q  to quit---
   from /usr/lib/libgtk-x11-2.0.so.0
#12 0xb6d0c0a7 in gtk_icon_set_render_icon ()
   from /usr/lib/libgtk-x11-2.0.so.0
#13 0xb6e810f5 in gtk_widget_render_icon () from /usr/lib/libgtk-x11-2.0.so.0
#14 0xb6d22c6f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#15 0xb6d449a4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#16 0xb67c8cc7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#17 0xb67ca2a0 in g_closure_invoke ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#18 0xb67dce45 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#19 0xb67e58d7 in g_signal_emit_valist ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#20 0xb67e5cc2 in g_signal_emit ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#21 0xb6e797d6 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#22 0xb6cb9f03 in gtk_container_propagate_expose ()
   from /usr/lib/libgtk-x11-2.0.so.0

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: evolution 2.32.2-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Apr  6 18:23:24 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
SourcePackage: evolution
UpgradeStatus: Upgraded to natty on 2010-12-05 (121 days ago)

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


** Tags: amd64 apport-bug natty running-unity

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

Title:
  evolution grabs mouse and hangs the whole desktop session in
  addressbook

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


[Bug 752624] Re: evolution grabs mouse and hangs the whole desktop session in addressbook

2011-04-06 Thread Roman Yepishev
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/752624

Title:
  evolution grabs mouse and hangs the whole desktop session in
  addressbook

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


[Bug 936212] [NEW] Contact window does not get focus when re-opened from me-menu in full-screen

2012-02-19 Thread Roman Yepishev
Public bug reported:

STR:

1. Open Empathy contacts to full screen
2. Close empathy contacts window
3. Focus another application.
4. Select "Chat" in me-menu
5. Full screen empathy window opens
6. Click the global menu bar entry.

Actual results:
Empathy does not gain focus. The globall menu still displays _background_ 
window options and launcher shows that background window is focused.

Expected result:
Empathy opens in full screen and gets the focus.

This may result in data loss e.g. when the person does not double check
the application being focused on in globalmenu/launcher and closes the
background application accidentally.

This may be a bug in unity handling fullscreen windows, subscribing
unity too.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: empathy 3.3.5-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic-pae 3.2.6
Uname: Linux 3.2.0-16-generic-pae i686
ApportVersion: 1.91-0ubuntu1
Architecture: i386
Date: Sun Feb 19 15:10:10 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120119)
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/936212

Title:
  Contact window does not get focus when re-opened from me-menu in full-
  screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/936212/+subscriptions

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


[Bug 936212] Re: Contact window does not get focus when re-opened from me-menu in full-screen

2012-02-19 Thread Roman Yepishev
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/936212

Title:
  Contact window does not get focus when re-opened from me-menu in full-
  screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/936212/+subscriptions

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


[Bug 936212] Re: Contact window does not get focus when re-opened from me-menu in full-screen

2012-02-19 Thread Roman Yepishev
Video showing the behavior.

** Attachment added: "Empathy without focus.webm"
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/936212/+attachment/2757794/+files/Empathy%20without%20focus.webm

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/936212

Title:
  Contact window does not get focus when re-opened from me-menu in full-
  screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/936212/+subscriptions

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


[Bug 936212] Re: Contact window does not get focus when re-opened from me-menu in full-screen

2012-02-19 Thread Roman Yepishev
** Also affects: unity
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/936212

Title:
  Contact window does not get focus when re-opened from me-menu in full-
  screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/936212/+subscriptions

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


[Bug 926611] Re: cannot switch off F10 key combo

2012-02-21 Thread Roman Yepishev
*** This bug is a duplicate of bug 937822 ***
https://bugs.launchpad.net/bugs/937822

** This bug has been marked a duplicate of bug 937822
   [precise] F10 always opens the menu, cannot be overriden (after 
xkeyboard-config update)

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

Title:
  cannot switch off F10 key combo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/926611/+subscriptions

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


[Bug 937832] [NEW] Out of place overlay scrollbar thumb on the left of maximized gnome-terminal

2012-02-21 Thread Roman Yepishev
Public bug reported:

STR:

1. Maximize gnome-terminal
2. Make sure there is something to scroll
3. Move the mouse to the left side of gnome terminal (launcher is visible).
4. Move mouse down

Expected results:
Nothing

Actual results:
A scrollbar thumb appears.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-terminal 3.2.1-2ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-17.26-generic-pae 3.2.6
Uname: Linux 3.2.0-17-generic-pae i686
ApportVersion: 1.92-0ubuntu1
Architecture: i386
Date: Tue Feb 21 16:39:40 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120119)
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

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

Title:
  Out of place overlay scrollbar thumb on the left of maximized gnome-
  terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/937832/+subscriptions

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


[Bug 937832] Re: Out of place overlay scrollbar thumb on the left of maximized gnome-terminal

2012-02-21 Thread Roman Yepishev
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/937832

Title:
  Out of place overlay scrollbar thumb on the left of maximized gnome-
  terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/937832/+subscriptions

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


[Bug 937832] Re: Out of place overlay scrollbar thumb on the left of maximized gnome-terminal

2012-02-21 Thread Roman Yepishev
** Attachment added: "gnome-terminal double scrollbar.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/937832/+attachment/2766366/+files/gnome-terminal%20double%20scrollbar.png

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

Title:
  Out of place overlay scrollbar thumb on the left of maximized gnome-
  terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/937832/+subscriptions

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


[Bug 819156] Re: regression: totem do not disables screensaver

2011-09-26 Thread Roman Yepishev
I have killed gnome-screensaver process and was able to reproduce this
issue.

I don't know whether this is relevant, but "xset q" shows
DPMS (Energy Star):
  Standby: 600Suspend: 600Off: 600
  DPMS is Enabled
  Monitor is On

For any value in settings. Most likely something fails to adjust DPMS.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/819156

Title:
  regression: totem do not disables screensaver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/819156/+subscriptions

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


[Bug 865082] [NEW] gnome-terminal writes to /tmp on every line of output

2011-10-03 Thread Roman Yepishev
Public bug reported:

STR:

1. Start xterm
2. Run "python -mpyinotify /tmp"
3. Start gnome-terminal.
4. Run some command like ls

Actual Results:

Observe a ton of IN_MODIFY lines such as











Or, when idle -











This looks like vte code storing something. According to this question - 
http://ubuntuforums.org/showthread.php?t=1830432,
"Sometimes vte creates temporary files which contains a copy of the whole 
scrollback buffer, [...]".

Expected results:
Nothing is being written to this dir at this rate by gnome-terminal.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-terminal 3.0.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Mon Oct  3 09:55:29 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
SourcePackage: gnome-terminal
UpgradeStatus: Upgraded to oneiric on 2011-08-30 (33 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  gnome-terminal writes to /tmp on every line of output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/865082/+subscriptions

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


[Bug 865082] Re: gnome-terminal writes to /tmp on every line of output

2011-10-03 Thread Roman Yepishev
** Description changed:

  STR:
  
  1. Start xterm
  2. Run "python -mpyinotify /tmp"
- 3. Start gnome-termina.
+ 3. Start gnome-terminal.
  4. Run some command like ls
  
  Actual Results:
  
  Observe a ton of IN_MODIFY lines such as
  
  
  
  
  
  
  
  
  
  
  
  Or, when idle -
  
  
  
  
  
  
  
  
  
  
  
  This looks like vte code storing something. According to this question - 
http://ubuntuforums.org/showthread.php?t=1830432,
  "Sometimes vte creates temporary files which contains a copy of the whole 
scrollback buffer, [...]".
  
  Expected results:
  Nothing is being written to this dir at this rate by gnome-terminal.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu2
  Architecture: amd64
  Date: Mon Oct  3 09:55:29 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to oneiric on 2011-08-30 (33 days ago)

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

Title:
  gnome-terminal writes to /tmp on every line of output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/865082/+subscriptions

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


[Bug 865082] Re: gnome-terminal writes to /tmp on every line of output

2011-10-03 Thread Roman Yepishev
src/vtestream-file.h:

static inline void
_vte_file_stream_ensure_fd0 (VteFileStream *stream)
{
gint fd;
gchar *file_name;
if (G_LIKELY (stream->fd[0]))
return; 

fd = g_file_open_tmp ("vteXX", &file_name, NULL);
if (fd != -1) {
unlink (file_name);
g_free (file_name);
}   

stream->fd[0] = dup (fd); /* we do the dup to make sure ->fd[0]
is not 0 */

close (fd);
}

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

Title:
  gnome-terminal writes to /tmp on every line of output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/865082/+subscriptions

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


[Bug 841345] Re: can't prevent screen from turning off in oneiric

2011-10-03 Thread Roman Yepishev
Lokard,  the 10 minute turning off is the dpms setting which does not
get overriden by anything for some reason - see "xset q" output.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/841345

Title:
  can't prevent screen from turning off in oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/841345/+subscriptions

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


[Bug 841345] Re: can't prevent screen from turning off in oneiric

2011-10-04 Thread Roman Yepishev
** Description changed:

  System Settings > Screen
  "Turn off after: Never" is not an available option in Screen
  
  There is no option in gnome-control-center to never turn off the screen
  using oneiric fully updated (general gnome3 issue).
+ 
+ UPDATE: "Never" is now implemented, the bug about "Never" meaning "right
+ now" is LP:864270

** Description changed:

  System Settings > Screen
  "Turn off after: Never" is not an available option in Screen
  
  There is no option in gnome-control-center to never turn off the screen
  using oneiric fully updated (general gnome3 issue).
  
- UPDATE: "Never" is now implemented, the bug about "Never" meaning "right
- now" is LP:864270
+ UPDATE:
+  "Never" is now implemented, the bug about "Never" meaning "right now" is 
LP:864270
+  DPMS settings are not being overridden in GNOME (resulting in display 
turning off in 10 minutes of inactivity) - that's LP:862139

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/841345

Title:
  can't prevent screen from turning off in oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/841345/+subscriptions

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


[Bug 862139] Re: xset q reports DPMS mode with time 600 regardless of what g-c-c setting

2011-10-04 Thread Roman Yepishev
Michael,

Richard Hughes has pushed the required changes and I was able to build
them ( - code duplication i mentioned at Gnome bug). The patch affects
both gnome-desktop3 and gnome-settings-daemon power plugin.

BTW, the built packages can be tested from my ppa:rye/ppa.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/862139

Title:
  xset q reports DPMS mode with time 600 regardless of what g-c-c
  setting

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/862139/+subscriptions

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


[Bug 853756] Re: bluetooth-sendto crashed with SIGSEGV in adapter_changed()

2011-10-11 Thread Roman Yepishev
The patch that was posted in the gnome bug 661118 actually makes transfers 
possible again.
Sent the patched vertion to my ppa:rye/ppa which should have the packages built 
in an hour.

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

Title:
  bluetooth-sendto crashed with SIGSEGV in adapter_changed()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-bluetooth/+bug/853756/+subscriptions

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


[Bug 853756] Re: bluetooth-sendto crashed with SIGSEGV in adapter_changed()

2011-10-12 Thread Roman Yepishev
Looks like this is actually a duplicate of LP:805311 - the crash is
happening in the same library and the upstream patches touch the same
code.

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

Title:
  bluetooth-sendto crashed with SIGSEGV in adapter_changed()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-bluetooth/+bug/853756/+subscriptions

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


[Bug 805311] Re: gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() (device_services_changed)

2011-10-13 Thread Roman Yepishev
Tested gnome-bluetooth 3.2.0-0ubuntu2 - I was able to transfer files and they 
worked properly.
Earlier file transfers were crashing gnome-bluetooth.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  gnome-control-center crashed with SIGSEGV in
  g_type_instance_get_private() (device_services_changed)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-bluetooth/+bug/805311/+subscriptions

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


[Bug 870248] Re: bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug is no longer a duplicate of bug 853756
   bluetooth-sendto crashed with SIGSEGV in adapter_changed()
** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/870248/+subscriptions

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


[Bug 867501] Re: bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug is no longer a duplicate of bug 853756
   bluetooth-sendto crashed with SIGSEGV in adapter_changed()
** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/867501/+subscriptions

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


[Bug 870420] Re: bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug is no longer a duplicate of bug 853756
   bluetooth-sendto crashed with SIGSEGV in adapter_changed()
** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/870420/+subscriptions

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


[Bug 853756] Re: bluetooth-sendto crashed with SIGSEGV in adapter_changed()

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  bluetooth-sendto crashed with SIGSEGV in adapter_changed()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-bluetooth/+bug/853756/+subscriptions

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


[Bug 849877] Re: bluetooth-sendto crashed with SIGSEGV in g_type_check_instance_cast()

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug is no longer a duplicate of bug 853756
   bluetooth-sendto crashed with SIGSEGV in adapter_changed()
** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  bluetooth-sendto crashed with SIGSEGV in g_type_check_instance_cast()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/849877/+subscriptions

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


[Bug 836870] Re: Tried to send a file to my SGS2

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug is no longer a duplicate of bug 853756
   bluetooth-sendto crashed with SIGSEGV in adapter_changed()
** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  Tried to send a file to my SGS2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/836870/+subscriptions

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


[Bug 855212] Re: bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug is no longer a duplicate of bug 853756
   bluetooth-sendto crashed with SIGSEGV in adapter_changed()
** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/855212/+subscriptions

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


[Bug 834818] Re: bluetooth-sendto crashed with SIGSEGV in g_type_check_instance_cast()

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug is no longer a duplicate of bug 853756
   bluetooth-sendto crashed with SIGSEGV in adapter_changed()
** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  bluetooth-sendto crashed with SIGSEGV in g_type_check_instance_cast()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/834818/+subscriptions

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


[Bug 858353] Re: bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug is no longer a duplicate of bug 853756
   bluetooth-sendto crashed with SIGSEGV in adapter_changed()
** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/858353/+subscriptions

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


[Bug 746032] Re: bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug is no longer a duplicate of bug 853756
   bluetooth-sendto crashed with SIGSEGV in adapter_changed()
** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/746032/+subscriptions

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


[Bug 834348] Re: bluetooth-sendto crashed with SIGSEGV in g_type_check_instance_cast()

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug is no longer a duplicate of bug 853756
   bluetooth-sendto crashed with SIGSEGV in adapter_changed()
** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  bluetooth-sendto crashed with SIGSEGV in g_type_check_instance_cast()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/834348/+subscriptions

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


[Bug 864792] Re: bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

2011-10-13 Thread Roman Yepishev
*** This bug is a duplicate of bug 805311 ***
https://bugs.launchpad.net/bugs/805311

** This bug is no longer a duplicate of bug 853756
   bluetooth-sendto crashed with SIGSEGV in adapter_changed()
** This bug has been marked a duplicate of bug 805311
   gnome-control-center crashed with SIGSEGV in g_type_instance_get_private() 
(device_services_changed)

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

Title:
  bluetooth-sendto crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/864792/+subscriptions

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


[Bug 453199] Re: Evolution crashes in strcmp() on Address book entry cut/drag

2009-10-16 Thread Roman Yepishev
** Visibility changed to: Public

-- 
Evolution crashes in strcmp() on Address book entry cut/drag
https://bugs.launchpad.net/bugs/453199
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 453199] Re: Evolution crashes in strcmp() on Address book entry cut/drag

2009-10-16 Thread Roman Yepishev
I see that for some reason e_contact_get_const (model->data[i],
E_CONTACT_UID) returns NULL:

remove_contact (book_view=0x82888d0, ids=0x8283960, model=0x8099288) at 
e-addressbook-model.c:216
216 if ( !strcmp(e_contact_get_const 
(model->data[i], E_CONTACT_UID), id) ) {
(gdb) p model->data[i]
$32 = (EContact *) 0x84ef820
(gdb) p i
$33 = 4
(gdb) p id
$34 = (gchar *) 0x85ab658 "pas-id-49D124C30023"
(gdb) c
Continuing.
Program received signal SIGSEGV, Segmentation fault.
strcmp () at ../sysdeps/i386/i686/strcmp.S:39

I will check this condition on a daily-live/current CD to make sure that
this is not some kind of leftover from my ubuntu 9.04 upgrade.

The full backtrace follows:
#0  strcmp () at ../sysdeps/i386/i686/strcmp.S:39
#1  0x0514a068 in remove_contact (book_view=0x82d3ba0, ids=0x82ced20, 
model=0x8099288) at e-addressbook-model.c:216
#2  0x01b1dfb8 in g_cclosure_marshal_VOID__POINTER () from 
/usr/lib/libgobject-2.0.so.0
#3  0x01b11072 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#4  0x01b267a8 in ?? () from /usr/lib/libgobject-2.0.so.0
#5  0x01b27b2d in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#6  0x01b27fb6 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#7  0x003ffe3f in e_book_view_do_removed_event (listener=0x8163c30, 
resp=0x859f230, book_view=0x8596108) at e-book-view.c:61
#8  e_book_view_handle_response (listener=0x8163c30, resp=0x859f230, 
book_view=0x8596108) at e-book-view.c:96
#9  0x01b1dfb8 in g_cclosure_marshal_VOID__POINTER () from 
/usr/lib/libgobject-2.0.so.0
#10 0x01b11072 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#11 0x01b267a8 in ?? () from /usr/lib/libgobject-2.0.so.0
#12 0x01b27b2d in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#13 0x01b27fb6 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#14 0x003feef1 in main_thread_get_response (data=0x8163c30) at 
e-book-view-listener.c:69
#15 0x036ab0f1 in ?? () from /lib/libglib-2.0.so.0
#16 0x036ace78 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#17 0x036b0720 in ?? () from /lib/libglib-2.0.so.0
#18 0x036b0b8f in g_main_loop_run () from /lib/libglib-2.0.so.0
#19 0x00d2bc23 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#20 0x0805e12f in main (argc=1, argv=0xb484) at main.c:732

-- 
Evolution crashes in strcmp() on Address book entry cut/drag
https://bugs.launchpad.net/bugs/453199
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 453199] Re: Evolution crashes in strcmp() on Address book entry cut/drag

2009-10-16 Thread Roman Yepishev
Checked daily-live/current CD - No bug present, it is possible that some
records in the old evolution setup are not compatible with the new one.

The real problem this bug causes is that the item taken is lost on
remove_contact and it cannot be recovered. If this proves to be an issue
with the migration then we'll start receiving numerous reports about
"Evolution deleted my contacts"...

Continuing investigation, while I still have some "old" contacts...

-- 
Evolution 2.28 crashes in strcmp() on cut/drag of Address book entry created in 
2.26
https://bugs.launchpad.net/bugs/453199
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


  1   2   >