[Bug 1958019] Re: [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No sound at all

2024-03-26 Thread Giulio Iannelli
I will share my experience maybe it can help. I am running this
configuration

CPU: 8-core AMD Ryzen 7 5800H with Radeon Graphics (-MT MCP-)
speed/min/max: 400/400/4463 MHz Kernel: 6.5.0-26-generic x86_64 Up: 10m
Mem: 3724.7/64145.7 MiB (5.8%) Storage: 2.75 TiB (59.2% used) Procs: 378
Shell: Bash inxi: 3.3.13


a Lenovo 82N6 Legion 7 16ACHg6. Now in kernel 5.15 the sound was back but 
external displays could not be detected. Can we use the sound ports of kernel 
5.15 in kernel 6.5+? It would be awesome to finally see audio and video working 
at the same time on my machine.

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

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


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

[Bug 1922289] Re: Rust-src does not contain libsrc & libcore sources

2021-04-27 Thread Giulio
*** This bug is a duplicate of bug 1920018 ***
https://bugs.launchpad.net/bugs/1920018

** This bug has been marked a duplicate of bug 1920018
   inconsistent file list / missing libcore

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

Title:
  Rust-src does not contain libsrc & libcore sources

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

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

[Bug 1920018] [NEW] inconsistent file list / missing libcore

2021-03-18 Thread Giulio
Public bug reported:

In packages.ubuntu.com, for focal 20.04 release.
https://packages.ubuntu.com/focal/all/rust-src/filelist

reading through the list of installed files, it looks the package 
``1.47.0+dfsg1+llvm-1ubuntu1~20.04.1``
 is installing source files for rustc version 1.41.

. After installing the package via apt-get
$ sudo apt-get install rust-src

I get different answers from the following commands

from ``apt-file list``

```
$ apt-file list rust-src | grep libcore
[...]
rust-src: /usr/src/rustc-1.41.0/src/libcore/alloc.rs
rust-src: /usr/src/rustc-1.41.0/src/libcore/any.rs
rust-src: /usr/src/rustc-1.41.0/src/libcore/array/iter.rs
rust-src: /usr/src/rustc-1.41.0/src/libcore/array/mod.rs
rust-src: /usr/src/rustc-1.41.0/src/libcore/ascii.rs
rust-src: /usr/src/rustc-1.41.0/src/libcore/benches/any.rs
rust-src: /usr/src/rustc-1.41.0/src/libcore/benches/ascii.rs
[...]
```
( I am cutting out a long list of files in the libcore subfolder)

while with dpkg
```
$ dpkg -L rust-src | grep libcore 
/usr/src/rustc-1.47.0/src/doc/edition-guide/src/rust-2018/platform-and-target-support/libcore-for-low-level-rust.md
/usr/src/rustc-1.47.0/src/etc/natvis/libcore.natvis
/usr/src/rustc-1.47.0/src/test/ui/consts/const-eval/const_panic_libcore.rs
/usr/src/rustc-1.47.0/src/test/ui/consts/const-eval/const_panic_libcore.stderr
/usr/src/rustc-1.47.0/src/test/ui/consts/const-eval/const_panic_libcore_main.rs
/usr/src/rustc-1.47.0/src/test/ui/consts/const-eval/const_panic_libcore_main.stderr
/usr/src/rustc-1.47.0/src/test/ui/consts/unstable-const-fn-in-libcore.rs
/usr/src/rustc-1.47.0/src/test/ui/consts/unstable-const-fn-in-libcore.stderr
/usr/src/rustc-1.47.0/src/test/ui/threads-sendsync/sync-send-iterators-in-libcore.rs
/usr/src/rustc-1.47.0/src/test/ui/variance-iterators-in-libcore.rs

```
no trace of any libcore subfolder

to prove ``dpkg`` is the one telling the truth
```
$ ls /usr/src/ -1
linux-headers-5.4.0-66
linux-headers-5.4.0-66-generic
linux-headers-5.4.0-67
linux-headers-5.4.0-67-generic
rustc-1.47.0
```
no trace of any ``rustc-1.41`` folder

also:
```
$ dpkg-deb -c 
/var/cache/apt/archives/rust-src_1.47.0+dfsg1+llvm-1ubuntu1~20.04.1_all.deb | 
grep libcore
-rw-r--r-- root/root  1079 2020-10-07 10:04 
./usr/src/rustc-1.47.0/src/doc/edition-guide/src/rust-2018/platform-and-target-support/libcore-for-low-level-rust.md
-rw-r--r-- root/root  1607 2020-10-07 09:53 
./usr/src/rustc-1.47.0/src/etc/natvis/libcore.natvis
-rw-r--r-- root/root   315 2020-10-07 09:53 
./usr/src/rustc-1.47.0/src/test/ui/consts/const-eval/const_panic_libcore.rs
-rw-r--r-- root/root  1320 2020-10-07 09:53 
./usr/src/rustc-1.47.0/src/test/ui/consts/const-eval/const_panic_libcore.stderr
-rw-r--r-- root/root   486 2020-10-07 09:53 
./usr/src/rustc-1.47.0/src/test/ui/consts/const-eval/const_panic_libcore_main.rs
-rw-r--r-- root/root  1352 2020-10-07 09:53 
./usr/src/rustc-1.47.0/src/test/ui/consts/const-eval/const_panic_libcore_main.stderr
-rw-r--r-- root/root   839 2020-10-07 09:53 
./usr/src/rustc-1.47.0/src/test/ui/consts/unstable-const-fn-in-libcore.rs
-rw-r--r-- root/root  1075 2020-10-07 09:53 
./usr/src/rustc-1.47.0/src/test/ui/consts/unstable-const-fn-in-libcore.stderr
-rw-r--r-- root/root  2578 2020-10-07 09:53 
./usr/src/rustc-1.47.0/src/test/ui/threads-sendsync/sync-send-iterators-in-libcore.rs
-rw-r--r-- root/root   244 2020-10-07 09:53 
./usr/src/rustc-1.47.0/src/test/ui/variance-iterators-in-libcore.rs

```

** Affects: rustc (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/1920018

Title:
  inconsistent file list / missing libcore

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

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

[Bug 1916351] [NEW] the installation programm is crashed

2021-02-20 Thread Giulio Casalegno
Public bug reported:

the installation programm is crashed during the installation

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubiquity 20.10.13
ProcVersionSignature: Ubuntu 5.8.0-1006.9-raspi 5.8.14
Uname: Linux 5.8.0-1006-raspi aarch64
ApportVersion: 2.20.11-0ubuntu50
Architecture: arm64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Feb 20 20:50:06 2021
ImageMediaBuild: 20201022
SourcePackage: ubiquity
UbiquityDebug:
 
UbiquitySyslog:
 
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug arm64 groovy oem-config

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

Title:
  the installation programm is crashed

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

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

Re: [Bug 821364] Re: Problems while playing flash videos (strange black bands in the window of the video)

2018-08-19 Thread Giulio Piccinno
... you must be kidding me, I reported the bug 7ys ago 🤣 You can close the
report, I've been using a Mac for the past 4ys, lol

Keep up your hard work
-g

Il dom 19 ago 2018, 13:00 Paul White <821...@bugs.launchpad.net> ha
scritto:

> Giulio,
>
> We are sorry that we do not always have the capacity to review all
> reported bugs in a timely manner. You reported this bug some time ago
> and there have been many changes in Ubuntu and Firefox since that time.
>
> Do you still see a problem related to the one that you reported? Please
> let us know if you do.
>
> If we do not hear from you this bug report will close in approximately
> 60 days time.
>
> Thank you for helping make Ubuntu better.
>
> Paul White
> [Ubuntu Bug Squad]
>
> ** Changed in: firefox (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/821364
>
> Title:
>   Problems while playing flash videos (strange black bands in the window
>   of the video)
>
> Status in firefox package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Black bands in the videos. They're really annoying, they cover the video
> and the "Play, Volume" bar. They don't stop either when the video is
> stopped.
>   I apologise for my bad English.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 11.04
>   Package: firefox 5.0+build1+nobinonly-0ubuntu0.11.04.2
>   ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
>   Uname: Linux 2.6.38-10-generic x86_64
>   NonfreeKernelModules: nvidia
>   Architecture: amd64
>   Date: Fri Aug  5 11:09:25 2011
>   EcryptfsInUse: Yes
>   FirefoxPackages:
>firefox 5.0+build1+nobinonly-0ubuntu0.11.04.2
>flashplugin-installer 10.3.181.34ubuntu0.11.04.1
>adobe-flashplugin N/A
>icedtea-plugin 1.1.1-0ubuntu1~11.04.1
>   InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64
> (20110427.1)
>   ProcEnviron:
>LANGUAGE=it_IT:en
>LANG=it_IT.UTF-8
>SHELL=/bin/bash
>   SourcePackage: firefox
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/821364/+subscriptions
>

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

Title:
  Problems while playing flash videos (strange black bands in the window
  of the video)

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

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

[Bug 1773449] Re: VM rbd backed block devices inconsistent after unexpected host outage

2018-06-20 Thread Giulio Fidente
Fixed in TripleO via change I9639d606bd538f6776c368a4f34aa6783ab91abb

** Also affects: tripleo
   Importance: Undecided
   Status: New

** Changed in: tripleo
   Status: New => Fix Committed

** Changed in: tripleo
   Importance: Undecided => High

** Changed in: tripleo
 Assignee: (unassigned) => Giulio Fidente (gfidente)

** Changed in: tripleo
Milestone: None => rocky-3

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

Title:
  VM rbd backed block devices inconsistent after unexpected host outage

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceph-mon/+bug/1773449/+subscriptions

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

[Bug 1771420] [NEW] install chrashed

2018-05-15 Thread Giulio Scipioni
Public bug reported:

when install task seems to finish, the system hangs

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
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
CasperVersion: 1.394
Date: Tue May 15 19:46:34 2018
InstallCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed 
boot=casper  quiet splash --- BOOT_IMAGE=/casper/vmlinuz
LiveMediaBuild: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic lubuntu ubiquity-18.04.14

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

Title:
  install chrashed

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

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

[Bug 1752835] Re: gbutils ARM bug (programs freezes)

2018-03-04 Thread Giulio Bottazzi
Hi Kirill,
thanks for the report. I think I will follow your suggestion and prepare an 
updated version soon.

Best,
Giulio.

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

Title:
  gbutils ARM bug (programs freezes)

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

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

[Bug 1061195] Re: Evolution appears unable to create EWS or Exchange MAPI account

2017-04-15 Thread Giulio Malventi
Confirmed on Ubuntu 16.04, Evolution 3.20.5

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

Title:
  Evolution appears unable to create EWS or Exchange MAPI account

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-ews/+bug/1061195/+subscriptions

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


[Bug 1592040] [NEW] Can't update repos due to signing problems

2016-06-13 Thread Giulio De Pasquale
Public bug reported:

I can't update the repos through 'sudo apt-get update' due to these
errors:

W: Errore GPG: http://archive.ubuntu.com/ubuntu xenial InRelease: Errore 
sconosciuto durante l'esecuzione di apt-key
W: The repository 'http://archive.ubuntu.com/ubuntu xenial InRelease' is not 
signed.
N: Data from such a repository can't be authenticated and is therefore 
potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration 
details.
W: Errore GPG: http://archive.ubuntu.com/ubuntu xenial-updates InRelease: 
Errore sconosciuto durante l'esecuzione di apt-key
W: The repository 'http://archive.ubuntu.com/ubuntu xenial-updates InRelease' 
is not signed.
N: Data from such a repository can't be authenticated and is therefore 
potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration 
details.
W: Errore GPG: http://archive.ubuntu.com/ubuntu xenial-backports InRelease: 
Errore sconosciuto durante l'esecuzione di apt-key
W: The repository 'http://archive.ubuntu.com/ubuntu xenial-backports InRelease' 
is not signed.
N: Data from such a repository can't be authenticated and is therefore 
potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration 
details.
W: Errore GPG: http://archive.ubuntu.com/ubuntu xenial-security InRelease: 
Errore sconosciuto durante l'esecuzione di apt-key
W: The repository 'http://archive.ubuntu.com/ubuntu xenial-security InRelease' 
is not signed.
N: Data from such a repository can't be authenticated and is therefore 
potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration 
details.


The /etc/apt/sources.list contains only the official Ubuntu repo since it's 
untouched from a clean 16.04 install.

** Affects: apt (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/1592040

Title:
  Can't update repos due to signing problems

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

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


[Bug 1581671] [NEW] package snapd 2.0.2 [modified: usr/bin/snap usr/lib/snapd/snapd usr/share/doc/snapd/changelog.gz usr/share/man/man1/snap.1.gz] failed to install/upgrade: il pacchetto snapd non è p

2016-05-13 Thread Giulio Vandin
Public bug reported:

Was installing alsa-tools-gui

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: snapd 2.0.2 [modified: usr/bin/snap usr/lib/snapd/snapd 
usr/share/doc/snapd/changelog.gz usr/share/man/man1/snap.1.gz]
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Fri May 13 23:33:24 2016
ErrorMessage: il pacchetto snapd non è pronto per la configurazione  
impossibile configurarlo (stato corrente "half-installed")
InstallationDate: Installed on 2016-05-13 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: snapd
Title: package snapd 2.0.2 [modified: usr/bin/snap usr/lib/snapd/snapd 
usr/share/doc/snapd/changelog.gz usr/share/man/man1/snap.1.gz] failed to 
install/upgrade: il pacchetto snapd non è pronto per la configurazione  
impossibile configurarlo (stato corrente "half-installed")
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package snapd 2.0.2 [modified: usr/bin/snap usr/lib/snapd/snapd
  usr/share/doc/snapd/changelog.gz usr/share/man/man1/snap.1.gz] failed
  to install/upgrade: il pacchetto snapd non è pronto per la
  configurazione  impossibile configurarlo (stato corrente "half-
  installed")

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

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

[Bug 1573163] Re: Installation utility crashed during final phase of installation

2016-04-21 Thread Giulio Tripi
** Description changed:

  During the final phase of installation of Ubuntu 16.04 (when it shows
- the software available for Ubuntu) it gave me an INPUT/OUTPUT error (if
- I remember well error number 5) and then the program crashed.
+ the software available for Ubuntu) it gave me an INPUT/OUTPUT error
+ (Errno 5) and then the program crashed.
  
  Here (http://paste.ubuntu.com/15969847/) there is /var/log/partman and
  here (http://paste.ubuntu.com/15969895/) there is /var/log/syslog.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ubiquity 2.21.63
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.376
  Date: Thu Apr 21 19:23:49 2016
  InstallCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet 
splash --- BOOT_IMAGE=/casper/vmlinuz.efi
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  ProcEnviron:
-  LANGUAGE=it_IT.UTF-8
-  PATH=(custom, no user)
-  LANG=it_IT.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=it_IT.UTF-8
+  PATH=(custom, no user)
+  LANG=it_IT.UTF-8
+  SHELL=/bin/bash
  SourcePackage: ubiquity
  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/1573163

Title:
  Installation utility crashed during final phase of installation

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

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

[Bug 1573163] [NEW] Installation utility crashed during final phase of installation

2016-04-21 Thread Giulio Tripi
Public bug reported:

During the final phase of installation of Ubuntu 16.04 (when it shows
the software available for Ubuntu) it gave me an INPUT/OUTPUT error (if
I remember well error number 5) and then the program crashed.

Here (http://paste.ubuntu.com/15969847/) there is /var/log/partman and
here (http://paste.ubuntu.com/15969895/) there is /var/log/syslog.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.376
Date: Thu Apr 21 19:23:49 2016
InstallCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet 
splash --- BOOT_IMAGE=/casper/vmlinuz.efi
LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcEnviron:
 LANGUAGE=it_IT.UTF-8
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63 ubuntu xenial

** Summary changed:

- installation utility chashed during final phase of installation
+ Installation utility crashed during final phase of installation

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

Title:
  Installation utility crashed during final phase of installation

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

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


Re: [Bug 1485106] Re: crashes on create booth loader

2015-08-27 Thread Giulio Albenga
Il 2015-08-19 23:25 Steve Beattie ha scritto:
> Possibly your media is corrupted or your system RAM is bad?
> 
> Aug 14 20:19:29 ubuntu kernel: [  252.705489] SQUASHFS error: zlib
> decompression failed, data probably corrupt
> Aug 14 20:19:29 ubuntu kernel: [  252.705493] SQUASHFS error:
> squashfs_read_data failed to read block 0x134387ce
> Aug 14 20:19:29 ubuntu kernel: [  252.705821] SQUASHFS error: zlib
> decompression failed, data probably corrupt
> Aug 14 20:19:29 ubuntu kernel: [  252.705822] SQUASHFS error:
> squashfs_read_data failed to read block 0x134387ce
> 
> --
> You received this bug notification because you are subscribed to the 
> bug
> report.
> https://bugs.launchpad.net/bugs/1485106
> 
> Title:
>   crashes on create booth loader
> 
> Status in ubiquity package in Ubuntu:
>   New
Salve, volevo ringraziare per la risposta.
Mi sono accorto, dopo, che avevo il file corrotto. Lo ho di nuovo 
scaricato e sono riuscito ad installare perfettamente.
Grazie.
Cordiali saluti.

Hi, I want to thank for the answer.
I realized afterwards that I had a corrupt file. I downloaded it again 
and I was able to install perfectly.
Thank you.
Best regards.

Giulio Albenga


> Bug description:
>   when I installing Ubuntu 15.04
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 15.04
>   Package: ubiquity 2.21.25
>   ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
>   Uname: Linux 3.19.0-15-generic x86_64
>   ApportVersion: 2.17.2-0ubuntu1
>   Architecture: amd64
>   CasperVersion: 1.360
>   Date: Fri Aug 14 22:20:03 2015
>   InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper
> initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
>   LiveMediaBuild: Ubuntu 15.04 "Vivid Vervet" - Release amd64 
> (20150422)
>   ProcEnviron:
>LANGUAGE=it_IT.UTF-8
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=it_IT.UTF-8
>   SourcePackage: ubiquity
>   UpgradeStatus: No upgrade log present (probably fresh install)
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1485106/+subscriptions

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

Title:
  crashes on create booth loader

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

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


[Bug 1385026] Re: Transcriber can open audio, but plays static

2015-06-25 Thread Giulio Paci
It would be also useful to understand if the bug is in transcriber, libsnack or 
pulseaudio/alsa.
If it is a libsnack (or pulseaudio/alsa) issue it should affect wavesurfer as 
well.

Can you check it?
Are you using pulseaudio or alsa?

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

Title:
  Transcriber can open audio, but plays static

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

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


[Bug 429675] Re: Transcriber runs extremely slowly, taking up most of my cpu cycles

2015-06-25 Thread Giulio Paci
Closing it as there has been no feedback in more than one year.

** Changed in: transcriber (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/429675

Title:
  Transcriber runs extremely slowly, taking up most of my cpu cycles

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

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


[Bug 1320730] Re: transcriber should be at version 1.5.2

2015-06-25 Thread Giulio Paci
There is no such "source" release on sourceforge.
And the Debian package is mostly up to date with respect to the upstream git 
repository.

** Changed in: transcriber (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  transcriber should be at version 1.5.2

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

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


[Bug 1302963] Re: Calendar() class can not be initialized

2015-01-24 Thread Giulio Malventi
Still valid on 14.04.

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

Title:
  Calendar() class can not be initialized

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

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


[Bug 1400297] Re: PageHeadState doens't correctly update head.contents

2015-01-06 Thread Giulio Collura
If you're developing targeting ubuntu-sdk-14.10 as toolkit, you could
use the workaround in the page definition:

property Item __oldContents: null
Connections {
target: page.head
onContentsChanged: {
if (page.__oldContents) {
page.__oldContents.parent = null;
}
page.__oldContents = page.head.contents;
}
}

see also the attached file.

** Attachment added: "test.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1400297/+attachment/4293091/+files/test.qml

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

Title:
  PageHeadState doens't correctly update head.contents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1400297/+subscriptions

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


[Bug 1400297] Re: PageHeadState doens't correctly update head.contents

2015-01-06 Thread Giulio Collura
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Giulio Collura (gcollura)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Fix Committed

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

Title:
  PageHeadState doens't correctly update head.contents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1400297/+subscriptions

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


[Bug 1341814] Re: Using search in the header can sometimes have a text field from a different tab

2015-01-06 Thread Giulio Collura
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Using search in the header can sometimes have a text field from a
  different tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1341814/+subscriptions

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


[Bug 1341814] Re: Using search in the header can sometimes have a text field from a different tab

2014-12-29 Thread Giulio Collura
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Tim Peeters (tpeeters) => Giulio Collura (gcollura)

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

Title:
  Using search in the header can sometimes have a text field from a
  different tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1341814/+subscriptions

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


[Bug 1400297] Re: PageHeadState doens't correctly update head.contents

2014-12-29 Thread Giulio Collura
** Branch linked: lp:~gcollura/ubuntu-ui-toolkit/fix-1341814-and-1400297

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

Title:
  PageHeadState doens't correctly update head.contents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1400297/+subscriptions

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


[Bug 1341814] Re: Using search in the header can sometimes have a text field from a different tab

2014-12-29 Thread Giulio Collura
** Branch linked: lp:~gcollura/ubuntu-ui-toolkit/fix-1341814-and-1400297

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

Title:
  Using search in the header can sometimes have a text field from a
  different tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1341814/+subscriptions

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


[Bug 1400390] [NEW] Shutdown button in "User panel" logs out user instead of halting PC

2014-12-08 Thread Giulio De Pasquale
Public bug reported:

When pressing the "Shutdown.." button in the user panel, Unity logs out the 
user instead of shutting down the PC.
In the login screen, the brightness is set to the lowest possible. Happens 
every time I try to halt my PC.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity 7.3.1+14.10.20141016-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Mon Dec  8 17:27:17 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-11-20 (17 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages utopic

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

Title:
  Shutdown button in "User panel" logs out user instead of halting PC

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

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


[Bug 1400297] Re: PageHeadState doens't correctly update head.contents

2014-12-08 Thread Giulio Collura
Yes they are definitely similar. Feel free to mark this bug as duplicate if you 
want.
Thanks nik :)

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

Title:
  PageHeadState doens't correctly update head.contents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1400297/+subscriptions

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


[Bug 1400297] [NEW] PageHeadState doens't correctly update head.contents

2014-12-08 Thread Giulio Collura
Public bug reported:

See this small example code: http://paste.ubuntu.com/9426167/
As you can see, I set both PageHeadState to change their 'contents' property 
when changing state. The expected behavior would be to have in the page head a 
Label when state is "default" and a TextEntry when in "search" state. However 
after some interactions (switching state 2 times) both the Label and the Entry 
are shown.
As this doesn't happen with other properties, this should not happen with 
contents.
I can set a 'visible' property to each component as workaround though.

Thanks,
Giulio

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "testqml.qml"
   
https://bugs.launchpad.net/bugs/1400297/+attachment/4276096/+files/testqml.qml

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

Title:
  PageHeadState doens't correctly update head.contents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1400297/+subscriptions

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


[Bug 1389698] Re: unity8-dash can't load scopes

2014-11-07 Thread Giulio Collura
Running `gsettings reset com.canonical.Unity.Dash favorite-scopes` in
phone terminal, fixed my problem.

Thanks Saviq!

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

Title:
  Favoriting QtCreator-ran scope results in blank dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1389698/+subscriptions

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


[Bug 1389698] Re: unity8-dash can't load scopes

2014-11-05 Thread Giulio Collura
$ system-image-cli -i
current build number: 6
device name: mako
channel: ubuntu-touch/ubuntu-rtm/14.09
last update: 2014-11-04 00:06:16
version version: 6
version ubuntu: 20141031.1
version device: 20141017.2
version custom: mako-1.1

Thanks,
Giulio


** Attachment added: "unity8-dash.log"
   
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1389698/+attachment/4253841/+files/unity8-dash.log

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

Title:
  unity8-dash can't load scopes

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

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


[Bug 1389698] [NEW] unity8-dash can't load scopes

2014-11-05 Thread Giulio Collura
Public bug reported:

Unity8 on mako rtm #6 won't load any scope installed in the system. Sometimes 
it stays on the loading screen with the activity indicator spinning, or it may 
also end up with the white/grey background, but no scopes are loaded.
I can't use the phone right now, since I can't launch apps from the app scope. 
The left panel works, though.
This all started after I played a bit with QtCreator because I'm developing a 
scope for the contest.
I don't know exactly which files to attach, meanwhile there's 
~/.cache/upstart/scope-register.log.
Tell me if you need more information.

Thanks in advance for the help,
Giulio

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

** Attachment added: "scope-registry.log"
   
https://bugs.launchpad.net/bugs/1389698/+attachment/4253806/+files/scope-registry.log

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

Title:
  unity8-dash can't load scopes

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

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


[Bug 1382775] Re: XScreenSaver doesn't lock screen on suspend

2014-10-20 Thread Giulio De Pasquale
I added "sleep 2; xscreensaver-command -lock" in the shortcut but that
doesn't change anything. Even without sleeping the shortcut worked. When
I close the lid of my laptop (a Lenovo x230) I get the default Unity
lock screen and when the time set in xscreensaver settings expires, I
even have to unlock my desktop twice. I just want the xscreensaver one.

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

Title:
  XScreenSaver doesn't lock screen on suspend

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

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


[Bug 1382775] [NEW] XScreenSaver doesn't lock screen on suspend

2014-10-18 Thread Giulio De Pasquale
Public bug reported:

XScreenSaver does not lock screen on suspend even with gnome-screensaver 
removed. With the standard "CTRL-ALT-L" shortcut the screen is NOT locked with 
xscreensaver; this is solved by setting that shortcut to 'xscreensaver-command 
-lock'. 
Even with these "workarounds" the screen is locked using Ubuntu's standard lock 
screen and not with xscreensaver's one.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xscreensaver 5.15-3ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Oct 18 12:03:02 2014
ProcEnviron:
 LANGUAGE=it
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: xscreensaver
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  XScreenSaver doesn't lock screen on suspend

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

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


[Bug 1373905] [NEW] Add some sample music in phablet-demo-setup

2014-09-25 Thread Giulio Collura
Public bug reported:

Some sample music with artwork would be useful for this script.
For example Alan Pope has uploaded some music here 
http://people.canonical.com/~alan/IntercontinentalMusicLab.tgz

Thanks,
Giulio

** Affects: phablet-tools (Ubuntu)
 Importance: Undecided
 Assignee: Giulio Collura (gcollura)
 Status: New

** Changed in: phablet-tools (Ubuntu)
 Assignee: (unassigned) => Giulio Collura (gcollura)

** Description changed:

  Some sample music with artwork would be useful for this script.
+ For example Alan Pope has uploaded some music here 
http://people.canonical.com/~alan/IntercontinentalMusicLab.tgz
  
  Thanks,
  Giulio

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

Title:
  Add some sample music in phablet-demo-setup

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

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


[Bug 1373779] Re: phablet-demo-setup does not complete

2014-09-25 Thread Giulio Collura
** Branch linked: lp:~gcollura/phablet-tools/fix-1373779

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

Title:
  phablet-demo-setup does not complete

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

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


[Bug 1079969] Re: cedarview-drm 20120717-0ubuntu1: cedarview-drm kernel module failed to build [/boot/config-3.2.x-generic-pae: No such file or directory]

2014-05-29 Thread Giulio Sfiligoi
I'm on Asus Eee Pc netbook 1015CX. This error take place when doing
system upgrade from kernel 3.2.0-59.

DKMS make.log for cedarview-drm-20120717 for kernel 3.2.0-64-generic-pae (i686)
gio 29 mag 2014, 19.31.20, CEST
Makefile:5: /boot/config-3.2.0-64-generic-pae: File o directory non esistente
make: ***  Nessuna regola per generare l'obiettivo 
"/boot/config-3.2.0-64-generic-pae".  Arresto.

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

Title:
  cedarview-drm 20120717-0ubuntu1: cedarview-drm kernel module failed to
  build [/boot/config-3.2.x-generic-pae: No such file or directory]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cedarview-drm-drivers/+bug/1079969/+subscriptions

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


[Bug 1320546] [NEW] cedarview-drm 20120717-0ubuntu1: cedarview-drm kernel module failed to build

2014-05-17 Thread Giulio Sfiligoi
Public bug reported:

Error during update

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: cedarview-drm 20120717-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-57.87-generic-pae 3.2.52
Uname: Linux 3.2.0-57-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
DKMSBuildLog:
 DKMS make.log for cedarview-drm-20120717 for kernel 3.2.0-63-generic-pae (i686)
 sab 17 mag 2014, 21.46.02, CEST
 Makefile:5: /boot/config-3.2.0-63-generic-pae: File o directory non esistente
 make: ***  Nessuna regola per generare l'obiettivo 
"/boot/config-3.2.0-63-generic-pae".  Arresto.
DKMSKernelVersion: 3.2.0-63-generic-pae
Date: Sat May 17 21:46:09 2014
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-yanshui-precise-i386-20120615-0
DuplicateSignature:
 DKMS make.log for cedarview-drm-20120717 for kernel 3.2.0-63-generic-pae (i686)
 sab 17 mag 2014, 21.46.02, CEST
 Makefile:5: /boot/config-3.2.0-63-generic-pae: File o directory non esistente
 make: ***  Nessuna regola per generare l'obiettivo 
"/boot/config-3.2.0-63-generic-pae".  Arresto.
InstallationMedia: Ubuntu 12.04 "Precise" - Failed to find casper uuid.conf in 
'binary/casper/initrd.img-3.2.0-25-generic-pae.old-dkms' LIVE Binary 
20120615-03:22
MarkForUpload: True
PackageVersion: 20120717-0ubuntu1
SourcePackage: cedarview-drm-drivers
Title: cedarview-drm 20120717-0ubuntu1: cedarview-drm kernel module failed to 
build
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.lightdm.lightdm.conf:
 [SeatDefaults]
 user-session=ubuntu-2d
 greeter-session=unity-greeter
 autologin-user=sofia
mtime.conffile..etc.lightdm.lightdm.conf: 2014-05-02T18:22:35.105591

** Affects: cedarview-drm-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  cedarview-drm 20120717-0ubuntu1: cedarview-drm kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cedarview-drm-drivers/+bug/1320546/+subscriptions

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


[Bug 583728] Re: NetworkManager ignores the rfcomm port when it gets registered in blueman

2014-05-16 Thread Giulio Colavolpe
I have the same bug in ubuntu 14.04 with NetworkManager 0.9.8.8.
Establishing the connection using pon/poff is working perfectly over the
rfcomm device.

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

Title:
  NetworkManager ignores the rfcomm port when it gets registered in
  blueman

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

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


[Bug 1309499] Re: Upgrade from 12.04 to 14.04 doesn't work

2014-05-16 Thread Giulio Colavolpe
I'm sorry but I already opted for a fresh installation...

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

Title:
  Upgrade from 12.04 to 14.04 doesn't work

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

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


[Bug 1320230] [NEW] The math delimiter menu does not display all delimiters

2014-05-16 Thread Giulio Colavolpe
Public bug reported:

I'm using kubuntu 14.04. The lyx math delimiter menu does not display the 
following delimiters:
( [ { ) ] } | (see the attached figure).

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

** Attachment added: "Aspect of the math delimiters menu"
   
https://bugs.launchpad.net/bugs/1320230/+attachment/4113888/+files/lyx_math_delimiters.jpeg

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

Title:
  The math delimiter menu does not display all delimiters

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

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


[Bug 1313869] [NEW] libwx_gtk2u_core-2.8.so.0 changed abi without transition

2014-04-28 Thread Giulio Malventi
Public bug reported:

Same as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729261

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xaralx 0.7r1785-5ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
CasperVersion: 1.340
Date: Mon Apr 28 18:51:56 2014
LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: xaralx
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty

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

Title:
   libwx_gtk2u_core-2.8.so.0 changed abi without transition

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

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


[Bug 1309499] Re: Upgrade from 12.04 to 14.04 doesn't work

2014-04-18 Thread Giulio Colavolpe
I was able to solve it. After removing update-manager, it started
working.

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

Title:
  Upgrade from 12.04 to 14.04 doesn't work

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

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


[Bug 1309499] Re: Upgrade from 12.04 to 14.04 doesn't work

2014-04-18 Thread Giulio Colavolpe
I have no packages into the "hold" state

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

Title:
  Upgrade from 12.04 to 14.04 doesn't work

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

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


[Bug 1309499] [NEW] Upgrade from 12.04 to 14.04 doesn't work

2014-04-18 Thread Giulio Colavolpe
Public bug reported:

maybe is not a problem due to update manager. By typying

sudo kubuntu-devel-release-upgrade

it is not able to update. It states
An unresolvable problem occurred while calculating the upgrade.

 This can be caused by:
 * Upgrading to a pre-release version of Ubuntu
 * Running the current pre-release version of Ubuntu
 * Unofficial software packages not provided by Ubuntu

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: update-manager 1:0.156.14.13
ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
Uname: Linux 3.2.0-60-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Fri Apr 18 14:17:34 2014
GsettingsChanges: com.ubuntu.update-manager launch-time 1397823246
InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120423)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/tcsh
SourcePackage: update-manager
Symptom: ubuntu-release-upgrader-core
UpgradeStatus: Upgraded to precise on 2014-04-18 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade precise

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

Title:
  Upgrade from 12.04 to 14.04 doesn't work

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

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


[Bug 1265527] [NEW] astyle is outdated in Trusty

2014-01-02 Thread Giulio Collura
Public bug reported:

Astyle needs to be updated to 2.04 (released on November 2013 
http://astyle.sourceforge.net/notes.html) which includes the format style 
'google', the option 'remove-brackets', improves c++11 support and so on.
Currently trusty has packages for the version 2.03.
Thanks for your support,
Giulio

** Affects: astyle (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/1265527

Title:
  astyle is outdated in Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astyle/+bug/1265527/+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!

2013-12-11 Thread Giulio Bonanome
Same problem here on Ubuntu 13.10.
Also for me renaming the file ~/.config/goa-1.0/accounts.conf solved the 
problem (see 
https://bugs.launchpad.net/ubuntu/+source/gcr/+bug/1044549/comments/14).

-- 
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 1257543] Re: Installing transcriber from the repository does not install the required dependencies

2013-12-10 Thread Giulio Paci
This bug was a duplicate of #290812 and has been solved several months ago.
Updating transcriber package to the latest version should solve the issue.

** Changed in: transcriber (Ubuntu)
   Status: New => Fix Released

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

Title:
  Installing transcriber from the repository does not install the
  required dependencies

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

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


[Bug 1250064] Re: Transcriber badly packaged

2013-11-15 Thread Giulio Paci
This has already been fixed in 1.5.1.1-7 a few months ago.

** Changed in: transcriber (Ubuntu)
   Status: New => Fix Released

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

Title:
  Transcriber badly packaged

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

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


[Bug 883375] Re: [needs-packaging] Transcriber AG

2013-11-14 Thread Giulio Paci
Recently the old transcriber tool have been updated (in the version control 
system) on sourceforge.net.
I would not expect many new features in future releases, nor much support, but 
I think it will be maintained and bugs will be fixed.

I am closing this bug now, as it really does not belong to transcriber.
Feel free to re-open it as an RFP bug.

** Changed in: transcriber (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/883375

Title:
  [needs-packaging] Transcriber AG

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

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


[Bug 429675] Re: Transcriber runs extremely slowly, taking up most of my cpu cycles

2013-09-17 Thread Giulio Paci
I have never seen this behaviour. Is this behaviour still valid with any
recent version of transcriber, libsnack or wish?

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

Title:
  Transcriber runs extremely slowly, taking up most of my cpu cycles

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

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


[Bug 670042] Re: maverick regression : Transcriber cannot write to /dev/sound/dsp

2013-09-17 Thread Giulio Paci
This bug report just means that the user cannot access the sound device
with an oss-based software if pulseaudio is already blocking that
device.

** Changed in: transcriber (Ubuntu)
 Assignee: (unassigned) => Giulio Paci (giuliopaci-e)

** Changed in: transcriber (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/670042

Title:
  maverick regression : Transcriber cannot write to /dev/sound/dsp

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

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


[Bug 346410] Re: launching in Unable to play audio file console message "Unable to open mixer /dev/mixer"

2013-09-17 Thread Giulio Paci
** Changed in: transcriber (Ubuntu)
 Assignee: (unassigned) => Giulio Paci (giuliopaci-e)

** Changed in: transcriber (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/346410

Title:
  launching in Unable to play audio file console message "Unable to open
  mixer /dev/mixer"

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

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


[Bug 507825] Re: Transcriber should depend on libsnack2-alsa, not libsnack2

2013-09-17 Thread Giulio Paci
** Changed in: transcriber (Ubuntu)
 Assignee: (unassigned) => Giulio Paci (giuliopaci-e)

** Changed in: transcriber (Ubuntu)
   Status: New => Fix Committed

** Changed in: transcriber (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Transcriber should depend on libsnack2-alsa, not libsnack2

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

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


[Bug 883375] Re: [needs-packaging] Transcriber AG

2013-05-27 Thread Giulio Paci
As far as I know, the TranscriberAG will also not be updated unless some 
funding will become available and this did not happen during the last two years.
It is my opinion that both packages are not maintained upstream. The main 
difference between the two tools are that:
1) TranscriberAG native format is more flexible than Transcriber native format;
2) TranscriberAG is clearly in alpha stage;
3) Transcriber is more widespread than TranscriberAG;
4) Transcriber native format is used in many projects: replacing it will 
require to update a large number of tools.

Just in case anybody is interested, here you can find a preliminary attempt to 
package TranscriberAG:
https://github.com/giuliopaci/transcriber-ag-debian

Bests,
Giulio.

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

Title:
  [needs-packaging] Transcriber AG

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

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


[Bug 670042] Re: maverick regression : Transcriber cannot write to /dev/sound/dsp

2013-05-19 Thread Giulio Paci
I think that
https://bugs.launchpad.net/ubuntu/+source/transcriber/+bug/548749
https://bugs.launchpad.net/ubuntu/+source/transcriber/+bug/346410
https://bugs.launchpad.net/ubuntu/+source/transcriber/+bug/670042
will all be solved by installing libsnack2-alsa instead of libsnack2.
However I do not think transcriber package is the right place where this issue 
should be solved.

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

Title:
  maverick regression : Transcriber cannot write to /dev/sound/dsp

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

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


[Bug 883375] Re: [needs-packaging] Transcriber AG

2013-05-19 Thread Giulio Paci
I do not think that this bug belongs to transcriber.
Transcriber and TranscriberAG are two different tools and import/edit/export 
different file formats: TranscriberAG neither is new version of Transcriber 
neither is a drop-in replacement.
I think a new, different package should be created for TranscriberAG.

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

Title:
  [needs-packaging] Transcriber AG

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

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


[Bug 507825] Re: Transcriber should depend on libsnack2-alsa, not libsnack2

2013-05-19 Thread Giulio Paci
This should be fixed by depending on unversioned libsnack2 dependency,
so that users can choose between libsnack2-alsa or libsnack2. This
solution has been implemented in transcriber package 1.5.1.1-6.

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

Title:
  Transcriber should depend on libsnack2-alsa, not libsnack2

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

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


[Bug 346410] Re: launching in Unable to play audio file console message "Unable to open mixer /dev/mixer"

2013-05-19 Thread Giulio Paci
I do not sure this is a transcriber bug.
The problem is easily solved by installing libsnack2-alsa (this is possible 
with transcriber-1.5.1.1-6) instead of libsnack2 or by providing some oss 
emulation (e.g., using padsp).

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

Title:
  launching in Unable to play audio file console message "Unable to open
  mixer /dev/mixer"

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

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


[Bug 1164986] [NEW] The audio is cracking while watching video on the web. It's fine in VLC

2013-04-05 Thread Giulio Troccoli
Public bug reported:

None of the workaorund described in
https://wiki.ubuntu.com/Audio/PositionReporting worked

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-39.62-generic-pae 3.2.39
Uname: Linux 3.2.0-39-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xcc60 irq 49'
   Mixer name   : 'IDT 92HD81B1X5'
   Components   : 'HDA:111d7605,103c1411,00100402'
   Controls  : 17
   Simple ctrls  : 10
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xcc51 irq 50'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100100'
   Controls  : 6
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Fri Apr  5 14:17:56 2013
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
SourcePackage: alsa-driver
Symptom: audio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/08/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68AZZ Ver. F.07
dmi.board.name: 1411
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 57.1D
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68AZZVer.F.07:bd06/08/2010:svnHewlett-Packard:pnHPProBook4720s:pvr:rvnHewlett-Packard:rn1411:rvrKBCVersion57.1D:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 4720s
dmi.sys.vendor: Hewlett-Packard

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise 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/1164986

Title:
  The audio is cracking while watching video on the web. It's fine in
  VLC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1164986/+subscriptions

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


[Bug 1096314] Re: Minimizing full screen Virtualbox re-draws full screen with Virtualbox image

2013-03-13 Thread Giulio D'Ambrosi
** Also affects: virtualbox
   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/1096314

Title:
  Minimizing full screen Virtualbox re-draws full screen with Virtualbox
  image

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

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


[Bug 1154729] [NEW] clang doesn't find stdc++ headers

2013-03-13 Thread Giulio Collura
Public bug reported:

When i try to run a simple c++ program like:
#include 
int main() {
std::cout << "HelloWorld" << std::endl;
return 0;

This is the verbose output:
$ clang++  test.cpp -o test -v
Ubuntu clang version 3.2-1~exp5ubuntu2 (tags/RELEASE_32/final) (based on LLVM 
3.2)
Target: x86_64-pc-linux-gnu
Thread model: posix
 "/usr/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-obj -mrelax-all 
-disable-free -disable-llvm-verifier -main-file-name lambda.cpp 
-mrelocation-model static -mdisable-fp-elim -fmath-errno -masm-verbose 
-mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 
-target-linker-version 2.23.1 -momit-leaf-frame-pointer -v -resource-dir 
/usr/bin/../lib/clang/3.2 -fmodule-cache-path /var/tmp/clang-module-cache 
-internal-isystem /usr/include/c++/v1 -internal-isystem /usr/local/include 
-internal-isystem /usr/bin/../lib/clang/3.2/include -internal-isystem 
/usr/include/clang/3.2/include/ -internal-externc-isystem 
/usr/include/x86_64-linux-gnu -internal-externc-isystem 
/usr/include/x86_64-linux-gnu -internal-externc-isystem /usr/include -std=c++11 
-fdeprecated-macro -fdebug-compilation-dir /home/random/Projects/Tests 
-ferror-limit 19 -fmessage-length 80 -mstackrealign -fobjc-runtime=gcc 
-fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -o 
/tmp/lambda-3jYJtR.o -x c++ lambda.cpp
clang -cc1 version 3.2 based upon LLVM 3.2svn default target x86_64-pc-linux-gnu
ignoring nonexistent directory "/usr/include/c++/v1"
ignoring nonexistent directory "/usr/bin/../lib/clang/3.2/include"
ignoring duplicate directory "/usr/include/x86_64-linux-gnu"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/include/clang/3.2/include
 /usr/include/x86_64-linux-gnu
 /usr/include
End of search list.
lambda.cpp:2:10: fatal error: 'iostream' file not found
#include 
 ^
1 error generated.

I'm currently running raring amd64.
Packages:
clang:
  Installed: 3.2-1~exp5ubuntu2
  Candidate: 3.2-1~exp5ubuntu2
  Version table:
 *** 3.2-1~exp5ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ raring/universe amd64 Packages
100 /var/lib/dpkg/status

llvm-3.2:
  Installed: 3.2-2ubuntu4
  Candidate: 3.2-2ubuntu4
  Version table:
 *** 3.2-2ubuntu4 0
500 http://archive.ubuntu.com/ubuntu/ raring/universe amd64 Packages
100 /var/lib/dpkg/status

gcc:
  Installed: 4:4.7.2-1ubuntu8
  Candidate: 4:4.7.2-1ubuntu8
  Version table:
 *** 4:4.7.2-1ubuntu8 0
500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status

This type of error doesn't occur with .c source files (using clang of course).
Clang++ used to work on raring perfectly till around 09 march (I think. However 
it always worked on my raring installation)
If you need more information, please feel free to contact me.
Thanks for your precious time and work,
Have a nice day

Giulio

** Affects: clang (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/1154729

Title:
  clang doesn't find stdc++ headers

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

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


[Bug 1105619] Re: [g33] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000002 IPEHR: 0x7d990000

2013-03-05 Thread Giulio Canevari
I had this bug after i have opened the dash (trying 13.04 live).

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

Title:
  [g33] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 IPEHR:
  0x7d99

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

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


[Bug 1089256] Re: Please update Blender to version 2.66

2013-03-01 Thread Giulio Collura
Blender precompiled bundle 2.66 works perfectly in raring. (Intel i3
64bit)

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

Title:
  Please update Blender to version 2.66

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

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


[Bug 1131268] [NEW] qtcreator doesn't pick gtk theme and menubar ext in raring

2013-02-21 Thread Giulio Collura
Public bug reported:

Since last update in Raring, QtCreator doesn't use the correct GTK Theme
(Ambiance) and doesn't export its menubar over APPMENU. Is this a bug or
a short transition to Qt5 packages?

$ lsb_release -rd
Description:Ubuntu Raring Ringtail (development branch)
Release:13.04

qtcreator:
  Installed: 2.7.0~beta-0ubuntu1
  Candidate: 2.7.0~beta-0ubuntu1
  Version table:
 *** 2.7.0~beta-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ raring/universe amd64 Packages
100 /var/lib/dpkg/status

Current behaviour:
QtCreator uses a wrong theme and the appmenu is being shown inside the window.

Expected behaviour:
QtCreator should pick the correct GTK Theme and export the menubar in the Unity 
panel.


Thank you for time and your precious work,
Giulio

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

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

Title:
  qtcreator doesn't pick gtk theme and menubar ext in raring

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

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


[Bug 1069451] Re: Launcher and global menu bar get invisible after a program is minimized from full screen mode

2013-01-31 Thread Giulio D'Ambrosi
Hi,
 This bug affects me also when I run VirtualBox (4.2.6) on my Laptop running 
Ubuntu Precise

Linux XXX 3.2.0-37-generic #58-Ubuntu SMP Thu Jan 24 15:28:10 UTC 2013
x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  Launcher and global menu bar get invisible after a program is
  minimized from full screen mode

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

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


[Bug 1093523] [NEW] os-prober doesen't detect Win8 but only its recovery environment

2012-12-24 Thread Giulio Carli
Public bug reported:

I got some problem during the installation of Ubuntu on a UEFI ultrabook.
I give you all the infos about what I have done:
1) restore my laptop to the factory default configuration (so only Windwos 8 
was on my harddrive);
2) install Ubuntu Secure Remix 12.10 30nov2012 (64bit); here I got the first 
"surprise": "This computer currently has no detected operating system" and 
using os-prober (1.56ubuntu1) I got "/dev/sda6:Windows Recovery Environment 
(loader):Windows:chain", while I also should got "/dev/sda2:Window 8.". 
Here you can find the Boot Info Script http://paste.ubuntu.com/1460646/;
3) so I aborted the installation and I tried to verify my harddrive partition 
scheme through fixparts under Windows 8. Apparently everything was fine;
4) I tried a new installation of Ubuntu selecting "Other" and performing a 
manual partioning. The installation ended fine. At the first reboot I was only 
able to load Ubuntu through the grub2. Here you can read the Boot Info script 
at that moment http://paste.ubuntu.com/1460627/;
5) so I performed boot-repair to get back Windows loading at the grub2 shell. 
After that the Boot Info Script was http://paste.ubuntu.com/1460646/ (os-prober 
continues to give only "/dev/sda6:Windows Recovery Environment 
(loader):Windows:chain");
6) at the next reboot this was what I got at the grub2 options:
a) ubuntu (that loads correctly Ubuntu OS);
b) advance options for Ubuntu;
c) Windows UEFI loader (that loads properly Windwos 8);
d) Windows Boot UEFI bootx64.efi.bkp (as c);
e) Windows Recovery Enviroment (loader) (on /dev/sda6) (this gives the 
following error messages: error: impossible find command'drivemap'; error: 
invalid EFI file path; press any key to continue (and it comes back to grub2);

** Affects: os-prober (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/1093523

Title:
  os-prober doesen't detect Win8 but only its recovery environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1093523/+subscriptions

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


[Bug 1032537] Re: Evince can not print certain PDF documents

2012-09-11 Thread Giulio Malventi
Ok to close 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/1032537

Title:
  Evince can not print certain PDF documents

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

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


[Bug 1032537] Re: Evince can not print certain PDF documents

2012-08-03 Thread Giulio Malventi
** Attachment added: "RyanairBoardingPass.pdf"
   
https://bugs.launchpad.net/bugs/1032537/+attachment/3246613/+files/RyanairBoardingPass.pdf

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

Title:
  Evince can not print certain PDF documents

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

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


[Bug 1032537] [NEW] Evince can not print certain PDF documents

2012-08-03 Thread Giulio Malventi
Public bug reported:

Printing of the attached document resulted in blank pages on two different 
machines running 12.04 with different printers. Printed normally with Adobe 
reader. 
In case it is of any use, the print preview works if multiple pages per sheet 
are selected.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: evince 3.4.0-0ubuntu1.3
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic i686
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
Date: Fri Aug  3 10:15:44 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
KernLog:
 
SourcePackage: evince
UpgradeStatus: Upgraded to precise on 2012-06-07 (57 days ago)

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


** Tags: apport-bug i386 precise 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/1032537

Title:
  Evince can not print certain PDF documents

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

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


[Bug 616727] Re: rt73usb device fails to resume from suspend

2012-06-10 Thread Giulio Malventi
Sorry, I can not test. I do not have the hardware any more.

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

Title:
  rt73usb device fails to resume from suspend

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

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


[Bug 993015] Re: XBMC crashes (XCURL) reading RSS ticker

2012-05-19 Thread Giulio Malventi
/usr/lib :-)

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

Title:
  XBMC crashes (XCURL) reading RSS ticker

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

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


[Bug 993015] Re: XBMC crashes (XCURL) reading RSS ticker

2012-05-19 Thread Giulio Malventi
Same happens to me. Where should it be instead?

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

Title:
  XBMC crashes (XCURL) reading RSS ticker

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

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


[Bug 986695] Re: package fglrx (not installed) failed to install/upgrade: il sottoprocesso vecchio script di post-removal ha restituito lo stato di errore 1

2012-04-21 Thread Giulio D'Ambrosi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986695

Title:
  package fglrx (not installed) failed to install/upgrade: il
  sottoprocesso vecchio script di post-removal ha restituito lo stato di
  errore 1

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

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


[Bug 986695] [NEW] package fglrx (not installed) failed to install/upgrade: il sottoprocesso vecchio script di post-removal ha restituito lo stato di errore 1

2012-04-21 Thread Giulio D'Ambrosi
Public bug reported:

Upgrade from 11.10 to 12.04

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: fglrx (not installed)
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sat Apr 21 23:35:38 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 fglrx-updates, 8.960, 3.2.0-23-generic, x86_64: installed
 vboxhost, 4.1.12, 3.0.0-12-generic, x86_64: installed
 vboxhost, 4.1.12, 3.2.0-23-generic, x86_64: installed
ErrorMessage: il sottoprocesso vecchio script di post-removal ha restituito lo 
stato di errore 1
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Madison [Radeon HD 5000M Series] 
[1002:68c1] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1448]
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100406.1)
JockeyStatus:
 xorg:fglrx_updates - Driver grafici «fglrx» proprietari ATI/AMD (aggiornamenti 
post-release) (Proprietario, Disabilitato, Non in uso)
 xorg:fglrx - Driver grafici «fglrx» proprietari ATI/AMD (Proprietario, 
Disabilitato, Non in uso)
MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=643af3ad-7c87-4afb-b45d-71bf3da2afb7 ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: package fglrx (not installed) failed to install/upgrade: il 
sottoprocesso vecchio script di post-removal ha restituito lo stato di errore 1
UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p', 
'-f'] failed with exit code 127: /usr/lib/nux/unity_support_test: error while 
loading shared libraries: libGL.so.1: cannot open shared object file: No such 
file or directory
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/15/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.05
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1448
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 65.19
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.05:bd04/15/2010:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr049D102432102:rvnHewlett-Packard:rn1448:rvr65.19:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv6 Notebook PC
dmi.product.version: 049D102432102
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.7.6-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs 20090808ubuntu35
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
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

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


