[Bug 2063557] Re: After upgrading to Ubuntu 24.04, login screen shows "Ubuntu 23.10"

2024-09-03 Thread Esteban Adrián Pérez
My humble contribution, for all those who have that annoying condition
of wanting everything well :-)

Just replace the file in /usr/share/unity-greeter with it (use sudo)

** Attachment added: "logo.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/2063557/+attachment/5813113/+files/logo.png

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

Title:
  After upgrading to Ubuntu 24.04, login screen shows "Ubuntu 23.10"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/2063557/+subscriptions


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

[Bug 2062951] Re: Random flickering with Intel i915 (Gen9 GPUs) on Linux 6.8 (Ubuntu 24.04)

2024-06-21 Thread Adrián Flotte
Disabling "C states" in the BIOS works in my case, Idk how power
consumption is affected for users who need greater battery life. (I
don't use battery)...

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

Title:
  Random flickering with Intel i915 (Gen9 GPUs) on Linux 6.8 (Ubuntu
  24.04)

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


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

[Bug 2062951] Re: Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)

2024-06-11 Thread Adrián Flotte
info regarding bug 2046315

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

Title:
  Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)

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


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

[Bug 1969939] Re: puppet 5 package incompatible with ruby 3 / ubuntu 22.04

2022-05-06 Thread Adrián Pablo José Sedoski Croce
Hi Lucas! Here's the output of puppet agent --test --verbose --debug,
near the error messages. puppet agent does exit with 0 and otherwise
does the run properly (my test was to delete one of the symlinks I have
in my node specification and it is correctly recreated). I'll try to
build a new container to test this further, as I only have the one Jammy
container and it was already fully configured (FWIW, when I only hand-
applied the fix for the symlink function -- Puppet::FileSystem::symlink
IIRC -- it didn't throw these errors).

Thanks for the follow-up!

** Attachment added: "puppet agent ---test --verbose --debug output"
   
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1969939/+attachment/5587463/+files/puppet-agent-test-verbose-debug.txt

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

Title:
  puppet 5 package incompatible with ruby 3 / ubuntu 22.04

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


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

[Bug 1969939] Re: puppet 5 package incompatible with ruby 3 / ubuntu 22.04

2022-05-06 Thread Adrián Pablo José Sedoski Croce
Can confirm the package solves this issue. When running puppet agent
--test I now have other error messages like this:

Error: /File[/var/cache/puppet/facts.d]: Failed to generate additional 
resources using 'eval_generate': undefined method `to_sym' for nil:NilClass
Error: /File[/var/cache/puppet/facts.d]: Could not evaluate: Could not retrieve 
information from environment production source(s) puppet:///pluginfacts

(and same with some modules I'm using from puppet forge)

but the agent finishes its run.

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

Title:
  puppet 5 package incompatible with ruby 3 / ubuntu 22.04

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


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

[Bug 1968203] Re: Setting a symbolic link via puppet doesn't work on Ubuntu22

2022-04-24 Thread Adrián Pablo José Sedoski Croce
The problem is that puppet is not yet compatible with Ruby >= 3.0 (what
Ubuntu 22.04 uses). I have the same problem, and this upstream patch
fixes it:

https://github.com/puppetlabs/puppet/commit/6af09225b3b962547a2564a9d34ccd6832e60558?diff=unified

(The patch touches multiple files, but the file in question for this
problem is lib/puppet/file_system/file_impl.rb). That said, it might
probably be a good idea to apply the entire pull request
(https://github.com/puppetlabs/puppet/pull/8179), not just this patch.

Note this discussion in Debian, where they will wait for a Ruby 3.x
compatible version for Bookworm: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=1009643 (and which got me on the right track,
although the solution is wrong).

PD: I've isolated the patch for the symlink issue and attatched it to
this message

PPD: Full upstream patch as a unified diff:
https://github.com/puppetlabs/puppet/commit/6af09225b3b962547a2564a9d34ccd6832e60558.patch

PPPD: Any resolution for jammy should also be backported to focal, as
the lack of this/these patches generate a prodigious amount of ruby
warnings when running puppet agent --test ...

** Bug watch added: Debian Bug tracker #1009643
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009643

** Patch added: "Cropped version of upstream commit 
6af09225b3b962547a2564a9d34ccd6832e60558 to fix symlink creation"
   
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1968203/+attachment/5583141/+files/fix-symlink-creation-with-ruby3.patch

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

Title:
  Setting a symbolic link via puppet doesn't work on Ubuntu22

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


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

[Bug 1844001] [NEW] error to install

2019-09-14 Thread Adrián Jiménez Flores
Public bug reported:

When trying to install the operating system, I get an error message, it
says that it may be because there is an error in the installation disk,
or an error in the laptop's hard disk. The latter is more likely since I
had problems with linux mint and I needed to change the operating
system.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.12
ProcVersionSignature: Ubuntu 5.0.0-23.24~18.04.1-generic 5.0.15
Uname: Linux 5.0.0-23-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Sat Sep 14 17:47:58 2019
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 LANGUAGE=es_ES.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_ES.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.12 ubuntu

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

Title:
  error to install

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

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

[Bug 1104476] Re: Network manager cannot connect to WPA2/PEAP/MSCHAPv2 enterprise wifi networks without CA_Certificate, like Eduroam

2018-09-19 Thread Adrián Arroyo Calle
@jarurote check this bug https://bugs.launchpad.net/ubuntu/+source
/network-manager/+bug/1748839

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

Title:
  Network manager cannot connect to WPA2/PEAP/MSCHAPv2 enterprise wifi
  networks without CA_Certificate, like Eduroam

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

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

Re: [Bug 1783975] Re: I was installing Ubuntu 18.04.1 on my computer with UEFI bios. Windows 10 already installed in the same disk working with GPT and UEFI

2018-07-27 Thread Adrián Negro
I solved it, but there is something wrong... Grub lasts so much for booting
ubuntu...

El vie., 27 jul. 2018 a las 15:02, Adrián Negro Pérez ()
escribió:

> I had initially a full instalation of Windows 10, with the UEFI partition
> in FAT32. Then I deleted a 700 GB partition in the right area of the disk
> that i used as data partition for installing Ubuntu which i flashed with
> Rufus.
> I ended up reformating all the disk and deleting windows for a future
> fresh install(and then a grub repair), but using legacy mode. I ended up
> with the system installed but when i try to boot Ubuntu, it says "error:
> attempting to write outside "hd0".
> Im trying now to install it with the updated BIOS F2j from here:
> http://es.gigabyte.com/products/page/mb/ga-970a-ds3prev_10/#support-dl
> Long ago i installed Ubuntu and solved this error but i dont find it
> anymore. It was something about AHCI drives and modify a grub line...
>
> El vie., 27 jul. 2018 a las 14:40, Jean-Baptiste Lallement (<
> jean-baptiste.lallem...@ubuntu.com>) escribió:
>
>> Thanks for your report.
>>
>> which method did you use to repartition your disk to install Ubuntu?
>>
>> Thanks.
>>
>> ** Changed in: grub-installer (Ubuntu)
>>Status: New => Incomplete
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1783975
>>
>> Title:
>>   I was installing Ubuntu 18.04.1 on my computer with UEFI bios. Windows
>>   10 already installed in the same disk working with GPT and UEFI
>>
>> Status in grub-installer package in Ubuntu:
>>   Incomplete
>>
>> Bug description:
>>   sda WD disk 5200 rpm
>>   sda1 512GB NTFS
>>
>>   sdb Seafate barracuda 7200rpm 1TB GRUB HERE
>>   sda1 200GB NTFS
>>   sda2 500MB fat32
>>   sda3 extended
>>   sda5 500MB /boot ext4
>>   sda6 200GB / ext4
>>   sda7 8GB swap
>>   sda8 500GB /home ext4
>>
>>   AMD FX-6300 4.2GHz
>>   Gigabyte GA-970A-ds3p Ver. 1
>>   16 GB RAM DDR3 1600MHz
>>   GTX 950 2GB
>>
>>   ProblemType: Bug
>>   DistroRelease: Ubuntu 18.04
>>   Package: ubiquity 18.04.14.6 [modified:
>> lib/partman/automatically_partition/question]
>>   ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
>>   Uname: Linux 4.15.0-29-generic x86_64
>>   ApportVersion: 2.20.9-0ubuntu7.2
>>   Architecture: amd64
>>   CasperVersion: 1.394
>>   CurrentDesktop: ubuntu:GNOME
>>   Date: Fri Jul 27 12:37:59 2018
>>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz
>> file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
>>   LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64
>> (20180725)
>>   ProcEnviron:
>>LANGUAGE=es_ES.UTF-8
>>PATH=(custom, no user)
>>XDG_RUNTIME_DIR=
>>LANG=es_ES.UTF-8
>>LC_NUMERIC=C.UTF-8
>>   SourcePackage: grub-installer
>>   UpgradeStatus: No upgrade log present (probably fresh install)
>>
>> To manage notifications about this bug go to:
>>
>> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1783975/+subscriptions
>>
>

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

Title:
  I was installing Ubuntu 18.04.1 on my computer with UEFI bios. Windows
  10 already installed in the same disk working with GPT and UEFI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1783975/+subscriptions

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

Re: [Bug 1783975] Re: I was installing Ubuntu 18.04.1 on my computer with UEFI bios. Windows 10 already installed in the same disk working with GPT and UEFI

2018-07-27 Thread Adrián Negro
I had initially a full instalation of Windows 10, with the UEFI partition
in FAT32. Then I deleted a 700 GB partition in the right area of the disk
that i used as data partition for installing Ubuntu which i flashed with
Rufus.
I ended up reformating all the disk and deleting windows for a future fresh
install(and then a grub repair), but using legacy mode. I ended up with the
system installed but when i try to boot Ubuntu, it says "error: attempting
to write outside "hd0".
Im trying now to install it with the updated BIOS F2j from here:
http://es.gigabyte.com/products/page/mb/ga-970a-ds3prev_10/#support-dl
Long ago i installed Ubuntu and solved this error but i dont find it
anymore. It was something about AHCI drives and modify a grub line...

El vie., 27 jul. 2018 a las 14:40, Jean-Baptiste Lallement (<
jean-baptiste.lallem...@ubuntu.com>) escribió:

> Thanks for your report.
>
> which method did you use to repartition your disk to install Ubuntu?
>
> Thanks.
>
> ** Changed in: grub-installer (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1783975
>
> Title:
>   I was installing Ubuntu 18.04.1 on my computer with UEFI bios. Windows
>   10 already installed in the same disk working with GPT and UEFI
>
> Status in grub-installer package in Ubuntu:
>   Incomplete
>
> Bug description:
>   sda WD disk 5200 rpm
>   sda1 512GB NTFS
>
>   sdb Seafate barracuda 7200rpm 1TB GRUB HERE
>   sda1 200GB NTFS
>   sda2 500MB fat32
>   sda3 extended
>   sda5 500MB /boot ext4
>   sda6 200GB / ext4
>   sda7 8GB swap
>   sda8 500GB /home ext4
>
>   AMD FX-6300 4.2GHz
>   Gigabyte GA-970A-ds3p Ver. 1
>   16 GB RAM DDR3 1600MHz
>   GTX 950 2GB
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: ubiquity 18.04.14.6 [modified:
> lib/partman/automatically_partition/question]
>   ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
>   Uname: Linux 4.15.0-29-generic x86_64
>   ApportVersion: 2.20.9-0ubuntu7.2
>   Architecture: amd64
>   CasperVersion: 1.394
>   CurrentDesktop: ubuntu:GNOME
>   Date: Fri Jul 27 12:37:59 2018
>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz
> file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
>   LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64
> (20180725)
>   ProcEnviron:
>LANGUAGE=es_ES.UTF-8
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=es_ES.UTF-8
>LC_NUMERIC=C.UTF-8
>   SourcePackage: grub-installer
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1783975/+subscriptions
>

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

Title:
  I was installing Ubuntu 18.04.1 on my computer with UEFI bios. Windows
  10 already installed in the same disk working with GPT and UEFI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1783975/+subscriptions

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

[Bug 1783975] [NEW] I was installing Ubuntu 18.04.1 on my computer with UEFI bios. Windows 10 already installed in the same disk working with GPT and UEFI

2018-07-27 Thread Adrián Negro
Public bug reported:

sda WD disk 5200 rpm
sda1 512GB NTFS

sdb Seafate barracuda 7200rpm 1TB GRUB HERE
sda1 200GB NTFS
sda2 500MB fat32
sda3 extended
sda5 500MB /boot ext4
sda6 200GB / ext4
sda7 8GB swap
sda8 500GB /home ext4

AMD FX-6300 4.2GHz
Gigabyte GA-970A-ds3p Ver. 1
16 GB RAM DDR3 1600MHz
GTX 950 2GB

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Fri Jul 27 12:37:59 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 LANGUAGE=es_ES.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_ES.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 ubuntu

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

Title:
  I was installing Ubuntu 18.04.1 on my computer with UEFI bios. Windows
  10 already installed in the same disk working with GPT and UEFI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1783975/+subscriptions

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

[Bug 1767206] [NEW] package libreoffice-common (not installed) failed to install/upgrade: intentando sobreescribir `/usr/bin/soffice', que está también en el paquete openoffice-debian-menus 4.1.5-9789

2018-04-26 Thread Adrián Vargas
Public bug reported:

I have OpenOffice installed. Maybe this is the origin of the problem.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libreoffice-common (not installed)
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
Date: Thu Apr 26 16:12:28 2018
ErrorMessage: intentando sobreescribir `/usr/bin/soffice', que está también en 
el paquete openoffice-debian-menus 4.1.5-9789
InstallationDate: Installed on 2018-03-30 (27 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: libreoffice
Title: package libreoffice-common (not installed) failed to install/upgrade: 
intentando sobreescribir `/usr/bin/soffice', que está también en el paquete 
openoffice-debian-menus 4.1.5-9789
UpgradeStatus: Upgraded to bionic on 2018-04-26 (0 days ago)

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


** Tags: amd64 apport-package bionic

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

Title:
  package libreoffice-common (not installed) failed to install/upgrade:
  intentando sobreescribir `/usr/bin/soffice', que está también en el
  paquete openoffice-debian-menus 4.1.5-9789

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

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

[Bug 1613158] Re: Booting with Nvidia GTX 970 hangs with an orange/corrupt screen in kernels 4.8-4.11 (but works with 4.4.0)

2017-04-30 Thread Víctor Adrián de la Cruz Serrano
This is happening to me too on released 17.04 64bit. Also with a GTX
970.

16.04 worked just fine.

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

Title:
  Booting with Nvidia GTX 970 hangs with an orange/corrupt screen in
  kernels 4.8-4.11 (but works with 4.4.0)

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

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


[Bug 1664144] Re: usb-creator-gtk crashes on start: invalid start byte

2017-02-13 Thread Adrián Alcolea Moreno
Here is the lo you asked for

** Attachment added: "usb-creator.log"
   
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1664144/+attachment/4818262/+files/usb-creator.log

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

Title:
  usb-creator-gtk crashes on start:  invalid start byte

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1664144/+subscriptions

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


[Bug 1664144] [NEW] usb-creator-gtk crashes on start: invalid start byte

2017-02-13 Thread Adrián Alcolea Moreno
Public bug reported:

usb-creator-gtk crashes on start with the message:

An unhandled exception occurred:
'utf-8' codec can't decode byte 0xa5 in position 0: invalid start byte

My ubuntu version is trusty, and I alredy tried:

sudo apt-get purge usb-creator-gtk 
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get upgrade
sudo apt-get update
sudo apt-get install usb-creator-gtk

Still the same.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: bot-comment

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

Title:
  usb-creator-gtk crashes on start:  invalid start byte

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

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


[Bug 1131571] Re: Nautilus properties window "Content" number continuously counting

2016-12-29 Thread Víctor Adrián de la Cruz Serrano
Still happening in 16.04.

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

Title:
  Nautilus properties window "Content" number continuously counting

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

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


[Bug 1131571] Re: Nautilus properties window "Content" number continuously counting

2016-12-29 Thread Víctor Adrián de la Cruz Serrano
And, to tell the truth it's been a long time issue for me, but never
occurred to me to google it until today.

I'm a developer and I have this happening in project folders that have
lots of files. How many files do you ask? That's what I'd like to know.

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

Title:
  Nautilus properties window "Content" number continuously counting

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

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


[Bug 1544627] Re: systemd-udevd crashed with SIGABRT in __open_nocancel()

2016-10-22 Thread Víctor Adrián de la Cruz Serrano
Oh yeah, it started crashing exactly after I wrote the new Ubuntu 16.10
to an USB.

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

Title:
  systemd-udevd crashed with SIGABRT in __open_nocancel()

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

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


[Bug 1410283] [NEW] nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module failed to build

2015-01-13 Thread Esteban Adrián Pérez
Public bug reported:

Just start automatic update...

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331-uvm 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-44-generic
Date: Tue Jan 13 10:36:31 2015
InstallationDate: Installed on 2012-05-04 (983 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
PackageVersion: 331.113-0ubuntu0.0.4
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module failed 
to build
UpgradeStatus: Upgraded to trusty on 2014-08-20 (145 days ago)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages trusty

** Attachment added: "nvidia-331-uvm.0.crash"
   
https://bugs.launchpad.net/bugs/1410283/+attachment/4297417/+files/nvidia-331-uvm.0.crash

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module
  failed to build

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

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


[Bug 1373060] [NEW] Can't install it.

2014-09-23 Thread Adrián
Public bug reported:

When i try to install it in my VirtualBox, while it's installing it
stops with no reason, saying that there is a bug.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.8
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic i686
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: i386
CasperVersion: 1.340
Date: Tue Sep 23 19:59:54 2014
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
ProcEnviron:
 LANGUAGE=es_ES.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_ES.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty ubiquity-2.18.8 ubuntu

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

Title:
  Can't install it.

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

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


[Bug 804735] Re: n entr[Natty] Tilda does not start automatically although it is an entry in the »Startup Applications Preferences« dialog

2014-09-03 Thread Adrián Ríos
I fixed the problem deleting config folder on "~/.config/tilda" (on
Ubuntu) and then re configuring it with command "tilda -C"

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

Title:
  n entr[Natty] Tilda does not start automatically although it is an
  entry in the »Startup Applications Preferences« dialog

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

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

[Bug 823802] Re: [Natty] Tilda does allow me to select F12 as pulldown key

2014-09-03 Thread Adrián Ríos
I fixed the problem deleting config folder on "~/.config/tilda" (on
Ubuntu) and then re configuring it with command "tilda -C"

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

Title:
  [Natty] Tilda does allow me to select F12 as pulldown key

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

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


[Bug 1361686] Re: PackageKit Daemon crash when I install using pkcon a IPK package

2014-08-26 Thread Adrián Arroyo Calle
I've made a little change and now it shows another error. I've changed
Version: 1.1 to 1.2 in the pkoptions file and it doesn't crash but says
the following:

Error fatal: Framework Xorg XServer and applications is not installed!
Please make it available to continue

but I'm using the default Unity desktop and I have X11 installed.

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

Title:
  PackageKit Daemon crash when I install using pkcon a IPK package

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

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


[Bug 1361686] [NEW] PackageKit Daemon crash when I install using pkcon a IPK package

2014-08-26 Thread Adrián Arroyo Calle
Public bug reported:

PackageKit Daemon crash when I tried to install a IPK package using:

sudo pkcon install-local PACKAGE.ipk

Ubuntu 14.04
PackageKit release: 0.8.12-1ubuntu5

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: packagekit 0.8.12-1ubuntu5
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic i686
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: i386
CurrentDesktop: Unity
Date: Tue Aug 26 07:24:22 2014
InstallationDate: Installed on 2014-04-19 (129 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
SourcePackage: packagekit
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 third-party-packages trusty

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

Title:
  PackageKit Daemon crash when I install using pkcon a IPK package

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

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


[Bug 1007423] Re: ibus won't turn 'on' when in certain programs

2014-08-01 Thread Adrián Jiménez
I hope that this comment helps someone else, but I was having similar
problems with ibus while using Firefox. Although I could input text
using ibus, I could not right-click or access any of the menus (File,
Edit, etc) while ibus was active.

I tried reinstalling ibus and changing the input method in the language
settings, but the problem remained. However, when I installed the re-
packaged ibus in the ~wasta-linux ppa as mentioned by Rik Shaw, ibus
works perfectly with Firefox now. Thank you.

I am running Linux Mint 13 (maya) 64-bit and Firefox 31.0.

Feel free to move this comment if it seems that it is in the wrong
place, as I am fairly new to posting.

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

Title:
  ibus won't turn 'on' when in certain programs

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

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


[Bug 1094112] Re: .pc file is missing in precise

2013-10-06 Thread Adrián Arroyo Calle
Yes, I can also confirm this.

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

Title:
  .pc file is missing in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sdl-ttf2.0/+bug/1094112/+subscriptions

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


[Bug 415667] Re: libx11-data: compose ellipsis problem

2013-07-04 Thread Adrián Chaves Fernández
I’m suffering this issue in Kubuntu 13.04 with KDE applications; has it
ever been fixed for those? (Writting this message I’ve just found out
that it works on Firefox… ← That’s the proof)

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

Title:
  libx11-data: compose ellipsis problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/415667/+subscriptions

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

[Bug 1094218] Re: lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No child processes (called by teamviewerd)

2013-05-16 Thread Esteban Adrián Pérez
#39 works for me...
Thanks!

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

Title:
  lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No
  child processes (called by teamviewerd)

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

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


[Bug 1166514] Re: firefox --version → GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2013-04-26 Thread Adrián Ríos
*** This bug is a duplicate of bug 1160569 ***
https://bugs.launchpad.net/bugs/1160569

first excuse my english ;)

a temp solution is  set the owner of /home/adridev/.gnome2/accels
directory to your user name with

$ sudo chown -R [username] ~/.gnome2/accels


or tofull home directory  with 

$ sudo chown -R [username] ~/

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

Title:
  firefox --version → GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

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

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

[Bug 1164333] [NEW] Publish Mozilla Firefox 20

2013-04-04 Thread Adrián Arroyo Calle
Public bug reported:

Mozilla has updated Firefox to 20. New private browsing and new download
UI. Actually Firefox 20 isn't published. Please publish Firefox 20.
Ubuntu Mozilla Security Team now has Firefox 20 but official repos not.

** Affects: firefox (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/1164333

Title:
  Publish Mozilla Firefox 20

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

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


[Bug 1161809] [NEW] uuid-dev package fail to link on Raring Ringtail

2013-03-29 Thread Adrián Arroyo Calle
Public bug reported:

I try to use libuuid and I install uuid-dev package. In my computer with Ubuntu 
12.04 LTS works fine and in Launchpad builders works in Precise and Quantal, 
but in Raring (i386, amd64 and armhf) I get an strange error. I think that is a 
bug because the error doesn`t appear in older versions.
Error:

Linking CXX executable AZPAZETA_JUNO
/usr/bin/ld: CMakeFiles/AZPAZETA_JUNO.dir/src/pathfinder/pathfinder.cpp.o: 
undefined reference to symbol 'uuid_generate_random@@UUID_1.0'
/usr/bin/ld: note: 'uuid_generate_random@@UUID_1.0' is defined in DSO 
/lib/i386-linux-gnu/libuuid.so.1 so try adding it to the linker command line
/lib/i386-linux-gnu/libuuid.so.1: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status

The full log is here: https://launchpadlibrarian.net/135549121
/buildlog_ubuntu-
raring-i386.azpazeta_2.0.0.0-0~36~raring1_FAILEDTOBUILD.txt.gz

** Affects: util-linux (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/1161809

Title:
  uuid-dev package fail to link on Raring Ringtail

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

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


[Bug 1136205] [NEW] CMake don't find libvlc-dev in Raring ARMHF

2013-02-28 Thread Adrián Arroyo Calle
Public bug reported:

I use autobuilds in Launchpad and CMake. All the builds are good but
exactly Raring gets a error with libvlc-dev:

https://launchpad.net/~divel/+archive/azpazeta/+build/4334214/+files
/buildlog_ubuntu-raring-
armhf.azpazeta_2.0.0.0-0%7E17%7Eraring1_FAILEDTOBUILD.txt.gz

But other builds in Oneiric, Precise and Quantal works.

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


** Tags: multiarch raring

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

Title:
  CMake don't find libvlc-dev in Raring ARMHF

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

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


[Bug 1067057] Re: System startup does not appear in the "Ubuntu logo".

2012-10-17 Thread Adrián
I did not do anything, just installed the updates.

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

Title:
  System startup does not appear in the "Ubuntu logo".

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

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


[Bug 1067057] [NEW] System startup does not appear in the "Ubuntu logo".

2012-10-15 Thread Adrián
Public bug reported:

When you need to display the "Ubuntu logo", the monitor will turn itself
off, then again turn on after some time.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: plymouth 0.8.4-0ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
CurrentDmesg:
 
Date: Mon Oct 15 22:06:56 2012
DefaultPlymouth: /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20120926)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: ASUSTek Computer Inc. K8N
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=e8b5c9a0-2236-4e45-bb44-6a03f7236eae ro quiet splash vt.handoff=7
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
ProcFB:
 0 radeondrmfb
 1 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=e8b5c9a0-2236-4e45-bb44-6a03f7236eae ro quiet splash vt.handoff=7
SourcePackage: plymouth
TextPlymouth: /lib/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/16/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1011.005
dmi.board.name: 'K8N'
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1011.005:bd02/16/2006:svnASUSTekComputerInc.:pnK8N:pvrSystemVersion:rvnASUSTeKComputerINC.:rn'K8N':rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: K8N
dmi.product.version: System Version
dmi.sys.vendor: ASUSTek Computer Inc.

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  System startup does not appear in the "Ubuntu logo".

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

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


[Bug 1051056] Re: gnome-settings-daemon crashed with signal 5

2012-09-14 Thread Adrián
** Visibility changed to: Public

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

Title:
  gnome-settings-daemon crashed with signal 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1051056/+subscriptions

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


[Bug 1049628] Re: Thunderbird icon disappeared the indicator-messages!

2012-09-12 Thread Adrián
Started Thunderbird and appeared in the messaging menu.

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

Title:
  Thunderbird icon disappeared the indicator-messages!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1049628/+subscriptions

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


[Bug 1049628] Re: Thunderbird icon disappeared the indicator-messages!

2012-09-12 Thread Adrián
** Attachment added: "Screenshot from 2012-09-12 13:32:36.png"
   
https://bugs.launchpad.net/bugs/1049628/+attachment/3309591/+files/Screenshot%20from%202012-09-12%2013%3A32%3A36.png

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

Title:
  Thunderbird icon disappeared the indicator-messages!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1049628/+subscriptions

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


[Bug 1049628] [NEW] Thunderbird icon disappeared the indicator-messages!

2012-09-12 Thread Adrián
Public bug reported:

See attached screenshot:

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: indicator-messages 12.10.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-14.16-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
Date: Wed Sep 12 13:30:39 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120905.2)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: indicator-messages
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Thunderbird icon disappeared the indicator-messages!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1049628/+subscriptions

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


