[Bug 222047] Re: CapsLock LED still lights after change to CTRL key

2008-05-02 Thread Egor
I also have this problem upgrading from 7.10 to 8.04. -- CapsLock LED still lights after change to CTRL key https://bugs.launchpad.net/bugs/222047 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@l

[Bug 1573959] Re: On-screen text disappears after suspend

2018-07-01 Thread Egor
ThinkPad-440s:~$ uname -a Linux ThinkPad-T440s 4.4.0-128-generic #154~14.04.1-Ubuntu SMP Fri May 25 14:58:51 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ThinkPad-T440s:~$ lspci -nn | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [808

[Bug 1791803] [NEW] system crash after indicator-multiload starts

2018-09-10 Thread Egor
Public bug reported: after updating on 2018.09.09 gdm3 crash after login. Desktop appears and gdm3 crash. After removing indicator-multiload.Desktop from ~/./.config/autostart system works. After starting indicator-multiload 1) system crash 2) indicator-multiload.Desktop is again in ~/./.confi

[Bug 1863142] Re: [nvidia] Xorg crashed with SIGSEGV in xf86ScreenSetCursor(pCurs=NULL)

2020-06-15 Thread egor
I also consistently run into the issue running gnome on xorg in Fedora. Nvidia drivers 440.82. Although this is on Fedora, but posting here since it's been going on a while and no resolution or other useful threads I can find. Symptoms appear to be the same. The issue is triggered by Remmina and

[Bug 1620811] Re: Focaltech touchpad detected as mouse on Asus K501UW laptop

2016-09-09 Thread Egor
The problem persists in 4.8-rc5 (the latest currently available). ** Tags added: kernel-bug-exists-upstream kernel-bug-exists- upstream-4.8-rc5 ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 1620811] Re: [Asus K501UW] Focaltech touchpad detected as mouse

2016-09-11 Thread Egor
Christopher, thank you for the detailed instructions. The letter in the mailing list: http://www.spinics.net/lists/linux- input/msg46766.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1620811 Tit

[Bug 1255858] Re: KDevelop 4.5 subversion support missing

2014-04-28 Thread Egor
This is the page of the upstream «bug», it is said there that there is no need to disable SVN in kdevelop anymore, since licensing issues have been resolved. Unfortunately, kdevelop 4.6.0 from KDE SC 4.13.0 in ubuntu saucy (14.04) does not feature SVN plugin either. https://bugs.kde.org/show_bug

[Bug 1631265] [NEW] package libvirt-bin 1.3.1-1ubuntu10.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-10-06 Thread Egor
*** This bug is a duplicate of bug 1631243 *** https://bugs.launchpad.net/bugs/1631243 Public bug reported: 2016.10.06 - daily updates was installed. 2016.10.07 - After boot I've got this message. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: libvirt-bin 1.3.1-1ubuntu10.3 ProcVer

[Bug 1620811] Re: [Asus K501UW] FTE1001 touchpad detected as mouse

2016-11-17 Thread Egor
Beta version of the DKMS driver for FTE1001 touchpad (written by Brendan McGrath, Victor Vlasenko and Frederik Wenigwieser) is available here: https://github.com/vlasenko/hid-asus-fte-dkms The driver seems to work well; everyone is welcome to try it out and report any issues to github. -- You re

[Bug 1656336] [NEW] 11

2017-01-13 Thread Egor
Public bug reported: 11 ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: ubiquity 16.10.14 ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0 Uname: Linux 4.8.0-22-generic x86_64 ApportVersion: 2.20.3-0ubuntu8 Architecture: amd64 CasperVersion: 1.379 Date: Fri Jan 13 18:34:14 2017 Instal

[Bug 1656511] [NEW] Help please it is crashes all the time

2017-01-14 Thread Egor
Public bug reported: I do not know ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: ubiquity 16.10.14 ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0 Uname: Linux 4.8.0-22-generic x86_64 ApportVersion: 2.20.3-0ubuntu8 Architecture: amd64 CasperVersion: 1.379 Date: Sat Jan 14 12:56:59

[Bug 1655686] [NEW] Nautilus freezes if call properties on folder in Git

2017-01-11 Thread Egor
Public bug reported: I have folder with yocto/poky If I going to this folder with Nautilus, system is slow down. If I call propertied from menu of any folder in Git, Nautilus freezes. Python process eat memory more and more. If I kill this process, Nautilus unfreezes, system runs normally. Proble