** Tags: amd64 apport-package compiz-0.9 precise ubuntu

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

Title:
  package fglrx (not installed) failed to install/upgrade: il
  sottoprocesso vecchio script di post-removal ha restituito lo stato di
  errore 1

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

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

[Bug 972821] Re: [oneiric-proposed] linux-image-3.0.0-18-generic makes apport-gtk and chromium-browser segfault on startup

2012-04-07 Thread Giulio Bonanome
also for me a day with "3.0.0-19-generic" and no more problem on chrome
nor firefox

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

Title:
  [oneiric-proposed] linux-image-3.0.0-18-generic makes apport-gtk and
  chromium-browser segfault on startup

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

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


[Bug 972821] Re: [oneiric-proposed] linux-image-3.0.0-18-generic makes apport-gtk and chromium-browser segfault on startup

2012-04-05 Thread Giulio Bonanome
Also for me the kernel poste by Brad at #10 solved the problem, no more
crash for chromium or firefox.

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

Title:
  [oneiric-proposed] linux-image-3.0.0-18-generic makes apport-gtk and
  chromium-browser segfault on startup

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

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


[Bug 156645] Re: Power button options should include "Do Nothing"

2012-04-05 Thread Giulio Malventi
It really seems that GNOME does not care about its users' opinions.
Please care, Ubuntu.

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