[Bug 1045796] Re: VLC window and launcher flickers!

2012-09-04 Thread Adrián
** Description changed:

  When the error comes up, the computer is stalling and Xorg uses 50-70% of CPU!
  To reproduce:
- 1) Open VLC media player.
- 2) Click "Show playlist" button.
+ 1) Open / Close Dash.
+ 2) Open VLC media player.
+ 3) Click "Show playlist" button.
  Now the window starts to flicker.
  
  Attached is a video:
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: amd64
  Date: Tue Sep  4 12:45:47 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  GraphicsCard:
-  Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
-Subsystem: PC Partner Limited Device [174b:0200]
-Subsystem: PC Partner Limited Device [174b:0201]
+  Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
+    Subsystem: PC Partner Limited Device [174b:0200]
+    Subsystem: PC Partner Limited Device [174b:0201]
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
  Lsusb:
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
-  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: ASUSTek Computer Inc. K8N
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=9ecbf9c4-5908-44bc-b329-494d0acd6b58 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/16/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1011.005
  dmi.board.name: 'K8N'
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1011.005:bd02/16/2006:svnASUSTekComputerInc.:pnK8N:pvrSystemVersion:rvnASUSTeKComputerINC.:rn'K8N':rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: K8N
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTek Computer Inc.
  version.compiz: compiz 1:0.9.8.0-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.38-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.1-4~ubuntu1

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

