[Bug 1831387] [NEW] pkg-config returns bad paths

2019-06-02 Thread Stanislaw Pitucha
Public bug reported:

The pkg-config values for this package seem invalid:

root@6eedf8391cfd:/kalibrate-rtl# pkg-config --libs librtlsdr
-L -lrtlsdr
root@6eedf8391cfd:/kalibrate-rtl# pkg-config --cflags librtlsdr
-I/

This seems to effectively break compilation which relies on pkg-config.

Tested on 19.04

** Affects: rtl-sdr (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  The pkg-config values for this package seem invalid:
  
  root@6eedf8391cfd:/kalibrate-rtl# pkg-config --libs librtlsdr
  -L -lrtlsdr
  root@6eedf8391cfd:/kalibrate-rtl# pkg-config --cflags librtlsdr
  -I/
  
  This seems to effectively break compilation which relies on pkg-config.
+ 
+ Tested on 19.04

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

Title:
  pkg-config returns bad paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rtl-sdr/+bug/1831387/+subscriptions

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

[Bug 1500581] Re: open-vm-tools-dkms fails to build on kernel 4.2 (Wily Werewolf) [error: implicit declaration of function ‘nd_set_link’]

2016-03-02 Thread Stanislaw Pitucha
For anyone still waiting:
If you're ok with doing a little bit of editing on the patch files, 
open-vm-tools 10.0.5 from github works fine on 15.10 - including hgfs and 
copy/paste sharing. (although I just did it an hour ago, so may not spotted 
other issues)
Just make sure you apply all relevant patches from the 9.10.xx version.

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

Title:
  open-vm-tools-dkms fails to build on kernel 4.2 (Wily Werewolf)
  [error: implicit declaration of function ‘nd_set_link’]

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

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

[Bug 1500581] Re: open-vm-tools-dkms fails to build on kernel 4.2 (Wily Werewolf) [error: implicit declaration of function ‘nd_set_link’]

2016-03-02 Thread Stanislaw Pitucha
For anyone still waiting:
If you're ok with doing a little bit of editing on the patch files, 
open-vm-tools 10.0.5 from github works fine on 15.10 - including hgfs and 
copy/paste sharing. (although I just did it an hour ago, so may not spotted 
other issues)
Just make sure you apply all relevant patches from the 9.10.xx version.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1500581

Title:
  open-vm-tools-dkms fails to build on kernel 4.2 (Wily Werewolf)
  [error: implicit declaration of function ‘nd_set_link’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1500581/+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 1334572] Re: php5-fpm upgrade broken after deleting sample config

2014-08-26 Thread Stanislaw Pitucha
I did answer the questions asked. Reverting to new rather than
incomplete.

** Changed in: php5 (Ubuntu)
   Status: Expired = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1334572

Title:
  php5-fpm upgrade broken after deleting sample config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1334572/+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 1334572] Re: php5-fpm upgrade broken after deleting sample config

2014-08-26 Thread Stanislaw Pitucha
I did answer the questions asked. Reverting to new rather than
incomplete.

** Changed in: php5 (Ubuntu)
   Status: Expired = New

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

Title:
  php5-fpm upgrade broken after deleting sample config

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

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


[Bug 1334572] [NEW] php5-fpm upgrade broken after deleting sample config

2014-06-26 Thread Stanislaw Pitucha
Public bug reported:

If the sample config is not available anymore, php5-fpm cannot be
updated automatically and leaves the service down.

Every production deployment will want to remove
/etc/php5/fpm/pool.d/www.conf and use its own configuration. But when an
automatic security update comes in, this results in:

# apt-get install

1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up php5-fpm (5.5.3+dfsg-1ubuntu2.5) ...

Configuration file `/etc/php5/fpm/pool.d/www.conf'
 == Deleted (by you or by a script) since installation.
 == Package distributor has shipped an updated version.
...

This should never break when unattended security updates are running.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1334572

Title:
  php5-fpm upgrade broken after deleting sample config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1334572/+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 1334572] Re: php5-fpm upgrade broken after deleting sample config

2014-06-26 Thread Stanislaw Pitucha
I'm using the default apt/dpkg config. (apart from turning on auto
security updates) Also yes, this is exactly the message I get.

The problem is that the unattended upgrade also gets that question and
stop with package not configured.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1334572

Title:
  php5-fpm upgrade broken after deleting sample config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1334572/+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 1334572] Re: php5-fpm upgrade broken after deleting sample config

2014-06-26 Thread Stanislaw Pitucha
Filtering out unneeded stuff:

=
$ grep -v -e '^$' -e '^//' /etc/apt/apt.conf.d/50unattended-upgrades 
Unattended-Upgrade::Allowed-Origins {
${distro_id}:${distro_codename}-security;
};
Unattended-Upgrade::Package-Blacklist {
};
=

/var/log/apt/history.log:
=
Start-Date: 2014-06-24  06:25:57
Upgrade: libssl1.0.0:amd64 (1.0.1e-3ubuntu1.5, 1.0.1e-3ubuntu1.6), 
php5-fpm:amd64 (5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), php5-mysql:amd64 
(5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), php5-common:amd64 
(5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), php5-curl:amd64 
(5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), php5-readline:amd64 
(5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), php5-cli:amd64 
(5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), openssl:amd64 
(1.0.1e-3ubuntu1.5, 1.0.1e-3ubuntu1.6), php5-gmp:amd64 (5.5.3+dfsg-1ubuntu2.3, 
5.5.3+dfsg-1ubuntu2.4), php5-gd:amd64 (5.5.3+dfsg-1ubuntu2.3, 
5.5.3+dfsg-1ubuntu2.4), php5-intl:amd64 (5.5.3+dfsg-1ubuntu2.3, 
5.5.3+dfsg-1ubuntu2.4)
Error: Sub-process /usr/bin/dpkg returned an error code (1)
End-Date: 2014-06-24  06:26:23
=

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1334572

Title:
  php5-fpm upgrade broken after deleting sample config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1334572/+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 1334572] [NEW] php5-fpm upgrade broken after deleting sample config

2014-06-26 Thread Stanislaw Pitucha
Public bug reported:

If the sample config is not available anymore, php5-fpm cannot be
updated automatically and leaves the service down.

Every production deployment will want to remove
/etc/php5/fpm/pool.d/www.conf and use its own configuration. But when an
automatic security update comes in, this results in:

# apt-get install

1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up php5-fpm (5.5.3+dfsg-1ubuntu2.5) ...

Configuration file `/etc/php5/fpm/pool.d/www.conf'
 == Deleted (by you or by a script) since installation.
 == Package distributor has shipped an updated version.
...

This should never break when unattended security updates are running.

** Affects: php5 (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/1334572

Title:
  php5-fpm upgrade broken after deleting sample config

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

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


[Bug 1334572] Re: php5-fpm upgrade broken after deleting sample config

2014-06-26 Thread Stanislaw Pitucha
I'm using the default apt/dpkg config. (apart from turning on auto
security updates) Also yes, this is exactly the message I get.

The problem is that the unattended upgrade also gets that question and
stop with package not configured.

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

Title:
  php5-fpm upgrade broken after deleting sample config

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

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


[Bug 1334572] Re: php5-fpm upgrade broken after deleting sample config

2014-06-26 Thread Stanislaw Pitucha
Filtering out unneeded stuff:

=
$ grep -v -e '^$' -e '^//' /etc/apt/apt.conf.d/50unattended-upgrades 
Unattended-Upgrade::Allowed-Origins {
${distro_id}:${distro_codename}-security;
};
Unattended-Upgrade::Package-Blacklist {
};
=

/var/log/apt/history.log:
=
Start-Date: 2014-06-24  06:25:57
Upgrade: libssl1.0.0:amd64 (1.0.1e-3ubuntu1.5, 1.0.1e-3ubuntu1.6), 
php5-fpm:amd64 (5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), php5-mysql:amd64 
(5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), php5-common:amd64 
(5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), php5-curl:amd64 
(5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), php5-readline:amd64 
(5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), php5-cli:amd64 
(5.5.3+dfsg-1ubuntu2.3, 5.5.3+dfsg-1ubuntu2.4), openssl:amd64 
(1.0.1e-3ubuntu1.5, 1.0.1e-3ubuntu1.6), php5-gmp:amd64 (5.5.3+dfsg-1ubuntu2.3, 
5.5.3+dfsg-1ubuntu2.4), php5-gd:amd64 (5.5.3+dfsg-1ubuntu2.3, 
5.5.3+dfsg-1ubuntu2.4), php5-intl:amd64 (5.5.3+dfsg-1ubuntu2.3, 
5.5.3+dfsg-1ubuntu2.4)
Error: Sub-process /usr/bin/dpkg returned an error code (1)
End-Date: 2014-06-24  06:26:23
=

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