Title:
  Power button options should include "Do Nothing"

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/156645/+subscriptions

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


[Bug 972285] Re: segmentation fault when start on linux 3.0.0-18-generic

2012-04-03 Thread Giulio Bonanome
@Brad,

yes, now I'm on -17 kernel and everything's fine. No more segfault.

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

Title:
  segmentation fault when start on linux 3.0.0-18-generic

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

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


[Bug 972285] Re: segmentation fault when start on linux 3.0.0-18-generic

2012-04-03 Thread Giulio Bonanome
Same as Mark Hewitt on #7. 
Sadly, Luis Henriques (henrix) solution on #8 doesn't work.

For me 3.0.0-18-generic causes segfault to Chrome, but also Firefox ans
Skype crashes during a call.

Thoose are my Firefox reports:
https://crash-stats.mozilla.com/report/index/bp-d1157d99-07c0-4abe-bdf4-629372120403
https://crash-stats.mozilla.com/report/index/c3bbd556-ed7f-4274-82a2-15c7e2120403
https://crash-stats.mozilla.com/report/index/4457e4ed-a49c-426d-a6dd-2dd8b2120403
https://crash-stats.mozilla.com/report/index/bp-43c76bed-764b-44fa-a9c4-a42d82120403

And thoose are some messages from kern.log:
Apr  4 00:10:57 ubu-giulio kernel: [  177.297310] chrome[3102] general 
protection ip:d18416 sp:bffb8860 error:0
Apr  4 00:10:57 ubu-giulio kernel: [  177.459305] chrome[3371]: segfault at 0 
ip b54d1774 sp bf89de90 error 4 in chrome[b3e3a000+398d000]
Apr  4 00:18:08 ubu-giulio kernel: [  608.100879] Chrome_SyncThre[3809] general 
protection ip:2cfde6 sp:a47aad8c error:0 in libpthread-2.13.so[2c7000+17000]
Apr  4 00:18:38 ubu-giulio kernel: [  638.312421] chrome[3815] general 
protection ip:25f416 sp:bfa2f760 error:0
Apr  4 00:18:47 ubu-giulio kernel: [  647.532114] chrome[3873] general 
protection ip:467416 sp:adbf1868 error:0
Apr  4 00:19:58 ubu-giulio kernel: [  718.114464] Chrome_IOThread[3956] general 
protection ip:784416 sp:ae973e58 error:0
Apr  4 00:20:44 ubu-giulio kernel: [  764.726972] gnome-settings-[2729] general 
protection ip:73bf22 sp:bfcb59c0 error:0 in 
libglib-2.0.so.0.3000.0[6f9000+f7000]
Apr  4 00:27:52 ubu-giulio kernel: [ 1192.493907] chrome[4310] general 
protection ip:42f416 sp:bfc0ffd4 error:0
Apr  4 00:30:43 ubu-giulio kernel: [ 1364.000340] apport-gtk[4501] general 
protection ip:839284 sp:bfd3fe1c error:0 in libc-2.13.so[76d000+178000]
Apr  4 00:36:47 ubu-giulio kernel: [ 1728.000192] CE: hpet increased 
min_delta_ns to 20113 nsec