Title:
  VLC window and launcher flickers!

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

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

[Bug 1045823] Re: chromium-browser crashed with SIGSEGV in g_slice_alloc()

2012-09-04 Thread Adrián
** Visibility changed to: Public

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

Title:
  chromium-browser crashed with SIGSEGV in g_slice_alloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1045823/+subscriptions

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


[Bug 1045796] Re: VLC window and launcher flickers!

2012-09-04 Thread Adrián
** Attachment added: "Videó0216.avi"
   
https://bugs.launchpad.net/bugs/1045796/+attachment/3292070/+files/Vide%C3%B30216.avi

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

Title:
  VLC window and launcher flickers!

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

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

[Bug 1045796] [NEW] VLC window and launcher flickers!

2012-09-04 Thread Adrián
Public bug reported:

When the error comes up, the computer is stalling and Xorg uses 50-70% of CPU!
To reproduce:
1) Open VLC media player.
2) Click "Show playlist" button.
Now the window starts to flicker.

Attached is a video:

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
Uname: Linux 3.5.0-13-generic x86_64
ApportVersion: 2.5.1-0ubuntu4
Architecture: amd64
Date: Tue Sep  4 12:45:47 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited Device [174b:0200]
   Subsystem: PC Partner Limited Device [174b:0201]
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: ASUSTek Computer Inc. K8N
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=9ecbf9c4-5908-44bc-b329-494d0acd6b58 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/16/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1011.005
dmi.board.name: 'K8N'
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1011.005:bd02/16/2006:svnASUSTekComputerInc.:pnK8N:pvrSystemVersion:rvnASUSTeKComputerINC.:rn'K8N':rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: K8N
dmi.product.version: System Version
dmi.sys.vendor: ASUSTek Computer Inc.
version.compiz: compiz 1:0.9.8.0-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.38-0ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.1-4~ubuntu1

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