Title:
  php5-fpm upgrade broken after deleting sample config

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

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


[Bug 1284650] [NEW] lvremove documentation dangerously misleading

2014-02-25 Thread Stanislaw Pitucha
Public bug reported:

lvremove help messages are dangerously misleading. Let's say you have
volume group gr and volumes vol1, vol2.

The command: lvm lvremove --help returns the following:


  lvremove: Remove logical volume(s) from the system

lvremove
[-A|--autobackup y|n]
[-d|--debug]
[-f|--force]
[-h|--help]
[--noudevsync]
[-t|--test]
[-v|--verbose]
[--version]
LogicalVolume[Path] [LogicalVolume[Path]...]


But that's not what it does. When calling with one parameter vol1 it says:

  Volume group vol1 not found
  Skipping volume group vol1


Ok... not exactly what I expected, but it's just misleading. Where it
goes really bad is if you try this: create volume gr in another volume
group. According to the docs lvm lvremove gr should be expected to
remove it, right?


# lvm lvremove -f gr
  Logical volume vol1 successfully removed
  Logical volume vol2 successfully removed


Even though the help message mentions path, it never says it works on
whole volume groups, which can cause lots of problems given unfortunate
naming.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: lvm2 2.02.98-6ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Tue Feb 25 13:54:15 2014
InstallationDate: Installed on 2013-09-17 (160 days ago)
InstallationMedia: Xubuntu 13.10 Saucy Salamander - Alpha amd64 (20130902.1)
MarkForUpload: True
SourcePackage: lvm2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

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

Title:
  lvremove documentation dangerously misleading

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

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


[Bug 1265580] [NEW] Display completely corrupted after login

2014-01-02 Thread Stanislaw Pitucha
Public bug reported:

When starting up xubuntu, the login screen is displayed correctly. After
logging in the screen is filled with random noise and no further action
is possible. This happens both on all video card outputs.

When a reboot is forced from the command line, the graphical shutdown
screen with the spinner in the middle is displayed without problems.

xserver-xorg-video-ati package is at 1:7.2.0-0ubuntu10