Hope that helps.

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

Title:
  segmentation fault when start on linux 3.0.0-18-generic

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

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


[Bug 921384] Re: [MASTER] Xorg crashes when trying to play a video with XV under xserver 1.11 - xs111LookupPrivate

2012-02-05 Thread Giulio Collura
I disabled XVideo from xorg.conf and now I can play videos smoothly
without any kind of crash. Is there any collateral effect by disabling
XVideo?

Thanks in advance,
Giulio

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

Title:
  [MASTER] Xorg crashes when trying to play a video with XV under
  xserver 1.11 - xs111LookupPrivate

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

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


[Bug 864089] Re: gnome-contacts crashed with SIGABRT in raise()

2011-10-01 Thread Giulio Collura
** 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/864089

Title:
  gnome-contacts crashed with SIGABRT in raise()

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

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


[Bug 836108] Re: gnome-settings-daemon crashed with SIGABRT in raise()

2011-09-23 Thread Giulio Collura
*** This bug is a duplicate of bug 830939 ***
https://bugs.launchpad.net/bugs/830939

** Branch linked: lp:~wingpanel-devs/wingpanel/new-wingpanel

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

Title:
  gnome-settings-daemon crashed with SIGABRT in raise()

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

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


Re: [Bug 799362] Re: "Commands" element appeared on the Unity launcher, in the area reserved for the lenses