** Tags: amd64 apport-bug quantal running-unity ubuntu

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

Title:
  VLC window and launcher flickers!

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

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


[Bug 1044676] Re: Launcher does not appear!

2012-09-03 Thread Adrián
If you log out and log in again, then there is no bug.

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

Title:
  Launcher does not appear!

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

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


[Bug 1044676] [NEW] Launcher does not appear!

2012-09-01 Thread Adrián
Public bug reported:

Steps to reproduce:
1) Open compizconfig Settings Manager
2) Disable "Fading Windows (or any)" plugin.

What will happen:
The launcher does not appear.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: compiz 1:0.9.8.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
Uname: Linux 3.5.0-13-generic x86_64
ApportVersion: 2.5.1-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CurrentDmesg:
 [  111.759463] audit_printk_skb: 24 callbacks suppressed
 [  111.759471] type=1701 audit(1346493675.986:20): auid=4294967295 uid=1000 
gid=1000 ses=4294967295 pid=2062 comm="chrome" reason="seccomp" sig=0 syscall=2 
compat=0 ip=0x7f7d65b03d90 code=0x5
 [  111.759498] type=1701 audit(1346493675.986:21): auid=4294967295 uid=1000 
gid=1000 ses=4294967295 pid=2062 comm="chrome" reason="seccomp" sig=0 syscall=2 
compat=0 ip=0x7f7d65b03d90 code=0x5
 [  111.789140] type=1701 audit(1346493676.014:22): auid=4294967295 uid=1000 
gid=1000 ses=4294967295 pid=2068 comm="chrome" reason="seccomp" sig=0 
syscall=59 compat=0 ip=0x7f7d65add307 code=0x5
Date: Sat Sep  1 12:08:12 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited Device [174b:0200]
   Subsystem: PC Partner Limited Device [174b:0201]
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: ASUSTek Computer Inc. K8N
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=9ecbf9c4-5908-44bc-b329-494d0acd6b58 ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/16/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1011.005
dmi.board.name: 'K8N'
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1011.005:bd02/16/2006:svnASUSTekComputerInc.:pnK8N:pvrSystemVersion:rvnASUSTeKComputerINC.:rn'K8N':rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: K8N
dmi.product.version: System Version
dmi.sys.vendor: ASUSTek Computer Inc.
version.compiz: compiz 1:0.9.8.0-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.38-0ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.1-4~ubuntu1

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


** Tags: amd64 apport-bug quantal running-unity ubuntu

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

Title:
  Launcher does not appear!

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

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


[Bug 1044676] Re: Launcher does not appear!

2012-09-01 Thread Adrián
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044676

Title:
  Launcher does not appear!

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

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


[Bug 1044672] Re: Grid plugin stuck.

2012-09-01 Thread Adrián
** Description changed:

  Steps to reproduce:
  1) Open Nautilus.
- 2) 2x click Workspace Switcher.
- 3) Left click first workspace the Nautilus.
- 4) Move the cursor to the left or right edge of the monitor.
+ 2) Click Workspace Switcher.
+ 3) Move the Nautilus.
+ 4) Left click First workspace.
+ 5) Move the cursor to the left or right edge of the monitor.
  
  What will happen:
  Appears in the Grid plugin that gets stuck there!
  
  What Needs to Happen:
  Nothing should be happen.
  
  See attached screenshot:
  If you need to attach a video!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: compiz 1:0.9.8.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CurrentDmesg:
  
  Date: Sat Sep  1 11:03:09 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
     Subsystem: PC Partner Limited Device [174b:0200]
     Subsystem: PC Partner Limited Device [174b:0201]
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: ASUSTek Computer Inc. K8N
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=9ecbf9c4-5908-44bc-b329-494d0acd6b58 ro quiet splash vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/16/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1011.005
  dmi.board.name: 'K8N'
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1011.005:bd02/16/2006:svnASUSTekComputerInc.:pnK8N:pvrSystemVersion:rvnASUSTeKComputerINC.:rn'K8N':rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: K8N
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTek Computer Inc.
  version.compiz: compiz 1:0.9.8.0-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.38-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.1-4~ubuntu1