The card is FirePro V5800

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Thu Jan  2 17:26:59 2014
InstallationDate: Installed on 2013-09-17 (107 days ago)
InstallationMedia: Xubuntu 13.10 Saucy Salamander - Alpha amd64 (20130902.1)
MarkForUpload: True
SourcePackage: xserver-xorg-video-ati
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xserver-xorg-video-ati (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  Display completely corrupted after login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1265580/+subscriptions

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


[Bug 1236894] [NEW] noVNC source doesn't match the upstream and fails on errors in rfb.js

2013-10-08 Thread Stanislaw Pitucha
Public bug reported:

The package available in the saucy release seems to not match anything
available upstream and the available modifications seem to break the
service.

The source archive is called
novnc_0.4+dfsg+1+20130425+git4973b9cc80.orig.tar.xz but I couldn't find
anything matching that source in the novnc repository on github. I could
not find that hash in any repo and the contents of include/rfb.js
upstream never contained the nova_token variable.

rfb.js in the packaged version fails in that.connect function on
nova_token = token because token is not available. This line doesn't
look like it's needed at all and removing it makes novnc work again.

** Affects: novnc (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/1236894

Title:
  noVNC source doesn't match the upstream and fails on errors in rfb.js

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

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


[Bug 1231912] [NEW] Unnecessary dependency on python3 packages

2013-09-27 Thread Stanislaw Pitucha
Public bug reported:

Subunit depends on both python-subunit and python3-subunit, but this is not 
necessary. It works perfectly well with only python2 available.
I'm not sure whether this should be a python-subunit | python3-subunit 
dependency, or should the link go the other way, but the current set of deps 
installs more than necessary.

** Affects: subunit (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/1231912

Title:
  Unnecessary dependency on python3 packages

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

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


[Bug 1232104] [NEW] Documentation path is incorrect in the man page

2013-09-27 Thread Stanislaw Pitucha
Public bug reported:

man ulogd claims the following:

SEE ALSO
   There is more documentation about the daemon and the database plugins 
(including examples) in the directories
   /usr/share/doc/ulogd

But that's not true on saucy with ulogd2 2.0.2-3. The documentation is
in /usr/share/doc/ulogd2/ instead.

** Affects: ulogd2 (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/1232104

Title:
  Documentation path is incorrect in the man page

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

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


[Bug 1230239] [NEW] version constraints not complete

2013-09-25 Thread Stanislaw Pitucha
Public bug reported:

Version constraints in the package are not complete in both saucy and raring.
Currently in saucy the dependency on jsonschema is only for = 0.7, rather than 
=0.7 and 3.
Similar issue exists in raring for = 0.7, rather than =0.7 and 1.

This causes a pain during updates - for example if python-jsonschema
gets upgraded to 1.x.y, update of python-warlock is not required
according to apt-get, but in reality you'll end up with packages
throwing:

VersionConflict: (jsonschema 1.3.0 (/usr/lib/python2.7/dist-packages),
Requirement.parse('jsonschema=0.7,1'))

This affects openstack updates for example.

** Affects: python-warlock (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/1230239

Title:
  version constraints not complete

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

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


[Bug 1152643] [NEW] Server doesn't start up due to failed libc.so lookup

2013-03-08 Thread Stanislaw Pitucha
Public bug reported:

Trying to start up `danted` on a newly installed server (amd64) results
in:

Mar  8 15:08:43 (1362755323) danted[1575]: socks_seteuid(): old: 0, new: 13
Mar  8 15:08:43 (1362755323) danted[1575]: socks_reseteuid(): current: 13, new: 0
Mar  8 15:08:43 (1362755323) danted[1575]: socks_seteuid(): old: 0, new: 65534
Mar  8 15:08:43 (1362755323) danted[1575]: socks_reseteuid(): current: 65534, 
new: 0
Mar  8 15:08:43 (1362755323) danted[1575]: socks_seteuid(): old: 0, new: 65534
Mar  8 15:08:43 (1362755323) danted[1575]: socks_reseteuid(): current: 65534, 
new: 0
Mar  8 15:08:43 (1362755323) danted[1575]: symbolfunction(): compiletime 
configuration error?  Failed to open libc.so: libc.so: cannot open shared 
object file: No such file or directory
Mar  8 15:08:43 (1362755323) danted[1575]: sockdexit()
Mar  8 15:08:43 (1362755323) danted[1575]: sockdexit(): terminating

Trying to strace the `libc.so` lookup results in:

open(/lib/x86_64-linux-gnu/libcrypt.so.1, O_RDONLY|O_CLOEXEC) = 3
open(/lib/x86_64-linux-gnu/libc.so.6, O_RDONLY|O_CLOEXEC) = 3
open(/lib/x86_64-linux-gnu/libc.so, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such 
file or directory)
open(/usr/lib/x86_64-linux-gnu/libc.so, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No 
such file or directory)
open(/lib/libc.so, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open(/usr/lib/libc.so, O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or 
directory)
Mar  8 15:09:14 (1362755354) danted[1597]: symbolfunction(): compiletime 
configuration error?  Failed to open libc.so: libc.so: cannot open shared 
object file: No such file or directory

** Affects: dante (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/1152643

Title:
  Server doesn't start up due to failed libc.so lookup

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

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


[Bug 856308] Re: Themes are applied only to the windows borders

2011-11-09 Thread Stanislaw Pitucha
I cannot upgrade this installation to oneiric for unrelated reasons, but
the issue exists with natty which should be supported until late 2012,
so I'm just leaving it open hoping someone will find time to look at it.

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

Title:
  Themes are applied only to the windows borders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/856308/+subscriptions

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


[Bug 856308] [NEW] Themes are applied only to the windows borders

2011-09-22 Thread Stanislaw Pitucha
Public bug reported:

After one reboot, themes stopped being applied to the whole screen. Only
the window's top bar and bottom border are themed. Gnome bars (I'm using
classic) are not. Sometimes the ubuntu icon on the left of
applications is also changed to the missing icon image.

Things tried from other bug reports I've found:
- gnome-settings-daemon is running
- added delay to gnome-settings-daemon startup (no difference)
- removed .compiz settings before restarting
- appmenu-gtk is reinstalled
- no issues visible in /var/crash
- changing theme to something else doesn't help (also only window's bar is 
updated)

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xorg 1:7.6+4ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  270.41.06  Mon Apr 18 14:53:56 
PDT 2011
 GCC version:  gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Thu Sep 22 12:11:58 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 nvidia-current, 270.41.06, 2.6.38-11-generic, x86_64: installed 
 nvidia-current, 270.41.06, 2.6.38-10-generic, x86_64: installed 
 nvidia-current, 270.41.06, 2.6.38-8-generic, x86_64: installed
GraphicsCard:
 nVidia Corporation GT200GL [NVIDIA Quadro FX 3800] [10de:05ff] (rev a1) 
(prog-if 00 [VGA controller])
   Subsystem: nVidia Corporation Device [10de:0661]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
JockeyStatus: xorg:nvidia_current - NVIDIA accelerated graphics driver 
(Proprietary, Disabled, Not in use)
MachineType: Hewlett-Packard HP Z400 Workstation
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-11-generic 
root=UUID=ee6d3dbf-1d70-4061-8b3a-225ea04c40c2 ro quiet splash vt.handoff=7
Renderer: Unknown
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/29/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 786G3 v03.15
dmi.board.asset.tag: CZC1093P3M
dmi.board.name: 0B4Ch
dmi.board.vendor: Hewlett-Packard
dmi.board.version: D
dmi.chassis.asset.tag: CZC1093P3M
dmi.chassis.type: 6
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.15:bd10/29/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
dmi.product.name: HP Z400 Workstation
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty2
version.ia32-libs: ia32-libs 20090808ubuntu13
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3.1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


** Tags: amd64 apport-bug compiz-0.9 natty ubuntu

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

Title:
  Themes are applied only to the windows borders

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

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


[Bug 856308] Re: Themes are applied only to the windows borders

2011-09-22 Thread Stanislaw Pitucha
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/856308

Title:
  Themes are applied only to the windows borders

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

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


[Bug 856308] Re: Themes are applied only to the windows borders

2011-09-22 Thread Stanislaw Pitucha
The theme is missing already in gdm it seems and the problem is not
going away even if I remove .gconf / .compiz / .gnome and any other
gnome related user setting directories.

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

Title:
  Themes are applied only to the windows borders

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

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


[Bug 316208] Re: Bad warning / info messages in the build scripts

2011-09-17 Thread Stanislaw Pitucha
Still there in oneiric. And no - it does not require log files.
Switching back to confirmed.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Bad warning / info messages in the build scripts

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

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


[Bug 796486] [NEW] Examples don't match requirements

2011-06-13 Thread Stanislaw Pitucha
Public bug reported:

On the page about using preseed, the examples don't match required
syntax. Examples include:

auto url=http://192.168.1.2/path/to/mypreseed.file
auto url=example.com classes=class_A;class_B

Yet, lower there is the following requirement:

The following aliases can be useful when using (auto mode) preseeding.
Note that these are simply short aliases for question names, and you
always need to specify a value as well: for example, auto=true or
interface=eth0.

I had a big issue trying to figure out why the preseed installation
didn't start, until I spotted this - yet I was following the examples
correctly. Same thing affects 10.10 and earlier docs.

** Affects: installation-guide (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/796486

Title:
  Examples don't match requirements

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/796486/+subscriptions

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


[Bug 796486] Re: Examples don't match requirements

2011-06-13 Thread Stanislaw Pitucha
Yes, the example says auto instead of auto=true as described later on.
This caused the preseed to be completely ignored, which was really confusing 
for me.

Those examples (and others in the guide) should be changed to:
auto=true url=http://192.168.1.2/path/to/mypreseed.file
auto=true url=example.com classes=class_A;class_B

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

Title:
  Examples don't match requirements

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/796486/+subscriptions

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


[Bug 730556] [NEW] Turning off open new chats in separate windows not always works

2011-03-07 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: empathy

When I turn off the open new chats in separate windows, the new chat
window behaviour is not consistent. When I doubleclick a contact,
sometimes I get a new window, sometimes I get a tab in the existing one.

It seems that it's somehow account-related, since it usually happens on
the first chat after I open the client. In that situation I already have
IRC channels open, but when I try to open a jabber chat it opens a new
window. Later on I get new tabs from jabber conversations.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: empathy 2.32.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Mon Mar  7 10:44:59 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/zsh
SourcePackage: empathy

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


** Tags: amd64 apport-bug maverick

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

Title:
  Turning off open new chats in separate windows not always works

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


[Bug 730556] Re: Turning off open new chats in separate windows not always works

2011-03-07 Thread Stanislaw Pitucha
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730556

Title:
  Turning off open new chats in separate windows not always works

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


[Bug 574296] Re: Gnome theme not applied on session start

2010-11-25 Thread Stanislaw Pitucha
Got the same problem here on a clean install of Maverick. Attaching my 
session-errors.
I'm left with no theme applied when this happens. I never got this problem some 
time after the bootup. Either I get the theme or not at all (1/10 times).

** Attachment added: broken_profile
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/574296/+attachment/1745355/+files/broken_profile

-- 
Gnome theme not applied on session start
https://bugs.launchpad.net/bugs/574296
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 671993] [NEW] No easy way to import and copy

2010-11-06 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: rhythmbox

Very often I want to copy some music from my cd (containing encoded files, mp3, 
ogg, etc.) to the Music folder. Rhythmbox doesn't allow me to do that (or it's 
hard to find) without actually moving the files myself.
There should be an option similar to Banshee's Copy files to media folders 
when importing, so that I can manage music without leaving rhythmbox.

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

-- 
No easy way to import and copy
https://bugs.launchpad.net/bugs/671993
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 671996] [NEW] CanoScan N1220U not supported without xsane

2010-11-06 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: simple-scan

CanoScan N1220U doesn't seem to be supported on a clean installation of ubuntu 
10.10. After installing xsane, both xsane and simple-scan work with it just 
fine.
On 9.04 (or was it 9.10?) xsane opened right after plugging in the scanner 
without any other action.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: simple-scan 2.32.0-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-23.36-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Sun Nov  7 00:24:59 2010
DriverPackageVersions:
 libsane 1.0.21-2ubuntu2
 libsane-extras N/A
 hplip 3.10.6-1ubuntu10.1
 hpoj N/A
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: Dell Inc. Inspiron N5010
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-23-generic root=/dev/sda3 ro quiet 
splash
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SimpleScanLog:
 
SourcePackage: simple-scan
dmi.bios.date: 05/10/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0WXY9J
dmi.board.vendor: Dell Inc.
dmi.board.version: A04
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A04
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd05/10/2010:svnDellInc.:pnInspironN5010:pvrA04:rvnDellInc.:rn0WXY9J:rvrA04:cvnDellInc.:ct8:cvrA04:
dmi.product.name: Inspiron N5010
dmi.product.version: A04
dmi.sys.vendor: Dell Inc.

** Affects: simple-scan (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
CanoScan N1220U not supported without xsane
https://bugs.launchpad.net/bugs/671996
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 671996] Re: CanoScan N1220U not supported without xsane

2010-11-06 Thread Stanislaw Pitucha


-- 
CanoScan N1220U not supported without xsane
https://bugs.launchpad.net/bugs/671996
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 669144] [NEW] cpufreq applet text not readable

2010-10-31 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: gnome-applets

Applet text is not readable on a newly installed ubuntu 10.10. The text
is almost the same colour as the background - I can tell it displays
some text, but it's just grey on grey.

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

-- 
cpufreq applet text not readable
https://bugs.launchpad.net/bugs/669144
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 669144] Re: cpufreq applet text not readable

2010-10-31 Thread Stanislaw Pitucha
Attaching screenshot

** Attachment added: Screenshot.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/669144/+attachment/1718389/+files/Screenshot.png

-- 
cpufreq applet text not readable
https://bugs.launchpad.net/bugs/669144
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 669150] [NEW] No gui to disable 3 button emulation

2010-10-31 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: gnome-control-center