[Bug 1648183] Re: Crackling and popping sound when using headphones

2017-03-04 Thread Egor
Same issue with HP Pavilion 15-au027ur on Zesty beta 1 Codec: Realtek ALC295 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1648183 Title: Crackling and popping sound when using headphones To manage

[Bug 1689006] [NEW] package mysql-server-5.7 5.7.18-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-05-06 Thread Egor
Public bug reported: upgrading ubuntu ProblemType: Package DistroRelease: Ubuntu 16.04 Package: mysql-server-5.7 5.7.18-0ubuntu0.16.04.1 ProcVersionSignature: Ubuntu 4.2.0-42.49-generic 4.2.8-ckt12 Uname: Linux 4.2.0-42-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 Date: Sun

[Bug 1589965] Re: Reading QR codes from file fails due to "Exception: tostring() has been removed. Please call tobytes() instead."

2016-09-04 Thread Egor
And the fix is obvious. Go to the file '/usr/lib/python2.7/dist- packages/qrtools.py', the line 181 (as root) and replace 'tostring()' with 'tobytes()'. Can it please be fixed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1620170] [NEW] wake from suspend fails when using discrete videocard on hybrid system

2016-09-04 Thread Egor
Public bug reported: My laptop (ASUS K501UW-AB78) fails to resume from suspend when using Nvidia driver and Nvidia videocard is active. The problem does not arise when I switch to built-in video using nvidia prime or when using nouveau driver. Since this appears to only be relevant for hybrid sys

[Bug 1620811] [NEW] Focaltech touchpad detected as mouse on Asus K501UW laptop

2016-09-06 Thread Egor
Public bug reported: Following the bug reporting documentation here: https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all. The Focaltech touchpad on Asus K501UW laptop is detected as a mouse, so I can't access touchpad f

[Bug 1620811] Re: Focaltech touchpad detected as mouse on Asus K501UW laptop

2016-09-06 Thread Egor
** Attachment added: "xinput --list" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1620811/+attachment/4735748/+files/xinput%20--list -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1620811 T

[Bug 1620811] Re: Focaltech touchpad detected as mouse on Asus K501UW laptop

2016-09-06 Thread Egor
** Attachment added: "Xorg.0.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1620811/+attachment/4735749/+files/Xorg.0.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1620811 Title:

[Bug 1620811] Re: [Asus K501UW] Focaltech touchpad detected as mouse

2016-09-22 Thread Egor
UPD: I was probably wrong in claiming that this is a FocalTech touchpad. All of their touchpads are PS/2 (and allegedly fully supported starting with kernel 4.1), while my touchpad is i2c. FTE pnpid stands for Frontline, according to http://www.uefi.org/sites/default/files/resources/PNPID_List.pdf

[Bug 975033] Re: qmmp crashed with SIGABRT in raise()

2012-04-06 Thread Egor
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975033 Title: qmmp crashed with SIGABRT in __libc_message() To manage notifications about this bug go to: https://bugs

[Bug 986783] [NEW] [661012.048749] BUG: unable to handle kernel NULL pointer dereference at 0000009c