** Description changed:

  Steps to reproduce:
  1) Open Nautilus.
  2) Click Workspace Switcher.
  3) Move the Nautilus.
- 4) Left click First workspace.
+ 4) Left click first workspace.
  5) Move the cursor to the left or right edge of the monitor.
  
  What will happen:
  Appears in the Grid plugin that gets stuck there!
  
  What Needs to Happen:
  Nothing should be happen.
  
  See attached screenshot:
  If you need to attach a video!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: compiz 1:0.9.8.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CurrentDmesg:
  
  Date: Sat Sep  1 11:03:09 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
     Subsystem: PC Partner Limited Device [174b:0200]
     Subsystem: PC Partner Limited Device [174b:0201]
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: ASUSTek Computer Inc. K8N
  PackageArchitecture: all
  ProcKernel

[Bug 1044672] Re: Grid plugin stuck.

2012-09-01 Thread Adrián
** Description changed:

  Steps to reproduce:
  1) Open Nautilus.
  2) 2x click Workspace Switcher.
- 3) Right click first workspace.
+ 3) Left click first workspace the Nautilus.
  4) Move the cursor to the left or right edge of the monitor.
  
  What will happen:
  Appears in the Grid plugin that gets stuck there!
  
  What Needs to Happen:
  Nothing should be happen.
  
  See attached screenshot:
  If you need to attach a video!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: compiz 1:0.9.8.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CurrentDmesg:
  
  Date: Sat Sep  1 11:03:09 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
     Subsystem: PC Partner Limited Device [174b:0200]
     Subsystem: PC Partner Limited Device [174b:0201]
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: ASUSTek Computer Inc. K8N
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=9ecbf9c4-5908-44bc-b329-494d0acd6b58 ro quiet splash vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/16/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1011.005
  dmi.board.name: 'K8N'
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1011.005:bd02/16/2006:svnASUSTekComputerInc.:pnK8N:pvrSystemVersion:rvnASUSTeKComputerINC.:rn'K8N':rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: K8N
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTek Computer Inc.
  version.compiz: compiz 1:0.9.8.0-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.38-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.1-4~ubuntu1

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

Title:
  Grid plugin stuck.

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

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

[Bug 1044672] Re: Grid plugin stuck.

2012-09-01 Thread Adrián
** Attachment added: "Screenshot from 2012-09-01 10:52:37.png"
   
https://bugs.launchpad.net/bugs/1044672/+attachment/3287150/+files/Screenshot%20from%202012-09-01%2010%3A52%3A37.png

** Description changed:

  Steps to reproduce:
  1) Open Nautilus.
  2) 2x click Workspace Switcher.
  3) Right click first workspace.
  4) Move the cursor to the left or right edge of the monitor.
  
  What will happen:
  Appears in the Grid plugin that gets stuck there!
  
  What Needs to Happen:
  Nothing should be happen.
  
+ See attached screenshot:
+ If you need to attach a video!
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: compiz 1:0.9.8.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CurrentDmesg:
-  
+ 
  Date: Sat Sep  1 11:03:09 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  GraphicsCard:
-  Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
-Subsystem: PC Partner Limited Device [174b:0200]
-Subsystem: PC Partner Limited Device [174b:0201]
+  Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
+    Subsystem: PC Partner Limited Device [174b:0200]
+    Subsystem: PC Partner Limited Device [174b:0201]
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
  Lsusb:
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
-  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: ASUSTek Computer Inc. K8N
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=9ecbf9c4-5908-44bc-b329-494d0acd6b58 ro quiet splash vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/16/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1011.005
  dmi.board.name: 'K8N'
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1011.005:bd02/16/2006:svnASUSTekComputerInc.:pnK8N:pvrSystemVersion:rvnASUSTeKComputerINC.:rn'K8N':rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: K8N
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTek Computer Inc.
  version.compiz: compiz 1:0.9.8.0-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.38-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.1-4~ubuntu1

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

Title:
  Grid plugin stuck.

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

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

[Bug 1044672] [NEW] Grid plugin stuck.

2012-09-01 Thread Adrián
Public bug reported:

Steps to reproduce:
1) Open Nautilus.
2) 2x click Workspace Switcher.
3) Left click first workspace the Nautilus.
4) Move the cursor to the left or right edge of the monitor.

What will happen:
Appears in the Grid plugin that gets stuck there!

What Needs to Happen:
Nothing should be happen.

See attached screenshot:
If you need to attach a video!

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: compiz 1:0.9.8.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
Uname: Linux 3.5.0-13-generic x86_64
ApportVersion: 2.5.1-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CurrentDmesg:

Date: Sat Sep  1 11:03:09 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited Device [174b:0200]
   Subsystem: PC Partner Limited Device [174b:0201]
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: ASUSTek Computer Inc. K8N
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=9ecbf9c4-5908-44bc-b329-494d0acd6b58 ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/16/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1011.005
dmi.board.name: 'K8N'
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1011.005:bd02/16/2006:svnASUSTekComputerInc.:pnK8N:pvrSystemVersion:rvnASUSTeKComputerINC.:rn'K8N':rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: K8N
dmi.product.version: System Version
dmi.sys.vendor: ASUSTek Computer Inc.
version.compiz: compiz 1:0.9.8.0-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.38-0ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.1-4~ubuntu1

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


** Tags: amd64 apport-bug quantal running-unity ubuntu

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

Title:
  Grid plugin stuck.

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

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

[Bug 1044549] Re: The "Access Prompt" randomly pop up!

2012-08-31 Thread Adrián
** Attachment added: "Képernyőkép – 2012-08-31 23:01:49.png"
   
https://bugs.launchpad.net/bugs/1044549/+attachment/3286390/+files/K%C3%A9perny%C5%91k%C3%A9p%20%E2%80%93%202012-08-31%2023%3A01%3A49.png

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

Title:
  The "Access Prompt" randomly pop up!

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

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

[Bug 1044549] [NEW] The "Access Prompt" randomly pop up!

2012-08-31 Thread Adrián
Public bug reported:

Access Prompt randomly pop up and prompt you for the password. Have you ever 
when opened  Youtube, Facebook, Launchpad account!n And now opened a picture of 
the computer when  pop up"Access Prompt"
I use autologin.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gcr 3.5.90-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
Uname: Linux 3.5.0-13-generic x86_64
ApportVersion: 2.5.1-0ubuntu4
Architecture: amd64
Date: Fri Aug 31 22:33:44 2012
ExecutablePath: /usr/lib/gcr/gcr-prompter
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
SourcePackage: gcr
UpgradeStatus: No upgrade log present (probably fresh install)
XsessionErrors:
 (gnome-settings-daemon:1401): libappindicator-WARNING **: Unable to connect to 
the Notification Watcher: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.48 was not 
provided by any .service files
 (gnome-control-center:2016): background-cc-panel-WARNING **: Could not load 
/usr/share/themes/Adwaita/index.theme: Nincs ilyen fájl vagy könyvtár
 (gnome-control-center:2016): GLib-GIO-CRITICAL **: g_settings_set_value: 
assertion `G_IS_SETTINGS (settings)' failed
 (gnome-control-center:2016): Gtk-CRITICAL **: gtk_builder_get_object: 
assertion `GTK_IS_BUILDER (builder)' failed
 (gnome-control-center:2016): Gtk-CRITICAL **: 