2011-08-29 Thread Giulio Tortasso
Actually it isn't, after changing the ShowEntry: value to 
"False" under the [Entry:Runner] field
in /usr/share/unity/places/applications.place, the element disappeared.
Thanks for your interest and good luck with the rest of development!


On Wed, 2011-08-24 at 11:25 +, Omer Akram wrote:
> is it still an issue for you?
> 
> ** Changed in: unity (Ubuntu)
>Status: Expired => Opinion
> 
> ** Changed in: unity (Ubuntu)
>Status: Opinion => Incomplete
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/799362
> 
> Title:
>   "Commands" element appeared on the Unity launcher, in the area
>   reserved for the lenses
> 
> Status in Unity:
>   Incomplete
> Status in “unity” package in Ubuntu:
>   Incomplete
> 
> Bug description:
>   Binary package hint: unity
> 
>   An inconless "Commands" element appeared on the launcher, above the
>   Files & Folders lens - note that it can be repositioned between any
>   lens but not above the workspace switcher or among the application
>   launchers. Clicking on the element launches the Run a Command dialog.
>   There is no quicklist and no Keep In Launcher option.
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 11.04
>   Package: unity 3.8.14-0ubuntu1~natty1
>   ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
>   Uname: Linux 2.6.38-8-generic x86_64
>   NonfreeKernelModules: wl
>   Architecture: amd64
>   CompizPlugins: 
> [core,bailer,detection,composite,opengl,decor,compiztoolbox,snap,move,imgpng,unitymtgrabhandles,vpswitch,grid,mousepoll,obs,resize,gnomecompat,regex,animation,commands,workarounds,place,session,kdecompat,expo,wall,ezoom,staticswitcher,fade,scale,unityshell]
>   CompositorRunning: compiz
>   CurrentDmesg:
>[   28.700064] eth1: no IPv6 routers present
>[   81.546639] EXT4-fs (sda1): re-mounted. Opts: 
> errors=remount-ro,user_xattr,commit=0
>   DRM.card0.HDMI.A.1:
>status: disconnected
>enabled: disabled
>dpms: On
>modes: 
>edid-base64:
>   DRM.card0.LVDS.1:
>status: connected
>enabled: enabled
>dpms: On
>modes: 1366x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
>edid-base64: 
> AP///wBMo1EwAAASAQOAIhN4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBEhtWclAADDAwICUAWMIQAAAZDwAAAB60AnQA/gBTQU1TVU5HCiAgICAg/gAxNTZBVDA5LUgwMgogABY=
>   DRM.card0.VGA.1:
>status: disconnected
>enabled: disabled
>dpms: On
>modes: 
>edid-base64:
>   Date: Sun Jun 19 12:56:16 2011
>   DistUpgraded: Log time: 2011-05-17 10:51:22.010613
>   DistroCodename: natty
>   DistroVariant: ubuntu
>   DkmsStatus: bcmwl, 5.100.82.38+bdcom, 2.6.38-8-generic, x86_64: installed
>   GraphicsCard:
>ATI Technologies Inc M880G [Mobility Radeon HD 4200] [1002:9712] (prog-if 
> 00 [VGA controller])
>  Subsystem: Hewlett-Packard Company Device [103c:1604]
>   InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
>   InstallationMedia_: Ubuntu 11.04 "Natty Narwhal" - Release amd64 
> (20110427.1)
>   InstallationMedia__: Ubuntu 11.04 "Natty Narwhal" - Release amd64 
> (20110427.1)
>   MachineType: Hewlett-Packard Presario CQ56 Notebook PC
>   ProcEnviron:
>LANGUAGE=en_US:en
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
> root=UUID=a0fd529f-6be1-4d9f-81b1-aa785165812d ro quiet splash vt.handoff=7
>   ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
>   ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
>   Renderer: Unknown
>   SourcePackage: unity
>   UpgradeStatus: Upgraded to natty on 2011-05-17 (33 days ago)
>   dmi.bios.date: 11/08/2010
>   dmi.bios.vendor: Hewlett-Packard
>   dmi.bios.version: F.06
>   dmi.board.asset.tag: Base Board Asset Tag
>   dmi.board.name: 1604
>   dmi.board.vendor: Hewlett-Packard
>   dmi.board.version: 88.06
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.chassis.version: N/A
>   dmi.modalias: 
> dmi:bvnHewlett-Packard:bvrF.06:bd11/08/2010:svnHewlett-Packard:pnPresarioCQ56NotebookPC:pvr059510242810010020100:rvnHewlett-Packard:rn1604:rvr88.06:cvnHewlett-Packard:ct10:cvrN/A:
>   dmi.product.name: Presario CQ56 Notebook PC
>   dmi.product.version: 059510242810010020100
>   dmi.sys.vendor: Hewlett-Packard
>   version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty1
>   version.ia32-libs: ia32-libs 20090808ubuntu13
>   version.libdrm2: libdrm2 2.4.23-1ubuntu6
>   version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
>   version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel 
> 2:2.14.0-4ubuntu7.1
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-n