2012-04-22 Thread Egor
Analog] Subdevices: 2/2 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: egor 1746 F pulseaudio /dev/snd/pcmC0D0p: egor 1746 F...m pulseaudio CRDA: Error: command ['iw', 'reg&

[Bug 986783] Re: [661012.048749] BUG: unable to handle kernel NULL pointer dereference at 0000009c

2012-04-22 Thread Egor
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986783 Title: [661012.048749] BUG: unable to handle kernel NULL pointer dereference at 009c To manage notifications about this bug go to: https://

[Bug 991740] [NEW] package gimp-plugin-registry (not installed) failed to install/upgrade: попытка перезаписать «/usr/lib/gimp/2.0/plug-ins/file-xmc», который уже имеется в пакете gimp 2.8.0~rc1-0prec

2012-04-30 Thread Egor
Public bug reported: I've just installed ubuntu 12.04. Then I added gimp ppa through the ubuntu-tweak app. Then I installed synaptic. And then checked some gimp plugins. and this one refused to install. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: gimp-plugin-registry (not installed)

[Bug 991740] Re: package gimp-plugin-registry (not installed) failed to install/upgrade: попытка перезаписать «/usr/lib/gimp/2.0/plug-ins/file-xmc», который уже имеется в пакете gimp 2.8.0~rc1-0precis

2012-04-30 Thread Egor
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/991740 Title: package gimp-plugin-registry (not installed) failed to install/upgrade: попытка перезаписать «/usr/lib/gimp/2.0/plug-ins /file-xmc», ко

[Bug 1166807] Re: chromium menu bar for unity needs reimplementing

2013-10-22 Thread Egor
I guess, I encountered a problem, closely related to this bug. I use KDE hence no unity or gnome launched. Since I upgraded to saucy, chromium got a one-pixel menu bar at the very top of the window. If I use system window border, it is invisible (because it has the same color as my border), but st

[Bug 994227] Re: Nameserver list incorrect when using madwimax and resolvconf

2012-05-07 Thread Egor
The file wlan0.dhclient now does not disappear.Seems, that annoying bug does not affect me anymore. Anyway, I have the file wimax0.dhclient still existing, even though my wimax modem is plugged off with no dhclient left for wimax0, and no madwimax process running: $ ps aux | egrep '(dhcl|wimax)'

[Bug 1002015] [NEW] iwlwifi fails to connect to a WEP network

2012-05-20 Thread Egor
Public bug reported: iwlwifi driver fails to connect to a WEP-encrypted 802.11bg network. My wireless card is >> Intel Corporation Centrino Wireless-N 130 (rev 34) When I connect either via wicd or iwconfig, I get a message in dmesg >> wlan0: link not ready; iwconfig wlan0 key tells me «ope

[Bug 1002015] Re: iwlwifi fails to connect to a WEP network

2012-05-20 Thread Egor
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1002015 Title: iwlwifi fails to connect to a WEP network To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+

[Bug 1002017] [NEW] ubuntu-bug is unusable in UTF locale

2012-05-20 Thread Egor
Public bug reported: I cannot select any option if I launch `ubuntu-bug` with LANG=ru_RU.UTF-8. The option list suggest me russian letters as the options, refusing to get English letters and reporting an error, if I press a Russian one: /usr/bin/apport-cli:84: UnicodeWarning: Unicode equal compa

[Bug 1002017] Re: ubuntu-bug is unusable in UTF locale

2012-05-20 Thread Egor
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1002017 Title: ubuntu-bug is unusable in UTF locale To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/

[Bug 1002015] Re: iwlwifi fails to connect to a WEP network

2012-05-21 Thread Egor
ubuntu 11.10 was also affected, the driver there was iwlagn. Actually, I discovered apport-cli just recently, that's why I haven't filed the bug earlier :) I'll test mainline kernel, thanks for the instructions. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 985707] [NEW] nvidia gt430 vcard do not save refresh rate

2012-04-19 Thread Egor
Public bug reported: Ubuntu 12.04 while beeing used with analog monitor and nvidia gt430 vcard do not save refresh rate. Each time I log in I must open nv- control and manually change from 60 to 75 Hz. I use 1152x864 resolution and 75 Hz is max value for refresh rate supported by my monitor. X Ser

[Bug 994227] [NEW] resolvconf breaks name resolution

2012-05-03 Thread Egor
Public bug reported: While resolvconf daemon is running, I cannot use the network, because my resolv.conf file is filled with invalid nameservers soon after connection: == bash session: == # service resolvconf status resolvconf start/running # file

[Bug 994227] Re: resolvconf breaks name resolution

2012-05-03 Thread Egor
** Description changed: While resolvconf daemon is running, I cannot use the network, because my resolv.conf file is filled with invalid nameservers soon after connection: == bash session: == # service resolvconf status resolvconf star

[Bug 994227] Re: resolvconf breaks name resolution

2012-05-03 Thread Egor
$ cd /run/resolvconf/interface/ $ ls * wimax0.dhclient wlan0.dhclient $ for f in *; do echo "=== $f ==="; cat "$f"; echo; done === wimax0.dhclient === nameserver 94.25.128.74 nameserver 94.25.208.74 === wlan0.dhclient === nameserver 192.168.129.129 nameserver 8.8.8.8 Actually these servers left

[Bug 994227] Re: resolvconf breaks name resolution

2012-05-03 Thread Egor
When correct servers disappear from /etc/resolv.conf, the file /run/resolvconf/interface/wlan0.dhclient vanishes too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/994227 Title: resolvconf breaks na

[Bug 994227] Re: resolvconf breaks name resolution