There is no simple way to disable 3 button mouse emulation (left+right 
button==middle). Pages which describe how to do that get outdated with every 
release. (8.XX had manual xorg.conf, 9.XX had hal, 10.04 had udev, 10.10 has 
xorg.conf fragments)
Turning this off is important to gamers. FPS and other games usability suffers 
if this is not easy to switch on/off.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-control-center 1:2.32.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-23.36-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Sun Oct 31 16:53:11 2010
ExecutablePath: /usr/bin/gnome-mouse-properties
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
XsessionErrors:
 (polkit-gnome-authentication-agent-1:6669): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (Do:6675): Wnck-CRITICAL **: wnck_set_client_type got called multiple times.
 (nautilus:6672): GConf-CRITICAL **: gconf_value_free: assertion `value != 
NULL' failed

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


** Tags: amd64 apport-bug maverick

-- 
No gui to disable 3 button emulation
https://bugs.launchpad.net/bugs/669150
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 669150] Re: No gui to disable 3 button emulation

2010-10-31 Thread Stanislaw Pitucha


-- 
No gui to disable 3 button emulation
https://bugs.launchpad.net/bugs/669150
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 669163] [NEW] Not enough feedback when changing the volume

2010-10-31 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: indicator-sound

If user changes the volume using the mouse scroll on the panel icon, the user 
gets no information back. There are only 3 stages shown on the icon, which is 
not enough to tell how much the volume changed.
Previous ubuntu versions displayed a tooltip with xx% volume as the volume was 
changed - this doesn't happen anymore, so it's a usability regression.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: indicator-sound 0.4.9-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-23.36-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Sun Oct 31 17:14:28 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: indicator-sound

** Affects: indicator-sound (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
Not enough feedback when changing the volume
https://bugs.launchpad.net/bugs/669163
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 669163] Re: Not enough feedback when changing the volume

2010-10-31 Thread Stanislaw Pitucha


-- 
Not enough feedback when changing the volume
https://bugs.launchpad.net/bugs/669163
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 507754] Re: gnotime cannot start

2010-10-31 Thread Stanislaw Pitucha
Fixed in 10.10 somehow. It starts up properly.

-- 
gnotime cannot start
https://bugs.launchpad.net/bugs/507754
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 668078] [NEW] snd_pcm_avail_delay report

2010-10-28 Thread Stanislaw Pitucha
Public bug reported:

Got these messages in user.log, so I'm reporting them :)

Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c: snd_pcm_avail_delay() 
returned strange values: delay 0 is less than avail 16.
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c: Most likely this is a bug 
in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA 
developers.
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c: snd_pcm_dump():
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c: Soft volume PCM
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c: Control: PCM Playback 
Volume
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c: min_dB: -51
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c: max_dB: 0
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c: resolution: 256
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c: Its setup is:
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   stream   : CAPTURE
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   access   : 
MMAP_INTERLEAVED
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   format   : S16_LE
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   subformat: STD
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   channels : 2
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   rate : 44100
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   exact rate   : 44100 
(44100/1)
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   msbits   : 16
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   buffer_size  : 88192
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   period_size  : 44096
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   period_time  : 09
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   tstamp_mode  : ENABLE
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   period_step  : 1
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   avail_min: 87310
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   period_event : 0
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   start_threshold  : -1
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   stop_threshold   : 
6205960286516543488
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   silence_threshold: 0
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   silence_size : 0
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   boundary : 
6205960286516543488
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c: Slave: Hardware PCM card 
0 'HDA Intel' device 0 subdevice 0
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c: Its setup is:
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   stream   : CAPTURE
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   access   : 
MMAP_INTERLEAVED
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   format   : S16_LE
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   subformat: STD
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   channels : 2
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   rate : 44100
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   exact rate   : 44100 
(44100/1)
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   msbits   : 16
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   buffer_size  : 88192
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   period_size  : 44096
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   period_time  : 09
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   tstamp_mode  : ENABLE
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   period_step  : 1
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   avail_min: 87310
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   period_event : 0
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   start_threshold  : -1
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   stop_threshold   : 
6205960286516543488
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   silence_threshold: 0
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   silence_size : 0
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   boundary : 
6205960286516543488
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   appl_ptr : 87320
Oct 28 18:11:37 walker pulseaudio[1498]: alsa-util.c:   hw_ptr   : 87320

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: alsa-base 1.0.23+dfsg-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-23.36-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
NonfreeKernelModules: wl
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  viraptor   1653 F pulseaudio
Card0.Amixer.info:
 Card hw:0 

[Bug 668078] Re: snd_pcm_avail_delay report

2010-10-28 Thread Stanislaw Pitucha


-- 
snd_pcm_avail_delay report
https://bugs.launchpad.net/bugs/668078
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 668080] [NEW] Small window frames

2010-10-28 Thread Stanislaw Pitucha
Public bug reported:

The window border's area which can be used for resizing seems to be 1px
thin in ubuntu 10.10. This makes it really hard to resize windows when
I'm using a touchpad. Usually it takes 4-5 attempts before I succeed.
The area which I can grab should be much bigger.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome (not installed)
ProcVersionSignature: Ubuntu 2.6.35-23.36-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Thu Oct 28 23:37:09 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: meta-gnome2

** Affects: meta-gnome2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
Small window frames
https://bugs.launchpad.net/bugs/668080
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 668078] Re: snd_pcm_avail_delay report

2010-10-28 Thread Stanislaw Pitucha
I'll check as soon as there is one released for 2.6.35-23-generic. Last
one seems to be for 2.6.35-22

-- 
snd_pcm_avail_delay report
https://bugs.launchpad.net/bugs/668078
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 667512] [NEW] Sound cannot be disabled on login screen

2010-10-27 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: gdm

Login sound is played even if System / Administration / Login Screen / Play 
log-in sound is disabled. This is getting silly after bug #437429 being fixed.
Please allow disabling the sound without messing with the sound files directly.

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

-- 
Sound cannot be disabled on login screen
https://bugs.launchpad.net/bugs/667512
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 628423] Re: Screen corruption at login

2010-10-27 Thread Stanislaw Pitucha
Got exactly the same problem on 10.10. My display runs via intel driver, i915 
module, Core Processor Integrated Graphics Controller if that makes a 
difference.
Strangely, my messed-up screen looks _exactly_ like the one on the screenshot.

-- 
Screen corruption at login
https://bugs.launchpad.net/bugs/628423
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 150690] Re: Can't drag a window to another workspace

2010-10-27 Thread Stanislaw Pitucha
Bump, since the problem is also present in 10.10.

-- 
Can't drag a window to another workspace
https://bugs.launchpad.net/bugs/150690
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 291612] Re: Multimediakeys crashes on pressing

2010-04-12 Thread Stanislaw Pitucha
For me it's still not fixed in any release. My bug#295141 was closed as
a duplicate of this one. All the requested info from me is attached
there.

-- 
Multimediakeys crashes on pressing
https://bugs.launchpad.net/bugs/291612
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 316208] Re: Bad warning / info messages in the build scripts

2010-03-13 Thread Stanislaw Pitucha
still there

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

-- 
Bad warning / info messages in the build scripts
https://bugs.launchpad.net/bugs/316208
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 532633] Re: [light-theme] please revert the order of the window controls back to menu:minimize, maximize, close

2010-03-12 Thread Stanislaw Pitucha
Where is the discussion about pros/cons? Where can we learn what caused
that change and why should we be happy about it? When will Ubuntu team
stop dropping such bombs just before the freezes? (why does it remind me
of the update notification fiasco?)

Maybe some person who is responsible for the change can list the reasons
and address the long list of usability / compatibility issues listed in
http://yokozar.org/blog/archives/194 ?

-- 
[light-theme] please revert the order of the window controls back to 
menu:minimize,maximize,close
https://bugs.launchpad.net/bugs/532633
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 507754] [NEW] gnotime cannot start

2010-01-14 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: gnotime

Gnotime application doesn't start at all. When I try to run the binary,
I get a dialog asking:

Cannot open the project data file
Shall I setup a new configuration?

After choosing yes, I get:

Cannot open the project data file
/home/viraptor/.gnome2/gnotime.d/gnotime-data.xml
Do you want to continue?

After choosing yes again, the app exits. Console output is:

(gnotime:9926): GLib-CRITICAL **: g_tree_destroy: assertion `tree != NULL' 
failed
I/O warning : failed to load external entity 
/home/viraptor/.gnome2/gnotime.d/gnotime-data.xml
The program 'gnotime' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 5964 error_code 2 request_code 58 minor_code 0)

ProblemType: Bug
Architecture: i386
Date: Fri Jan 15 01:48:28 2010
DistroRelease: Ubuntu 9.10
Package: gnotime 2.3.1~snapshot20090531-1ubuntu2
ProcEnviron:
 LANGUAGE=pl_PL.UTF-8
 PATH=(custom, user)
 LANG=pl_PL.UTF-8
 SHELL=/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: gnotime
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-bug i386

