[Bug 1887479] Re: No pkg-config file in libdocopt-dev

2020-07-14 Thread Alexander Sashnov
After creation of this stub compilation was sucessful: $ cat /usr/lib/x86_64-linux-gnu/pkgconfig/docopt.pc prefix=/usr libdir=/usr/lib includedir=/usr/include Name: docopt Description: C++11 port of docopt URL: http://docopt.org/ Version: 0.6.2 Libs: -L${libdir} -ldocopt Cflags: -I${i

[Bug 1887479] [NEW] No pkg-config file in libdocopt-dev

2020-07-13 Thread Alexander Sashnov
Public bug reported: No pkg-config file in libdocopt-dev. It causes build process failed because it relies on finding a library via pkg-config: Steps to reproduce: $ git clone g...@github.com:openzim/zim-tools.git $ cd zim-tools/ $ mkdir build $ cd build/ $ meson .. Actual result: The Meson b

[Bug 1011257] Re: x-gvfs-show option doesn't work

2016-01-02 Thread Alexander Sashnov
*** This bug is a duplicate of bug 1012081 *** https://bugs.launchpad.net/bugs/1012081 Workaround is to use comment=x-gvfs-show option instead (works well on Ubuntu 14.04) ** Attachment added: "disks_automount_bug_workaround.png" https://bugs.launchpad.net/ubuntu/+source/gnome-disk-util

[Bug 1491777] [NEW] gtk warnings when using via X11 forwarding

2015-09-03 Thread Alexander Sashnov
Public bug reported: Ubuntu 14.04 x64 up-to-date on 3 Sep 2015 geany 1.23.1 (built on May 19 2013 with GTK 2.24.18, GLib 2.37.0) alex@umbrella:~$ geany t.txt Press ENTER several times in Geany window: nothing appears in terminal - it's OK Now run Geany via ssh on current machine and do the

[Bug 1407561] [NEW] bzr crashes if FTP server closes connection

2015-01-04 Thread Alexander Sashnov
Public bug reported: I use an FTP account on free hosting for storing my Bazaar repository. I get bzr crashed if this FTP server closes connection for some reason: $ bzr up FTP sash...@ftp.nm.ru password: FTP control connection closed. Trying to reopen. FTP sash...@ftp.nm.ru password: bzr: ERR

[Bug 1393332] [NEW] gnome-codec-install doesn't handle --help option

2014-11-17 Thread Alexander Sashnov
Public bug reported: gnome-codec-install doesn't handle --help option neither --usage: Steps to reproduce: Try to use 'gnome-codec-install' to setup the codec for playing a video file. Actual result: $ gnome-codec-install --usage invalid commandline '['--usage']' $ gnome-codec-install --help

[Bug 1393175] [NEW] atop floods /run partition (causes no DNS server problem)

2014-11-16 Thread Alexander Sashnov
Public bug reported: atop floods /run partition (causes no DNS server problem) Laptop HP-635. Uptime: 3 days 22 hours. With lot of times going to sleep mode. Once I waked it up and realised there is a ping to gateway but no DNS. In /var/log/syslog: Nov 16 17:33:09 hp-635 dnsmasq[1498]: using

[Bug 1086667] Re: Wrong documentation URL in help(curl)