2012-05-04 Thread Egor
I use madwimax to connect that modem, I do not use ifup/ifdown at all. Both ifup and ifdown respond smth like «ignoring unknown device wimax0». When I'm done with my wimax network, I just unplug the modem from the usb port without manual invocation of any command. There is no dhclient for wimax in

[Bug 994227] Re: resolvconf breaks name resolution

2012-05-04 Thread Egor
** Description changed: While resolvconf daemon is running, I cannot use the network, because my resolv.conf file is filled with invalid nameservers soon after connection: == bash session: == # service resolvconf status resolvconf star

[Bug 994227] Re: resolvconf breaks name resolution when using madwimax

2012-05-04 Thread Egor
Okay… now I rebooted, and resolvconf with wlan0 works fine. When I'm at the area with wimax, I'll test madwimax again. I didn't find out, why did wlan0.dhclient disappear, after reboot this error has gone. May be it was some conflict of these many dhclients somehow launched at the same time… --

[Bug 1327737] [NEW] sikuli ide does not start

2014-06-08 Thread Egor
Public bug reported: When I start sikuli-ide, no window appears, nothing happens. Here is my log from console: $ sikuli-ide -s [info] locale: ru_RU $ `sikuli-ide -h` gives me a valid sikuli help, though. My sikuli-ide is the package from the repos, modified as suggested here: #1313398 ( https:

[Bug 1327737] Re: sikuli ide does not start

2014-06-08 Thread Egor
sikuli downloaded from official page ( https://launchpad.net/raiman/sikulix2013+/1.1.0 ) works fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1327737 Title: sikuli ide does not start To manage

[Bug 1358810] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-08-19 Thread Egor
Public bug reported: error during Ubuntu update ProblemType: Package DistroRelease: Ubuntu 12.04 Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6 ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic i686 ApportVersion: 2.0.1-0ubuntu17.6 Architecture:

[Bug 994227] Re: madwimax stops dhclient non-gracefully, leaving behind invalid nameserver addresses

2013-01-25 Thread Egor
It's a pity: wimax has been shut down in my city, now I have neither device, nor environment to test the fix. Home, someone else could test the fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/994227

[Bug 994309] Re: wine is uninstallable

2013-03-02 Thread Egor
I failed to find a workaround for this bug and installed 32bit-chroot as follows. May be it'll help somene experiencing this bug. sudo -s mkdir /home/32bit debootstrap --arch i386 precise /home/32bit/ http://archive.ubuntu.com/ubuntu mkdir /32bit cat <<< ' /home/32bit /32bit nonea

Re: [Bug 949071] Re: CRT monitor refresh setting always resets to 60 after reboot

2012-10-22 Thread Egor
Still discussing??? O_o Mon, 22 Oct 2012 12:40:48 - от Mark Lanctot <949...@bugs.launchpad.net>: > > > > >Bug has reappeared with 304.43. I tried the xrandr wo

[Bug 1002015] Re: iwlwifi fails to connect to a WEP network

2012-10-04 Thread Egor
The bug persists. I cannot auto-connect to the WEP-encrypted network. iwconfig fails to connect, # iw wlan0 connect key 0: && dhclient wlan0 works just fine. It'd be nice if at least wicd had an option to use iw instead of iwconfig. ** Also affects: wicd Importance: Undecided Status:

[Bug 1002015] Re: iwconfig & iwlwifi fails to connect to a WEP network

2012-10-04 Thread Egor
** Summary changed: - iwlwifi fails to connect to a WEP network + iwconfig & iwlwifi fails to connect to a WEP network ** Summary changed: - iwconfig & iwlwifi fails to connect to a WEP network + iwconfig & iwlwifi fail to connect to a WEP network -- You received this bug notification because

[Bug 1019312] Re: xset -dpms does not disable power saving

2012-07-13 Thread Egor
I wrote a workaround: x-no-blank-screen.sh and vlc (shell script too), then placed vlc in the directory listed in the path so that it's called instead of /usr/bin/vlc. The files are below, but it's a dirty hack only. Maybe someone will find it useful, though. === vlc === #!/bin/bash trap 'kill %+'

[Bug 1019312] [NEW] xset -dpms does not disable power saving

2012-06-29 Thread Egor
Public bug reported: The key issue is that I cannot watch films, since my display turns off every 10 minutes, with AC plugged in. I tried to cast $ xset -dpms $ xset dpms 0 0 0 $ xset s off In all cases screen becomes black in 10 minutes of inactivity, while vlc is playing video. $ LC_ALL=C vlc

[Bug 1019312] Re: xset -dpms does not disable power saving

2012-06-29 Thread Egor
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1019312 Title: xset -dpms does not disable power saving To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/x11-xser

[Bug 1002015] Re: iwlwifi fails to connect to a WEP network

2012-06-29 Thread Egor
I think, it's not wicd bug. Neither iwconfig, nor iw work correctly. They disconnect „by local choice (reason=3)“, whatever it means. I have wicd stopped and nm uninstalled, so they should not interfere. The networks turns offline after sending 10 ping packets, all the times I tried to connect.

[Bug 1019312] Re: xset -dpms does not disable power saving

2012-06-29 Thread Egor
Dave, have you laptop_mode installed? Maybe it's the cause?.. I've just edited /etc/laptop-mode/conf.d/dpms-standby.conf and restarted laptop-mode service. I changed CONTROL_DPMS_STANDBY to 0, but it made no effect. Now I increased the limits of *_STANDBY. I will wait now, maybe this change help

[Bug 1019312] Re: xset -dpms does not disable power saving

2012-06-29 Thread Egor
Ah, I see, if I stop laptop-mode, the screen still goes off in 10 minutes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1019312 Title: xset -dpms does not disable power saving To manage notificati

[Bug 1019312] Re: xset -dpms does not disable power saving

2012-06-29 Thread Egor
// off. Dave, sorry for the stupid question about laptop_mode, I missed the fact that you use desktop. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1019312 Title: xset -dpms does not disable power

[Bug 1002015] Re: iwlwifi fails to connect to a WEP network

2012-05-24 Thread Egor
The problem is still here. I've tested 3.4.0-030400-generic, the log is attached, it's pretty much the same (excluding version numbers :)) ** Tags removed: needs-upstream-testing ** Tags added: kernel-bug-exists-upstream ** Attachment added: "dmesg output" https://bugs.launchpad.net/ubuntu/+

