[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.

** Affects: python-ldap3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: fix python3.8

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

Title:
  Version in Focal is Incompatible with python 3.8 hmac.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-ldap3/+bug/1895958/+subscriptions

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

[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-
hooks.d//scripts/init-premount/lvm2, and the argument "20-lvm2" is
discarded.

This causes boot problems.

Solution?

ln -s "$0" /tmp/mountroot-fail-hooks.d/"$(basename "${1:-$0}")"

** Affects: initramfs-tools-ubuntu-core (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  add_mountroot_fail_hook is either buggy or not used properly, causes
  boot problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools-ubuntu-core/+bug/1873797/+subscriptions

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

[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1288182

Title:
  Cyrillic not displayed in the input field

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

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

[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1329015/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1329015/+subscriptions

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


[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
  Wireless LAN

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

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


[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
with this setup.

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

Title:
  Some ISPs have .local domain which disables avahi-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/327362/+subscriptions

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


[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' | sudo tee /usr/share/pam-configs/startx-fix
sudo dpkg-reconfigure libpam-runtime

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+subscriptions

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


[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 networking', 'Enable wireless', etc
But all those items present in menu
It looks as if Network manager is disabled, but it works.

Enabling and disabling items in right-click menu also works. And after that the 
correct status is shown, but for every separate item. 
I.e. there can be no check on 'Enable networking' but it can be present on 
'Enable wireless' which is inconsistent with logic of items (disabling 'Enable 
networking' should also disable everything else).
If I manually restart nm-applet, menu goes 'unchecked' again.

I've attached screenshots of inconsistent menus. On both pictures NM is
de-facto enabled and wireless connection is established.

Also I currently do not have any wireless modems or wimax devices in my
system, but corresponding items are allways present in menu.

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gui

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

Title:
  nm-applet right-click menu shows wrong status of switches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/880787/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/880787

Title:
  nm-applet right-click menu shows wrong status of switches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/880787/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/880787

Title:
  nm-applet right-click menu shows wrong status of switches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/880787/+subscriptions

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


[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 leading '/' from absolute path names
# file: dev/bus/usb/008/002
# owner: root
# group: scanner
user::rw-
user:psycho:rw-
group::rw-
mask::rw-
other::r--


What's wrong with ubuntu's udev?

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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, /usr/bin/setfacl points to
/bin/setfacl.

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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 via udev-acl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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
# file: dev/sda1
# owner: root
# group: disk
user::rw-
group::rw-
other::---

I would suggest fixing /lib/udev/rules.d by replacing:
ENV{libsane_matched}==yes, RUN+=/bin/setfacl -m g:scanner:rw $env{DEVNAME}
with
ENV{libsane_matched}==yes, GROUP=scanner
and restoring scanner group

That way both group and acl rules will work for scanners.

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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 to work with.

It also must depend on acl package for setfacl variant to work. But it
sounds like overengineering.

I'm currently have only Oneiric systems, so I can not say on which
release 'setfacl' rule appeared in libsane.rules. But there were no such
line in 10.10

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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 permissions to access scanners via udev-acl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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
 Status: New

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

Title:
  udisks error messages go to stdout instead of stderr

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

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


[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.
https://bugs.launchpad.net/bugs/773617

Title:
  Saned group is missing permissions to access scanners via udev-acl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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

Title:
  Saned group is missing permissions to access scanners via udev-acl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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 scanner group by default?

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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 permissions to access scanners via udev-acl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773617

Title:
  Saned group is missing permissions to access scanners via udev-acl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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 manual.

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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 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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/773617

Title:
  Saned group is missing permissions to access scanners via udev-acl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/773617/+subscriptions

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


[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 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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+subscriptions

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


[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 disagrees with the fstab

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/99437/+subscriptions

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


[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 dpkg-reconfigure libpam-runtime

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+subscriptions

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


[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 /usr/share/pam-configs/startx-fix
sudo dpkg-reconfigure libpam-runtime

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+subscriptions

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


[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
   
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+attachment/2375527/+files/ck-l-s_c.txt

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+subscriptions

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


[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 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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/483130

Title:
  If 'startx' is run from within a text console, ConsoleKit session is
  not marked 'active'

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

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


[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 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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+subscriptions

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


[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/483130/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/433897

Title:
  [karmic] does not set font since upstart transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/433897/+subscriptions

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


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/433897

Title:
  [karmic] does not set font since upstart transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/433897/+subscriptions

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


[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 being grayed out 
or insufficient privileges error.

Tested cases: 
 - gdm + openbox session.
 - no dm + ck-launch-session dbus-launch  openbox-session + workaround of 
broken ck session management in bug #483130

in both tested cases nm-applet fails to authenticate user to edit/create
system connection.


console output when trying to create system wireless connection: insufficient 
privileges when hitting save button

8--
$ nm-connection-editor 

** (nm-connection-editor:8364): WARNING **: Invalid setting Wireless:
ssid

** (nm-connection-editor:8364): WARNING **: Invalid setting Wireless:
ssid

** (nm-connection-editor:8364): WARNING **: dispose: CEPolkitButton object 
0x9ea4220 disposed twice
8--

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  nm-applet authentication works only in gdm+gnome/unity session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/815377/+subscriptions

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


[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 tri-licensed under the Mozilla Public License 1.1, the
GNU General Public License Version 2 and the GNU Lesser General Public
License Version 2.1.

project homepage: http://bluegriffon.org/
svn repository: http://sources.disruptive-innovations.com/bluegriffon

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

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

Title:
  [needs-packaging] bluegriffon

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

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openbox/+bug/575068/+subscriptions

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


[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openbox/+bug/575068/+subscriptions

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


[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 session is
  not marked 'active'

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

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


[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)
 Importance: Undecided
 Status: New

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

Title:
  short-edged binding is missing

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

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


[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 Memory Leak (AMD64)

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


[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 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'

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


[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
x11-display = ':0'
x11-display-device = '/dev/tty8'
display-device = '/dev/tty1'
remote-host-name = ''
is-local = FALSE
on-since = '2011-04-29T20:09:41.704431Z'
login-session-id = ''

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

Title:
  ck-launch-session doesn't set x11-display-device

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


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/294666

Title:
  PulseAudio causes sound latency in 8.10

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


[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 it is somewhat color-dependent: it appears most striking on grey areas of 
screen, and almost non-existent on black, white and fully saturated basic 
colors.

Do I have to open new bug?

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to 
start.

If there is a need for separate bug about blanking defaults, then this
bug can be closed.

-- 
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, which is subscribed to Ubuntu.

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


[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 that came from? why he has to keep a screensaver application
installed and running in order for screensaver to be disabled? it is
illogical and not user-friendly.

-- 
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, which is subscribed to Ubuntu.

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


[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 the part where it disables X timeout).

The significant part is that X and VTs blanking is on by default.

-- 
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, which is subscribed to Ubuntu.

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


[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 console:
virtual terminals have their own blanking timeout, also set to 600s, (that can 
be changed with setterm). This is really annoying, imagine situation:
user has 2TB hdd, a routine check on startup is in progress, progress bar is 
displayed. It takes more than 10 minutes. Screen switches off leaving user with 
no indication of the process. Pressing some key to restore screen will result 
in canceling check.

Wouldn't it be more logical to implement a principle if there is no
explicit screensaver/blanking/screenoff is in place, then do not
blank/turn off screen by default. This goes to default X settings and
VT settings.

-- 
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, which is subscribed to Ubuntu.

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


[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 somehow else now?

-- 
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, which is subscribed to Ubuntu.

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


[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 despite never settings
https://bugs.launchpad.net/bugs/460375
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/listinfo/ubuntu-bugs


[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 this device 
disappear from the system. Device remain powered up, but no device files 
present in /dev
safely remove device still works as it should.

Conclusion: 
If device has several partitions, nautilus fails to unmount one of them, whole 
device disappears.
Name of menu item eject is illogical. unmount would better fit the 
corresponding action.

-- 
umount makes device unusable
https://bugs.launchpad.net/bugs/575271
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/listinfo/ubuntu-bugs


[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..., unmount is missing.
https://bugs.launchpad.net/bugs/575271
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/listinfo/ubuntu-bugs


[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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[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] 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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.

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


[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 have no 
volumes listed in fstab.

** Changed in: gvfs (Ubuntu)
   Status: Invalid = New

-- 
Can not power down eSATA drive
https://bugs.launchpad.net/bugs/504026
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/listinfo/ubuntu-bugs


[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 
definitions error, had to restart X to make it work again.
Minor texture  glitches are also present.


** Changed in: fglrx-installer (Ubuntu)
   Status: Expired = New

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to powering off device.
But unmount:
expected behavior: umount is performed.
actual behavior: device disappears from system.

Gparted and palimpsest both perform umount correctly.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: nautilus 1:2.30.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Tue May  4 20:52:10 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100318)
ProcEnviron:
 LANG=ru_RU.utf8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: apport-bug i386 lucid

-- 
umount makes device unusable
https://bugs.launchpad.net/bugs/575271
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/listinfo/ubuntu-bugs


[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 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/listinfo/ubuntu-bugs


[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 every time?
What do I need to change to disable screen blanking in bare console, i.e. 
during fsck checks? So screen NEVER EVER goes blank?
How screen blanking in console and X are interconnected?

-- 
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, which is subscribed to Ubuntu.

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


[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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[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 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/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/365300
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/listinfo/ubuntu-bugs


[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 of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[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.

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


[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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] -- RTMPAllocAdapterBlock, Status=0
[   99.671283] usb 1-4: firmware: requesting rt3070.bin
[   99.675757] usb 1-4: firmware file rt3070.bin request failed (-2)
[   99.675765] ERROR! NICLoadFirmware failed, Status[=0x0001]
[   99.675773] rt28xx Initialized fail!
[   99.678514] usb 1-4: firmware: requesting rt3070.bin
[   99.683264] usb 1-4: firmware file rt3070.bin request failed (-2)
[   99.683271] ERROR! NICLoadFirmware failed, Status[=0x0001]
[   99.683276] rt28xx Initialized fail!


** Tags removed: needs-upstream-testing

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: kdenlive 0.7.7.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Sat Apr 24 09:54:20 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100318)
ProcEnviron:
 LANG=ru_RU.utf8
 SHELL=/bin/bash
SourcePackage: kdenlive

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


** Tags: apport-bug i386 lucid

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

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


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: there are no glitches on black, they become visible on 
gray approximately lighter than 60 (of 256). 

static itself appears white.

-- 
[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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:
applet1,applet2,applet3,applet4:12%,applet5:16%, applet6, 
applet7:70%,applet8,applet9,applet10
That means:
applets 1-3 are stashed on the left. Applets 9-11 are on the right. Between 
innermost applets of these two blocks there is an area which can be mapped by 
%. So applet4 is placed on 12% between applet3 (0%) and applet8 (100%). Applet5 
and applet6 are grouped around 16% position, applet7 is on 70%. Nothing will 
switch places.

-- 
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 notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[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

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[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 defaultGroup to -1. Checkbox remains false. 
I doubt this trifle worth a separate bug.

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 this solution:
http://ubuntuforums.org/showpost.php?p=8966294postcount=37 rt3070sta
should be used for DWA-125

Forcing the use rt3070sta (as described in solution above) brings device fully 
operational (tested in karmic).
Some defaults should be changed.

ProblemType: Bug
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  psycho 2165 F mixer_applet2
CRDA: Error: [Errno 2] Нет такого файла или каталога
Card0.Amixer.info:
 Card hw:0 'CK804'/'NVidia CK804 with ALC850 at irq 22'
   Mixer name   : 'Realtek ALC850 rev 0'
   Components   : 'AC97a:414c4790'
   Controls  : 42
   Simple ctrls  : 27
Date: Thu Mar 25 07:36:49 2010
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=c1a1aa55-feb7-475e-89f0-5cf3686f01ee
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-20-generic 2.6.31-20.58
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-20-generic 
root=UUID=79a85168-1e23-456a-bc05-e4b5d44e16b2 ro vga=791
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-20-generic 2.6.31-20.22
 linux-firmware 1.26
RfKill:
 
SourcePackage: linux
Uname: Linux 2.6.31-20-generic i686
UserAsoundrc: #defaults.pcm.rate_converter samplerate_best
dmi.bios.date: 06/28/2005
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: nForce4-SLI DDR: 9NPA+SLI Series
dmi.board.vendor: EPoX COMPUTER CO., LTD
dmi.board.version: 1.x
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd06/28/2005:svn:pn:pvr:rvnEPoXCOMPUTERCO.,LTD:rnnForce4-SLIDDR9NPA+SLISeries:rvr1.x:cvn:ct3:cvr:

** Affects: module-init-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/41917168/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/41917169/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/41917170/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/41917171/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/41917172/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41917173/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/41917174/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/41917175/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/41917176/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/41917177/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/41917178/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/41917179/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/41917180/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/41917181/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/41917182/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/41917183/WifiSyslog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/41917184/XsessionErrors.txt

** Package changed: linux (Ubuntu) = module-init-tools (Ubuntu)

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 that  supposed garbage in options key may actually be some kind of 
headers. Gconf list entry of compose option goes like that: Compose key 
compose:menu. So it seems to be correct behavior, because these options can be 
transferred correctly to console-setup by apply systemwide. The only question 
is: why those redundant words are needed in gconf list anyway? But without them 
things break. 
Maybe it is better to leave it as it is. The only downside: it is hard to 
manually type in gconf options list with all correct symbols in place. But I 
doubt many people will ever need to do it.

One last thing: wouldn't it be better to set
/desktop/gnome/peripherals/keyboard/general/defaultGroup to 0 by
default, instead of -1 ?

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 are 100% garbage, as on next start of g-s-d layouts 
key becomes [ru   ,us ,us]. It is very close to the problem described 
in the beginning of this bug.

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[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 empty in gconf = use corresponding setting from console-setup 
without writing anything to gconf.
3. user applies setting that differs from console-setup setting = write it to 
gconf and follow rule #1.


Current wrong behavior in karmic: when gconf layouts key is empty, g-s-d adds 
us layout to it on its startup, despite I have us,ru in console-setup. So 
switching breaks.
fix variants: 
1. Add settings correctly. 
2. Leave layouts key as it is (empty), use console-setup settings directly
(latter is preferable).

Current wrong behavior in lucid: 
When I press set defaults in g-k-p, all corresponding gconf-keys are being 
emptied. But console-setup settings are not being read. I have us,ru in 
console-setup, also terminate:ctrl_alt_bksp parameter. But none of this is 
being reflected in g-k-p.
When gconf layouts key is empty, g-s-d acts as if layouts key is set to us. 
When g-s-d is restarted, it adds us to gconf key. So switching is broken  in 
two ways.
fix variants: 
1. Make set defaults button set correct default settings (from 
console-setup), 
2. Make set defaults button set empty gconf keys, but correct g-s-d to use 
console-setup settings _directly_ when there is no override in gconf)
(latter is preferable).

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   >