Re: [Bug 799362] Re: "Commands" element appeared on the Unity launcher, in the area reserved for the lenses

2011-06-24 Thread Giulio Tortasso
Unfortunately I don't, but I noticed that this happened after I updated
the system and Unity was involved in the update. Also, I ran
unity-2D-launcher and the commands element appears there too.


On Thu, 2011-06-23 at 19:14 +, Omer Akram wrote:
> If I remember correctly that was once an issue when alt-f2 was initially
> implemented, I have not seen any bugs reports since, do you have any
> steps to reproduce this bug?
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/799362
> 
> Title:
>   "Commands" element appeared on the Unity launcher, in the area
>   reserved for the lenses
> 
> Status in Unity:
>   Incomplete
> Status in “unity” package in Ubuntu:
>   Incomplete
> 
> Bug description:
>   Binary package hint: unity
> 
>   An inconless "Commands" element appeared on the launcher, above the
>   Files & Folders lens - note that it can be repositioned between any
>   lens but not above the workspace switcher or among the application
>   launchers. Clicking on the element launches the Run a Command dialog.
>   There is no quicklist and no Keep In Launcher option.
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 11.04
>   Package: unity 3.8.14-0ubuntu1~natty1
>   ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
>   Uname: Linux 2.6.38-8-generic x86_64
>   NonfreeKernelModules: wl
>   Architecture: amd64
>   CompizPlugins: 
> [core,bailer,detection,composite,opengl,decor,compiztoolbox,snap,move,imgpng,unitymtgrabhandles,vpswitch,grid,mousepoll,obs,resize,gnomecompat,regex,animation,commands,workarounds,place,session,kdecompat,expo,wall,ezoom,staticswitcher,fade,scale,unityshell]
>   CompositorRunning: compiz
>   CurrentDmesg:
>[   28.700064] eth1: no IPv6 routers present
>[   81.546639] EXT4-fs (sda1): re-mounted. Opts: 
> errors=remount-ro,user_xattr,commit=0
>   DRM.card0.HDMI.A.1:
>status: disconnected
>enabled: disabled
>dpms: On
>modes: 
>edid-base64:
>   DRM.card0.LVDS.1:
>status: connected
>enabled: enabled
>dpms: On
>modes: 1366x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
>edid-base64: 
> AP///wBMo1EwAAASAQOAIhN4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBEhtWclAADDAwICUAWMIQAAAZDwAAAB60AnQA/gBTQU1TVU5HCiAgICAg/gAxNTZBVDA5LUgwMgogABY=
>   DRM.card0.VGA.1:
>status: disconnected
>enabled: disabled
>dpms: On
>modes: 
>edid-base64:
>   Date: Sun Jun 19 12:56:16 2011
>   DistUpgraded: Log time: 2011-05-17 10:51:22.010613
>   DistroCodename: natty
>   DistroVariant: ubuntu
>   DkmsStatus: bcmwl, 5.100.82.38+bdcom, 2.6.38-8-generic, x86_64: installed
>   GraphicsCard:
>ATI Technologies Inc M880G [Mobility Radeon HD 4200] [1002:9712] (prog-if 
> 00 [VGA controller])
>  Subsystem: Hewlett-Packard Company Device [103c:1604]
>   InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
>   InstallationMedia_: Ubuntu 11.04 "Natty Narwhal" - Release amd64 
> (20110427.1)
>   InstallationMedia__: Ubuntu 11.04 "Natty Narwhal" - Release amd64 
> (20110427.1)
>   MachineType: Hewlett-Packard Presario CQ56 Notebook PC
>   ProcEnviron:
>LANGUAGE=en_US:en
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
> root=UUID=a0fd529f-6be1-4d9f-81b1-aa785165812d ro quiet splash vt.handoff=7
>   ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
>   ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
>   Renderer: Unknown
>   SourcePackage: unity
>   UpgradeStatus: Upgraded to natty on 2011-05-17 (33 days ago)
>   dmi.bios.date: 11/08/2010
>   dmi.bios.vendor: Hewlett-Packard
>   dmi.bios.version: F.06
>   dmi.board.asset.tag: Base Board Asset Tag
>   dmi.board.name: 1604
>   dmi.board.vendor: Hewlett-Packard
>   dmi.board.version: 88.06
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.chassis.version: N/A
>   dmi.modalias: 
> dmi:bvnHewlett-Packard:bvrF.06:bd11/08/2010:svnHewlett-Packard:pnPresarioCQ56NotebookPC:pvr059510242810010020100:rvnHewlett-Packard:rn1604:rvr88.06:cvnHewlett-Packard:ct10:cvrN/A:
>   dmi.product.name: Presario CQ56 Notebook PC
>   dmi.product.version: 059510242810010020100
>   dmi.sys.vendor: Hewlett-Packard
>   version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty1
>   version.ia32-libs: ia32-libs 20090808ubuntu13
>   version.libdrm2: libdrm2 2.4.23-1ubuntu6
>   version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
>   version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel 
> 2:2.14.0-4ubuntu7.1
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
> 1:0.0.16+git20110107+b795ca6e-0ubu