[Bug 949071] Re: CRT monitor refresh setting always resets to 60 after reboot

2012-05-24 Thread Egor
For some personal reason I've swithed to MATE DM and there's NO this problem there, although I have compiz running with all it's wobbly windows and other effects like desktop cube. So, the problem has to do smth with Gnome3... -- You received this bug notification because you are a member of Ubun

[Bug 1002015] Re: iwlwifi fails to connect to a WEP network

2012-05-24 Thread Egor
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1002015 Title: iwlwifi fails to connect to a WEP network To manage notifications a

[Bug 1002015] Re: iwlwifi fails to connect to a WEP network

2012-05-29 Thread Egor
** Bug watch added: Linux Kernel Bug Tracker #43313 http://bugzilla.kernel.org/show_bug.cgi?id=43313 ** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=43313 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of U

[Bug 1002015] Re: iwlwifi fails to connect to a WEP network

2012-05-30 Thread Egor
The bug does not affect the kernel. It's something with wicd and, possibly, iwconfig (If I use the latter correctly). I'll look through the manuals to find out where to redirect the bug. For now I use the following solution: # iw wlan0 connect key 0: && dhclient wlan0 -- You received this bug n

[Bug 1002015] Re: iwlwifi fails to connect to a WEP network

2012-05-30 Thread Egor
** Tags removed: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1002015 Title: iwlwifi fails to connect to a WEP network To manage notifications about this bug go to: http

[Bug 961066] [NEW] Linking issues (octave fails to link)

2012-03-21 Thread Egor
Public bug reported: I was trying to compile octave 3.6.1 from sources against /usr/lib/liblapack.so.3gf and got many issues about undefined symbols. If I update-alternatives to use atlas shared library, everything links ok. I'm compiling octave right now with this wrong library to reproduce the

[Bug 961066] Re: Linking issues (octave fails to link)

2012-03-21 Thread Egor
Seems, the error is somewhere else. I succeeded compiling octave now. I'll examine libllas, that one should be the cause. ** Changed in: lapack (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 2085358] [NEW] Cant upgrade to latest ubuntu

2024-10-22 Thread Egor
Public bug reported: Cant update to latest ubuntu. ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: ubuntu-release-upgrader-core 1:22.04.20 [origin: unknown] ProcVersionSignature: Ubuntu 6.8.0-47.47~22.04.1-generic 6.8.12 Uname: Linux 6.8.0-47-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.