-- 
gnotime cannot start
https://bugs.launchpad.net/bugs/507754
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 507754] Re: gnotime cannot start

2010-01-14 Thread Stanislaw Pitucha

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

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

-- 
gnotime cannot start
https://bugs.launchpad.net/bugs/507754
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 490542] Re: Focus stays on the bookmark buttons

2009-12-01 Thread Stanislaw Pitucha
Start with a big list of unread items (couldn't reproduce with already
read ones). Use space to open the next couple of items, middle-click the
title of some item to open a new tab. Go to that tab, close it, so you
go back to the reader. If that doesn't cause the bug, repeat. It happens
every once in a while - I can't pinpoint the exact steps to reproduce.

(I have the middle click set to open a new tab in the background if that
matters)

-- 
Focus stays on the bookmark buttons
https://bugs.launchpad.net/bugs/490542
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 490542] [NEW] Focus stays on the bookmark buttons

2009-11-30 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: firefox-3.5

I don't know how to reproduce this bug, but it happens ~ every half an hour.
Suddenly one of the bookmark buttons in the top panel is stuck in a mouse 
over state. I see the button is highlighted, even though my mouse is over the 
page contents. If I move the mouse over some link on a current website, I don't 
get the destination url displayed in the status bar. When I continue moving the 
mouse (still over the link), the hover over effect is switched between the 
stuck bookmark button and the link, i.e. every time my mouse moves 1 px, the 
bookmark button gets back to a normal state, the link url is displayed in the 
status bar, then disappears and the bookmark button is highlighted again. As I 
move the cursor, both the bookmark and status bar flicker changing the states 
quickly.

Once I move my mouse over the stuck bookmark button, everything goes
back to normal. Then it happens again some time later (I can't figure
out when exactly / what causes it).

I think it happens most often when I use google reader, but that's
probably the only page where I'm interested in the destination url and
look at it, so it might occur elsewhere too without me noticing.

ProblemType: Bug
Architecture: i386
Date: Mon Nov 30 21:50:05 2009
DistroRelease: Ubuntu 9.10
Package: firefox 3.5.5+nobinonly-0ubuntu0.9.10.1
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=pl_PL.UTF-8
 PATH=(custom, no user)
 LANG=pl_PL.UTF-8
 SHELL=/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-15-generic i686

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Focus stays on the bookmark buttons
https://bugs.launchpad.net/bugs/490542
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 490542] Re: Focus stays on the bookmark buttons

2009-11-30 Thread Stanislaw Pitucha

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

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

-- 
Focus stays on the bookmark buttons
https://bugs.launchpad.net/bugs/490542
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 487903] [NEW] Compilation with check not possible (infinite loop)

2009-11-24 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: check

There are two cases where a build with check goes into an infinite loop. I 
haven't tried it on any other system, but the latest ubuntu karmic.
Running `aclocal --verbose` on the attached example (check_money) causes the 
script to freeze on:

aclocal: running autom4te --language Autoconf-without-aclocal-m4
'/usr/share/aclocal/check.m4' '/usr/share/aclocal/libtool.m4' .

Removing the AM_PATH_CHECK() allows the configure to be generated. When
I use the test/Makefile generated this way (and set up @CHECK_CFLAGS@
and ..._LIBS@ myself), `make check` never finishes (both on the example
and my project):

make[1]: Leaving directory `/home/viraptor/Projects/xxx'
Making check in tests
make[1]: Entering directory `/home/viraptor/Projects/xxx/tests'
make check_xxx
make[2]: Entering directory `/home/viraptor/Projects/xxx/tests'
gcc  || echo './'`check_xxx.c
mv -f .deps/check_xxx-check_xxx.Tpo .deps/check_xxx-check_xxx.Po
make check_xxx
make[3]: Entering directory `/home/viraptor/Projects/xxx/tests'
make check_xxx
make[4]: Entering directory `/home/viraptor/Projects/xxx/tests'
make check_xxx
 (this is called all the time recursively)

If I install the latest version of `check` from sources, everything
works just fine.

ProblemType: Bug
Architecture: i386
Date: Wed Nov 25 00:01:55 2009
DistroRelease: Ubuntu 9.10
Package: check (not installed)
ProcEnviron:
 LANGUAGE=pl_PL.UTF-8
 PATH=(custom, no user)
 LANG=pl_PL.UTF-8
 SHELL=/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: check
Uname: Linux 2.6.31-15-generic i686

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


** Tags: apport-bug i386

-- 
Compilation with check not possible (infinite loop)
https://bugs.launchpad.net/bugs/487903
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 487903] Re: Compilation with check not possible (infinite loop)

2009-11-24 Thread Stanislaw Pitucha

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

-- 
Compilation with check not possible (infinite loop)
https://bugs.launchpad.net/bugs/487903
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 487903] Re: Compilation with check not possible (infinite loop)

2009-11-24 Thread Stanislaw Pitucha
This one seems to be ubuntu-package specific after all. I made a package
from the current deb's .diff file and the latest `check` sources (that
worked when installed manually). That package had the same problem -
hanging on AM_PATH_CHECK and looping on `make check`

-- 
Compilation with check not possible (infinite loop)
https://bugs.launchpad.net/bugs/487903
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 487903] Re: Compilation with check not possible (infinite loop)

2009-11-24 Thread Stanislaw Pitucha
I've found the problem in the end. This part of ubuntu's patch renders
the package broken:

--- check-0.9.6.orig/check.m4
+++ check-0.9.6/check.m4
@@ -4,8 +4,8 @@
 
 AC_DEFUN([AM_PATH_CHECK],
 [
-  AC_MSG_WARN([A@t...@m_path_check() is deprecated])
-  AC_MSG_WARN([[use P@t...@kg_check_modules([CHECK], [check = 0.9.4]) 
instead]])
+  AC_MSG_WARN([AM_PATH_CHECK() is deprecated])
+  AC_MSG_WARN([[use PKG_CHECK_MODULES([CHECK], [check = 0.9.4]) instead]])
   AC_ARG_WITH([check],
   [  --with-check=PATH   prefix where check is installed [default=auto]])
  

@t@ part was put there to prevent expanding the AM_PATH_CHECK() macro. It 
makes the package broken for any new check-using project (or old, after running 
`aclocal`).
Please remove that part ASAP, as this makes the package practically useless.

-- 
Compilation with check not possible (infinite loop)
https://bugs.launchpad.net/bugs/487903
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 481587] Re: evince starts fullscreen with no way to resize

2009-11-22 Thread Stanislaw Pitucha
** Changed in: evince (Ubuntu)
   Status: Incomplete = New

-- 
evince starts fullscreen with no way to resize
https://bugs.launchpad.net/bugs/481587
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 481587] Re: evince starts fullscreen with no way to resize

2009-11-13 Thread Stanislaw Pitucha
No, I'm running clean metacity. I've got desktop effects turned off
completely. What else can I check?

-- 
evince starts fullscreen with no way to resize
https://bugs.launchpad.net/bugs/481587
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 481587] Re: evince starts fullscreen with no way to resize

2009-11-13 Thread Stanislaw Pitucha
The attached file is the whole screen I see when I'm stuck in the fullscreen 
mode.
When I press escape, evince disappears for a split-second, so I can see the 
desktop and then reappears with the same screen. Evince itself thinks it's in 
the fullscreen mode (notice the top bar is collapsed, and the right-most icon 
says leave fullscreen mode)

** Attachment added: evince-fullscreen.png
   http://launchpadlibrarian.net/35659497/evince-fullscreen.png

-- 
evince starts fullscreen with no way to resize
https://bugs.launchpad.net/bugs/481587
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 481587] [NEW] evince starts fullscreen with no way to resize

2009-11-12 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: evince

Sometimes evince starts fullscreen and after pressing escape, it covers
the whole screen even though it shows the toolbars and menu. It seems
that evince is started in fullscreen when I open slides, or other
portrait-mode documents - but there's a way to force it to behave
incorrectly. (I can repeat this behaviour every time)

- open a pdf document (for example 
http://www.cs.ut.ee/~varmo/tday-koke/kaljurand-slides.pdf always starts 
fullscreen for me)
- press escape to get back to a normal window view
- start presentation mode (f5)
- close the application with alt+f4
- open the document again (it will start in presentation mode)
- press escape to get normal window