gtk_icon_view_get_selected_items: assertion `GTK_IS_ICON_VIEW (icon_view)' 
failed

** Affects: gcr (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  The "Access Prompt" randomly pop up!

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

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

[Bug 1044313] Re: Striped texture when unminimize Blender.

2012-08-31 Thread Adrián
** Attachment added: "streaking.png"
   
https://bugs.launchpad.net/bugs/1044313/+attachment/3285469/+files/streaking.png

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

Title:
  Striped texture when unminimize Blender.

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

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


[Bug 1044313] [NEW] Striped texture when unminimize Blender.

2012-08-31 Thread Adrián
Public bug reported:

To reproduce:
1) Install Blender.
2) Start Blender.
3) Set full size.
4) Minimize.
5) Unminimize Blender.

What will happen:
The upper part of Blender streaked!

Attached is a screenshot:

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
Uname: Linux 3.5.0-13-generic x86_64
ApportVersion: 2.5.1-0ubuntu4
Architecture: amd64
Date: Fri Aug 31 12:16:02 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited Device [174b:0200]
   Subsystem: PC Partner Limited Device [174b:0201]
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: ASUSTek Computer Inc. K8N
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=9ecbf9c4-5908-44bc-b329-494d0acd6b58 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/16/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1011.005
dmi.board.name: 'K8N'
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1011.005:bd02/16/2006:svnASUSTekComputerInc.:pnK8N:pvrSystemVersion:rvnASUSTeKComputerINC.:rn'K8N':rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: K8N
dmi.product.version: System Version
dmi.sys.vendor: ASUSTek Computer Inc.
version.compiz: compiz 1:0.9.8+bzr3319-0ubuntu3
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.38-0ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.1-4~ubuntu1

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


** Tags: amd64 apport-bug quantal running-unity ubuntu

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

Title:
  Striped texture when unminimize Blender.

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

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


[Bug 1030287] Re: Login screen -The Ubuntu 2D logo does not fit the box.

2012-08-27 Thread Adrián
** Changed in: unity-greeter (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Login screen -The Ubuntu 2D logo does not fit the box.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1030287/+subscriptions

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


[Bug 1040112] [NEW] Image viewer slow when I open a high-resolution image!

2012-08-22 Thread Adrián
Public bug reported:

When watch high-resolution images, it takes 6 seconds before it switches to the 
next image
The image resolution: 3648 x 2736

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: eog 3.5.90-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
Uname: Linux 3.5.0-11-generic x86_64
ApportVersion: 2.5.1-0ubuntu1
Architecture: amd64
Date: Wed Aug 22 16:37:11 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: eog
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Image viewer slow when I open a high-resolution image!

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

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


[Bug 1040112] Re: Image viewer slow when I open a high-resolution image!

2012-08-22 Thread Adrián
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040112

Title:
  Image viewer slow when I open a high-resolution image!

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

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


[Bug 1035873] Re: When you log out you can see a purple background!

2012-08-12 Thread Adrián
** Attachment added: "Purple background.3gp"
   
https://bugs.launchpad.net/bugs/1035873/+attachment/3258181/+files/Purple%20background.3gp

** Description changed:

- When you log off you can see a purple background, before you load the real 
background.
+ When you log out you can see a purple background, before you load the real 
background.
  I have attached a video:
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity-greeter 12.10.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-9.9-generic 3.5.0
  Uname: Linux 3.5.0-9-generic x86_64
  ApportVersion: 2.4-0ubuntu6
  Architecture: amd64
  Date: Sun Aug 12 15:38:53 2012
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=hu_HU.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=hu_HU.UTF-8
+  SHELL=/bin/bash
  SourcePackage: unity-greeter
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  When you log out you can see a purple background!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1035873/+subscriptions

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

[Bug 1035873] [NEW] When you log out you can see a purple background!

2012-08-12 Thread Adrián
Public bug reported:

When you log out you can see a purple background, before you load the real 
background.
I have attached a video:

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity-greeter 12.10.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-9.9-generic 3.5.0
Uname: Linux 3.5.0-9-generic x86_64
ApportVersion: 2.4-0ubuntu6
Architecture: amd64
Date: Sun Aug 12 15:38:53 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: unity-greeter
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity-greeter (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  When you log out you can see a purple background!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1035873/+subscriptions

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

[Bug 1035871] Re: totem-plugin-viewer crashed with SIGSEGV

2012-08-12 Thread Adrián
** Visibility changed to: Public

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

Title:
  totem-plugin-viewer crashed with SIGSEGV

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

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


[Bug 1030281] Re: Connected USB devices do not mount!

2012-08-12 Thread Adrián
** Changed in: compiz-plugins-main (Ubuntu)
   Status: New => Invalid

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

Title:
  Connected USB devices do not mount!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz-plugins-main/+bug/1030281/+subscriptions

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


[Bug 1035405] Re: Missing icons in the launcher!

2012-08-10 Thread Adrián
** Attachment added: "Screenshot from 2012-08-10 18:42:13.png"
   
https://bugs.launchpad.net/bugs/1035405/+attachment/3256135/+files/Screenshot%20from%202012-08-10%2018%3A42%3A13.png

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

Title:
  Missing icons in the launcher!

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

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


[Bug 1035405] [NEW] Missing icons in the launcher!

2012-08-10 Thread Adrián
Public bug reported:

To reproduce:
1.Open Appearance
2.Select "High contrast inverse" theme.

Attached is a screenshot:

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 6.0.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.5.0-8.8-generic 3.5.0
Uname: Linux 3.5.0-8-generic x86_64
ApportVersion: 2.4-0ubuntu6
Architecture: amd64
Date: Fri Aug 10 18:42:44 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Missing icons in the launcher!

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

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


[Bug 1031664] Re: update-manager crashed with ImportError in /usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeCache.py: No module named utils

2012-08-01 Thread Adrián
** Visibility changed to: Public

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

Title:
  update-manager crashed with ImportError in /usr/lib/python3/dist-
  packages/DistUpgrade/DistUpgradeCache.py: No module named utils

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

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


[Bug 1030287] [NEW] Login screen -The Ubuntu 2D logo does not fit the box.

2012-07-28 Thread Adrián
Public bug reported:

See attached screenshot:

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity-greeter 12.10.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-6.6-generic 3.5.0
Uname: Linux 3.5.0-6-generic x86_64
ApportVersion: 2.4-0ubuntu6
Architecture: amd64
Date: Sat Jul 28 14:22:30 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: unity-greeter
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity-greeter (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Login screen -The Ubuntu 2D logo does not fit the box.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1030287/+subscriptions

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


[Bug 1030287] Re: Login screen -The Ubuntu 2D logo does not fit the box.

2012-07-28 Thread Adrián
** Attachment added: "Ubuntu 2D logo.jpg"
   
https://bugs.launchpad.net/bugs/1030287/+attachment/3239742/+files/Ubuntu%202D%20logo.jpg

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

Title:
  Login screen -The Ubuntu 2D logo does not fit the box.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1030287/+subscriptions

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


[Bug 1030281] [NEW] Connected USB devices do not mount!

2012-07-28 Thread Adrián
Public bug reported:

When I connect the pendrive or memory card, it will not appear in the
launcher. You must open a nautilus and click on the pendrive icon to
mount the system.

** Affects: compiz-plugins-main (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/1030281

Title:
  Connected USB devices do not mount!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz-plugins-main/+bug/1030281/+subscriptions

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


[Bug 948347] Re: [xsettings]: gnome-settings-daemon crashed with SIGSEGV in xft_settings_set_xsettings()

2012-07-28 Thread Adrián
This error happened Ubuntu 12.10 Alpha 3 64 bit, when  logged in Ubuntu
2D.

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

Title:
  [xsettings]: gnome-settings-daemon crashed with SIGSEGV in
  xft_settings_set_xsettings()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/948347/+subscriptions

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


[Bug 939142] Re: Window Preview is displayed incorrectly!

2012-07-27 Thread Adrián
** Description changed:

- When the Window Previews, the cursor quickly rárántja, it will not disappear!
+ When the Window Previews, Quickly pulled the cursor, it Will not Disappear!
  See attached screenshot:
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: compiz 1:0.9.7.0~bzr2995-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,move,gnomecompat,regex,place,resize,grid,mousepoll,animation,session,screenshot,thumbnail,imgpng,workarounds,wall,wobbly,fade,expo,scale,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Thu Feb 23 01:23:29 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  GraphicsCard:
-  Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
-Subsystem: PC Partner Limited Device [174b:0200]
-Subsystem: PC Partner Limited Device [174b:0201]
+  Advanced Micro Devices [AMD] nee ATI RV350 AS [Radeon 9550] [1002:4153] 
(prog-if 00 [VGA controller])
+    Subsystem: PC Partner Limited Device [174b:0200]
+    Subsystem: PC Partner Limited Device [174b:0201]
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(20120212)
  Lsusb:
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
-  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: ASUSTek Computer Inc. K8N
  PackageArchitecture: all
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=hu_HU.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=hu_HU.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic 
root=UUID=339b7ca5-c395-481f-9ab5-d4f10e9a0243 ro quiet splash vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/16/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1011.005
  dmi.board.name: 'K8N'
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1011.005:bd02/16/2006:svnASUSTekComputerInc.:pnK8N:pvrSystemVersion:rvnASUSTeKComputerINC.:rn'K8N':rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: K8N
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTek Computer Inc.
  version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu4
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0~rc2-0ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0~rc2-0ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

Title:
  Window Preview  is displayed incorrectly!

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

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

[Bug 1029902] Re: Unity dash drag and drop is slow and stalling.

2012-07-27 Thread Adrián
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1029902

Title:
  Unity dash drag and drop is slow and stalling.

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

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


[Bug 1029902] [NEW] Unity dash drag and drop is slow and stalling.

2012-07-27 Thread Adrián
Public bug reported:

Unity dash drag and drop is slow and stalling, system up to date. ATI radeon 
9550.
This does not happen in Ubuntu 12.04.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 6.0.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-6.6-generic 3.5.0
Uname: Linux 3.5.0-6-generic x86_64
ApportVersion: 2.4-0ubuntu5
Architecture: amd64
Date: Fri Jul 27 13:51:00 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Unity dash drag and drop is slow and stalling.

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

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


[Bug 1029894] Re: Shotwell drag and drop does not work.

2012-07-27 Thread Adrián
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1029894

Title:
  Shotwell drag and drop does not work.

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

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


[Bug 1029894] [NEW] Shotwell drag and drop does not work.

2012-07-27 Thread Adrián
Public bug reported:

See the title and video:

http://www.youtube.com/watch?v=K50L1yqUf60&feature=youtu.be

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: shotwell 0.12.3-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-6.6-generic 3.5.0
Uname: Linux 3.5.0-6-generic x86_64
ApportVersion: 2.4-0ubuntu5
Architecture: amd64
Date: Fri Jul 27 13:07:29 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: shotwell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Shotwell drag and drop does not work.

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

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


[Bug 1029590] Re: screen left blank on kdm startup after upgrade to kernel 3.2.0-27

2012-07-27 Thread Adrián Santos Marrero
The workaround worked for me too.

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

Title:
  screen left blank on kdm startup after upgrade to kernel 3.2.0-27

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1029590/+subscriptions

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


[Bug 1029667] Re: gnome-settings-daemon crashed with SIGSEGV in g_cclosure_marshal_VOID__STRINGv()

2012-07-26 Thread Adrián
** Visibility changed to: Public

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_cclosure_marshal_VOID__STRINGv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1029667/+subscriptions

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


[Bug 1027626] Re: package libreoffice-writer 1:3.6.0~rc2-0ubuntu2 failed to install/upgrade: subprocess new post-removal script returned error exit status 127

2012-07-22 Thread Adrián
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027626

Title:
  package libreoffice-writer 1:3.6.0~rc2-0ubuntu2 failed to
  install/upgrade: subprocess new post-removal script returned error
  exit status 127

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

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


[Bug 1027626] [NEW] package libreoffice-writer 1:3.6.0~rc2-0ubuntu2 failed to install/upgrade: subprocess new post-removal script returned error exit status 127

2012-07-22 Thread Adrián
Public bug reported:

I do not know what happened, only the updates you have installed the
Software Updater.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: libreoffice-writer 1:3.6.0~rc2-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
Uname: Linux 3.5.0-5-generic x86_64
ApportVersion: 2.4-0ubuntu3
Architecture: amd64
Date: Sun Jul 22 15:42:04 2012
ErrorMessage: subprocess new post-removal script returned error exit status 127
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120717.1)
SourcePackage: libreoffice
Title: package libreoffice-writer 1:3.6.0~rc2-0ubuntu2 failed to 
install/upgrade: subprocess new post-removal script returned error exit status 
127
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package quantal

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

Title:
  package libreoffice-writer 1:3.6.0~rc2-0ubuntu2 failed to
  install/upgrade: subprocess new post-removal script returned error
  exit status 127

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

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


[Bug 1027622] Re: package libreoffice-calc 1:3.6.0~rc2-0ubuntu2 failed to install/upgrade: subprocess new post-removal script returned error exit status 127

2012-07-22 Thread Adrián
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027622

Title:
  package libreoffice-calc 1:3.6.0~rc2-0ubuntu2 failed to
  install/upgrade: subprocess new post-removal script returned error
  exit status 127

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

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


[Bug 1027622] [NEW] package libreoffice-calc 1:3.6.0~rc2-0ubuntu2 failed to install/upgrade: subprocess new post-removal script returned error exit status 127

2012-07-22 Thread Adrián
Public bug reported:

I do not know what happened, only the updates you have installed the
Software Updater.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: libreoffice-calc 1:3.6.0~rc2-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
Uname: Linux 3.5.0-5-generic x86_64
ApportVersion: 2.4-0ubuntu3
Architecture: amd64
Date: Sun Jul 22 15:42:14 2012
ErrorMessage: subprocess new post-removal script returned error exit status 127
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120717.1)
SourcePackage: libreoffice
Title: package libreoffice-calc 1:3.6.0~rc2-0ubuntu2 failed to install/upgrade: 
subprocess new post-removal script returned error exit status 127
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package quantal

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

Title:
  package libreoffice-calc 1:3.6.0~rc2-0ubuntu2 failed to
  install/upgrade: subprocess new post-removal script returned error
  exit status 127

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

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


[Bug 1027623] Re: package libreoffice-impress 1:3.6.0~rc2-0ubuntu2 failed to install/upgrade: subprocess new post-removal script returned error exit status 127

2012-07-22 Thread Adrián
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027623

Title:
  package libreoffice-impress 1:3.6.0~rc2-0ubuntu2 failed to
  install/upgrade: subprocess new post-removal script returned error
  exit status 127

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

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


[Bug 1027623] [NEW] package libreoffice-impress 1:3.6.0~rc2-0ubuntu2 failed to install/upgrade: subprocess new post-removal script returned error exit status 127

2012-07-22 Thread Adrián
Public bug reported:

I do not know what happened, only the updates you have installed the
Software Updater.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: libreoffice-impress 1:3.6.0~rc2-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
Uname: Linux 3.5.0-5-generic x86_64
ApportVersion: 2.4-0ubuntu3
Architecture: amd64
Date: Sun Jul 22 15:42:18 2012
ErrorMessage: subprocess new post-removal script returned error exit status 127
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120717.1)
SourcePackage: libreoffice
Title: package libreoffice-impress 1:3.6.0~rc2-0ubuntu2 failed to 
install/upgrade: subprocess new post-removal script returned error exit status 
127
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package quantal

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

Title:
  package libreoffice-impress 1:3.6.0~rc2-0ubuntu2 failed to
  install/upgrade: subprocess new post-removal script returned error
  exit status 127

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

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


[Bug 1027092] Re: Can not install downloaded .deb file!

2012-07-20 Thread Adrián
** Attachment added: "X-moto.png"
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1027092/+attachment/3230050/+files/X-moto.png

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

Title:
  Can not install downloaded .deb file!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1027092/+subscriptions

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


[Bug 1027092] Re: Can not install downloaded .deb file!

2012-07-20 Thread Adrián
** Attachment added: "Teamviewer.png"
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1027092/+attachment/3230049/+files/Teamviewer.png

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

Title:
  Can not install downloaded .deb file!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1027092/+subscriptions

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


[Bug 1027092] Re: Can not install downloaded .deb file!

2012-07-20 Thread Adrián
** Attachment added: "The same happens with Skype, X-moto, TeamViewer."
   
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1027092/+attachment/3230048/+files/Skype.png

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

Title:
  Can not install downloaded .deb file!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1027092/+subscriptions

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


[Bug 1027143] Re: yelp crashed with SIGSEGV

2012-07-20 Thread Adrián
** Visibility changed to: Public

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

Title:
  yelp crashed with SIGSEGV

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

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


[Bug 1027092] Re: Can not install downloaded .deb file!

2012-07-20 Thread Adrián
** Attachment added: "Screenshot from 2012-07-20 15:53:47.png"
   
https://bugs.launchpad.net/bugs/1027092/+attachment/3229856/+files/Screenshot%20from%202012-07-20%2015%3A53%3A47.png

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

Title:
  Can not install downloaded .deb file!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1027092/+subscriptions

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


[Bug 1027092] [NEW] Can not install downloaded .deb file!

2012-07-20 Thread Adrián
Public bug reported:

I wanted to install the Google Chrome but can not be! I tried a few .deb
file to install, but each one error message appears!

See attached screenshot:

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: software-center 5.3.4
ProcVersionSignature: Ubuntu 3.5.0-4.4-generic 3.5.0-rc6
Uname: Linux 3.5.0-4-generic x86_64
ApportVersion: 2.3-0ubuntu4
Architecture: amd64
Date: Fri Jul 20 15:55:51 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120717.1)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: software-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Can not install downloaded .deb file!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1027092/+subscriptions

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


[Bug 1014662] Re: dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu2: dahdi kernel module failed to build

2012-06-18 Thread Я . Adrián Lamo
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1014662

Title:
  dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu2: dahdi kernel module failed to
  build

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

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


[Bug 1014662] [NEW] dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu2: dahdi kernel module failed to build

2012-06-18 Thread Я . Adrián Lamo
Public bug reported:

No further information available at this time.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu9
Architecture: amd64
DKMSKernelVersion: 3.2.0-26-generic
Date: Mon Jun 18 09:26:22 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
PackageArchitecture: all
PackageVersion: 1:2.5.0.1+dfsg-1ubuntu2
SourcePackage: dahdi-linux
Title: dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu2: dahdi kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  dahdi-dkms 1:2.5.0.1+dfsg-1ubuntu2: dahdi kernel module failed to
  build

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

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


[Bug 1000704] Re: Flash "settings" does not work!

2012-05-17 Thread Adrián
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1000704

Title:
  Flash "settings" does not work!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1000704/+subscriptions

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


[Bug 1000704] [NEW] Flash "settings" does not work!

2012-05-17 Thread Adrián
Public bug reported:

This happens  Chrome 19 and Firefox 12.

To reproduce:
1.Start Chrome or Firefox.
2.Start a flash video on Youtube.
3.Right click on the video.
4.Click the "Settings .."
5.Now try to select something in the Settings menu.

What will happen:
Can not select anything in the Setings menu and can not be closed.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: flashplugin-installer 11.2.202.235ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Thu May 17 12:34:49 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120423)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: flashplugin-nonfree
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  Flash "settings" does not work!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1000704/+subscriptions

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


[Bug 1000369] [NEW] Thunderbird window at the bottom is cut off!

2012-05-16 Thread Adrián
Public bug reported:

First time when I started at the Thunderbird, was not affected by the
bottom of the window screen!

See atached screenshot:

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: thunderbird 13.0~b1+build1-0ubuntu1
ProcVersionSignature: Ubuntu 3.4.0-1.3-generic 3.4.0-rc5
Uname: Linux 3.4.0-1-generic x86_64
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  adri   1455 F pulseaudio
BuildID: 20120509223019
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'CK8S'/'NVidia CK8S with ALC850 at irq 20'
   Mixer name   : 'Realtek ALC850 rev 0'
   Components   : 'AC97a:414c4790'
   Controls  : 42
   Simple ctrls  : 27
Card1.Amixer.info:
 Card hw:1 'UART'/'MPU-401 UART at 0x300, irq 5'
   Mixer name   : ''
   Components   : ''
   Controls  : 0
   Simple ctrls  : 0
Card1.Amixer.values:
 
Channel: beta
Date: Wed May 16 19:22:12 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120516)
IpRoute:
 default via 192.168.2.1 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.100  metric 1
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
PciNetwork:
 
Plugins:
 iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
 Windows Media Player Plug-in 10 (compatible; Totem) - 
/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so (totem-mozilla)
 QuickTime Plug-in 7.6.6 - 
/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so (totem-mozilla)
 DivX® Web Player - /usr/lib/mozilla/plugins/libtotem-mully-plugin.so 
(totem-mozilla)
 VLC Multimedia Plugin (compatible Totem 3.0.1) - 
/usr/lib/mozilla/plugins/libtotem-cone-plugin.so (totem-mozilla)
Prefs:
 extensions.lastAppVersion - 13.0 (prefs.js)
 network.cookie.prefsMigrated - true (prefs.js)
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=13.0/20120509223019 (In use)
RelatedPackageVersions:
 rhythmbox-mozilla 2.96-0ubuntu5
 totem-mozilla 3.0.1-0ubuntu22
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: thunderbird
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/16/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1011.005
dmi.board.name: 'K8N'
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1011.005:bd02/16/2006:svnASUSTekComputerInc.:pnK8N:pvrSystemVersion:rvnASUSTeKComputerINC.:rn'K8N':rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: K8N
dmi.product.version: System Version
dmi.sys.vendor: ASUSTek Computer Inc.

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


** Tags: amd64 apport-bug beta-channel quantal running-unity

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

Title:
  Thunderbird window at the bottom is cut off!

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

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

[Bug 1000369] Re: Thunderbird window at the bottom is cut off!

2012-05-16 Thread Adrián
** Attachment added: "Screenshot from 2012-05-16 19:21:18.png"
   
https://bugs.launchpad.net/bugs/1000369/+attachment/3149476/+files/Screenshot%20from%202012-05-16%2019%3A21%3A18.png

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

Title:
  Thunderbird window at the bottom is cut off!

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

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


[Bug 1000336] Re: Dash unmaximize/maximize button jumped out of the place!

2012-05-16 Thread Adrián
** Attachment added: "Screenshot from 2012-05-16 18:22:49.png"
   
https://bugs.launchpad.net/bugs/1000336/+attachment/3149391/+files/Screenshot%20from%202012-05-16%2018%3A22%3A49.png

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

Title:
  Dash unmaximize/maximize button jumped out of the place!

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

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


[Bug 1000336] [NEW] Dash unmaximize/maximize button jumped out of the place!

2012-05-16 Thread Adrián
Public bug reported:

See attached screenshot:

To reproduce:
1.Maximize the Dash
2.log Out
3.log in
4.Click the Dash button 
5.Click unmaximize button

What will happen:
unmaximize / maximize button changes location.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 5.12-0ubuntu1
ProcVersionSignature: Ubuntu 3.4.0-1.3-generic 3.4.0-rc5
Uname: Linux 3.4.0-1-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Wed May 16 18:28:40 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120516)
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Dash unmaximize/maximize button jumped out of the place!

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

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


[Bug 998850] Re: Shotwell will start in full screen!

2012-05-14 Thread Adrián
Fullscreen mode will start, another sreenshot attachment. LiveCD does
not have the bug.

** Attachment added: "12.04 LTS liveCD.png"
   
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/998850/+attachment/3145933/+files/12.04%20LTS%20liveCD.png

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

Title:
  Shotwell will start in full screen!

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

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


[Bug 998850] Re: Shotwell will start in full screen!

2012-05-13 Thread Adrián
** Attachment added: "Képernyőkép – 2012-05-13 20:04:47.png"
   
https://bugs.launchpad.net/bugs/998850/+attachment/3144943/+files/K%C3%A9perny%C5%91k%C3%A9p%20%E2%80%93%202012-05-13%2020%3A04%3A47.png

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

Title:
  Shotwell will start in full screen!

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

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

[Bug 998850] [NEW] Shotwell will start in full screen!

2012-05-13 Thread Adrián
Public bug reported:

Shotwell will start in full screen and can not be changed if I press the F11 is 
not done nothing!
Attached is a screenshot:

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: shotwell 0.12.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Sun May 13 20:05:24 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120423)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: shotwell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Shotwell will start in full screen!

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

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


[Bug 836250] Re: [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2012-05-12 Thread Adrián Acedo Jacquott
Good. I have no problem to connect to my wifi network but to be sailing there 
are times when it gets really slow, I fall, but my network gets slow and takes 
too long to connect, I have to give several times a page in Ubuntu 12.04.
http://i.imgur.com/wc2Hz.png

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

Title:
  [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor
  networking, packet loss and very slow Lenovo X201 and T500 laptops

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

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


[Bug 939218] Re: Intel Centrino Wireless N-1000 WiFi slow and disconnects sometimes (iwlwifi)

2012-05-12 Thread Adrián Acedo Jacquott
*** This bug is a duplicate of bug 836250 ***
https://bugs.launchpad.net/bugs/836250

Good. I have no problem to connect to my wifi network but to be sailing there 
are times when it gets really slow, I fall, but my network gets slow and takes 
too long to connect, I have to give several times a page.
What I can do? Help, please.

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

Title:
  Intel Centrino Wireless N-1000 WiFi slow and disconnects sometimes
  (iwlwifi)

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

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


[Bug 924772] Re: Minimize/maximize animations are slowed significantly when wobbly windows are enabled.

2012-05-08 Thread Adrián
I enabled 'fix screen updates in xgl with fglrx', but no change.

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

Title:
  Minimize/maximize animations are slowed significantly when wobbly
  windows are enabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/924772/+subscriptions

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


  1   2   3   4   5   6   >