[Bug 304961] [NEW] Lost mouse and touchpad left click after upgrading to kernel 2.6.27-9

2008-12-03 Thread Egor Ushakov
Public bug reported: A few days ago I ran Update Manager and updated to last kernel. After reboot I noticed that I don't have left click neither on touchpad of my AsusU5F nor bluetooth mouse Logitech V470. Pointer moved correctly and thankfully I had working right click that helped me to run Te

[Bug 304961] Re: Lost mouse and touchpad left click after upgrading to kernel 2.6.27-9

2008-12-03 Thread Egor Ushakov
** Attachment added: "mouse_touchpad_bug.tar.gz" http://launchpadlibrarian.net/20192681/mouse_touchpad_bug.tar.gz -- Lost mouse and touchpad left click after upgrading to kernel 2.6.27-9 https://bugs.launchpad.net/bugs/304961 You received this bug notification because you are a member of Ubun

[Bug 155482] Re: xine engine doesn't run

2009-06-25 Thread Egor Kobylkin
On Kubuntu 8.10 the 0.8.7-1ubuntu3 is still the current version in the package manager. As soon as it gets upgraded I could check again and post. -- xine engine doesn't run https://bugs.launchpad.net/bugs/155482 You received this bug notification because you are a member of Kubuntu Bugs, which is

[Bug 365744] [NEW] inserted envelope page breaks further page layout

2009-04-23 Thread Egor Kobylkin
Public bug reported: Binary package hint: openoffice.org It happens every time when I Insert->Envelope in a document that has a normal A4 page already and then print both the envelope and the A4 page. The A4 page text seems to be printed only in the region covered by the envelope, but superimp

[Bug 365744] Re: inserted envelope page breaks further page layout

2009-04-23 Thread Egor Kobylkin
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/25903950/Dependencies.txt -- inserted envelope page breaks further page layout https://bugs.launchpad.net/bugs/365744 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

Re: [Bug 365744] Re: inserted envelope page breaks further page layout

2009-04-23 Thread Egor Kobylkin
I have not tried. I do not plan to install Jaunty soon myself. On Fri, Apr 24, 2009 at 1:01 AM, Chris Cheney wrote: > Can you still reproduce this bug on Ubuntu 9.04 (Jaunty)? > > ** Changed in: openoffice.org (Ubuntu) >       Status: New => Incomplete > > -- > inserted envelope page breaks furth

[Bug 304961] Re: Lost mouse and touchpad left click after upgrading to kernel 2.6.27-9

2009-06-09 Thread Egor Ushakov
Hi Leann, Sorry for delay. This bug appeared due to gXneur package. Jaunty and gXneur 0.9.4 works rather good together. -- Lost mouse and touchpad left click after upgrading to kernel 2.6.27-9 https://bugs.launchpad.net/bugs/304961 You received this bug notification because you are a member of U

[Bug 33721] Re: freeciv-client-xaw3d: sound and fonts missing

2007-10-25 Thread Egor Vyscrebentsov
> [EMAIL PROTECTED] ~]$ /usr/games/civclient-xaw3d > 1: Cannot find sound spec-file "stdsounds". > 1: To get sound you need to download a sound set! > 1: Get sound sets from . > 1: Will continue with disabled sounds. > 2: Using fallback resources -

[Bug 125220] Re: Question symbols (????) in filenames on CD

2008-05-11 Thread Egor Kobylkin
I have the same problem on 8.04 with the external FireWire drive and cyrillic filenames. Unfortunately adding iocharset=utf8 into the policy files does not help. Can it be they get ignored by hald? -- Question symbols () in filenames on CD https://bugs.launchpad.net/bugs/125220 You received

[Bug 155482] It is important!

2008-02-16 Thread Egor Kobylkin
I have the same problem and it is annoying. The expectation with Kubuntu is that it just works for those most basic tasks like playing a vanilla video. -- xine engine doesn't run https://bugs.launchpad.net/bugs/155482 You received this bug notification because you are a member of Kubuntu Team, wh

[Bug 102514] Re: Can't eject external USB hard drive

2007-04-09 Thread Egor Margineanu
*** This bug is a duplicate of bug 99538 *** https://bugs.launchpad.net/bugs/99538 Same problem here with USB 2.0 300 GB external disk: 2 partitions: FAT32 and EXT3. -- Can't eject external USB hard drive https://bugs.launchpad.net/bugs/102514 You received this bug notification because you