At this point, I get a fullscreen window with no title bar, but with the
normal evince toolbars. It covers upper and lower gnome panel. Sometimes
it contains a menu, but sometimes not, so the only way to close it is
via the shortcut alt+f4.

ProblemType: Bug
Architecture: i386
Date: Thu Nov 12 21:45:17 2009
DistroRelease: Ubuntu 9.10
Package: evince 2.28.1-0ubuntu1.1
ProcEnviron:
 LANGUAGE=pl_PL.UTF-8
 PATH=(custom, no user)
 LANG=pl_PL.UTF-8
 SHELL=/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: evince
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
evince starts fullscreen with no way to resize
https://bugs.launchpad.net/bugs/481587
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 481587] Re: evince starts fullscreen with no way to resize

2009-11-12 Thread Stanislaw Pitucha

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

** Attachment added: KernLog.txt
   http://launchpadlibrarian.net/35590746/KernLog.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/35590747/RelatedPackageVersions.txt

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

-- 
evince starts fullscreen with no way to resize
https://bugs.launchpad.net/bugs/481587
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 480260] [NEW] css font-face not working

2009-11-10 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: firefox-3.5

I tried to open a page that uses custom fonts via font-face in css
(supported in FF3.5). Unfortunately the custom fonts didn't load. The
page is:

http://www.alistapart.com/d/cssatten/drim.html

That page is pulling the fonts from another domain
(http://www.princexml.com/fonts/steffmann/ttf) but the server has
the correct policy header (Access-Control-Allow-Origin: *) in the
response.

ProblemType: Bug
Architecture: i386
Date: Tue Nov 10 20:29:06 2009
DistroRelease: Ubuntu 9.10
Package: firefox 3.5.4+nobinonly-0ubuntu0.9.10.1
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=pl_PL.UTF-8
 PATH=(custom, no user)
 LANG=pl_PL.UTF-8
 SHELL=/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-14-generic i686

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
css font-face not working
https://bugs.launchpad.net/bugs/480260
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 480260] Re: css font-face not working

2009-11-10 Thread Stanislaw Pitucha

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

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

-- 
css font-face not working
https://bugs.launchpad.net/bugs/480260
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 480260] Re: css font-face not working

2009-11-10 Thread Stanislaw Pitucha
I checked the page with firebug too - both local and remote .css were
loaded just fine, but .ttf-s were not even requested.

-- 
css font-face not working
https://bugs.launchpad.net/bugs/480260
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 475934] [NEW] -Wunused-value cannot be suppressed

2009-11-05 Thread Stanislaw Pitucha
Public bug reported:

Some functions that have warn-unused-result cannot be used in a way
described in http://gcc.gnu.org/onlinedocs/gcc-4.4.1/gcc/Warning-
Options.html

For example this line (where STDOUT_FILENO==0 and FLAG_EXIT_NOW is defined as 
some string):
(void) write(STDOUT_FILENO, FLAG_EXIT_NOW, sizeof FLAG_EXIT_NOW - 1);

compiled with:

cc -g -O -W -Wall -Wno-system-headers -Werror -Wunused-parameter
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-
parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls
-c 

will report error: ignoring return value of ‘write’, declared with
attribute warn_unused_result. According to gcc docs, casting to (void)
should prevent that.

ProblemType: Bug
Architecture: i386
Date: Thu Nov  5 22:31:44 2009
DistroRelease: Ubuntu 9.10
Package: gcc 4:4.4.1-1ubuntu2
ProcEnviron:
 LANGUAGE=pl_PL.UTF-8
 PATH=(custom, no user)
 LANG=pl_PL.UTF-8
 SHELL=/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: gcc-defaults
Uname: Linux 2.6.31-14-generic i686

** Affects: gcc-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
-Wunused-value cannot be suppressed
https://bugs.launchpad.net/bugs/475934
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 475934] Re: -Wunused-value cannot be suppressed

2009-11-05 Thread Stanislaw Pitucha

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

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

-- 
-Wunused-value cannot be suppressed
https://bugs.launchpad.net/bugs/475934
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 454247] Re: volume control applications not starting

2009-10-31 Thread Stanislaw Pitucha
Actually I just realised that it's probably pulseaudio that doesn't
work. Even though the daemon seems to be started:

 3259 ?S  0:00 /usr/bin/dbus-launch --exit-with-session
/usr/bin/pulse-session gnome-session

none of the PA tools seems to work:

$ pactl stat
Connection failure: Connection refused

$ pacmd
No PulseAudio daemon running, or not running as session daemon.

I can't find any obvious error messages from pulseaudio.

-- 
volume control applications not starting
https://bugs.launchpad.net/bugs/454247
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 454247] Re: volume control applications not starting

2009-10-31 Thread Stanislaw Pitucha
I attached the requested log. It ends with:

E: main.c: Daemon startup without any loaded modules, refusing to work.

So just in case, this is my list of pulseaudio module packages:
ii  pulseaudio-module-bluetooth
ii  pulseaudio-module-gconf
ii  pulseaudio-module-udev
ii  pulseaudio-module-x11


** Attachment added: verbose pulseaudio log
   http://launchpadlibrarian.net/34800117/pulseaudio.log

-- 
volume control applications not starting
https://bugs.launchpad.net/bugs/454247
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 454247] Re: volume control applications not starting

2009-10-31 Thread Stanislaw Pitucha
I found a fix. There was an empty default.pa file in my ~/.pulse/ directory. 
When I deleted it, everything went back to normal.
I don't know / remember why it was there, but everything worked perfectly fine 
before the upgrade to karmic. And the file was already there - it didn't 
prevent volume-control from starting either. Is this some kind of a strange 
regression?

-- 
volume control applications not starting
https://bugs.launchpad.net/bugs/454247
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 456572] Re: gnome-volume-control-applet won't show

2009-10-21 Thread Stanislaw Pitucha
*** This bug is a duplicate of bug 454247 ***
https://bugs.launchpad.net/bugs/454247

** This bug has been marked a duplicate of bug 454247
   volume control applications not starting

-- 
gnome-volume-control-applet won't show
https://bugs.launchpad.net/bugs/456572
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 291612] Re: Multimediakeys crashes on pressing

2009-10-19 Thread Stanislaw Pitucha
The problem is still present in 9.10.

-- 
Multimediakeys crashes on pressing
https://bugs.launchpad.net/bugs/291612
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 454247] Re: volume control applications not starting

2009-10-19 Thread Stanislaw Pitucha
Running alsamixer directly works just fine. volume-control still not
starting.

-- 
volume control applications not starting
https://bugs.launchpad.net/bugs/454247
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 454247] [NEW] volume control applications not starting

2009-10-17 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: gnome-media

I've got a problem with the volume control applet / app after upgrading
from 9.04. If I try to run either gnome-volume-control, or gnome-volume-
control-applet, I get only:

 ** (gnome-volume-control:25716): WARNING **: Connection failed,
reconnecting...

repeated many times on the console and a similar message on in a dialog
box after a while. That happens for both applet and the app. System -
Preferences - Sound gives the same result. I tried to force a dpkg-
reconfigure on pulseaudio without any effects.

Trying to restart pulseaudio via /etc/init.d/pulseaudio gives me only:

 * PulseAudio configured for per-user sessions

Sound itself works - even in typical strange applications like flash.
There seems to be a pulseaudio daemon running too:

/usr/bin/dbus-launch --exit-with-session /usr/bin/pulse-session gnome-
session

ProblemType: Bug
Architecture: i386
Date: Sat Oct 17 22:44:56 2009
DistroRelease: Ubuntu 9.10
Package: gnome-media 2.28.1-0ubuntu1
ProcEnviron:
 LANGUAGE=pl_PL.UTF-8
 PATH=(custom, no user)
 LANG=pl_PL.UTF-8
 SHELL=/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: gnome-media
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
volume control applications not starting
https://bugs.launchpad.net/bugs/454247
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 454247] Re: volume control applications not starting

2009-10-17 Thread Stanislaw Pitucha

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

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

-- 
volume control applications not starting
https://bugs.launchpad.net/bugs/454247
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 402767] Re: multisearch add on blocks the functionality of firefox location bar

2009-08-06 Thread Stanislaw Pitucha
Separating the addon into another package ++
Informing the user before he has chance to use the search ++

Also - Feature Freeze is on August 27th, UI Freeze on September 10th. That more 
or less indicates that if nothing is changed during the next 3 weeks, we're 
stuck with what's available now. That's not a lot of time for experiments. Most 
users will not know about this change until betas and won't be able to post 
their own furious comments here ;)
I've seen this already happen with update notification on Jaunty (introduced ~1 
week before FFreeze IIRC). I hope this change will be handled in a better way...