2014-10-06 Thread Alexander Sashnov
This but does not affect Ubuntu 14.04 It is about Ubuntu 12.04 (it is still supported, isn't it?). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1086667 Title: Wrong documentation URL in help(curl)

[Bug 1340511] Re: man page contains wrong default history size

2014-10-06 Thread Alexander Sashnov
Indeed, If I comment out all mentions of HISTSIZE and HISTFILESIZE in my .bashrc and .profile I get $ wc -l .bash_history 500 .bash_history (after I shorted it to 490 lines and did some activity). All right, that means we should read our .bashrc carefully. -- You received this bug notificatio

[Bug 1340511] [NEW] man page contains wrong default history size

2014-07-10 Thread Alexander Sashnov
Public bug reported: man page contains wrong default history size Steps to reproduce: 1.$ man bash 2. Search for HISTSIZE (press /then type HISTSIZE and press ENTER) Actual result: Man page contains the text: -

[Bug 1315693] [NEW] qt-demos doesn't have a desktop file (not in menu)

2014-05-03 Thread Alexander Sashnov
Public bug reported: qt-demos doesn't have a desktop file (not in menu). In other words there is no way to run 'Qt Demos Launcher' via Applications menu. Steps to reproduce: 1. Running Ubuntu 14.04 Gnome press 'Windows' button to show Gnome Shell search prompt 2. Type 'qt' and see what results

[Bug 1315440] [NEW] qtcreator broken links in 'tutorials'

2014-05-02 Thread Alexander Sashnov
Public bug reported: Broken links in 'tutorials'. We had similar bug about qtcreator 2 in Ubuntu 10.04: https://bugs.launchpad.net/bugs/626180 But this bug is about qtcreator 3 on Ubuntu 14.04 Steps to reproduce: 1. Run Qt Creator, click on Welcome, Tutorials 2. Try to use any 3 first links.

[Bug 1263857] [NEW] there is no README file into /etc/init directory

2013-12-23 Thread Alexander Sashnov
Public bug reported: there is no README file into /etc/init directory Steps for reproduce: 1. Go into /etc/init directory: $ cd /etc/init 2. Try to find any description what this directory is Actual result: There is only *.conf files: $ ls -1 /etc/init | grep -v .conf $ Expected resu

[Bug 1263145] [NEW] Ctrl+= should work as well as Ctrl++

2013-12-20 Thread Alexander Sashnov
Public bug reported: Ctrl+= should work as well as Ctrl++ Steps to reproduce: 1. Run yelp with Ubuntu (Unity) session with right-up corner "Ubuntu Help" menu 2. Press Ctrl+= like most (including me) do it into Firefox and other programms. Actual result: Nothing happens. Expected result: C

[Bug 1090725] Re: slow scanning because too many times opens /etc/groups and /etc/passwd

2013-11-28 Thread Alexander Sashnov
strace -c output was attached. We can not see 'read' here because /etc/passwd is just mapped on memory. The actual reading is beyond of strace scope. ** Attachment added: "strace -c output for duplicity" https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1090725/+attachment/3919109/+file

[Bug 1210797] [NEW] USB RNDIS device usb0 is not shown

2013-08-10 Thread Alexander Sashnov
Public bug reported: USB RNDIS device usb0 is not shown in available devices for capture. This device is Android phone RNDIS. tcpdump can capture it: alex@HP-635:~$ ifconfig usb0 usb0 Link encap:Ethernet HWaddr fa:c1:da:09:14:7c inet addr:192.168.42.211 Bcast:192.168.42.255

[Bug 1202984] [NEW] generate wavform glibc detected memory corruption

2013-07-19 Thread Alexander Sashnov
Public bug reported: Ubuntu 12.04 x64 Every time I try to create wavform programm hangs with "glibc detected memory corruption" error. Steps to reproduce: 1. Run the programm: $ subtitleeditor 2. Wavform -> Open wavform from file 3. Pick any *.avi, *.mp3 (I have tried many different files,

[Bug 1195980] [NEW] dmsetup: there is no any warning about 4K logical block size

2013-06-29 Thread Alexander Sashnov
Public bug reported: dmsetup: there is no any warning about 4K logical block size (no warning by programm, no warning in man page). How to reproduce: Followed page 7 of http://mbroz.fedorapeople.org/talks/DeviceMapperBasics/dm.pdf I tried following: dmsetup-test.sh:

[Bug 1175647] Re: Documentation about snapshot deletion is wrong

2013-05-03 Thread Alexander Sashnov
** Summary changed: - UserManual.pdf wrong about deleting snapshot + Documentation about snapshot deletion is wrong ** Summary changed: - Documentation about snapshot deletion is wrong + User manual is wrong about snapshot deletion -- You received this bug notification because you are a member

[Bug 1175647] Re: UserManual.pdf wrong about deleting snapshot

2013-05-02 Thread Alexander Sashnov
** Description changed: UserManual.pdf wrong about deleting snapshot - data from deleted snapshot does not merges with parent. Instead, data from deleted snapshot merges with all of its child snapshots. Wrong information is located into UserManual.pdf: ---

[Bug 1175647] Re: UserManual.pdf wrong about deleting snapshot

2013-05-02 Thread Alexander Sashnov
** Description changed: UserManual.pdf wrong about deleting snapshot - data from deleted snapshot does not merges with parent. Instead, data from deleted snapshot merges with all of its child snapshots. - Wrong information located into UserManual.pdf: + Wrong information is located i

[Bug 1175647] Re: UserManual.pdf wrong about deleting snapshot

2013-05-02 Thread Alexander Sashnov
** Description changed: UserManual.pdf wrong about deleting snapshot - data from deleted snapshot does not merges with parent. Instead, data from deleted snapshot merges with all of its child snapshots. - Wrong information located into UserManual.pdf: ---

[Bug 1175647] [NEW] UserManual.pdf wrong about deleting snapshot

2013-05-02 Thread Alexander Sashnov
Public bug reported: UserManual.pdf wrong about deleting snapshot - data from deleted snapshot does not merges with parent. Instead, data from deleted snapshot merges with all of its child snapshots. Wrong information located into UserManual.pdf: --- 5.5 Differenc

[Bug 1172997] Re: ghex unable to open /dev/loop0

2013-04-25 Thread Alexander Sashnov
** Attachment added: "ghex.strace" https://bugs.launchpad.net/ubuntu/+source/ghex/+bug/1172997/+attachment/3654023/+files/ghex.strace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1172997 Title:

[Bug 1172997] [NEW] ghex unable to open /dev/loop0

2013-04-25 Thread Alexander Sashnov
Public bug reported: ghex is unable to open /dev/loop0 file. There is no permission problems here: $ strace -o xxd.strace xxd /dev/loop0 | head 000: eb58 9053 5953 4c49 4e55 5800 0208 3004 .X.SYSLINUX...0. 010: 0200 00f8 3f00 ff00 3f00 ?...?... 020: 6ade 7700

[Bug 1161209] [NEW] (stderr) Failed to parse new birthday string

2013-03-27 Thread Alexander Sashnov
Public bug reported: When I run empathy from command line, I can see following in my console window: alex@umbrella:~$ empathy & [1] 3786 alex@umbrella:~$ (empathy:3786): telepathy-WARNING **: tpf-persona.vala:841: Failed to parse new birthday string '11.06.1981' (empathy:3786): telepathy-WARNI

[Bug 1146047] [NEW] typo in comment into /lib/init/vars.sh

2013-03-04 Thread Alexander Sashnov
Public bug reported: typo in comment into /lib/init/vars.sh: /etc/defaults/rcS => /etc/default/rcS ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: initscripts 2.88dsf-13.10ubuntu11.1 ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35 Uname: Linux 3.2.0-37-generic x86_64 NonfreeKernelM

[Bug 825912] Re: icewm creates two session entries in LightDM

2013-02-15 Thread Alexander Sashnov
Seems dup of https://bugs.launchpad.net/ubuntu/+source/icewm/+bug/768995 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/825912 Title: icewm creates two session entries in LightDM To manage notificat

[Bug 1090725] [NEW] slow scanning because too many times opens /etc/groups and /etc/passwd

2012-12-15 Thread Alexander Sashnov
Public bug reported: Scaning for which files need to backup is a little bit slow. May this is because 'deja-dup' too many times read /etc/groups (which remains unchanged all time programm works). Steps to reproduce: 1. Run $ deja-dup --backup 'Back Up' window is appears 2. Wait for 'Scanni

[Bug 1086667] [NEW] Wrong documentation URL in help(curl)

2012-12-04 Thread Alexander Sashnov
Public bug reported: Ubuntu 12.04.1 LTSpython-pycurl-7.19.0-4ubuntu3 Wrong documentation URL in help(curl) Steps to reproduce: 1. Open Terminal, run python 2. in python's console >>> import curl >>> help(curl) 3. Click to 'MODULE DOCS' URL (currently it is http://docs.python.or

[Bug 1075916] Re: 'openssl ca' segfaults on second run

2012-11-07 Thread Alexander Sashnov
Stacktrace of hand-maken openssl binary. ** Attachment added: "openssl_backtrace.txt" https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1075916/+attachment/3426523/+files/openssl_backtrace.txt ** Description changed: Openssl binary segfault on try to sign certificate. Steps to re

[Bug 1075916] [NEW] 'openssl ca' segfaults on second run

2012-11-07 Thread Alexander Sashnov
Public bug reported: Openssl binary segfault on try to sign certificate. Steps to reproduce: 1. create root CA (self-signed certificate) 2. create 'local CA' directory structure by something like this (see full shell script in attach): CA_DIR=demoCA mkdir -p $CA_DIR/signedcerts# contains c

[Bug 284863] Re: cannot build exmap module in intrepid ibex

2010-04-06 Thread Alexander Sashnov
Thank you, Alexander! Your patch helps me to build working exmap-modules-source (but build of exmap.deb is failed). With buildfix-karmic.debdiff I install exmap-modules-source on karmic i386, gexmap is working now for me. -- cannot build exmap module in intrepid ibex https://bugs.launchpad.net

[Bug 113637] Re: Samba printers requiring username/password fail on reboot

2010-03-19 Thread Alexander Sashnov
answer on comment #7 from fbiondi: Same here but it is not a bug. On karmic you just need to add your work group into printer url: This works on hardy: smb://192.168.34.24/LexmarkT On karmic: smb://WORKGROUP/192.168.34.24/LexmarkT -- Samba printers requiring username/password fail on reb

[Bug 366065] Re: "Places" menu only allows 5 items before changing its behaviour

2010-03-14 Thread Alexander Sashnov
Sory, just looking into gnome-panel-2.28.0/debian/patches/71_change_bookmark_submenu_limit_value.patch Default value is 8 for Ubuntu 'karmic' at least. This is good, but seems not enought. 12 will be fine default value. -- "Places" menu only allows 5 items before changing its behaviour https://

[Bug 366065] Re: "Places" menu only allows 5 items before changing its behaviour

2010-03-14 Thread Alexander Sashnov
I guess 7 by default (but really I use 9). -- "Places" menu only allows 5 items before changing its behaviour https://bugs.launchpad.net/bugs/366065 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 243395] Re: Turn on stupid mode by default or retry with stupid mode if 'carrier lost'

2010-03-10 Thread Alexander Sashnov
Ubuntu 9.04 karmic gnome-ppp-0.3.23-1ubuntu2 Actual result: Problem still present: in modem setup dialog ("Setup" button in main window) checkbox "Wait for dialtone" default is checked and it produces "Stupid Mode = off" in ~/.wvdial.conf Expected result: "Wait for dialtone" will be unchecked

[Bug 268011] Re: xserver-xorg-video-nv driver hangs in NVSync when totem start play video

2010-03-05 Thread Alexander Sashnov
No problem on Ubuntu 9.10 with same hardware and X.org configuration (xorg.conf). -- xserver-xorg-video-nv driver hangs in NVSync when totem start play video https://bugs.launchpad.net/bugs/268011 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 268011] Re: xserver-xorg-video-nv driver hangs in NVSync when totem start play video

2010-03-05 Thread Alexander Sashnov
** Attachment added: "output of lspci -vvnn" http://launchpadlibrarian.net/40236000/lspci_vvnn.txt -- xserver-xorg-video-nv driver hangs in NVSync when totem start play video https://bugs.launchpad.net/bugs/268011 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 310824] Re: opreport crashes with "error: basic_string::erase"

2009-07-12 Thread Alexander Sashnov
curl http://launchpadlibrarian.net/20680947/anon-map-names.patch | md5sum 66a42965f1f0e160857b3def2d7a3258 - this patch is helpfull. -- opreport crashes with "error: basic_string::erase" https://bugs.launchpad.net/bugs/310824 You received this bug notification because you are a member of Ubuntu

[Bug 235228] Re: Could not open location 'burn:///'

2009-01-07 Thread Alexander Sashnov
what about fix it in hardy 8.04 LTS ? -- Could not open location 'burn:///' https://bugs.launchpad.net/bugs/235228 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ub

[Bug 312093] [NEW] absent program name in error messages to stderr

2008-12-29 Thread Alexander Sashnov
Public bug reported: Binary package hint: tracker I have trackerd in my gnome session. In .xsession-errors I see messages: --- Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkOptionMenu::indicator-spacing' of type `GtkBo

[Bug 310843] Re: Firefox crashes X on resize of window

2008-12-23 Thread Alexander Sashnov
Seems you use slow or broken video driver and firefox floods X. How many RAM you have, swap. free -m output before X hangs. Also interesting in results of: x11perf -all gtkperf Also look to adblock and flashblock Firefox extensions. -- Firefox crashes X on resize of window https://bugs.launc

[Bug 214271] Re: Usplash timeout too low in script/local_premount/resume : stop usplash

2008-12-22 Thread Alexander Sashnov
How to reproduce this bug: a) delete swap partition b) or $ sudo nano /etc/initramfs-tools/conf.d/resume (do random edit in UUID) $ sudo update-initramfs -u c) or change UUID of swap partition: $ sudo swapoff /dev/sda5 $ sudo mkswap /dev/sda5 (it r

[Bug 214271] Re: Usplash timeout too low in script/local_premount/resume : stop usplash

2008-12-22 Thread Alexander Sashnov
I found this bug too. And on my system, when usplash gone, system boot hangs on "Checking root filesystem". Not reproduced on virtual system- fsck works fine. slumber=$(( ${slumber} * 10 )) while [ ! -e "${resume}" ] || ! /lib/udev/vol_id "${resume}" >/dev/null 2>&1; do

[Bug 268011] Re: xserver-xorg-video-nv driver hangs in NVSync when totem start play video

2008-09-09 Thread Alexander Sashnov
>From /var/log/Xorg.0.log (--) PCI:*(0:5:0) nVidia Corporation C51 [Quadro NVS 210S/GeForce 6150LE] rev 162, Mem @ 0xfc00/24, 0xd000/28, 0xfb00/24 (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extensi

[Bug 268011] Re: xserver-xorg-video-nv driver hangs in NVSync when totem start play video

2008-09-09 Thread Alexander Sashnov
Sorry, forgot significant detail: I use twinview, [EMAIL PROTECTED] (2 same monitors) ** Attachment added: "xorg.conf - twinview" http://launchpadlibrarian.net/17435336/xorg.conf -- xserver-xorg-video-nv driver hangs in NVSync when totem start play video https://bugs.launchpad.net/bugs/2680

[Bug 268011] Re: xserver-xorg-video-nv driver hangs in NVSync when totem start play video

2008-09-08 Thread Alexander Sashnov
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/17430813/Dependencies.txt -- xserver-xorg-video-nv driver hangs in NVSync when totem start play video https://bugs.launchpad.net/bugs/268011 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 268011] [NEW] xserver-xorg-video-nv driver hangs in NVSync when totem start play video

2008-09-08 Thread Alexander Sashnov
Public bug reported: Binary package hint: xserver-xorg-video-nv Ubuntu 8.04.1 i386 Integrated NVidia video card: (lspci -v) 00:05.0 VGA compatible controller: nVidia Corporation C51 [Quadro NVS 210S/GeForce 6150LE] (rev a2) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc

[Bug 196411] Re: usbcore deregistering driver stir4200 cause Oops

2008-08-20 Thread Alexander Sashnov
not reproduced on Intrepid alpha3 (2.6.26-4-generic) -- usbcore deregistering driver stir4200 cause Oops https://bugs.launchpad.net/bugs/196411 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@list

[Bug 196411] Re: usbcore deregistering driver stir4200 cause Oops

2008-08-20 Thread Alexander Sashnov
not reproduced on Hardy updates (on 2.6.24-16-generic kernel) -- usbcore deregistering driver stir4200 cause Oops https://bugs.launchpad.net/bugs/196411 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-

[Bug 243395] [NEW] Turn on stupid mode by default or retry with stupid mode if 'carrier lost'

2008-06-26 Thread Alexander Sashnov
Public bug reported: Binary package hint: gnome-ppp Problem with GPRS connection in Russia with two mobile operators: MTS and SkyLink. Both don't show login/password text prompt. With MTS connection setup long time- about 40 sec. But with SkyLink I get wvdial error 'Carrier lost' after ~30sec

[Bug 239074] [NEW] sdb1 (USB flash) as CDROM in fstab when install from USB flash

2008-06-10 Thread Alexander Sashnov
Public bug reported: Binary package hint: ubiquity I installing my system from 1 Gb USB flash drive (ubuntu-8.04-desktop.iso distribution). All fine but couldn't mount USB flash drive because in /etc/fstab it mentioned as CD-ROM drive. Steps for reproduce: 1. Insert USB Flash drive at least 1

[Bug 196411] Re: usbcore deregistering driver stir4200 cause Oops

2008-03-26 Thread Alexander Sashnov
I found workaround: I change (my) scritp /etc/udev/rules.d/55-irda-stir4200.rules to: #!/bin/sh killall irattach # kill irattach first and wait sleep 1 rmmod stir4200 sleep 1 rmmod ircomm_tty now plug/unplug IRDA dongle don't crash USB subsystem. -- usbcore deregistering driver sti

[Bug 200293] Re: hard to select timezone on map

2008-03-17 Thread Alexander Sashnov
seems dup of 199728 -- hard to select timezone on map https://bugs.launchpad.net/bugs/200293 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listi

[Bug 155035] Re: feature request: manually add apt mirror using adept

2008-03-13 Thread Alexander Sashnov
+1 In my office local mirror: mirror.plesk.ru - how can I add it in "Applications sources" ? -- feature request: manually add apt mirror using adept https://bugs.launchpad.net/bugs/155035 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 135029] Re: Poor man install on ntfs Gutsy Gibbon (Tribe 5)

2008-03-10 Thread Alexander Sashnov
booting ubuntu live CD from C:\casper (NTFS) is very interesting idea. -- Poor man install on ntfs Gutsy Gibbon (Tribe 5) https://bugs.launchpad.net/bugs/135029 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 199364] [NEW] netstat arg parser not warn about unused arguments

2008-03-06 Thread Alexander Sashnov
Public bug reported: Binary package hint: net-tools Seems netstat uses only command line options (-t or --tcp for example) and not uses arguments at all. But command line parser not warn about it For example: $ netstat -atn# works fine $ netstat atn # my misstake- I forgot '-' -- outp

[Bug 196411] [NEW] usbcore deregistering driver stir4200 cause Oops

2008-02-28 Thread Alexander Sashnov
Public bug reported: Binary package hint: linux-source-2.6.22 DISTRIB_ID=Ubuntu DISTRIB_RELEASE=7.10 DISTRIB_CODENAME=gutsy DISTRIB_DESCRIPTION="Ubuntu 7.10" kernel 2.6.22-14-generic (package linux-image-2.6.22-14-generic) Steps to reproduce: 1. plug SigmaTel 4200 to USB 2. # irattach ird

[Bug 173799] Re: POSE gets "hardware exception #3" on startup

2008-01-23 Thread Alexander Sashnov
I hit this bug too. ROM- transfered from my Palm m105. Problem is resolved by patch :-) -- POSE gets "hardware exception #3" on startup https://bugs.launchpad.net/bugs/173799 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubun

[Bug 117678] pidgin (gaim) incorrect displays offline icq message in utf-16be

2007-05-29 Thread Alexander Sashnov
Public bug reported: Binary package hint: gaim Pidgin uses libicq2000 for work with oscar protocol. Now oscar work with utf-16be encoding for store non-Latin1 messages and jabber transport pyict-t-0.8 uses utf-16be for send offline messages. But when Pidgin (Gaim) become to online, it only get

[Bug 109152] totem spawn many error alerts about unsupported files

2007-04-22 Thread Alexander Sashnov
Public bug reported: Binary package hint: totem Steps for reproduce: 1. run totem 2. drag-and-drop folder with non-media files, for example, folder with some .tag.gz files Totem will display one alert per file with text: "Totem could not play 'file://.' There is no plugin to handle this