Re: [Bug 481123] Re: Soundcard mostly not recognized upon reboot after upgrading Samsung Q35 to KK(9.10)

2010-03-28 Thread Egor Kraev
Brad, thanks for your email. I have managed to resolve the issue by uninstalling all pulseaudio-related packages and replacing them with ALSA, and then uninstalling ALSA and putting pulseaudio back;) Best, E. On Sun, Mar 28, 2010 at 3:07 AM, Brad Figg wrote: > Hi Egor, > > > Pl

[Bug 481123] [NEW] Soundcard mostly not recognized upon reboot after upgrading Samsung Q35 to KK(9.10)

2009-11-11 Thread Egor Kraev
Public bug reported: Used to work just fine. Now maybe one reboot out of 5 (randomly) the soundcard is recognized and works normally, but all the other times looks like it's not detected at all. ProblemType: Bug Architecture: i386 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', '/d

[Bug 481123] Re: Soundcard mostly not recognized upon reboot after upgrading Samsung Q35 to KK(9.10)

2009-11-11 Thread Egor Kraev
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/35563615/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/35563616/AplayDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/35563617/ArecordDevices.t

[Bug 1931574] [NEW] Lost network connection, seems like an older kernel bug

2021-06-10 Thread Egor Kobylkin
Public bug reported: I experience what seems the exact copy of the issue here after I have connected my Dell laptop to a Dell Monitor with an embedded Ethernet over USB-C/Thunderbolt (and USB-B High Speed Upstream Cable). Suddenly no network connection and it can not be restored for a long time

[Bug 1926033] Re: left clicking selection on desktop - super large area

2021-04-26 Thread Egor Rudkov
I am also experiencing something related to this. I have a dual-display setup, with primary one being scaled to 125%. The icons of new desktop are not aligned to monitor grid as they should and my left monitor desktop boundaries are far off from the actual display. Ubuntu 21.04 upgraded from 20.10

[Bug 1812266] Re: Keyboard layout indicator does not indicate current layout (18.04 Bionic beaver)

2019-04-04 Thread Egor Tensin
I still don't get it. It's been unfixed in Bionic since forever. Do I need to enable -proposed do get the fix? I thought this was risky. It's really annoying. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 1813663] Re: External monitors does not work anymore 4.15.0-44

2019-01-31 Thread Egor Kobylkin
My workaround was to ban the 4.15.0-44 from the system. sudo apt-mark hold linux-*-4.15.0-44-generic sudo apt remove linux-*-4.15.0-44-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813663 Ti