Re: [Bug 799362] Re: "Commands" element appeared on the Unity launcher, in the area reserved for the lenses

2011-06-22 Thread Giulio Tortasso
Only applications.place and files.place. Weird indeed!


On Wed, 2011-06-22 at 08:39 +, Bilal Akhtar wrote:
> Weird. Which all files are there in /usr/share/unity/places/ ?
> 
> ** Changed in: unity
>Status: New => Incomplete
> 
> ** Changed in: unity (Ubuntu)
>Status: New => Incomplete
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/799362
> 
> Title:
>   "Commands" element appeared on the Unity launcher, in the area
>   reserved for the lenses
> 
> Status in Unity:
>   Incomplete
> Status in “unity” package in Ubuntu:
>   Incomplete
> 
> Bug description:
>   Binary package hint: unity
> 
>   An inconless "Commands" element appeared on the launcher, above the
>   Files & Folders lens - note that it can be repositioned between any
>   lens but not above the workspace switcher or among the application
>   launchers. Clicking on the element launches the Run a Command dialog.
>   There is no quicklist and no Keep In Launcher option.
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 11.04
>   Package: unity 3.8.14-0ubuntu1~natty1
>   ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
>   Uname: Linux 2.6.38-8-generic x86_64
>   NonfreeKernelModules: wl
>   Architecture: amd64
>   CompizPlugins: 
> [core,bailer,detection,composite,opengl,decor,compiztoolbox,snap,move,imgpng,unitymtgrabhandles,vpswitch,grid,mousepoll,obs,resize,gnomecompat,regex,animation,commands,workarounds,place,session,kdecompat,expo,wall,ezoom,staticswitcher,fade,scale,unityshell]
>   CompositorRunning: compiz
>   CurrentDmesg:
>[   28.700064] eth1: no IPv6 routers present
>[   81.546639] EXT4-fs (sda1): re-mounted. Opts: 
> errors=remount-ro,user_xattr,commit=0
>   DRM.card0.HDMI.A.1:
>status: disconnected
>enabled: disabled
>dpms: On
>modes: 
>edid-base64:
>   DRM.card0.LVDS.1:
>status: connected
>enabled: enabled
>dpms: On
>modes: 1366x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
>edid-base64: 
> AP///wBMo1EwAAASAQOAIhN4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBEhtWclAADDAwICUAWMIQAAAZDwAAAB60AnQA/gBTQU1TVU5HCiAgICAg/gAxNTZBVDA5LUgwMgogABY=
>   DRM.card0.VGA.1:
>status: disconnected
>enabled: disabled
>dpms: On
>modes: 
>edid-base64:
>   Date: Sun Jun 19 12:56:16 2011
>   DistUpgraded: Log time: 2011-05-17 10:51:22.010613
>   DistroCodename: natty
>   DistroVariant: ubuntu
>   DkmsStatus: bcmwl, 5.100.82.38+bdcom, 2.6.38-8-generic, x86_64: installed
>   GraphicsCard:
>ATI Technologies Inc M880G [Mobility Radeon HD 4200] [1002:9712] (prog-if 
> 00 [VGA controller])
>  Subsystem: Hewlett-Packard Company Device [103c:1604]
>   InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
>   InstallationMedia_: Ubuntu 11.04 "Natty Narwhal" - Release amd64 
> (20110427.1)
>   InstallationMedia__: Ubuntu 11.04 "Natty Narwhal" - Release amd64 
> (20110427.1)
>   MachineType: Hewlett-Packard Presario CQ56 Notebook PC
>   ProcEnviron:
>LANGUAGE=en_US:en
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
> root=UUID=a0fd529f-6be1-4d9f-81b1-aa785165812d ro quiet splash vt.handoff=7
>   ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
>   ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
>   Renderer: Unknown
>   SourcePackage: unity
>   UpgradeStatus: Upgraded to natty on 2011-05-17 (33 days ago)
>   dmi.bios.date: 11/08/2010
>   dmi.bios.vendor: Hewlett-Packard
>   dmi.bios.version: F.06
>   dmi.board.asset.tag: Base Board Asset Tag
>   dmi.board.name: 1604
>   dmi.board.vendor: Hewlett-Packard
>   dmi.board.version: 88.06
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.chassis.version: N/A
>   dmi.modalias: 
> dmi:bvnHewlett-Packard:bvrF.06:bd11/08/2010:svnHewlett-Packard:pnPresarioCQ56NotebookPC:pvr059510242810010020100:rvnHewlett-Packard:rn1604:rvr88.06:cvnHewlett-Packard:ct10:cvrN/A:
>   dmi.product.name: Presario CQ56 Notebook PC
>   dmi.product.version: 059510242810010020100
>   dmi.sys.vendor: Hewlett-Packard
>   version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty1
>   version.ia32-libs: ia32-libs 20090808ubuntu13
>   version.libdrm2: libdrm2 2.4.23-1ubuntu6
>   version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
>   version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel 
> 2:2.14.0-4ubuntu7.1
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
> 1:0.0.16+git20110107+b795ca6e-0ubuntu7
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/unity/+bug/799362/+subscriptions
>

[Bug 799362] Re: "Commands" element appeared on the Unity launcher, in the area reserved for the lenses

2011-06-19 Thread Giulio Tortasso
** Attachment added: "Screenshot"
   https://bugs.launchpad.net/bugs/799362/+attachment/2174797/+files/iPmOH.png

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

Title:
  "Commands" element appeared on the Unity launcher, in the area
  reserved for the lenses

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

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


[Bug 799362] [NEW] "Commands" element appeared on the Unity launcher, in the area reserved for the lenses

2011-06-19 Thread Giulio Tortasso
Public bug reported:

Binary package hint: unity

An inconless "Commands" element appeared on the launcher, above the
Files & Folders lens - note that it can be repositioned between any lens
but not above the workspace switcher or among the application launchers.
Clicking on the element launches the Run a Command dialog. There is no
quicklist and no Keep In Launcher option.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.14-0ubuntu1~natty1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,snap,move,imgpng,unitymtgrabhandles,vpswitch,grid,mousepoll,obs,resize,gnomecompat,regex,animation,commands,workarounds,place,session,kdecompat,expo,wall,ezoom,staticswitcher,fade,scale,unityshell]
CompositorRunning: compiz
CurrentDmesg:
 [   28.700064] eth1: no IPv6 routers present
 [   81.546639] EXT4-fs (sda1): re-mounted. Opts: 
errors=remount-ro,user_xattr,commit=0
DRM.card0.HDMI.A.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1366x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
 edid-base64: 