-- 
multisearch add on blocks the functionality of firefox location bar
https://bugs.launchpad.net/bugs/402767
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 403446] [NEW] address bar dropdown doesn't scroll

2009-07-23 Thread Stanislaw Pitucha
Public bug reported:

Binary package hint: firefox-3.0

I'm using 3.0.11 right now (from 9.04 release).

If I start writing some address in the address bar, then press `down`
key to select more entries, the highlighting works properly. But when
there are enough entries to create a long list with a scrollbar,
pressing `down` many times causes the highlight to go below the visible
area. Next entry is selected, but the dropdown box doesn't scroll to
show that entry.

Reproduce:
- type 'w' in the address bar (or something else that results in more 6 entries 
and causes a scrollbar to appear)
- press `down`, until highlighting disappears
- dropdown shold scroll, but doesn't

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
address bar dropdown doesn't scroll
https://bugs.launchpad.net/bugs/403446
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 332945] Re: [Jaunty] Update Notifier icon would provide useful status information

2009-06-14 Thread Stanislaw Pitucha
@Paulo J. S. Silva:
I still don't think that default security update should be a default, because 
you just can't make the effects predictable and you may find out about it when 
it's too late...

But I fully support the icon + a notifications saying click ... to
update your system (just in case someone doesn't know about the icon).
Pop-anywheres / lack of permanent information about the ready updates is
simply insane.

-- 
[Jaunty] Update Notifier icon would provide useful status information
https://bugs.launchpad.net/bugs/332945
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 332945] Re: [Jaunty] Update Notifier icon would provide useful status information

2009-06-13 Thread Stanislaw Pitucha
@Martin:
No - there are two problems with automatic [anything]:
1. I may be using the application that is being upgraded - and may cause it to 
crash / misbehave.
2. An automatic download at the wrong time might be very costly for the user. 
For example on my 3G connection it costs me the same to download the first 3GB 
of data in a month and to download every 60MB after that. That means any 
program starting an update at a random time, may end up costing me a lot of 
real money (without a warning). An openoffice update at a wrong time could 
really hit me.

@Vincenzo Ciancia:
... the popup is not going away unless you make your own fork of ubuntu.
Pidgin was forked for less annoying changes... With ubuntu it's even easier - a 
PPA with a fixed package is enough. If the option of going back to no-popup 
version is disabled in Karmic, I'm definitely making such package - I still 
consider the popup behaviour in whatever form to be broken / a bug.

-- 
[Jaunty] Update Notifier icon would provide useful status information
https://bugs.launchpad.net/bugs/332945
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 364414] Re: crashkernel memory reservation ignored

2009-05-15 Thread Stanislaw Pitucha
Same here. Is there any specific data I should report?

-- 
crashkernel memory reservation ignored
https://bugs.launchpad.net/bugs/364414
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 291612] Re: Multimediakeys crashes on pressing

2009-05-15 Thread Stanislaw Pitucha
The problem is still present in 9.04.

-- 
Multimediakeys crashes on pressing
https://bugs.launchpad.net/bugs/291612
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 332945] Re: [Jaunty] Update Notifier icon would provide useful status information

2009-04-29 Thread Stanislaw Pitucha
@Matthew P. Thomas:
It seems you don't consider people having more than 5 windows open. I'm so used 
to having a large number of windows that a new one will be left unnoticed for a 
long time. I might even think I opened it at some point myself and just started 
doing something else while the update was running, so I'll close it instead of 
updating. Then there are people with (for example) gimp, which takes 4-5 
windows itself.

On the other hand people are used to look at the notification area. It's
almost empty when the system is installed, so anything bright in that
area can be seen as something is different. We look there when a new
message comes in, when the network status changes, etc. Anything that is
different there notifies the user. Even if the update window had a
pulsating window bar, it's not enough for get my attention - many
applications do something in the background and turn on notification -
I'm used to ignoring it. (firefox download window at least)

The icon might get unnoticed in the line of other icons of course, but
let's be serious - one of the screenshots posted here before with 20 or
so icons - it doesn't happen for sane users. If anyone can put that many
icons in their notification are, they are surely aware of the update /
install procedure. You cannot create a crowded notification like that
without putting a lot of effort into it. In short - if you create a
mess, you will live in mess - that's not the reason to change how update
works for everyone else.

Also there's no colour coding... notification was great - yellow - look
at me, red - danger. Reaction to a new window - close. Have you seen
non tech-savvy users working with their computer? They usually don't
care about open dialogs. They sometimes open some window by accident, so
clicking on cancel / close on anything unknown is just something they
are accustomed to. Auto-opening the update dialog will not help them at
all - unless you make the dialog something like a splash screen that
cannot be avoided... in which case it will just annoy even more people.

I really don't agree with your listed steps to upgrade.
First time users may need to read the tooltip, but with the notification bubble 
it will be appearing anyways... It's not just about the number of clicks. I'd 
say it goes more like this:
1. there is a bubble, telling about updates and pointing at the yellow/red 
icon; that means the icon is for updates
2. use the icon to get updates
3. click the button to get updates

With the new system it's:
1. (maybe) Notice a new window bar
2. (in case of us) Think - did I forget to close it after the last upgrade, or 
was I waiting for package list update to finish, or is it notifying me about 
new upgrades / (in case of new users) what the hell is going on - did I do that?
3. decide on the next action and do it

I think the new system has the potential of wasting my time a couple of times 
when I leave the system updating, then get back and wonder what was my last 
action in that window. Was it long ago and should I check for new packages? Did 
it open like that? Etc. The old system might have been longer when you count 
clicks, but the effort to understand what's happening in that case was a lot 
lower.
Clicks is not the only thing you should be looking at. I'd prefer system that 
is nice to me, even if it adds 2-3 more clicks, than something annoyingly 
getting in my way that needs only 1 click.

I'm not sure I can describe my problem more clearly :/

-- 
[Jaunty] Update Notifier icon would provide useful status information
https://bugs.launchpad.net/bugs/332945
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 360086] Re: [9.04]update-notifier not in systray anymore

2009-04-24 Thread Stanislaw Pitucha
*** This bug is a duplicate of bug 332945 ***
https://bugs.launchpad.net/bugs/332945

** This bug has been marked a duplicate of bug 332945
   [Jaunty] Update Notifier icon would provide useful status information

-- 
[9.04]update-notifier not in systray anymore
https://bugs.launchpad.net/bugs/360086
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 332945] Re: [Jaunty] Update Notifier icon would provide useful status information

2009-04-20 Thread Stanislaw Pitucha
a vocal minority?

Take all ubuntu users:
- leave only jaunty testers
- leave only people who actually noticed that anything is wrong
- take away people who don't usually report bugs at all

those people will be a minority for sure and they are vocal, because
they report bug. Everyone commenting on bugs here is a part of a vocal
minority, yet bugs are fixed, right?. This issue is pretty popular on
forums and brainstorm right now, but I haven't seen anyone agreeing that
the change is good so far. Looks like a good approximation of everyone
to me...

-- 
[Jaunty] Update Notifier icon would provide useful status information
https://bugs.launchpad.net/bugs/332945
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 332945] Re: [Jaunty] Update Notifier icon would provide useful status information

2009-04-20 Thread Stanislaw Pitucha
Sorry, I really want to be precise here:
not leave only people who actually noticed that anything is wrong
but leave only people who noticed that there are updates available, but there 
is no update icon

-- 
[Jaunty] Update Notifier icon would provide useful status information
https://bugs.launchpad.net/bugs/332945
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 332945] Re: [Jaunty] Update Notifier icon would provide useful status information

2009-04-20 Thread Stanislaw Pitucha
Now, since it's too late to revert a default gconf value

Really? This is probably the only issue I've seen through the last
couple of releases that affects everyone, in everyday usage scenarios,
was security related (security updates might go unnoticed) and was
disagreed with that much. Maybe I just missed some discussions, but this
is the first one in ~3 years as far as I'm aware. This issue will not
die for the next year or so. After the release the number of duplicates
will just start increasing.

-- 
[Jaunty] Update Notifier icon would provide useful status information
https://bugs.launchpad.net/bugs/332945
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 332945] Re: [Jaunty] Update Notifier icon would provide useful status information

2009-04-20 Thread Stanislaw Pitucha
Auch - just found something nasty...