[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-06-14 Thread Egor Rudkov
Affects me as well: - Ubuntu 20.04 - Nvidia driver 440 - Nvidia GeForce RTX 2060 Super - 2 monitors: 2k and 1080p I have a strange behaviour with this one. If I set my primary 2k display scaled to 125% and position my second 1080p monitor on the right - it works fine. But if I drag secondary monit

[Bug 1825593] Re: Display scale and layout not remembered when X11 Fractional Scaling is enabled

2020-05-14 Thread Egor Rudkov
Upgraded from proposed updates and it works like a charm. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825593 Title: Display scale and layout not remembered when X11 Fractional Scaling is enable

[Bug 1812266] Re: Keyboard layout indicator does not indicate current layout (18.04 Bionic beaver)

2019-03-15 Thread Egor Tensin
I don't really get it, when's the fix going to be available for Bionic? I have -updates enabled, but the bug is still present on my system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1812266 Title:

[Bug 1812266] Re: Keyboard layout indicator does not indicate current layout (18.04 Bionic beaver)

2019-03-17 Thread Egor Tensin
Any info on when's that going to be released? Can't find it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1812266 Title: Keyboard layout indicator does not indicate current layout (18.04 Bionic b

[Bug 1833013] Re: Interactive prompt during non-interactive install

2019-06-28 Thread Egor Kobylkin
This exact problem seem to appear in appears in AWS when launching an EC2 instance with the Ubuntu Server 18.04 LTS (HVM), SSD Volume Type - ami-0c55b159cbfafe1f0 (64-bit x86) / ami-0f2057f28f0a44d06 (64-bit Arm) -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1688018] Re: DNS server from vpn connection is not being used after network-manager upgrade to 1.2.6

2018-08-16 Thread Egor Tensin
@hckrmagoo I had this problem as well, try making NetworkManager run OpenVPN as root: https://askubuntu.com/a/906055/844205. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1688018 Title: DNS server f

[Bug 1688018] Re: DNS server from vpn connection is not being used after network-manager upgrade to 1.2.6

2018-06-12 Thread Egor Tensin
I had a lot of trouble with NetworkManager+OpenVPN on Ubuntu and discovered a couple of workarounds. If you're having trouble resolving internal domain names (like *.internal.company.com), you might want to try adding something like this to the [ipv4] section in /etc/NetworkManager/system- connect

[Bug 1688018] Re: DNS server from vpn connection is not being used after network-manager upgrade to 1.2.6

2018-06-12 Thread Egor Tensin
> Comment here only if you think the duplicate status is wrong. Or I won't. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1688018 Title: DNS server from vpn connection is not being used after netwo

[Bug 1781091] Re: notify-send only works the first time

2018-07-10 Thread Egor Tensin
> for every notify-send call For every _failed_ notify-send call. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1781091 Title: notify-send only works the first time To manage notifications about th

[Bug 1781091] [NEW] notify-send only works the first time

2018-07-10 Thread Egor Tensin
Public bug reported: (I think this started happening after upgrading gnome-shell to 3.28.2-0ubuntu0.18.04.1 today.) Reproduce: * Run `notify-send ok ok`. Expected result: * A notification pops up for every execution of the command above. Actual result: * A notification might pop

[Bug 1781091] Re: notify-send only works the first time

2018-07-11 Thread Egor Tensin
I installed a fresh Ubuntu on a VM, and the problem did go away. I'm sorry for misleading you. I found out that the problem goes away if I disable the third-party GSConnect extension (due to be included in the next Ubuntu, https://github.com/andyholmes/gnome-shell-extension- gsconnect) that talks t

[Bug 1720668] [NEW] Graphics glitches on top of screen (Intel HD 4400)

2017-10-01 Thread Egor Khromov
Public bug reported: There are graphics glitches near right top corner of the screen in every Linux distro and FreeBSD. Glitches appear every 0.2-5 seconds constantly. Screen resolution: 1600x900 GPU: Intel HD 4400 (integrated in Intel Core i5 4200u). There is no such issue in Windows. You can do

[Bug 1662495] [NEW] GCC 5 optimizer produces incorrect code

2017-02-07 Thread Egor Suvorov
Public bug reported: Inspired by the following blog post: http://codeforces.com/blog/entry/50291 Attached file is a snippet of code which, when compiled with `g++ a.cpp` produces an executable `a.out`, which runs correctly. But when compiled with `g++ a.cpp -O1` the resulting executable crashes i

[Bug 1662495] Re: GCC 5 optimizer produces incorrect code

2017-02-08 Thread Egor Suvorov
Sidenote: we were unable to reproduce that bug on: 1. Ideone (they claim to use GCC 5.1, but do not specify which flavor it is). 2. tdm-gcc 5.1.0 on Windows. 3. gcc version 6.1.0 (Gentoo 6.1.0 p1.0) And we were able to reproduce it on (in addition to what's mentioned in the report): 1. g++ (Ubunt

[Bug 1605012] Re: /usr/bin/compiz:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:void

2016-08-08 Thread Egor Ignatenkov
I also have unity version 7.4.0+16.04.20160715-0ubuntu1 and I still have this bug. What are the plans of releasing the hotfix to 16.04? It's quite annoying. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 669142] Re: if-up.d/if-down.d scripts restart iSCSI inappropriately

2013-12-09 Thread Egor Andreev
It breaked my complex network initialisation at boot time (br+vlan+bond) until I removed the symlink /etc/network/if-up.d/open-iscsi I use ubuntu 12.04.3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1260974] Re: package nvidia-OPENcl-dev not installed failed to install/upgrade: trying to overwrite /usr/lib/x86_64-linux-gnu/libOpenCL.so , which is also in package nvidia-libOPENcl1-331-updates

2014-01-27 Thread Egor Nikulenkov
The workaround is to remove nvidia-libopencl1-331-updates package before installing nvidia-opencl-dev. At least nvidia-opencl-dev package is installed successfully. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 332355] Re: Empathy doesn't alert to new email messages

2014-03-23 Thread Egor Ananyev
It would be really nice if this basic feature was implemented. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/332355 Title: Empathy doesn't alert to new email messages To manage notifications about

  1   2   >