AP///wBMo1EwAAASAQOAIhN4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBEhtWclAADDAwICUAWMIQAAAZDwAAAB60AnQA/gBTQU1TVU5HCiAgICAg/gAxNTZBVDA5LUgwMgogABY=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
Date: Sun Jun 19 12:56:16 2011
DistUpgraded: Log time: 2011-05-17 10:51:22.010613
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus: bcmwl, 5.100.82.38+bdcom, 2.6.38-8-generic, x86_64: installed
GraphicsCard:
 ATI Technologies Inc M880G [Mobility Radeon HD 4200] [1002:9712] (prog-if 00 
[VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1604]
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
InstallationMedia_: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
InstallationMedia__: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MachineType: Hewlett-Packard Presario CQ56 Notebook PC
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=a0fd529f-6be1-4d9f-81b1-aa785165812d ro quiet splash vt.handoff=7
ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Renderer: Unknown
SourcePackage: unity
UpgradeStatus: Upgraded to natty on 2011-05-17 (33 days ago)
dmi.bios.date: 11/08/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.06
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1604
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 88.06
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.06:bd11/08/2010:svnHewlett-Packard:pnPresarioCQ56NotebookPC:pvr059510242810010020100:rvnHewlett-Packard:rn1604:rvr88.06:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: Presario CQ56 Notebook PC
dmi.product.version: 059510242810010020100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty1
version.ia32-libs: ia32-libs 20090808ubuntu13
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


** Tags: amd64 apport-bug compiz-0.9 natty 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/799362

Title:
  "Commands" element appeared on the Unity launcher, in the area
  reserved for the lenses

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

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


[Bug 786439] Re: xaralx does not display menus when classic interface is in use

2011-05-22 Thread Giulio Malventi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/786439

Title:
  xaralx does not display menus when classic interface is in use

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


[Bug 786439] [NEW] xaralx does not display menus when classic interface is in use

2011-05-22 Thread Giulio Malventi
Public bug reported:

Binary package hint: xaralx

It worked normally before natty.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xaralx 0.7r1785-2ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun May 22 09:52:00 2011
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
ProcEnviron:
 LANGUAGE=it_IT:en
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: xaralx
UpgradeStatus: Upgraded to natty on 2011-04-30 (21 days ago)

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


** Tags: apport-bug i386 natty

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

Title:
  xaralx does not display menus when classic interface is in use

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


[Bug 737143] Re: Can't open nautilus Bookmarks which connect to server from unity-place-folders

2011-05-13 Thread Giulio Malventi
Works this way if I click a bookmark from a Nautilus window. FTP
bookmarks inside "Places" open home directory.

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

Title:
  Can't open nautilus Bookmarks which connect to server from unity-
  place-folders

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


[Bug 737143] Re: Can't open nautilus Bookmarks which connect to server from unity-place-folders

2011-05-12 Thread Giulio Malventi
sftp still works as usual

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

Title:
  Can't open nautilus Bookmarks which connect to server from unity-
  place-folders

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


[Bug 780330] Re: when I add clips on the timeline the program disappears

2011-05-10 Thread giulio cappa
these instructions trigger the inconveniencyc

1- i start Pitivi
2 – i click import button
3 – i select a group of files .flv of which I want to make one
4- i add the files
5- i click 1.flv file and drag to timeline
6- i click 2.flv file and drag to timeline after the first one
7- i click 3.flv file and drag to timeline – the program disappears

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

Title:
  when I add clips on the timeline the program disappears

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

Re: [Bug 780330] Re: when I add clips on the timeline the program disappears

2011-05-10 Thread giulio cappa
here is what happens

1- i start Pitivi

2 –  i click import button

3 –  i select a group of files .flv of which I want to make one

4-  i add the files

5- i click 1.flv file and drag to timeline

6- i click 2.flv file and drag to timeline after the first

7- i click 3.flv file and drag to timeline – the program disappears



2011/5/10 Jean-François Fortin Tam <780...@bugs.launchpad.net>

> Thanks for taking the time to report this bug.
> Without bug reproduction instructions (and ideally, debug logs) it's very
> hard to determine what caused it.
>
> Does it happen only with specific video files? If so, providing samples
> of such files may be helpful.
>
> Please provide precise steps to trigger the bug. You can also create debug
> logs by running pitivi like this:
> PITIVI_DEBUG=*:5 GST_DEBUG=2 /usr/bin/pitivi > debug.log 2>&1
>
> Then compress and attach the log file to this bug report.
>
> ** Changed in: pitivi (Ubuntu)
>   Status: New => Incomplete
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/780330
>
> Title:
>  when I add clips on the timeline the program disappears
>
> Status in “pitivi” package in Ubuntu:
>  Incomplete
>
> Bug description:
>  Binary package hint: pitivi
>
>   pitivi crashes also when I try to change the setting of the timeline
>
>  ProblemType: Bug
>  DistroRelease: Ubuntu 11.04
>  Package: pitivi 0.13.5-1ubuntu4
>  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
>  Uname: Linux 2.6.38-8-generic-pae i686
>  Architecture: i386
>  Date: Tue May 10 08:36:56 2011
>  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386
> (20101007.1)
>  PackageArchitecture: all
>  ProcEnviron:
>   LANGUAGE=it_IT:en
>   LANG=it_IT.UTF-8
>   SHELL=/bin/bash
>  SourcePackage: pitivi
>  UpgradeStatus: Upgraded to natty on 2011-05-01 (8 days ago)
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/780330/+subscribe
>

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

Title:
  when I add clips on the timeline the program disappears

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

[Bug 780330] Re: when I add clips on the timeline the program disappears

2011-05-09 Thread giulio cappa
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/780330

Title:
  when I add clips on the timeline the program disappears

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


[Bug 780330] [NEW] when I add clips on the timeline the program disappears

2011-05-09 Thread giulio cappa
Public bug reported:

Binary package hint: pitivi

 pitivi crashes also when I try to change the setting of the timeline

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: pitivi 0.13.5-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
Architecture: i386
Date: Tue May 10 08:36:56 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=it_IT:en
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: pitivi
UpgradeStatus: Upgraded to natty on 2011-05-01 (8 days ago)

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


** Tags: apport-bug apport-lpi i386 natty 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/780330

Title:
  when I add clips on the timeline the program disappears

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


[Bug 769518] Re: Caps Lock key remapped to Super key doesn't work for all launcher items

2011-05-02 Thread Giulio Fontana
The same here. I checked if I could use Caps Lock instead of Super on my Dell 
D430 laptop, and got the very same result of Felix Krull: in particular, I was 
not able to use Super+(number key) to launch programs. (I too used Ubuntu 11.04 
for AMD64.)
Interestingly, the same does NOT happen with Ubuntu 10.10, that I am currently 
running on my Dell: i.e., the remapping seems to work perfectly for all the 
Super+key combination that I tried (I do not have Unity on that machine... yet).
As Unity uses very heavily the Super key, I think this is a minor but not 
irrelevant bug. It will affect both people with older keyboards AND people with 
hand problems who have to perform remapping in order to use the keyboard.

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

Title:
  Caps Lock key remapped to Super key doesn't work for all launcher
  items

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


[Bug 751311] Re: shadow under focused window is too big and can't be made smaller

2011-05-01 Thread Giulio Franco
Found that this is happening because shadows settings are coded in a xml file 
related to the metacity theme in use.
The involved file is 
/usr/share/themes/your_theme_name/metacity-1/metacity-theme-1.xml
The guilty tags are the  ones.

You can either edit settings directly in this xml, or in a copy theme, or 
comment those shadow tags, which will give powers back to the compiz 
configuration utility.
The xml approach has the advantage that settings can be customized for 
different kinds of windows, while the standard compiz configurator only allows 
to edit a global setting.

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

Title:
  shadow under focused window is too big and can't be made smaller

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


[Bug 775210] Re: package libwxsmithlib-dev (not installed) failed to install/upgrade: tentata sovrascrittura di "/usr/include/wxsmith/contrib/include/wx/propgrid/advprops.h" presente anche nel pacchet

2011-05-01 Thread Giulio Scalia
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775210

Title:
  package libwxsmithlib-dev (not installed) failed to install/upgrade:
  tentata sovrascrittura di
  "/usr/include/wxsmith/contrib/include/wx/propgrid/advprops.h" presente
  anche nel pacchetto wxsmith-headers 10.05-1

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


[Bug 775210] [NEW] package libwxsmithlib-dev (not installed) failed to install/upgrade: tentata sovrascrittura di "/usr/include/wxsmith/contrib/include/wx/propgrid/advprops.h" presente anche nel pacch

2011-05-01 Thread Giulio Scalia
Public bug reported:

Binary package hint: codeblocks

I can't install anything by apt-get or synaptic and this error appears
everytime log in.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: libwxsmithlib-dev (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Sun May  1 03:33:03 2011
ErrorMessage: tentata sovrascrittura di 
"/usr/include/wxsmith/contrib/include/wx/propgrid/advprops.h" presente anche 
nel pacchetto wxsmith-headers 10.05-1
SourcePackage: codeblocks
Title: package libwxsmithlib-dev (not installed) failed to install/upgrade: 
tentata sovrascrittura di 
"/usr/include/wxsmith/contrib/include/wx/propgrid/advprops.h" presente anche 
nel pacchetto wxsmith-headers 10.05-1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

Title:
  package libwxsmithlib-dev (not installed) failed to install/upgrade:
  tentata sovrascrittura di
  "/usr/include/wxsmith/contrib/include/wx/propgrid/advprops.h" presente
  anche nel pacchetto wxsmith-headers 10.05-1

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


[Bug 732677] Re: bcmwl 5.100.82.38+bdcom-0ubuntu2 not work on BCM4311

2011-04-29 Thread Giulio Franco
I have a BCM43225, which is not supported by b43 firmware, so I had to search 
for another workaround.
I found that removing acer-wmi module (I've got a acer AspireOne 753) does make 
wifi working (but, of course, kills the bluetooth module).
To the noobs, the command is: sudo modprobe -r acer-wmi

It's a workaround I can accept, but please keep on searching for a solution. 
I'd like ubuntu developers to spend a little more effort on this kind of tests, 
since my first thought was "damn! My pc is unusable without wifi", and the 
second was "which other distribution may I try?". Luckily for Ubuntu, I am 
patient, and Fedora and Suse are likely to undergo bad times soon.

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

Title:
  bcmwl 5.100.82.38+bdcom-0ubuntu2 not work on BCM4311

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


[Bug 734187] Re: Touchpad/Mouse pad vertical scrolling not functioning

2011-04-22 Thread Giulio Collura
This workaround fixed this 'bug' ->
http://ubuntuforums.org/showpost.php?p=10642693&postcount=2

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

Title:
  Touchpad/Mouse pad vertical scrolling not functioning

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


  1   2   >