The bad change (at least according to the changelog):
  * make auto_launch update-manager mode the default (as asked
for by the DX team)
was done / packaged on Mon, 23 Feb 2009 20:47:37 +0100

While feature freeze was on February 19th and UI freeze was on March
5th? Does it mean we've had ~2 weeks (and that was still before the
Beta) to actually notice and object to the change? Isn't that a bit
kafkesque? Or maybe I misunderstand when was the time window when it was
possible to protest?

-- 
[Jaunty] Update Notifier icon would provide useful status information
https://bugs.launchpad.net/bugs/332945
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 332945] Re: [Jaunty] Update Notifier icon would provide useful status information

2009-04-19 Thread Stanislaw Pitucha
I have to add my vote here, because this is a big thing for me. Pop-up/under 
windows are something we were fighting with until 2-3 years ago - please don't 
bring them back in any form.
I'm not sure what the notification overload problem is about. There are exactly 
3 permanent notification on my desktop - IM, music player, battery + some 
temporary ones like updates. These things just belong there. There's no other 
place for them and now devs are suggesting getting rid of those icons. Is there 
a better way to show them? If yes, then why isn't it introduced *before* update 
notification icon is removed. I'm not sure who wants a full window for those 
apps (especially battery status).
Current change is just wrong and not customisable (you can tell people that 
gconf == customisable all you want, but first you will have to tell them what 
gconf does and how to use it). How many people have to mark this regression as 
affects me too before the change gets reverted?
Poping up update notifier is bad (as explained many times above), because users 
don't expect it, will not notice it and will close the window to remove the 
annoyance.

Yeah... affects me too.

-- 
[Jaunty] Update Notifier icon would provide useful status information
https://bugs.launchpad.net/bugs/332945
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 316208] [NEW] Bad warning / info messages in the build scripts

2009-01-11 Thread Stanislaw Pitucha
Public bug reported:

The build script for 2.6.28-4 uses strange messages visible to the user 
(debian/scripts/module-check)
WW: Explicitly asked to ignore failures (probably not good)
EE: Missing modules (start begging for mercy)
II: New modules (you've been busy, wipe the poop off your nose)
II: No new modules (hope you're happy, slacker)

Private comments in the source code are one thing... But I think that
calling people slackers and telling them to wipe poop off their noses
crosses the line a bit. Also, these comments are completely useless.
Please remove them.

** Affects: linux-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Bad warning / info messages in the build scripts
https://bugs.launchpad.net/bugs/316208
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 295141] Re: multimedia keys work as if pressed all the time

2008-12-25 Thread Stanislaw Pitucha
Possible duplicate: bug#291612
The behaviour after pressing a volume key seems the same for me - also after 
migrating to 8.10

-- 
multimedia keys work as if pressed all the time
https://bugs.launchpad.net/bugs/295141
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 288332] Re: Impossible to change synaptics touchpad settings

2008-12-25 Thread Stanislaw Pitucha
I'm affected too.
I fixed it manually by uncommenting the InputDevice/synaptics section in 
xorg.conf, but the general problem still remains.

-- 
Impossible to change synaptics touchpad settings
https://bugs.launchpad.net/bugs/288332
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 295141] Re: multimedia keys work as if pressed all the time

2008-11-09 Thread Stanislaw Pitucha
Attaching most of the logs from the troubleshooting site - testing
lower volume button all the time:

`lshal -m` - nothing is displayed
`acpid stop` - no change
`hotkey-setup stop` - keyboard stops working under X completely
`acpi_listen` - nothing is displayed
`sudo input-events 1` - doesn't print anything for input/event1 (keyboard)
`show-key -s` - 0xe0 0x2e reported once for each press in the console
switching to text console and back to X resets the pressed button state

xev seems to indicate something - keycode 122 ... , state = 0xd keeps
repeating until I switch to console and back again:

xev | sed -n 's/^.*state \([0-9].*\), keycode *\([0-9]\+\) *\(.*\), .*$/keycode 
\2 = \3, state = \1/p'
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0x5
keycode 64 = (keysym 0xffe9, Alt_L), state = 0x5
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0xd
keycode 67 = (keysym 0x1008fe01, XF86_Switch_VT_1), state = 0xd
keycode 37 = (keysym 0xffe3, Control_L), state = 0xd
keycode 50 = (keysym 0xffe1, Shift_L), state = 0x9
keycode 64 = (keysym 0xffe9, Alt_L), state = 0x8
keycode 122 = (keysym 0x1008ff11, XF86AudioLowerVolume), state = 0x0

If that still doesn't explain the problem, I'll try the longer tests...
(kernel  killing X)

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/19513472/dmesg.log

-- 
multimedia keys work as if pressed all the time
https://bugs.launchpad.net/bugs/295141
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 295141] Re: multimedia keys work as if pressed all the time

2008-11-09 Thread Stanislaw Pitucha

** Attachment added: lsinput.log
   http://launchpadlibrarian.net/19513477/lsinput.log

-- 
multimedia keys work as if pressed all the time
https://bugs.launchpad.net/bugs/295141
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 295141] Re: multimedia keys work as if pressed all the time

2008-11-09 Thread Stanislaw Pitucha

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/19513481/xkbcomp.txt

-- 
multimedia keys work as if pressed all the time
https://bugs.launchpad.net/bugs/295141
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 295141] Re: multimedia keys work as if pressed all the time

2008-11-09 Thread Stanislaw Pitucha

** Attachment added: xkbmap.txt
   http://launchpadlibrarian.net/19513486/xkbmap.txt

-- 
multimedia keys work as if pressed all the time
https://bugs.launchpad.net/bugs/295141
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 295141] [NEW] multimedia keys work as if pressed all the time

2008-11-07 Thread Stanislaw Pitucha
Public bug reported:

Same system worked without problems since edgy until hardy. After upgrade to 
ibex, I can't use multimedia keys reliably.
After pressing volume down for example (fn+f6 == XF86AudioLowerVolume in 
shortcuts configuartor), action doesn't stop as if I was holding the button all 
the time. Switching to text console and to gnome again helps.
Just after pressing the special key, all other keys stop working (or get some 
different meaning - for example as if ctrl was pressed) and mouse doesn't focus 
other windows correctly.

Are there any details I can add here to help debug it.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
multimedia keys work as if pressed all the time
https://bugs.launchpad.net/bugs/295141
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 62961] Re: Starting a network interface issues a mountnfs regardless if the network interface has any associated nfs mounts

2008-11-07 Thread Stanislaw Pitucha
In Ibex, boot process stops on a similar problem too. It happens in 
`/etc/network/if-up.d/mountnfs` even though I don't have any nfs entries there 
and no `/etc/exports` file...
It stops on wlan0, every time I don't have any wireless network available 
during bootup.

-- 
Starting a network interface issues a mountnfs regardless if the network 
interface has any associated nfs mounts
https://bugs.launchpad.net/bugs/62961
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 216826] [NEW] No audio after turning on pulseaudio

2008-04-13 Thread Stanislaw Pitucha
Public bug reported:

Trying this config in ubuntu-hardy (up to date as of 13.04.2008):
In system-pref.-audio music/movies = pulse audio
In gstreamer-properties output and input are set to pulseaudio
Result = rhythmbox doesn't start playing any file (unknown error in 
properties).

When I switch system-pref.-audio music/movies = alsa and leave
gstreamer set to pulseaudio everything works again.

I think that's a bug in gstreamer, but launchpad doesn't let me fill
this report there - gstreamer does not exist in Ubuntu.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
No audio after turning on pulseaudio
https://bugs.launchpad.net/bugs/216826
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 69409] Re: Problems with weka

2008-03-25 Thread Stanislaw Pitucha
That was 1,5 year ago, I don't use weka anymore... No idea if it's
possible to reproduce in gusty, or higher.

-- 
Problems with weka
https://bugs.launchpad.net/bugs/69409
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 92742] Re: RT2500-based wireless G network card cannot be set or reset on 2.6.20-11

2007-07-25 Thread Stanislaw Pitucha
I've found by accident how to fix that - if security mode is 'restricted' and 
key is set, then running:
iwconfig ra0 key off
iwconfig ra0 key [1] (or something else - just setting key back)
switches card back to security mode 'open' and it associates with ap - link 
quality and everything else gets back to normal! Hope it works for others too.

-- 
RT2500-based wireless G network card cannot be set or reset on 2.6.20-11
https://bugs.launchpad.net/bugs/92742
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


  1   2   >