[Bug 1895958] [NEW] Version in Focal is Incompatible with python 3.8 hmac.py

2020-09-17 Thread Psy[H[]
Public bug reported: calls to hmac.new() from utils/ntlm.py fail because in python 3.8 hmac.new() requires digestmod argument Please provide a newer version of python-ldap3 in Focal or backport a fix. adding digestmod=hashlib.md5 argument to hmac.new() calls in utils/ntlm.py fixes the issue.

[Bug 1873797] [NEW] add_mountroot_fail_hook is either buggy or not used properly, causes boot problems

2020-04-20 Thread Psy[H[]
Public bug reported: ln -s "$0" /tmp/mountroot-fail-hooks.d/"$0" makes no sense when $0 is a full path. in /usr/share/initramfs-tools/scripts/init-premount/lvm2 there is this line: add_mountroot_fail_hook "20-lvm2" It tries to link /scripts/init-premount/lvm2 to /tmp/mountroot-fail-

[Bug 1288182]

2018-08-27 Thread Psy[H[]
Confirming this on current Debian Testing with libpoppler 0.57.0, in frontends: evince, qpdfview, mupdf. This bug is 9 years old, confirmed a hundred times and is still in status "NEW"? This is ridiculous. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1329015] Re: getdeb repository not work

2015-10-11 Thread Psy[H[]
Is there a way to allow any redirect that squid gets from allowed host? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid-deb-proxy in Ubuntu. https://bugs.launchpad.net/bugs/1329015 Title: getdeb repository not work To manage

[Bug 1329015] Re: getdeb repository not work

2015-10-11 Thread Psy[H[]
Is there a way to allow any redirect that squid gets from allowed host? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1329015 Title: getdeb repository not work To manage notifications about this

[Bug 1009540] Re: 10ec:8185 rtl8180 driver unstable with RTL-8185 IEEE 802.11a/b/g Wireless LAN

2012-06-14 Thread Psy[H[]
I can confirm this on Debian Wheezy with Linux 3.2.0-2-686-pae -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1009540 Title: 10ec:8185 rtl8180 driver unstable with RTL-8185 IEEE 802.11a/b/g

[Bug 327362] Re: Some ISPs have .local domain which disables avahi-daemon

2012-02-18 Thread Psy[H[]
For the last couple of years my system works in office LAN with .local domain using this line in nsswitch.conf: hosts: files mdns4_minimal dns mdns4 wins Both hostname.local (avahi) and hostname.domain.local (domain) machine hostnames are being resolved normally. I didn't experience any troubles

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-10-25 Thread Psy[H[]
LOL! That was the empty line in the end of startx-fix config. Upgrades go smooth without it. Now the super-correct workaround sequence: echo 'Name: ConsoleKit startx fix Default: yes Priority: 0 Session-Interactive-Only: yes Session-Type: Additional Session-Final: optional pam_loginuid.so' |

[Bug 880787] [NEW] nm-applet right-click menu shows wrong status of switches

2011-10-24 Thread Psy[H[]
Public bug reported: current Ubuntu 11.10 Linux 3.0.0-13-generic #21-Ubuntu SMP Mon Oct 17 20:18:09 UTC 2011 i686 i686 i386 GNU/Linux Package: network-manager-gnome 0.9.1.90-0ubuntu6 after nm-applet start, there are no 'checks' in it's right-click menu in front of such items as 'Enable

[Bug 880787] Re: nm-applet right-click menu shows wrong status of switches

2011-10-24 Thread Psy[H[]
** Attachment added: right-click menu of nm-applet with inconsistent items https://bugs.launchpad.net/bugs/880787/+attachment/2569620/+files/nmbug.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 880787] Re: nm-applet right-click menu shows wrong status of switches

2011-10-24 Thread Psy[H[]
** Attachment added: same thing, english version https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/880787/+attachment/2569633/+files/nmbug1.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-24 Thread Psy[H[]
Today udev package was upgraded in Archlinux. Change notification states that it now uses upstream udev-acl rules for managing devices. Funny thing: both standard group assignment AND udev-acl mechanisms work simultaneously. I've just tested. $ getfacl /dev/bus/usb/008/002 getfacl: Removing

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-24 Thread Psy[H[]
There is the line in libsane rules: ENV{libsane_matched}==yes, RUN+=/bin/setfacl -m g:scanner:rw $env{DEVNAME} But it does not work I've placed a test line nearby ENV{libsane_matched}==yes, RUN+=/usr/bin/touch /tmp/udev-scanner-test it works. acl package is installed, /bin/setfacl exist,

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-24 Thread Psy[H[]
problem is in /lib/udev/rules.d/40-libsane.rules which resides in libsane package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773617 Title: Saned group is missing permissions to access scanners

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-24 Thread Psy[H[]
Hm... If I place GROUP= definition in libsane rules (instead or alongside setfacl rule), it works. Other devices in ubuntu, such as disk, cdrom, audio, video are handled by both standard GROUP= rules and udev-acl. $ getfacl /dev/sda1 getfacl: Removing leading '/' from absolute path names #

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-24 Thread Psy[H[]
OK, tested setfacl rule... it does not work because there is no scanner group. But it does work with existing groups. also 40-libsane.rules is THE ONLY udev rule that contains setfacl command. Everything else in the system assigns groups with GROUP= Anyway, libsane package should create a group

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-24 Thread Psy[H[]
i've tried reconfiguring and reinstalling libsane and sane-utils packages. scanner group was not created -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773617 Title: Saned group is missing

[Bug 880494] [NEW] udisks error messages go to stdout instead of stderr

2011-10-23 Thread Psy[H[]
Public bug reported: udisks 1.0.4, current Oneiric. udisks error messages are printed to stdout instead of stderr How to reproduce: try something that will fail: $ udisks --mount /dev/sda3 2 /dev/null Mount failed: /dev/sda3 is mounted ** Affects: udisks (Ubuntu) Importance: Undecided

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-21 Thread Psy[H[]
i've inserted it right after that line. OK, let's change the approach. Where are acl parameters? Maybe there is a way to add acl item with 'scanner' group using new method? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-21 Thread Psy[H[]
Is there any sense in using a super-stupid program, that practically does nothing, instead of convenient unix-groups that can do whatever you ask? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773617

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-21 Thread Psy[H[]
If I understand correctly, current behavior is to dynamically grant scanner access to currently active user via consolekit. 1. this is overengineering 2. this is useless overengineering. What the point in doing that? Just to use consolekit for something? Why not just put new regular users to

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-21 Thread Psy[H[]
_replacing_ ENV{libsane_matched}==yes, TAG+=udev-acl with ENV{libsane_matched}==yes, GROUP=saned works -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773617 Title: Saned group is missing

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-21 Thread Psy[H[]
As files in /lib/udev/rules.d will be updated by package upgrades, the correct workaround is to put corrected 70-udev-acl.rules to /etc/udev/rules.d/ (file of the same name will override the rule in /lib...) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-20 Thread Psy[H[]
Stumbled on this, and I'm SHOCKED. Why, in a name of what the group mechanism was removed? It was simple, stable, efficient, KISS, unix-way of accessing scanners! Please restore the group mechanism! You broke something that worked like fine-tuned clockwork. It is the recommended way in SANE

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-20 Thread Psy[H[]
Tried to restore by adding /etc/udev/rules.d/90-sane-group-fix.rules with following content: ENV{libsane_matched}==yes, GROUP=saned but device still gets in root group is there a way to add group support without breaking something? -- You received this bug notification because you are a

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-20 Thread Psy[H[]
it is weird how group management is being cut out from the system. maybe ACL's and consolekit are good tools, but why dismantle unix groups? They work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 773617] Re: Saned group is missing permissions to access scanners via udev-acl

2011-10-20 Thread Psy[H[]
adding group rule to 70-acl.rules does not work also -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773617 Title: Saned group is missing permissions to access scanners via udev-acl To manage

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-10-15 Thread Psy[H[]
For some reason on every pam-related update one of pam-configs gets disabled: either consolekit or custom startx-fix. One of them also gets disabled by default on every 'dpkg-reconfigure libpam-runtime'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 99437] Re: umount: mount disagrees with the fstab

2011-09-20 Thread Psy[H[]
Have this bug on current natty mounting cifs share with suid'ed mount.cifs is successful, but unmount has... disagreements. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/99437 Title: umount: mount

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-09-17 Thread Psy[H[]
More elegant and proper workaround: echo 'Name: ConsoleKit Session Management Default: yes Priority: 0 Session-Interactive-Only: yes Session-Type: Additional Session-Final: optionalpam_ck_connector.so nox11 ' | sudo tee /usr/share/pam-configs/startx-fix sudo

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-09-17 Thread Psy[H[]
...damn. Copied contents of wrong file here. here is the correct sequence: echo 'Name: ConsoleKit startx fix Default: yes Priority: 0 Session-Interactive-Only: yes Session-Type: Additional Session-Final: optionalpam_loginuid.so ' | sudo tee

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-09-09 Thread Psy[H[]
OK, done some testing in oneiric.. Attaching outputs... Adding session optionalpam_loginuid.so to common-session in oneiric fixes the issue with startx and does not break login through lightdm. I haven't tested gdm though. ** Attachment added: ck-list-session from console

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-09-09 Thread Psy[H[]
** Attachment added: ck-list-session from X, afret startx from console with fixed /etc/pam.d/common-session https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+attachment/2375530/+files/ck-l-s_x_with_fix.txt -- You received this bug notification because you are a member of

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-09-09 Thread Psy[H[]
** Attachment added: ck-list-session from X, afret startx from console https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+attachment/2375528/+files/ck-l-s_x.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-09-09 Thread Psy[H[]
** Attachment added: ck-list-session from console, after fixing /etc/pam.d/common-session https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+attachment/2375529/+files/ck-l-s_c_with_fix.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-09-08 Thread Psy[H[]
bug is still actual in current oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/483130 Title: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active' To

[Bug 433897] Re: [karmic] does not set font since upstart transition

2011-08-02 Thread Psy[H[]
Or maybe I mixed things with Archlinux about KMS... But 'udevadm trigger' sets correct font and keymap after boot in Natty, which apparently does not happen itself during boot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 433897] Re: [karmic] does not set font since upstart transition

2011-08-01 Thread Psy[H[]
Same in Natty. But it seems to be the problem with KMS. Font and encoding from console-setup are applied to VT's just before KMS is initiated. And then KMS sets everything to default. If you run 'udevadm trigger' after boot, your console-setup settings will be reapplied. -- You received this

[Bug 815377] [NEW] nm-applet authentication works only in gdm+gnome/unity session

2011-07-24 Thread Psy[H[]
Public bug reported: Ubuntu 11.04 network-manager-gnome 0.8.4~git.20110318t152954.9c4c9a0-0ubuntu1 Authentication for creating/editing system connections in nm-connection-editor works only in gnome/unity session started via gdm. Other combinations result in available to all users checkbox

[Bug 815498] [NEW] [needs-packaging] bluegriffon

2011-07-24 Thread Psy[H[]
Public bug reported: Would be a great addition to Ubuntu: BlueGriffon is a new WYSIWYG content editor for the World Wide Web. Powered by Gecko, the rendering engine of Firefox 4, it's a modern and robust solution to edit Web pages in conformance to the latest Web Standards. BlueGriffon is

[Bug 575068] Re: openbox doesn't honour xdg autostart

2011-07-24 Thread Psy[H[]
Still in natty. /usr/lib/openbox/xdg-autostart is just missing from the package! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/575068 Title: openbox doesn't honour xdg autostart To manage

[Bug 575068] Re: openbox doesn't honour xdg autostart

2011-07-24 Thread Psy[H[]
the file is present in packages from debian, but missing in ubuntu packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/575068 Title: openbox doesn't honour xdg autostart To manage notifications

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-07-15 Thread Psy[H[]
...but editing /etc/pam.d/common-session by hand causes problems on upgrade. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/483130 Title: If 'startx' is run from within a text console, ConsoleKit

[Bug 810893] [NEW] short-edged binding is missing

2011-07-15 Thread Psy[H[]
Public bug reported: Using libreoffice 3.3.3 or 3.4.1 I have no short-edged duplex in printer properties of LO print dialog. Only long-edged. I use Canon IR1024A printer and it supports short-edged duplex, system-config-printer tools are fully aware of it. ** Affects: libreoffice (Ubuntu)

[Bug 590837] Re: Thunderbird Memory Leak (AMD64)

2011-05-30 Thread Psy[H[]
On 32bit natty thunderbird eats all available memory when connected to imap mailbox, soft-hangs every 10 seconds or so. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/590837 Title: Thunderbird

[Bug 483130] Re: If 'startx' is run from within a text console, ConsoleKit session is not marked 'active'

2011-05-24 Thread Psy[H[]
For me it worked fine in maverick, but became broken in natty found solution here: http://forum.ubuntu.ru/index.php?topic=151466.0 added session optional pam_loginuid.so line before session optional pam_ck_connector.so nox11 in /etc/pam.d/common-session it fixed the problem. -- You received

[Bug 535521] Re: ck-launch-session doesn't set x11-display-device

2011-04-29 Thread Psy[H[]
ubuntu natty, current updates when starting openbox session with: ck-launch-session dbus-launch --exit-with-session openbox-session I get $ ck-list-sessions Session16: unix-user = '1000' realname = 'psycho' seat = 'Seat4' session-type = '' active = FALSE

[Bug 556782] Re: [rs690m] Graphics corruption with ati x1200

2011-04-29 Thread Psy[H[]
Static is gone on my radeon hd2400 with upgrade to natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/556782 Title: [rs690m] Graphics corruption with ati x1200 -- ubuntu-bugs mailing list

[Bug 366651] Re: [RV530] Screen static noise using high resolutions

2011-04-29 Thread Psy[H[]
Noise is finally gone with upgrade to natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/366651 Title: [RV530] Screen static noise using high resolutions -- ubuntu-bugs mailing list

[Bug 294666] Re: PulseAudio causes sound latency in 8.10

2011-04-12 Thread Psy[H[]
Maverick, current updates: vavoom chaingun test is still miserably failed by pulseaudio. zynaddubfx launched with padsp produces something that remotely resembles cough. latency is a bit smaller, but still clearly audible, around ~0.15s -- You received this bug notification because you are a

[Bug 366651] Re: [RV530] Screen static noise using high resolutions

2011-03-13 Thread Psy[H[]
Ubuntu 10.10 32bit with latest updates, also tried updates from x-updates ppa Hardware: Asus a8sr with radeon hd2400 I've got snow on laptop display. It was there from the point when ati driver got KMS support, and it is still here. Noise appears only when KMS engaged, both in console and X. And

[Bug 460375] Re: Display goes black after 10 minutes idle despite never settings

2010-11-17 Thread Psy[H[]
Sorry, step-by-step for what? See #36, gnome-screensaver works. If you disable activation in gnome-screensaver-preferences, there will be no screensaver or blanking. I've just pointed out that X timeout is changed to 0 not right away when you uncheck that box, but just before blanking is about

[Bug 460375] Re: Display goes black after 10 minutes idle despite never settings

2010-11-13 Thread Psy[H[]
Blanking on by default makes sense, I don't see how this would be a bug. Imagine: user does not want any screensaver and does not want anything related to take space on disk or resources on startup. He removes gnome- screensaver from system. And surprise! X default blanking kicks in. Where did

[Bug 460375] Re: Display goes black after 10 minutes idle despite never settings

2010-11-10 Thread Psy[H[]
Yes. You can then set gnome-screensaver timeout more than 10 minutes and less than 10 minutes. And then: watch xset -q | grep cycle In both cases value there will change in the last second before time is out. But I guess, this is insignificant, because in the end, gnome-screensaver works (in

[Bug 460375] Re: Display goes black after 10 minutes idle despite never settings

2010-11-08 Thread Psy[H[]
situation in Maverick: In X: default screen blanking timeout is 600s if no screensaver app is used. gnome-screensaver, configured to be off, successfully sets timeout to 0. gnome-power-manager works as it should. so, with the exception of strange hard-coded 600s timeout, everything is fine. In

[Bug 460375] Re: Display goes black after 10 minutes idle despite never settings

2010-11-08 Thread Psy[H[]
correction: after I removed and reinstalled gnome-screensaver to test things, X blanking timeout now remains 600s, despite gnome-screensaver is started with session, and configured to be off. also: I can not find gnome-screensaver startup setting in gnome-session- properties. Does it start

[Bug 460375] Re: Display goes black after 10 minutes idle despite never settings

2010-11-08 Thread Psy[H[]
another correction: If gnome-screensaver is running, it changes value of X screensaver timeout not on startup, but in the moment when gnome-screensaver timeout or X timeout passes, whichever comes first. It's strange, but in the end it works. -- Display goes black after 10 minutes idle

[Bug 575271] Re: umount makes device unusable

2010-10-26 Thread Psy[H[]
Tested on Ubuntu 10.10 live: If usb drive has only one partition: eject unmounts the partition. It can later be mounted with mount. safely remove device powers down device. everything works fine. If usb drive has several partitions: Using eject on any partition results in all partitions from

[Bug 575271] Re: eject makes device unusable

2010-10-26 Thread Psy[H[]
Wow! safely remove device does that. Then eject is redundant, and unmount is missing! ** Summary changed: - eject makes device unusable + eject duplicates safely remove..., unmount is missing. ** Changed in: nautilus (Ubuntu) Status: Invalid = New -- eject duplicates safely remove...,

[Bug 575271] Re: eject duplicates safely remove..., unmount is missing.

2010-10-26 Thread Psy[H[]
and having both eject and safely remove... at the same time is not confusing? Unmount is useful. Not having it is just... nuts, to put it mildly. -- eject duplicates safely remove..., unmount is missing. https://bugs.launchpad.net/bugs/575271 You received this bug notification because you are a

[Bug 556782] Re: [rs690m] Graphics corruption with ati x1200

2010-10-09 Thread Psy[H[]
see little white things at the top of the first screenshot? Imagine them applied transparently all over the screen. Appearing most severely on gray parts of the screen. And they do not appear on screenshots. No other corruption, except this noise. That's my case on Radeon HD2400. -- [rs690m]

[Bug 556782] Re: [rs690m] Graphics corruption with ati x1200

2010-10-09 Thread Psy[H[]
At least the pattern and shape of white stripes looks similar. Well, either both our problems end simultaneously... or not. -- [rs690m] Graphics corruption with ati x1200 https://bugs.launchpad.net/bugs/556782 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 504026] Re: Can not power down eSATA drive

2010-08-14 Thread Psy[H[]
with gvfs version 1.6.1-0ubuntu1build1 there is no change. I doubt that it is possible to tell if HDD is SATA or eSATA, because both internal HDDs and the one in the external dock are connected via SATA ports on motherboard. So the only solution is to add spindown option for sata disks that

[Bug 475793] Re: Compiz+fglrx breaks 3d apps

2010-05-28 Thread Psy[H[]
I've tested it on lucid with current updates, with both fglrx from ubuntu repo and latest 10.5 catalyst. On both the problem still exist. Although i've managed to run sauerbraten several times on 10.5 with compiz running. But another several times it again crashed with cannot find shader

[Bug 575271] [NEW] umount makes device unusable

2010-05-04 Thread Psy[H[]
Public bug reported: Binary package hint: nautilus In up to date lucid umounting device (usb disk, or card in usb cardreader) causes it to disappear from system. There are two actions available for such device in nautilus: unmount and safely remove. Safely remove works fine, all the way down

[Bug 575271] Re: umount makes device unusable

2010-05-04 Thread Psy[H[]
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/47806682/Dependencies.txt ** Attachment added: usr_lib_nautilus.txt http://launchpadlibrarian.net/47806683/usr_lib_nautilus.txt -- umount makes device unusable https://bugs.launchpad.net/bugs/575271 You received this bug

[Bug 460375] Re: Display goes black after 10 minutes idle despite never settings

2010-05-03 Thread Psy[H[]
I found that X screen saver timeout was set to 600 (10 min). Changing it to 0 with xset fixed display in X. But questions remain: Why gnome-screensaver-preferences tool does not change X screensaver timeout value? How do I change the default value, so screen never goes blank, without using xset

[Bug 460375] Re: Display goes black after 10 minutes idle despite never settings

2010-05-02 Thread Psy[H[]
It seems, there is no connection with gnome-power-preferences. If I set display timeout there, then display switches off completely. -- Display goes black after 10 minutes idle despite never settings https://bugs.launchpad.net/bugs/460375 You received this bug notification because you are a

[Bug 460375] Re: Display goes black after 10 minutes idle despite never settings

2010-05-02 Thread Psy[H[]
During fsck routine check, long before X starts, same thing happen: 10 minutes idle black screen. Which power config affects both console and X? -- Display goes black after 10 minutes idle despite never settings https://bugs.launchpad.net/bugs/460375 You received this bug notification because

[Bug 365300] Re: Randomly I get double clicks when I do a single click.

2010-05-02 Thread Psy[H[]
Confirming, that is very annoying, window menus in compiz are being clicked on right after they open. According to xev, click of my A4 mouse is interpreted as having more events, than click of my logitech mouse. -- Randomly I get double clicks when I do a single click.

[Bug 365300] Re: Randomly I get double clicks when I do a single click.

2010-05-02 Thread Psy[H[]
As far as I remember, other problems with interpretation of A4 mouse events were reported. Is it a global problem in driver for these mice? -- Randomly I get double clicks when I do a single click. https://bugs.launchpad.net/bugs/365300 You received this bug notification because you are a member

[Bug 542278] Re: [lucid] regression: missing mixer controls for hda intel

2010-04-30 Thread Psy[H[]
http://www.alsa- project.org/db/?f=b2a91fdfda7509d02bf212f067fe0230824d68e8 -- [lucid] regression: missing mixer controls for hda intel https://bugs.launchpad.net/bugs/542278 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 542278] Re: [lucid] regression: missing mixer controls for hda intel

2010-04-28 Thread Psy[H[]
I've checked 2.6.34-020634rc5 kernel as well. Same situation. -- [lucid] regression: missing mixer controls for hda intel https://bugs.launchpad.net/bugs/542278 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 546653] Re: Dlink DWA-125 (07d1:3c0d) is processed by wrong module

2010-04-27 Thread Psy[H[]
it does not work with 2.6.34-020634rc5-generic kernel dmesg messages differ: It looks for 3070 firmware, but tries to initialize 28xx module? [ 99.500260] usb 1-4: new high speed USB device using ehci_hcd and address 5 [ 99.650356] === pAd = f897, size = 471320 === [ 99.650362] --

[Bug 546653] Re: Dlink DWA-125 (07d1:3c0d) is processed by wrong module

2010-04-27 Thread Psy[H[]
and there are no rt3* modules available with this kernel -- Dlink DWA-125 (07d1:3c0d) is processed by wrong module https://bugs.launchpad.net/bugs/546653 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 475793] Re: Compiz+fglrx breaks 3d apps

2010-04-25 Thread Psy[H[]
bug presents in current Lucid -- Compiz+fglrx breaks 3d apps https://bugs.launchpad.net/bugs/475793 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

[Bug 569306] [NEW] libx264 output is disabled

2010-04-24 Thread Psy[H[]
Public bug reported: Binary package hint: kdenlive I have libx264 and all -extra ffmpeg packages installed. Kdenlive config wizard tells me that libx264 is in list of supported video codecs, and h264 is in list of supported formats. But in rendering dialog all h.264 profiles are marked red.

[Bug 569306] Re: libx264 output is disabled

2010-04-24 Thread Psy[H[]
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/45145223/Dependencies.txt -- libx264 output is disabled https://bugs.launchpad.net/bugs/569306 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 542278] Re: [lucid] regression: missing mixer controls for hda intel

2010-04-17 Thread Psy[H[]
the bug exists in that package too. -- [lucid] regression: missing mixer controls for hda intel https://bugs.launchpad.net/bugs/542278 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 542278] Re: [lucid] regression: missing mixer controls for hda intel

2010-04-16 Thread Psy[H[]
latest change of alsa-base package was in january... any news on this? -- [lucid] regression: missing mixer controls for hda intel https://bugs.launchpad.net/bugs/542278 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 515023] Re: ATA pass-through commands preventing external HDD to be mounted

2010-04-16 Thread Psy[H[]
Confirming, my hdd mounted without any assistance. -- ATA pass-through commands preventing external HDD to be mounted https://bugs.launchpad.net/bugs/515023 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 515023] Re: ATA pass-through commands preventing external HDD to be mounted

2010-04-15 Thread Psy[H[]
After connecting disk (Bus 001 Device 005: ID 152d:2329 JMicron Technology Corp. / JMicron USA Technology Corp. ) to my system, I run: sudo fdisk -l it stumbles on scanning the drive for some 25-20 secs, but then drive gets seen by Gnome. Sometimes after second attempt. -- ATA pass-through

[Bug 556782] Re: [rs690m] Graphics corruption with ati x1200

2010-04-14 Thread Psy[H[]
installed kernel upgrade 2.6.32-21 (metapackage 2.6.32-22 - is it normal?) nothing changed. -- [rs690m] Graphics corruption with ati x1200 https://bugs.launchpad.net/bugs/556782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 556782] Re: [rs690m] Graphics corruption with ati x1200

2010-04-14 Thread Psy[H[]
...radeon HD2400 on asus A8Sr -- [rs690m] Graphics corruption with ati x1200 https://bugs.launchpad.net/bugs/556782 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

[Bug 556782] Re: [rs690m] Graphics corruption with ati x1200

2010-04-13 Thread Psy[H[]
with last package update amount of static increased heavily. -- [rs690m] Graphics corruption with ati x1200 https://bugs.launchpad.net/bugs/556782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 556782] Re: [rs690m] Graphics corruption with ati x1200

2010-04-13 Thread Psy[H[]
to zEn: yes this is the same thing same shape, different color -- [rs690m] Graphics corruption with ati x1200 https://bugs.launchpad.net/bugs/556782 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 556782] Re: [rs690m] Graphics corruption with ati x1200

2010-04-09 Thread Psy[H[]
I have static, it does not show up on screenshots. Another interesting thing: static is dependent on color. There are absolutely no glitches on clean colors (red, green, blue). Corruption begins on tones closer to gray, and on the perfect gray there is the heaviest static. By gray's lightness:

[Bug 460375] Re: Display goes black after 10 minutes idle despite never settings

2010-04-08 Thread Psy[H[]
Nope. On installed lucid with current upgrades display still goes black after exactly 10 minutes. (eeepc 900) -- Display goes black after 10 minutes idle despite never settings https://bugs.launchpad.net/bugs/460375 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 44082] Re: GNOME Panel icons (on right side) move apparently randomly on session start in some situations

2010-03-28 Thread Psy[H[]
Concept of storing positions of applets in absolute values is fundamentally wrong. If we have a bunch of objects on panel, all named, i.e. applet1 applet2... Then it would be better to store their position in one gconf string or list key, like that:

[Bug 546653] Re: Dlink DWA-125 (07d1:3c0d) is processed by wrong module

2010-03-26 Thread Psy[H[]
Not sure what is the cause, maybe recent kernel update, but now device is named ra0 instead of wlan0, and creating ad-hoc network is no longer possible. Syslog part of ad-hoc creating attempt attached. ** Attachment added: syslog.txt http://launchpadlibrarian.net/42098497/syslog.txt --

[Bug 44082] Re: GNOME Panel icons (on right side) move apparently randomly on session start in some situations

2010-03-26 Thread Psy[H[]
Confirming on lucid with current updates. Launched vavoom in lesser resolution than my desktop, applets got muddled on next login. -- GNOME Panel icons (on right side) move apparently randomly on session start in some situations https://bugs.launchpad.net/bugs/44082 You received this bug

[Bug 460328] Re: Wrong keyboard settings when console-settings has multiple layouts

2010-03-25 Thread Psy[H[]
Checkbox: new window inherits layout of active window or something like that. In new gnome it is a curious frontend to defaultGroup key. Checkbox true = defaultGroup -1 Checkbox false = defaultGroup 0 And this checkbox does not update visually when set defaults button is pressed and sets

[Bug 460328] Re: Wrong keyboard settings when console-settings has multiple layouts

2010-03-24 Thread Psy[H[]
Confirming. Problems described in comments #41 and #42 are fixed. There is a small misguiding interface glitch left: if you have defaultGroup key set to 0, and you press set defaults in g-k-p, defaultGroup becomes -1, but corresponding checkbox in g-k-p interface is not being updated. -- Wrong

[Bug 546653] [NEW] Dlink DWA-125 (07d1:3c0d) is processed by wrong module

2010-03-24 Thread Psy[H[]
Public bug reported: Dlink DWA-125 adapter (07d1:3c0d) is not working in karmic and lucid. Device is being detected by system, accessible in network manager. But it does not detect any networks, nor other hosts see networks created by it. module used by default is rt2800usb, but according to

[Bug 546653] Re: Dlink DWA-125 (07d1:3c0d) is processed by wrong module

2010-03-24 Thread Psy[H[]
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/41917165/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/41917166/AplayDevices.txt ** Attachment added: ArecordDevices.txt http://launchpadlibrarian.net/41917167/ArecordDevices.txt

[Bug 460328] Re: Wrong keyboard settings when console-settings has multiple layouts

2010-03-23 Thread Psy[H[]
Does it actually work with that syntax? Surprisingly, yes. -- Wrong keyboard settings when console-settings has multiple layouts https://bugs.launchpad.net/bugs/460328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 460328] Re: Wrong keyboard settings when console-settings has multiple layouts

2010-03-23 Thread Psy[H[]
Confirming: with empty gconf keys g-s-d now correctly takes settings from console-setup. When something is changed on user-level, only corresponding gconf key is being set. Others remain empty and work correctly. I've tested addition of custom options by adding compose key option, and noticed

[Bug 460328] Re: Wrong keyboard settings when console-settings has multiple layouts

2010-03-23 Thread Psy[H[]
Wow! I've found another glitch! Check this: layouts key is empty, two layouts are set in console-setup. In my case us,ru If you select russian layout in g-k-p and press move up button to put in on frst place, then gconf layouts key will be set to [ru ,us ]. In this case those tab symbols

[Bug 460328] Re: Wrong keyboard settings when console-settings has multiple layouts

2010-03-23 Thread Psy[H[]
In addition to second us, the defaultGroup spontaneously changes it's value to -1 from 0 This bug is far from being closed... -- Wrong keyboard settings when console-settings has multiple layouts https://bugs.launchpad.net/bugs/460328 You received this bug notification because you are a member

[Bug 460328] Re: Wrong keyboard settings when console-settings has multiple layouts

2010-03-22 Thread Psy[H[]
Why make g-s-d add defaults from console-setup to gconf? Add nothing until user applies something that differs from console-setup settings. Let the layouts gconf key be empty until needed otherwise. I'm proposing the following g-s-d behavior: 1. setting present in gconf = use it 2. setting is

  1   2   3   4   >