[Desktop-packages] [Bug 1956005] Re: Firefox Snap won't open links to WhatsApp API

2023-10-05 Thread lorenzo
This works for me: https://addons.mozilla.org/it/firefox/addon/whatsend

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1956005

Title:
  Firefox Snap won't open links to WhatsApp API

Status in Mozilla Firefox:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  The .deb version of Firefox handles links to WhatsApp API
  (https://api.whatsapp.com/send/?phone=) without any problem: these
  links open the WhatsApp web client.

  Snap version of Firefox doesn't know how to handle these links. It
  opens the pop up "Choose an application to open whatsapp lnks" that
  only shows the option System Handler (which fails opening them if
  selected).

  Choosing Firefox is not possible as /bin and similar folders are out
  of range for the snap.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2020604] Re: After mesa upgrades, Chrome won't show graphics

2023-05-25 Thread Lorenzo Buzzi
I confirm the issue on a desktop with Intel HD Graphics 530 (rev 06)
(Core i7-6700 CPU).

At present time I found that it can be worked around in two ways:

1) Using the '--disable-gpu-driver-bug-workarounds' option:
# google-chrome-stable --disable-gpu-driver-bug-workarounds

2) Defining MESA_LOADER_DRIVER_OVERRIDE=i965 in the environment in which chrome 
is executed:
# MESA_LOADER_DRIVER_OVERRIDE=i965 google-chrome-stable

I can send any further information (or make any test) that can help you
in fixing the issue.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/2020604

Title:
  After mesa upgrades, Chrome won't show graphics

Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  After today's Ubuntu 22.04 mesa upgrades many of our users reported
  problems viewing graphics when using Google Chrome (Stable).

  The mesa upgrades we installed were:

  [UPGRADE] libegl-mesa0:amd64 22.2.5-0ubuntu0.1~22.04.1 -> 
22.2.5-0ubuntu0.1~22.04.2
  [UPGRADE] libegl1-mesa:amd64 22.2.5-0ubuntu0.1~22.04.1 -> 
22.2.5-0ubuntu0.1~22.04.2
  [UPGRADE] libgl1-mesa-dri:amd64 22.2.5-0ubuntu0.1~22.04.1 -> 
22.2.5-0ubuntu0.1~22.04.2
  [UPGRADE] libgl1-mesa-glx:amd64 22.2.5-0ubuntu0.1~22.04.1 -> 
22.2.5-0ubuntu0.1~22.04.2
  [UPGRADE] libglapi-mesa:amd64 22.2.5-0ubuntu0.1~22.04.1 -> 
22.2.5-0ubuntu0.1~22.04.2
  [UPGRADE] libglx-mesa0:amd64 22.2.5-0ubuntu0.1~22.04.1 -> 
22.2.5-0ubuntu0.1~22.04.2
  [UPGRADE] mesa-vulkan-drivers:amd64 22.2.5-0ubuntu0.1~22.04.1 -> 
22.2.5-0ubuntu0.1~22.04.2

  We documented the problem in AskUbuntu before we realized it was
  probably related to mesa, so wanted to link to that report here:

  https://askubuntu.com/questions/1469116/since-23-may-2023-ubuntu-22-04-mesa-
  updates-chrome-wont-display-website-graphi

  There is a bypass listed in that article.  Not sure if this is an
  issue with mesa or Chrome or specific machine graphics or an
  interaction between them.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998853] [NEW] ubuntu-drivers autoinstall --- UnboundLocalError

2022-12-05 Thread Lorenzo Moriondo
Public bug reported:

* I have gone through `do-release-upgrade` and the system has upgraded 
successfully.
* I have rolled back the graphic drivers to nouveau to have a clean drivers 
installation

Once I tried to run `$ sudo ubuntu-drivers autoinstall` to install graphics 
drivers, this exception was raised:
```
Traceback (most recent call last):
  File "/usr/bin/ubuntu-drivers", line 513, in 
greet()
  File "/usr/lib/python3/dist-packages/click/core.py", line 1128, in __call__
return self.main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
  File "/usr/lib/python3/dist-packages/click/core.py", line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib/python3/dist-packages/click/core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib/python3/dist-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/decorators.py", line 84, in 
new_func
return ctx.invoke(f, obj, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
  File "/usr/bin/ubuntu-drivers", line 432, in autoinstall
command_install(config)
  File "/usr/bin/ubuntu-drivers", line 187, in command_install
UbuntuDrivers.detect.nvidia_desktop_pre_installation_hook(to_install)
  File "/usr/lib/python3/dist-packages/UbuntuDrivers/detect.py", line 839, in 
nvidia_desktop_pre_installation_hook
with_nvidia_kms = version >= 470
UnboundLocalError: local variable 'version' referenced before assignment
```

It looks like `version` is an unitialized variable, Cheers.

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1998853

Title:
  ubuntu-drivers autoinstall --- UnboundLocalError

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  * I have gone through `do-release-upgrade` and the system has upgraded 
successfully.
  * I have rolled back the graphic drivers to nouveau to have a clean drivers 
installation

  Once I tried to run `$ sudo ubuntu-drivers autoinstall` to install graphics 
drivers, this exception was raised:
  ```
  Traceback (most recent call last):
File "/usr/bin/ubuntu-drivers", line 513, in 
  greet()
File "/usr/lib/python3/dist-packages/click/core.py", line 1128, in __call__
  return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 1053, in main
  rv = self.invoke(ctx)
File "/usr/lib/python3/dist-packages/click/core.py", line 1659, in invoke
  return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 1395, in invoke
  return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3/dist-packages/click/core.py", line 754, in invoke
  return __callback(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/decorators.py", line 84, in 
new_func
  return ctx.invoke(f, obj, *args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 754, in invoke
  return __callback(*args, **kwargs)
File "/usr/bin/ubuntu-drivers", line 432, in autoinstall
  command_install(config)
File "/usr/bin/ubuntu-drivers", line 187, in command_install
  UbuntuDrivers.detect.nvidia_desktop_pre_installation_hook(to_install)
File "/usr/lib/python3/dist-packages/UbuntuDrivers/detect.py", line 839, in 
nvidia_desktop_pre_installation_hook
  with_nvidia_kms = version >= 470
  UnboundLocalError: local variable 'version' referenced before assignment
  ```

  It looks like `version` is an unitialized variable, Cheers.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998832] Re: System crashes gnome-shell gdm3

2022-12-05 Thread Lorenzo Moriondo
a note on the side, I have just noticed that this may be related to the
usage of a USB webcam. Cheers

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1998832

Title:
  System crashes gnome-shell gdm3

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  The system shuts down suddenly after some ours of continuous work with
  monitor on.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.9-0ubuntu0.20.04.2
  ProcVersionSignature: Ubuntu 5.15.0-10053.59~20.04.1tux1-tuxedo 5.15.64
  Uname: Linux 5.15.0-10053-tuxedo x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec  5 16:00:32 2022
  DisplayManager: gdm3
  RelatedPackageVersions: mutter-common 3.36.9-0ubuntu0.20.04.2
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2021-10-17T13:46:16.047378

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998832] Re: System crashes gnome-shell gdm3

2022-12-05 Thread Lorenzo Moriondo
Please see attached the output from `journalctl` for the last three
startups.

** Attachment added: "crash.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1998832/+attachment/5634587/+files/crash.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1998832

Title:
  System crashes gnome-shell gdm3

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  The system shuts down suddenly after some ours of continuous work with
  monitor on.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.9-0ubuntu0.20.04.2
  ProcVersionSignature: Ubuntu 5.15.0-10053.59~20.04.1tux1-tuxedo 5.15.64
  Uname: Linux 5.15.0-10053-tuxedo x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec  5 16:00:32 2022
  DisplayManager: gdm3
  RelatedPackageVersions: mutter-common 3.36.9-0ubuntu0.20.04.2
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2021-10-17T13:46:16.047378

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998832] [NEW] System crashes gnome-shell gdm3

2022-12-05 Thread Lorenzo Moriondo
Public bug reported:

The system shuts down suddenly after some ours of continuous work with
monitor on.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.36.9-0ubuntu0.20.04.2
ProcVersionSignature: Ubuntu 5.15.0-10053.59~20.04.1tux1-tuxedo 5.15.64
Uname: Linux 5.15.0-10053-tuxedo x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.24
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec  5 16:00:32 2022
DisplayManager: gdm3
RelatedPackageVersions: mutter-common 3.36.9-0ubuntu0.20.04.2
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.apport:
 # set this to 0 to disable apport, or to 1 to enable it
 # you can temporarily override this with
 # sudo service apport start force_start=1
 enabled=0
mtime.conffile..etc.default.apport: 2021-10-17T13:46:16.047378

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


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1998832

Title:
  System crashes gnome-shell gdm3

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  The system shuts down suddenly after some ours of continuous work with
  monitor on.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.9-0ubuntu0.20.04.2
  ProcVersionSignature: Ubuntu 5.15.0-10053.59~20.04.1tux1-tuxedo 5.15.64
  Uname: Linux 5.15.0-10053-tuxedo x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec  5 16:00:32 2022
  DisplayManager: gdm3
  RelatedPackageVersions: mutter-common 3.36.9-0ubuntu0.20.04.2
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2021-10-17T13:46:16.047378

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1970148] Re: Brave & Chrome browsers freezes on download and print to pdf

2022-09-29 Thread Lorenzo Natali
I applied the same solution found here 
https://bugs.chromium.org/p/chromium/issues/detail?id=1315684#c17 using 
dconf-editor to turn to false org/gnome/desktop/sound/input-feedkback-sounds 
and this worked for me, 
The other solutions (installing portal, disabling hardware acceleration) didn't 
worked, but this seems to work.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1970148

Title:
  Brave & Chrome browsers freezes on download and print to pdf

Status in chromium-browser package in Ubuntu:
  Invalid

Bug description:
  Whenever any file is downloaded, the browser will freeze. Download
  files, from any page does not work. Same issue with Firefox.

  Similarly, the browser will freeze when a page is printed to pdf.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1980839] Re: thunderbird -compose returns error since the 102 snap update?

2022-09-15 Thread Lorenzo Paulatto
You get the same error message simply running "thunderbird -compose"
(while a thuderbird snap window is alread yopen). This is the log from
journald:


sept. 15 10:33:42 paulision systemd[978]: Started 
snap.thunderbird.thunderbird.fd02926d-30bb-4c8b-8f25-525c118b1819.scope.
sept. 15 10:33:47 paulision dbus-daemon[1040]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/a11y/bus" 
interface="org.freedesktop.DBus.Properties" member="Get" mask="send" 
name="org.a11y.Bus" pid=127887 label="snap.thunderbird.thunderbird" 
peer_pid=1879 peer_label="unconfined"
sept. 15 10:33:47 paulision audit[127887]: SECCOMP auid=1000 uid=1000 gid=1000 
ses=2 pid=127887 comm="thunderbird-bin" 
exe="/snap/thunderbird/249/thunderbird-bin" sig=0 arch=c03e syscall=314 
compat=0 ip=0x7f353321c73d code=0x5
sept. 15 10:33:47 paulision kernel: audit: type=1326 audit(1663230827.748:420): 
auid=1000 uid=1000 gid=1000 ses=2 pid=127887 comm="thunderbird-bin" 
exe="/snap/thunderbird/249/thunderbird-bin" sig=0 arch=c03e syscall=314 
compat=0 ip=0x7f353321c73d code=0x5


p.s. sorry for the unreadable log.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1980839

Title:
  thunderbird -compose returns error since the 102 snap update?

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  After updating to the latest thunderbird 102.0.1 snap on Ubuntu 20.04,
  it is no longer possible to open mailto links from the firefox snap in
  thunderbird. When clicking a mailto link in the firefox 102.0.1 snap,
  thunderbird returns the following error message: "Thunderbird is
  already running, but is not responding. To use Thunderbird, you must
  first close the existing Thunderbird process, restart your device, or
  use a different profile." The issue appears related to the thunderbird
  update as there was no issue opening links in the previous 91 version.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1970148] Re: Brave & Chrome browsers freezes on download and print to pdf

2022-09-08 Thread Lorenzo Natali
Same problem on version 105.0.5195.102.
Neither of the proposed solutions solved the problem.
I tested Google Chrome beta, version 106.0.5249.30 and the problem is not 
present.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1970148

Title:
  Brave & Chrome browsers freezes on download and print to pdf

Status in chromium-browser package in Ubuntu:
  Invalid

Bug description:
  Whenever any file is downloaded, the browser will freeze. Download
  files, from any page does not work. Same issue with Firefox.

  Similarly, the browser will freeze when a page is printed to pdf.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1866999] Re: gnome-calendar does not sync with Google Calendar

2022-07-30 Thread Lorenzo Bettini
Couldn't it be you just hit the limit imposed by Google? Trying again
later helped in my case

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1866999

Title:
  gnome-calendar does not sync with Google Calendar

Status in gnome-calendar package in Ubuntu:
  Confirmed

Bug description:
  Since upgrading to 20.04dev, gnome-calendar doesn't show the events in my 
Google Calendar.
  Online accounts is activated and, for example, gnome-contacts does show the 
contacts I have in Google.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-calendar 3.36.0-1
  ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18
  Uname: Linux 5.4.0-14-generic x86_64
  ApportVersion: 2.20.11-0ubuntu20
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 11 09:47:25 2020
  InstallationDate: Installed on 2018-02-23 (746 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180222)
  SourcePackage: gnome-calendar
  UpgradeStatus: Upgraded to focal on 2020-03-01 (9 days ago)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1956875] [NEW] [HDA-Intel - HD-Audio Generic, recording] Recording problem: Headset mic not detected

2022-01-09 Thread Lorenzo Tapia Schulze
Public bug reported:

In my laptop (Huawei MateBook 14 2020 AMD R5, Model KLVL-WFH9) there is a 
single 3.5mm jack port which allows audio input and output. I've got a headset 
with a single cable, sound can be heard very good, microphone is not detected.
The disk runs Windows 10 in one partition and in the other one Ubuntu 20.04. I 
also had trouble with Windows in recognizing the headset's mic but now that has 
been solved. However, in Ubuntu it is only detected and "categorized" as 
Headphone. There is no way to use the microphone of the headset.
I've tried to find some similar issues but nothing has helped me so far.
Thanks in advance,
Lorenzo

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
Uname: Linux 5.7.17-050717-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Jan  9 17:51:26 2022
InstallationDate: Installed on 2021-03-29 (286 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaRecordingTest: ALSA recording test through plughw:Generic_1 
successful
Symptom_Card: Family 17h (Models 10h-1fh) HD Audio Controller - HD-Audio Generic
Symptom_PulseAudioRecordingTest: PulseAudio recording test through 
plughw:Generic_1 failed
Symptom_Type: Only some of inputs are working
Title: [HDA-Intel - HD-Audio Generic, recording] Recording problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/14/2020
dmi.bios.vendor: HUAWEI
dmi.bios.version: 1.06
dmi.board.asset.tag: N/A
dmi.board.name: KLVL-WXX9-PCB
dmi.board.vendor: HUAWEI
dmi.board.version: M1130
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: HUAWEI
dmi.chassis.version: M1130
dmi.modalias: 
dmi:bvnHUAWEI:bvr1.06:bd09/14/2020:svnHUAWEI:pnKLVL-WXX9:pvrM1130:rvnHUAWEI:rnKLVL-WXX9-PCB:rvrM1130:cvnHUAWEI:ct10:cvrM1130:
dmi.product.family: MateBook 14
dmi.product.name: KLVL-WXX9
dmi.product.sku: C100
dmi.product.version: M1130
dmi.sys.vendor: HUAWEI
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2022-01-06T13:57:39.54

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


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1956875

Title:
  [HDA-Intel - HD-Audio Generic, recording] Recording problem: Headset
  mic not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  In my laptop (Huawei MateBook 14 2020 AMD R5, Model KLVL-WFH9) there is a 
single 3.5mm jack port which allows audio input and output. I've got a headset 
with a single cable, sound can be heard very good, microphone is not detected.
  The disk runs Windows 10 in one partition and in the other one Ubuntu 20.04. 
I also had trouble with Windows in recognizing the headset's mic but now that 
has been solved. However, in Ubuntu it is only detected and "categorized" as 
Headphone. There is no way to use the microphone of the headset.
  I've tried to find some similar issues but nothing has helped me so far.
  Thanks in advance,
  Lorenzo

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 5.7.17-050717-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan  9 17:51:26 2022
  InstallationDate: Installed on 2021-03-29 (286 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:Generic_1 
successful
  Symptom_Card: Family 17h (Models 10h-1fh) HD Audio Controller - HD-Audio 
Generic
  Symptom_PulseAudioRecordingTest: PulseAudio recording test through 
plughw:Generic_1 failed
  Symptom_Type: Only some of inputs are working
  Title: [HDA-Intel - HD-Audio Generic, recording] Recording problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/14/2020
  dmi.bios.vendor: HUAWEI
  dmi.bios.version: 1.06
  dmi.board.asset.tag: N/A
  dmi.board.name: KLVL-WXX9-PCB
  dmi.board.vendor: HUAWEI
  dmi.board.version: M1130
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: HUAWEI
  dmi.chassis.version: M1130
  dmi.modalias: 
dmi:bvnHUAWEI:bvr1.06:bd09/14/2020:svnHUAWEI:pnKLVL-WXX9:pvrM1130:rvnHUAWEI:rnKLVL-WXX9-PCB:rvrM1130:cvnHUAWEI:ct10:cvrM1130:
  dmi.product.family: MateBook 14
  dmi.product.name: KLVL-WXX9

[Desktop-packages] [Bug 1948710] [NEW] Suspend issues with nvidia proprietary driver

2021-10-25 Thread Lorenzo Ranieri
Public bug reported:

When I suspend my system, after the screen goes black, the desktop and
the suspend login screen are briefly shown in succession, and only then
the screen, power LED and fan turn off like normally.

The timing of the brief "fake resume" is not consistent: sometimes it
only shows the login screen, sometimes it stops the suspension until
briefly after I login.

When resuming after this has happened, the login screen appears as
normal, but I have to wait for any internet connection to restart, and
my second screen remains blacks despite it being detected and the
display mode remaining on "join displays", until I change the display
mode back and forth to fix it.

These issues occur after switching to the nvidia-driver-470 driver on a
fresh install of Ubuntu 21.10, but I have been experiencing at least the
"fake-resume" since at least 20.10, without being able to find any
solution.

These issues persist (with slightly altered timing) if I switch to an
older proprietary driver (I tried nvidia-driver-390 and nvidia-
driver-460), but do not appear while using the nouveau driver.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: xorg 1:7.7+22ubuntu2
ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
Uname: Linux 5.13.0-20-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
.proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
.proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file.
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  470.74  Mon Sep 13 23:09:15 
UTC 2021
 GCC version:  gcc version 11.2.0 (Ubuntu 11.2.0-7ubuntu2)
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
BootLog: Error: [Errno 13] Permesso negato: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct 25 21:09:03 2021
DistUpgraded: Fresh install
DistroCodename: impish
DistroVariant: ubuntu
DkmsStatus: nvidia, 470.74, 5.13.0-20-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated Graphics 
Controller [1043:177d]
   Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 850M] [1043:177d]
InstallationDate: Installed on 2021-10-21 (3 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
MachineType: ASUSTeK COMPUTER INC. N551JK
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-20-generic 
root=UUID=64128e5f-ba67-49c1-aa02-c19feef6be26 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/06/2014
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: N551JK.203
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: N551JK
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN551JK.203:bd10/06/2014:br4.6:svnASUSTeKCOMPUTERINC.:pnN551JK:pvr1.0:skuASUS-NotebookSKU:rvnASUSTeKCOMPUTERINC.:rnN551JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: N
dmi.product.name: N551JK
dmi.product.sku: ASUS-NotebookSKU
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.107-8ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.2-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1build1

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


** Tags: amd64 apport-bug impish nvidia suspend-resume ubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1948710

Title:
  Suspend issues with nvidia proprietary driver

Status in xorg package in Ubuntu:
  New

Bug description:
  When I suspend my system, after the screen goes black, the desktop and
  the suspend login screen are briefly shown in 

[Desktop-packages] [Bug 1871011] Re: USB scanning broken on focal by ippusbxd (was: hpmud and ippusbxd conflict)

2021-10-11 Thread Lorenzo Novara
On a fully updated Ubuntu 20.04.3 LTS with kernel 5.11.0-37-generic
#41~20.04.2-Ubuntu I'm experiencing the same issue with my HP OfficeJet
4657.

[40248.522045] usb 1-9.4: new high-speed USB device number 17 using xhci_hcd
[40248.652858] usb 1-9.4: New USB device found, idVendor=03f0, idProduct=d911, 
bcdDevice= 1.00
[40248.652864] usb 1-9.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[40248.652866] usb 1-9.4: Product: OfficeJet 4650 series
[40248.652868] usb 1-9.4: Manufacturer: HP
[40248.652870] usb 1-9.4: SerialNumber: TH76F4918Q0662
[40248.726281] usblp 1-9.4:1.1: usblp5: USB Bidirectional printer dev 17 if 1 
alt 0 proto 2 vid 0x03F0 pid 0xD911
[40248.920575] usb 1-9.4: usbfs: process 75785 (ippusbxd) did not claim 
interface 0 before use
[40248.944349] usblp5: removed

The workaround has been to remove IPPUSBXD:

sudo apt remove ippusbxd

Now I can scan again.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/1871011

Title:
  USB scanning broken on focal by ippusbxd (was: hpmud and ippusbxd
  conflict)

Status in HPLIP:
  Invalid
Status in hplip package in Ubuntu:
  Expired
Status in ippusbxd package in Ubuntu:
  Confirmed

Bug description:
  On Ubuntu 20.04 focal (with -proposed enabled). HPLIP=3.20.3.

  Previously there was a libmtp (udev) bug erroneously detecting HP
  printers as mtp devices. This was fixed. Now, I can try to scan-- from
  both simple-scan and hp-scan, hplip errors out:

  
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 427: Found 
interface conf=0, iface=1, altset=0, index=1
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 389: Active 
kernel driver on interface=1 ret=0
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 515: invalid 
claim_interface 7/1/2: Device or resource busy
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 427: Found 
interface conf=0, iface=0, altset=1, index=3
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 389: Active 
kernel driver on interface=0 ret=0
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 515: invalid 
claim_interface 7/1/4: Device or resource busy
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 427: Found 
interface conf=0, iface=3, altset=0, index=9
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 389: Active 
kernel driver on interface=3 ret=0
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 515: invalid 
claim_interface ff/4/1: Device or resource busy
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 427: Found 
interface conf=0, iface=0, altset=0, index=11
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 389: Active 
kernel driver on interface=0 ret=0
  Apr 05 21:27:37 dani-mbp15 simple-scan[3464]: io/hpmud/musb.c 515: invalid 
claim_interface ff/cc/0: Device or resource busy

  Printer/scanner is an Officejet 4635. Scanning previously worked just
  fine a few months ago. Regression?

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2021-01-13 Thread Lorenzo Bodini
Today I had the same issue on archlinux with kernel 5.9.14 and gnome
shell 3.38.2, it happend right after taking an areal screenshot with
gnome-screenshot while in fullscreen, after that when I hovered windows
bar and the side dock the cursor became the classic cross you see while
taking screenshots and left/right clicking didn't give any result.
gnome-screenshot was called by a keyboard shortcut.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1181666

Title:
  gnome-shell randomly blocks mouse clicks from working in app windows

Status in GNOME Shell:
  Confirmed
Status in Ubuntu GNOME:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Confirmed

Bug description:
  Under GNOME 3, the use of the mouse-click stops occasionally, though I
  can still move the mouse around and can still click on items in the
  Activities screen and the top-bar.

  I can use alt-tab to cycle windows and can still type into already-
  active textboxes in windows, but I cannot click within the windows,
  and the mouse is not picked up at all by the windows.

  I can open the alt-f2 "run command" dialogue, but cannot type into it.

  The workaround I'm using is to open terminal (ctrl-alt-T) and run
  "gnome-shell -r", and restarting that command every time I have the
  problem again.

  Please ask if there's anything I forgot to mention.

  ADDITIONAL: The error tends to happen randomly, but it seems to happen
  upon opening a new window, changing windows, closing windows, or
  opening the activities pane (whether a change of window is thus
  instigated or not)

  ADDITIONAL 2: (sorry, it's early) The other workaround is to log out
  and to log in again, but that is also less than ideal

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-shell 3.6.3.1-0ubuntu6
  ProcVersionSignature: Ubuntu 3.8.0-22.33-generic 3.8.11
  Uname: Linux 3.8.0-22-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Sun May 19 07:02:18 2013
  DisplayManager: gdm
  GsettingsChanges:
   b'org.gnome.desktop.interface' b'clock-show-date' b'true'
   b'org.gnome.desktop.interface' b'clock-show-seconds' b'true'
   b'org.gnome.desktop.interface' b'document-font-name' b"'Sans 10'"
   b'org.gnome.desktop.interface' b'font-name' b"'Cantarell 10'"
   b'org.gnome.desktop.interface' b'monospace-font-name' b"'Ubuntu Mono 12'"
  InstallationDate: Installed on 2013-05-04 (14 days ago)
  InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Release amd64 
(20130424)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1873052] Re: Showing two cursors after login

2020-11-07 Thread Lorenzo Dellacà
For anyone who might be interested, since in my case this problem is
caused by fractional scaling, in my Ubuntu 20.04 (and then also 20.10)
installation I was able to "automatically fix" it every login by using
this very small program I developed: https://github.com/mind-overflow
/gnome-fs-duplicate-cursor-fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1873052

Title:
  Showing two cursors after login

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released
Status in mutter package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  In Progress

Bug description:
  Showing two cursors after login to ubuntu-desktop.

  One cursor moves and is scaled, and one is stationary mid screen and
  not scaled.

  The moving cursor does not appear on screenshots, making it difficult
  to upload a screenshot.

  Previously reported:
  https://gitlab.gnome.org/GNOME/mutter/issues/904
  https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1827428

  Package: mutter 3.36.1-3ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.1-4ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu26
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 15 20:06:53 2020
  DisplayManager: gdm3
  RelatedPackageVersions: mutter-common 3.36.1-3ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to focal on 2020-03-31 (15 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1829221] Re: second, dead, mouse pointer left on screen after login, x11 session

2020-11-07 Thread Lorenzo Dellacà
*** This bug is a duplicate of bug 1873052 ***
https://bugs.launchpad.net/bugs/1873052

I don't think there is an official solution to this yet, however, in my
Ubuntu 20.04 (and then also 20.10) installation I was able to
automatically fix it every login by using this very small program I
developed: https://github.com/mind-overflow/gnome-fs-duplicate-cursor-
fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1829221

Title:
  second, dead, mouse pointer left on screen after login, x11 session

Status in mutter package in Ubuntu:
  Confirmed

Bug description:
  This seems to have become repeatable, and applies even on the first
  login session immediately after booting the computer. I don't know if
  this is the right package to report against; another possible culprit:
  gdm:

  When I log into the default "Ubuntu" session (ie: on xorg), gdm's
  mouse pointer remains on screen during the screen blank, and after the
  gnome desktop comes up. It stays on the top just like you'd expect of
  the mouse pointer, but it's immobile and unresponsive. It's left at
  the same position on the screen that it was while using gdm, and is
  the same size as it was in gdm (ie: gdm is not scaled, but gnome
  session desktop scaled to 150% - the *working* in-session mouse
  pointer is also 150% larger than gdm's dead one).

  It looks like gdm and gnome are running in the same x11 session?
  Seeing as the mouse pointer stays solid *during* the transition from
  gdm into the gnome desktop. Not even a flicker. It's almost as if
  we're trying to have smooth transitions for these sorts of things,
  which is good of course, but maybe is a bug in that?

  It disappears when I log into a Wayland session, it appears only to
  affect x11 sessions.

  I've taken to just moving the mouse pointer to the far bottom right
  corner of the screen before logging in, so at least it's not very
  intrusive.

  There are a few reports of similar in askubuntu from a few years back,
  but with no helpful or applicable solution. eg:

  
https://askubuntu.com/questions/521241/i-have-two-cursors-on-my-screen-one-of-which-is-always-on-top-and-will-never-mo
  
https://askubuntu.com/questions/598096/14-04-second-mouse-pointer-stuck-in-middle-of-the-screen

  To answer the points made there, the xinput --list output is shown
  below. Executing that command and rebooting makes no difference. In
  the Displays Prefs there is no second "Unknown" display to disable.
  (The machine has precisely one display, and that's all Settings sees.
  It's a desktop, not a laptop, and it only has an AMD Vega integrated
  graphics. It also has only one mouse.)

  rachel@twilight:~$ xinput --list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ HID 04b4:3003 Mouse id=9[slave  pointer 
 (2)]
  ⎜   ↳ HID 04b4:3003 Consumer Control  id=11   [slave  pointer 
 (2)]
  ⎜   ↳ Microsoft Microsoft® Nano Transceiver v1.0 Mouseid=15   [slave  
pointer  (2)]
  ⎜   ↳ Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control id=16   
[slave  pointer  (2)]
  ⎜   ↳ Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control id=17   
[slave  pointer  (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Power Buttonid=7[slave  
keyboard (3)]
  ↳ HID 04b4:3003   id=8[slave  
keyboard (3)]
  ↳ HID 04b4:3003 System Controlid=10   [slave  
keyboard (3)]
  ↳ HID 04b4:3003 Keyboard  id=12   [slave  
keyboard (3)]
  ↳ Dell Dell AC511 USB SoundBarid=13   [slave  
keyboard (3)]
  ↳ Microsoft Microsoft® Nano Transceiver v1.0  id=14   [slave  
keyboard (3)]
  ↳ Microsoft Microsoft® Nano Transceiver v1.0 System Control   id=18   
[slave  keyboard (3)]
  ↳ Eee PC WMI hotkeys  id=19   [slave  
keyboard (3)]
  ↳ HID 04b4:3003 Consumer Control  id=20   [slave  
keyboard (3)]
  ↳ Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control id=21   
[slave  keyboard (3)]
  ↳ Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control id=22   
[slave  keyboard (3)]

  (I don't know what's with the duplicated MS Nano Transceiver Consumer
  Control entries)

  I thought of a couple of things to try after starting to write this
  ticket but didn't want to lose the ticket in progress, so will add
  comments if they show up anything. In particular, I am running the
  expe

[Desktop-packages] [Bug 1882212] Re: Cursor blinks/flickers on screen refresh (only on built in monitor)

2020-06-08 Thread Lorenzo Callegari
This seems to fix it, only a minor bug appears: 
I'm now unable to drag and drop icons on the desktop, once I "grab" them, they 
are stuck to my pointer but I can't release them.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1882212

Title:
  Cursor blinks/flickers on screen refresh (only on built in monitor)

Status in mutter package in Ubuntu:
  New

Bug description:
  I have a double monitor setup, my laptop has a built-in 4k screen and my 
external is 1080p.
  When I use the mouse on the external screen the cursor has no problem but 
when I go on the built-in monitor the pointer will blink (disappear and 
reappear) every time there is some kind of refresh on either screen (e.g. I 
type something or something is displaying text in the terminal).

  My current display settings are:
  Display Mode: Join Displays
  Primary Display: either doesn't make any difference

  Built in display:
  - Orientation: Landscape
  - Resolution: 3840x2160
  - Refresh Rate: 60,00Hz
  - Scale: 200%
  - Fractional Scaling: ON

  External Display:
  - Orientation: Landscape
  - Resolution: 1920x1080
  - Refresh Rate: 60,00Hz
  - Scale: 100%
  - Fractional Scaling: ON

  Ubuntu release: 20.04 LTS
  Xorg version: 1:7.7+19ubuntu14
  Expected behavior: Pointer doesn't blink
  Current behavior: Pointer blinks

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jun  5 10:27:31 2020
  DistUpgraded: 2020-04-24 10:45:52,182 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 440.64, 5.4.0-31-generic, x86_64: installed
   nvidia, 440.64, 5.4.0-33-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
     Subsystem: ASUSTeK Computer Inc. HD Graphics 530 [1043:1080]
     Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 960M] [1043:1080]
  InstallationDate: Installed on 2019-07-04 (336 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: ASUSTeK COMPUTER INC. N501VW
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=acb2d85b-81be-4cf8-8e76-5abca360479b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-04-24 (41 days ago)
  dmi.bios.date: 04/17/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N501VW.307
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N501VW
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN501VW.307:bd04/17/2019:svnASUSTeKCOMPUTERINC.:pnN501VW:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN501VW:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: N
  dmi.product.name: N501VW
  dmi.product.sku: ASUS-NotebookSKU
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1882212] Re: Cursor blinks/flickers on screen refresh (only on built in monitor)

2020-06-07 Thread Lorenzo Callegari
Do you need any more information?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1882212

Title:
  Cursor blinks/flickers on screen refresh (only on built in monitor)

Status in mutter package in Ubuntu:
  Incomplete

Bug description:
  I have a double monitor setup, my laptop has a built-in 4k screen and my 
external is 1080p.
  When I use the mouse on the external screen the cursor has no problem but 
when I go on the built-in monitor the pointer will blink (disappear and 
reappear) every time there is some kind of refresh on either screen (e.g. I 
type something or something is displaying text in the terminal).

  My current display settings are:
  Display Mode: Join Displays
  Primary Display: either doesn't make any difference

  Built in display:
  - Orientation: Landscape
  - Resolution: 3840x2160
  - Refresh Rate: 60,00Hz
  - Scale: 200%
  - Fractional Scaling: ON

  External Display:
  - Orientation: Landscape
  - Resolution: 1920x1080
  - Refresh Rate: 60,00Hz
  - Scale: 100%
  - Fractional Scaling: ON

  Ubuntu release: 20.04 LTS
  Xorg version: 1:7.7+19ubuntu14
  Expected behavior: Pointer doesn't blink
  Current behavior: Pointer blinks

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jun  5 10:27:31 2020
  DistUpgraded: 2020-04-24 10:45:52,182 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 440.64, 5.4.0-31-generic, x86_64: installed
   nvidia, 440.64, 5.4.0-33-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
     Subsystem: ASUSTeK Computer Inc. HD Graphics 530 [1043:1080]
     Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 960M] [1043:1080]
  InstallationDate: Installed on 2019-07-04 (336 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: ASUSTeK COMPUTER INC. N501VW
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=acb2d85b-81be-4cf8-8e76-5abca360479b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-04-24 (41 days ago)
  dmi.bios.date: 04/17/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N501VW.307
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N501VW
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN501VW.307:bd04/17/2019:svnASUSTeKCOMPUTERINC.:pnN501VW:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN501VW:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: N
  dmi.product.name: N501VW
  dmi.product.sku: ASUS-NotebookSKU
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1882212] Re: Cursor blinks/flickers on screen refresh (only on built in monitor)

2020-06-05 Thread Lorenzo Callegari
* Disabling fractional scaling in Settings.
- Did not solve the issue

* Using a scaling factor of 100%, briefly.
- Did not solve the issue and makes the built-in monitor unusable as text size 
is too small

* Selecting 'Ubuntu on Wayland' from the login screen.
- Solves the flickering but makes text on built-in monitor too small
- If I change scaling for the built-in monitor some inconsistencies are 
produced:
- Application scaling is ok
- Icons on the desktop don't change scaling

All the testing has been done by logging out and back in after every
change

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1882212

Title:
  Cursor blinks/flickers on screen refresh (only on built in monitor)

Status in mutter package in Ubuntu:
  Incomplete

Bug description:
  I have a double monitor setup, my laptop has a built-in 4k screen and my 
external is 1080p.
  When I use the mouse on the external screen the cursor has no problem but 
when I go on the built-in monitor the pointer will blink (disappear and 
reappear) every time there is some kind of refresh on either screen (e.g. I 
type something or something is displaying text in the terminal).

  My current display settings are:
  Display Mode: Join Displays
  Primary Display: either doesn't make any difference

  Built in display:
  - Orientation: Landscape
  - Resolution: 3840x2160
  - Refresh Rate: 60,00Hz
  - Scale: 200%
  - Fractional Scaling: ON

  External Display:
  - Orientation: Landscape
  - Resolution: 1920x1080
  - Refresh Rate: 60,00Hz
  - Scale: 100%
  - Fractional Scaling: ON

  Ubuntu release: 20.04 LTS
  Xorg version: 1:7.7+19ubuntu14
  Expected behavior: Pointer doesn't blink
  Current behavior: Pointer blinks

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jun  5 10:27:31 2020
  DistUpgraded: 2020-04-24 10:45:52,182 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 440.64, 5.4.0-31-generic, x86_64: installed
   nvidia, 440.64, 5.4.0-33-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
     Subsystem: ASUSTeK Computer Inc. HD Graphics 530 [1043:1080]
     Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 960M] [1043:1080]
  InstallationDate: Installed on 2019-07-04 (336 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: ASUSTeK COMPUTER INC. N501VW
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=acb2d85b-81be-4cf8-8e76-5abca360479b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-04-24 (41 days ago)
  dmi.bios.date: 04/17/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N501VW.307
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N501VW
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN501VW.307:bd04/17/2019:svnASUSTeKCOMPUTERINC.:pnN501VW:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN501VW:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: N
  dmi.product.name: N501VW
  dmi.product.sku: ASUS-NotebookSKU
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1882212] Re: Cursor blinks/flickers on screen refresh (only on built in monitor)

2020-06-05 Thread Lorenzo Callegari
** Summary changed:

- Cursor blinks on screen refresh (only on built in monitor)
+ Cursor blinks/flickers on screen refresh (only on built in monitor)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1882212

Title:
  Cursor blinks/flickers on screen refresh (only on built in monitor)

Status in xorg package in Ubuntu:
  New

Bug description:
  I have a double monitor setup, my laptop has a built-in 4k screen and my 
external is 1080p.
  When I use the mouse on the external screen the cursor has no problem but 
when I go on the built-in monitor the pointer will blink (disappear and 
reappear) every time there is some kind of refresh on either screen (e.g. I 
type something or something is displaying text in the terminal).

  My current display settings are:
  Display Mode: Join Displays
  Primary Display: either doesn't make any difference

  Built in display:
  - Orientation: Landscape
  - Resolution: 3840x2160
  - Refresh Rate: 60,00Hz
  - Scale: 200%
  - Fractional Scaling: ON

  External Display:
  - Orientation: Landscape
  - Resolution: 1920x1080
  - Refresh Rate: 60,00Hz
  - Scale: 100%
  - Fractional Scaling: ON

  Ubuntu release: 20.04 LTS
  Xorg version: 1:7.7+19ubuntu14
  Expected behavior: Pointer doesn't blink
  Current behavior: Pointer blinks

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jun  5 10:27:31 2020
  DistUpgraded: 2020-04-24 10:45:52,182 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 440.64, 5.4.0-31-generic, x86_64: installed
   nvidia, 440.64, 5.4.0-33-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
     Subsystem: ASUSTeK Computer Inc. HD Graphics 530 [1043:1080]
     Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 960M] [1043:1080]
  InstallationDate: Installed on 2019-07-04 (336 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: ASUSTeK COMPUTER INC. N501VW
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=acb2d85b-81be-4cf8-8e76-5abca360479b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-04-24 (41 days ago)
  dmi.bios.date: 04/17/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N501VW.307
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N501VW
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN501VW.307:bd04/17/2019:svnASUSTeKCOMPUTERINC.:pnN501VW:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN501VW:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: N
  dmi.product.name: N501VW
  dmi.product.sku: ASUS-NotebookSKU
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1882212] Re: Cursor blinks on screen refresh (only on built in monitor)

2020-06-05 Thread Lorenzo Callegari
** Summary changed:

- Arrow blinks on screen refresh (only on built in monitor)
+ Cursor blinks on screen refresh (only on built in monitor)

** Description changed:

  I have a double monitor setup, my laptop has a built-in 4k screen and my 
external is 1080p.
- When I use the mouse on the external screen the arrow indicator has no 
problem but when I go on the built-in monitor the arrow indicator will blink 
(disappear and reappear) every time there is some kind of refresh on either 
screen (e.g. I type something or something is displaying text in the terminal).
+ When I use the mouse on the external screen the cursor has no problem but 
when I go on the built-in monitor the pointer will blink (disappear and 
reappear) every time there is some kind of refresh on either screen (e.g. I 
type something or something is displaying text in the terminal).
  
  My current display settings are:
  Display Mode: Join Displays
  Primary Display: either doesn't make any difference
  
  Built in display:
  - Orientation: Landscape
  - Resolution: 3840x2160
  - Refresh Rate: 60,00Hz
  - Scale: 200%
  - Fractional Scaling: ON
  
  External Display:
  - Orientation: Landscape
  - Resolution: 1920x1080
  - Refresh Rate: 60,00Hz
  - Scale: 100%
  - Fractional Scaling: ON
  
  Ubuntu release: 20.04 LTS
  Xorg version: 1:7.7+19ubuntu14
- Expected behavior: Arrow doesn't blink
- Current behavior: Arrow blinks
+ Expected behavior: Pointer doesn't blink
+ Current behavior: Pointer blinks
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jun  5 10:27:31 2020
  DistUpgraded: 2020-04-24 10:45:52,182 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
-  nvidia, 440.64, 5.4.0-31-generic, x86_64: installed
-  nvidia, 440.64, 5.4.0-33-generic, x86_64: installed
+  nvidia, 440.64, 5.4.0-31-generic, x86_64: installed
+  nvidia, 440.64, 5.4.0-33-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
-Subsystem: ASUSTeK Computer Inc. HD Graphics 530 [1043:1080]
-Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 960M] [1043:1080]
+  Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
+    Subsystem: ASUSTeK Computer Inc. HD Graphics 530 [1043:1080]
+    Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 960M] [1043:1080]
  InstallationDate: Installed on 2019-07-04 (336 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: ASUSTeK COMPUTER INC. N501VW
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=acb2d85b-81be-4cf8-8e76-5abca360479b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-04-24 (41 days ago)
  dmi.bios.date: 04/17/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N501VW.307
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N501VW
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN501VW.307:bd04/17/2019:svnASUSTeKCOMPUTERINC.:pnN501VW:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN501VW:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: N
  dmi.product.name: N501VW
  dmi.product.sku: ASUS-NotebookSKU
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1882212

Title:
  Cursor blinks on screen refresh (only on built in monitor)

Status in xorg package in Ubuntu:
  New

Bug description:
  I have a double monitor setup, my laptop has a built-in 4k screen and my 
external is 1080p.
  When I use the mouse on the external

[Desktop-packages] [Bug 1882212] [NEW] Cursor blinks on screen refresh (only on built in monitor)

2020-06-05 Thread Lorenzo Callegari
Public bug reported:

I have a double monitor setup, my laptop has a built-in 4k screen and my 
external is 1080p.
When I use the mouse on the external screen the arrow indicator has no problem 
but when I go on the built-in monitor the arrow indicator will blink (disappear 
and reappear) every time there is some kind of refresh on either screen (e.g. I 
type something or something is displaying text in the terminal).

My current display settings are:
Display Mode: Join Displays
Primary Display: either doesn't make any difference

Built in display:
- Orientation: Landscape
- Resolution: 3840x2160
- Refresh Rate: 60,00Hz
- Scale: 200%
- Fractional Scaling: ON

External Display:
- Orientation: Landscape
- Resolution: 1920x1080
- Refresh Rate: 60,00Hz
- Scale: 100%
- Fractional Scaling: ON

Ubuntu release: 20.04 LTS
Xorg version: 1:7.7+19ubuntu14
Expected behavior: Arrow doesn't blink
Current behavior: Arrow blinks

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
Uname: Linux 5.4.0-31-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri Jun  5 10:27:31 2020
DistUpgraded: 2020-04-24 10:45:52,182 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 440.64, 5.4.0-31-generic, x86_64: installed
 nvidia, 440.64, 5.4.0-33-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. HD Graphics 530 [1043:1080]
   Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 960M] [1043:1080]
InstallationDate: Installed on 2019-07-04 (336 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
MachineType: ASUSTeK COMPUTER INC. N501VW
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=acb2d85b-81be-4cf8-8e76-5abca360479b ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to focal on 2020-04-24 (41 days ago)
dmi.bios.date: 04/17/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: N501VW.307
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: N501VW
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN501VW.307:bd04/17/2019:svnASUSTeKCOMPUTERINC.:pnN501VW:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN501VW:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: N
dmi.product.name: N501VW
dmi.product.sku: ASUS-NotebookSKU
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal ubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1882212

Title:
  Cursor blinks on screen refresh (only on built in monitor)

Status in xorg package in Ubuntu:
  New

Bug description:
  I have a double monitor setup, my laptop has a built-in 4k screen and my 
external is 1080p.
  When I use the mouse on the external screen the arrow indicator has no 
problem but when I go on the built-in monitor the arrow indicator will blink 
(disappear and reappear) every time there is some kind of refresh on either 
screen (e.g. I type something or something is displaying text in the terminal).

  My current display settings are:
  Display Mode: Join Displays
  Primary Display: either doesn't make any difference

  Built in display:
  - Orientation: Landscape
  - Resolution: 3840x2160
  - Refresh Rate: 60,00Hz
  - Scale: 200%
  - Fractional Scaling: ON

  External Display:
  - Orientation: Landscape
  - Resolution: 1920x1080
  - Refresh Rate: 60,00Hz
  - Scale: 100%
  - Fractional Scaling: ON

  Ubuntu release: 20.04 LTS
  Xorg version: 1:7.7+19ubuntu14
  Expected behavior: Arrow doesn't blink
  Current behavior: Arrow blinks

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersi

[Desktop-packages] [Bug 1869879] [NEW] package libreoffice-core 1:5.1.6~rc2-0ubuntu1~xenial6 failed to install/upgrade: impossibile copiare i dati estratti per "./usr/lib/libreoffice/program/libmerged

2020-03-31 Thread lorenzo
Public bug reported:

in seguito alla installazione su laptop asus x61sl, al momento del riavvio per 
installazione terminata mi è uscita la dicitura "no caching mode page found"
assuming drive cache"

forzando il riavvio si accendeva ma non mi caricava le icone nella barra
di sistema ne mi permetteva di accedere ai programmi/icone della dock.

Funziona solo ctrl+alt+f1, ho provato vari codici trovati sui forum
ufficiali e non.

facendo upgrade di versione mi ha dato questo bug.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libreoffice-core 1:5.1.6~rc2-0ubuntu1~xenial6
ProcVersionSignature: Ubuntu 4.15.0-45.48~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-45-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Tue Mar 31 14:54:25 2020
ErrorMessage: impossibile copiare i dati estratti per 
"./usr/lib/libreoffice/program/libmergedlo.so" in 
"/usr/lib/libreoffice/program/libmergedlo.so.dpkg-new": fine del file o dello 
stream inattesa
InstallationDate: Installed on 2020-03-31 (0 days ago)
InstallationMedia: Ubuntu 16.04.6 LTS "Xenial Xerus" - Release amd64 (20190227)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.6
 apt  1.2.32
SourcePackage: libreoffice
Title: package libreoffice-core 1:5.1.6~rc2-0ubuntu1~xenial6 failed to 
install/upgrade: impossibile copiare i dati estratti per 
"./usr/lib/libreoffice/program/libmergedlo.so" in 
"/usr/lib/libreoffice/program/libmergedlo.so.dpkg-new": fine del file o dello 
stream inattesa
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1869879

Title:
  package libreoffice-core 1:5.1.6~rc2-0ubuntu1~xenial6 failed to
  install/upgrade: impossibile copiare i dati estratti per
  "./usr/lib/libreoffice/program/libmergedlo.so" in
  "/usr/lib/libreoffice/program/libmergedlo.so.dpkg-new": fine del file
  o dello stream inattesa

Status in libreoffice package in Ubuntu:
  New

Bug description:
  in seguito alla installazione su laptop asus x61sl, al momento del riavvio 
per installazione terminata mi è uscita la dicitura "no caching mode page found"
  assuming drive cache"

  forzando il riavvio si accendeva ma non mi caricava le icone nella
  barra di sistema ne mi permetteva di accedere ai programmi/icone della
  dock.

  Funziona solo ctrl+alt+f1, ho provato vari codici trovati sui forum
  ufficiali e non.

  facendo upgrade di versione mi ha dato questo bug.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-core 1:5.1.6~rc2-0ubuntu1~xenial6
  ProcVersionSignature: Ubuntu 4.15.0-45.48~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-45-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  Date: Tue Mar 31 14:54:25 2020
  ErrorMessage: impossibile copiare i dati estratti per 
"./usr/lib/libreoffice/program/libmergedlo.so" in 
"/usr/lib/libreoffice/program/libmergedlo.so.dpkg-new": fine del file o dello 
stream inattesa
  InstallationDate: Installed on 2020-03-31 (0 days ago)
  InstallationMedia: Ubuntu 16.04.6 LTS "Xenial Xerus" - Release amd64 
(20190227)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.6
   apt  1.2.32
  SourcePackage: libreoffice
  Title: package libreoffice-core 1:5.1.6~rc2-0ubuntu1~xenial6 failed to 
install/upgrade: impossibile copiare i dati estratti per 
"./usr/lib/libreoffice/program/libmergedlo.so" in 
"/usr/lib/libreoffice/program/libmergedlo.so.dpkg-new": fine del file o dello 
stream inattesa
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1825963] Re: Abysmal memory leak on tracker-extract

2019-12-05 Thread Lorenzo
I  confirm the bug with DDS files (for an HOI4 mod) in 19.04

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to tracker in Ubuntu.
https://bugs.launchpad.net/bugs/1825963

Title:
  Abysmal memory leak on tracker-extract

Status in tracker package in Ubuntu:
  Confirmed

Bug description:
  After upgrading from 18.10 to 19.04 my Ubuntu desktop started lagging
  madly. It became very difficult to use and I discovered the problem to
  be tracker-extract running and very rapidly leaking memory up to 100%
  and breaching into swap memory. I tried killing it several times but
  Tracker appears to relaunch it every time, so I deleted it from
  /usr/lib/tracker entirely.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: tracker 2.1.8-2
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  Uname: Linux 5.0.0-13-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr 23 13:02:25 2019
  InstallationDate: Installed on 2019-03-11 (42 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  SourcePackage: tracker
  UpgradeStatus: Upgraded to disco on 2019-04-23 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1825963] Re: Abysmal memory leak on tracker-extract

2019-12-05 Thread Lorenzo
I confirm the bug on 19.10 for DDS files ( from a mod for HOI4)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to tracker in Ubuntu.
https://bugs.launchpad.net/bugs/1825963

Title:
  Abysmal memory leak on tracker-extract

Status in tracker package in Ubuntu:
  Confirmed

Bug description:
  After upgrading from 18.10 to 19.04 my Ubuntu desktop started lagging
  madly. It became very difficult to use and I discovered the problem to
  be tracker-extract running and very rapidly leaking memory up to 100%
  and breaching into swap memory. I tried killing it several times but
  Tracker appears to relaunch it every time, so I deleted it from
  /usr/lib/tracker entirely.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: tracker 2.1.8-2
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  Uname: Linux 5.0.0-13-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Apr 23 13:02:25 2019
  InstallationDate: Installed on 2019-03-11 (42 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  SourcePackage: tracker
  UpgradeStatus: Upgraded to disco on 2019-04-23 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1840516] Re: misleading sort icon

2019-08-16 Thread Lorenzo Delana
As stated from António Fernandes (see nautilus issue #1008 linked
previous message) there is an option of GTK-3 that tune this behavior,
so to return to the same behavior that was in 18.04 for example a user
can apply follow setting ~/.config/gtk-3.0/settings.ini

[Settings]
gtk-alternative-sort-arrows = true

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1840516

Title:
  misleading sort icon

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  I report here because but this problem is related to amost any
  applicatin in Disco version 19.04 I recently installed, may something
  only related to a few users because I surprised not already pointed
  out by anyone else.

  Attached a screenshoot from where you should see sort icon not coherent to 
sorting itself.
  This problem affects almost any app from nautilus to rhythmbox and is very 
problematic at least for me.

  Some discussion about it in Nautilus here :
  https://gitlab.gnome.org/GNOME/nautilus/issues/1008

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: rhythmbox 3.4.3-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-25.26-generic 5.0.18
  Uname: Linux 5.0.0-25-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Aug 17 00:54:13 2019
  InstallationDate: Installed on 2019-08-10 (6 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1840516] [NEW] misleading sort icon

2019-08-16 Thread Lorenzo Delana
Public bug reported:

I report here because but this problem is related to amost any
applicatin in Disco version 19.04 I recently installed, may something
only related to a few users because I surprised not already pointed out
by anyone else.

Attached a screenshoot from where you should see sort icon not coherent to 
sorting itself.
This problem affects almost any app from nautilus to rhythmbox and is very 
problematic at least for me.

Some discussion about it in Nautilus here :
https://gitlab.gnome.org/GNOME/nautilus/issues/1008

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: rhythmbox 3.4.3-1ubuntu1
ProcVersionSignature: Ubuntu 5.0.0-25.26-generic 5.0.18
Uname: Linux 5.0.0-25-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Aug 17 00:54:13 2019
InstallationDate: Installed on 2019-08-10 (6 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug disco

** Attachment added: "wrong sort icon example"
   
https://bugs.launchpad.net/bugs/1840516/+attachment/5282941/+files/wrong-sort-icon.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1840516

Title:
  misleading sort icon

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  I report here because but this problem is related to amost any
  applicatin in Disco version 19.04 I recently installed, may something
  only related to a few users because I surprised not already pointed
  out by anyone else.

  Attached a screenshoot from where you should see sort icon not coherent to 
sorting itself.
  This problem affects almost any app from nautilus to rhythmbox and is very 
problematic at least for me.

  Some discussion about it in Nautilus here :
  https://gitlab.gnome.org/GNOME/nautilus/issues/1008

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: rhythmbox 3.4.3-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-25.26-generic 5.0.18
  Uname: Linux 5.0.0-25-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Aug 17 00:54:13 2019
  InstallationDate: Installed on 2019-08-10 (6 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1726595] Re: Running Matlab (R) from ssh session with X forwarding doesn't work anymore in 17.10

2019-08-15 Thread Lorenzo Delana
I have similar problem explained through attachment video, that happens
when I focus opened window by through x11 forwarding using ssh and then
I cannot raise up any of already opened window from the dock.

Steps to reproduce:
- open a gnome terminal so that it happears on the side dock
- xhost +somehost ; ssh -X somehost
- run some gui app and maximize
- click on the window opened by the app so that it got focus
- bug here: now click on terminal on dock and an alert message indicate that is 
ready but it cannot raise even with a second click

Workaround:
- click on the x11 forwarded app titlebar
- click on terminal or other app available on the dock
- the requested app window now raises


** Attachment added: "repro"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1726595/+attachment/5282644/+files/Peek%202019-08-15%2014-01.mp4

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1726595

Title:
  Running Matlab (R) from ssh session with X forwarding doesn't work
  anymore in 17.10

Status in xorg-server package in Ubuntu:
  New

Bug description:
  OBSERVED BEHAVIOR:
  Matlab stays in busy state when using some functions like "plot" or even 
"exit", while executing through a ssh tunnel with X11 forwarding. 

  REPRODUCE THE BUG:

  You need matlab (my version is R2017a) to reproduce the bug. I suspect
  any version >= 2014b would reproduce the bug (HG2 framework), and
  maybe any version.

  1. Connect to self (or from other machine) with X forwarding:
  $ ssh -X user@localhost

  2. Launch matlab
  $ matlab &

  3. Plot something
  >> plot(1,1)

  ADDITIONAL INFORMATION
  - Normal behavior would be appearance of a new window and a single point at 
position (1,1). 
  - No ressources seem to be used. 
  - Opening a figure alone is possible. (>> figure). Opening other windows from 
the graphical user interface is possible 
  - Opening Matlab without the java machine seems to work, but matlab relies 
heavily on java. At least "exit" which doesn't work with java, works without 
java.
  - Providing Matlab with open-jdk version 1.8.0_144 didn't change anything.
  - This used to work perfectly for as long as I have been using Ubuntu (since 
2012).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: openssh-client 1:7.5p1-10
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Mon Oct 23 17:44:23 2017
  ExecutablePath: /usr/bin/ssh
  InstallationDate: Installed on 2017-08-25 (59 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   ssh-askpass   N/A
   libpam-sshN/A
   keychain  N/A
   ssh-askpass-gnome N/A
  SSHClientVersion: OpenSSH_7.5p1 Ubuntu-10, OpenSSL 1.0.2g  1 Mar 2016
  SourcePackage: openssh
  UpgradeStatus: Upgraded to artful on 2017-10-23 (0 days ago)
  modified.conffile..etc.ssh.ssh_config: [modified]
  mtime.conffile..etc.ssh.ssh_config: 2017-10-23T16:25:50.569560

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1827284] Re: [regression] No window spread animation in gnome-shell 3.28.3+git20190124

2019-05-23 Thread Lorenzo P. Gamayo
I'm extremely sorry. While trying to see what the different statuses
mean, I accidentally changed the bug status to "fix released" and
launchpad doesn't let me undo my mistake. I hope this doesn't cause any
trouble.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1827284

Title:
  [regression] No window spread animation in gnome-shell
  3.28.3+git20190124

Status in GNOME Shell:
  Fix Released
Status in gnome-shell package in Ubuntu:
  Invalid
Status in gnome-shell source package in Bionic:
  Fix Released
Status in gnome-shell source package in Eoan:
  Invalid

Bug description:
  [Impact]

  No window spread animation in gnome-shell 3.28.3+git20190124.

  [Test case]

  1. Open two or more windows/apps.
  2. Tap the Super (Windows) key.

  Expected: Windows slide apart smoothly.
  Observed: Windows separate suddenly.

  [Regression Potential]

  Low. The proposed fix is a commit picked from gnome-shell 3.30.0 and
  has been used without issue in Gnome 3.30 and 3.32 for many months
  already.

  [Original Description]

  On Ubuntu 18.04.2, Xorg, Gnome version
  3.28.3+git20190124-0ubuntu18.04.1, there's no animation anymore when
  you open the activities panel. When you close it, the animation shows
  up normally. The animation used to work, but it stopped by the end of
  April 2019. It doesn't seem to be a video driver issue, since it
  happens both when using Nvidia and Intel graphics. The issue persists
  after disabling all Gnome extensions.

  It's worth mentioning that the animation shows up if you access
  activities through the top right hot corner, but it doesn't if you
  press the button or the Windows key.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.28.3+git20190124-0ubuntu18.04.1
  ProcVersionSignature: Ubuntu 4.18.0-18.19~18.04.1-generic 4.18.20
  Uname: Linux 4.18.0-18-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed May  1 18:00:49 2019
  DisplayManager: gdm3
  InstallationDate: Installed on 2018-12-11 (141 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1827284] Re: [regression] No window spread animation in gnome-shell 3.28.3+git20190124

2019-05-23 Thread Lorenzo P. Gamayo
** Changed in: gnome-shell (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1827284

Title:
  [regression] No window spread animation in gnome-shell
  3.28.3+git20190124

Status in GNOME Shell:
  Fix Released
Status in gnome-shell package in Ubuntu:
  Invalid
Status in gnome-shell source package in Bionic:
  Fix Released
Status in gnome-shell source package in Eoan:
  Invalid

Bug description:
  [Impact]

  No window spread animation in gnome-shell 3.28.3+git20190124.

  [Test case]

  1. Open two or more windows/apps.
  2. Tap the Super (Windows) key.

  Expected: Windows slide apart smoothly.
  Observed: Windows separate suddenly.

  [Regression Potential]

  Low. The proposed fix is a commit picked from gnome-shell 3.30.0 and
  has been used without issue in Gnome 3.30 and 3.32 for many months
  already.

  [Original Description]

  On Ubuntu 18.04.2, Xorg, Gnome version
  3.28.3+git20190124-0ubuntu18.04.1, there's no animation anymore when
  you open the activities panel. When you close it, the animation shows
  up normally. The animation used to work, but it stopped by the end of
  April 2019. It doesn't seem to be a video driver issue, since it
  happens both when using Nvidia and Intel graphics. The issue persists
  after disabling all Gnome extensions.

  It's worth mentioning that the animation shows up if you access
  activities through the top right hot corner, but it doesn't if you
  press the button or the Windows key.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.28.3+git20190124-0ubuntu18.04.1
  ProcVersionSignature: Ubuntu 4.18.0-18.19~18.04.1-generic 4.18.20
  Uname: Linux 4.18.0-18-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed May  1 18:00:49 2019
  DisplayManager: gdm3
  InstallationDate: Installed on 2018-12-11 (141 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1824033] [NEW] Libreoffice Core Application Missing Application Icon In Plasma Task Manager

2019-04-09 Thread Harley A.W. Lorenzo
Public bug reported:

The main core application for Libreoffice is missing its icon in the
Task Manager when opened in Plasma. May affect other desktop
environments.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: libreoffice-core 1:6.2.2-0ubuntu2
ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
Uname: Linux 5.0.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu26
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Apr  9 18:31:36 2019
ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
InstallationDate: Installed on 2019-04-08 (1 days ago)
InstallationMedia: Kubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.1)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug disco

** Attachment added: "Screenshot of its appearance"
   
https://bugs.launchpad.net/bugs/1824033/+attachment/5254539/+files/Screenshot_20190409_183628.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1824033

Title:
  Libreoffice Core Application Missing Application Icon In Plasma Task
  Manager

Status in libreoffice package in Ubuntu:
  New

Bug description:
  The main core application for Libreoffice is missing its icon in the
  Task Manager when opened in Plasma. May affect other desktop
  environments.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: libreoffice-core 1:6.2.2-0ubuntu2
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu26
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Apr  9 18:31:36 2019
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2019-04-08 (1 days ago)
  InstallationMedia: Kubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1823793] Re: [regression] Font scaling not working on gnome startup

2019-04-09 Thread Harley A.W. Lorenzo
Version 3.32.0-1ubuntu2 has also fixed the issue for me. I believe it is
triaged.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1823793

Title:
  [regression] Font scaling not working on gnome startup

Status in mutter package in Ubuntu:
  Confirmed

Bug description:
  The font text scaling setting is not being loaded on gnome startup. I
  have font text scaling set to 1.25. After updating mutter to package
  version 3.32.0-1ubuntu1 the text scaling setting is not loaded any
  more when starting gnome. Steps to reproduce the issue:

  1) Set your font scaling factor to something other than the default
  '1'. This can be set, for example, either by using "Gnome tweaks" or
  with gsettings:

  settings set org.gnome.desktop.interface text-scaling-factor 1.25

  2) You'll see that the top bar text gets larger.
  3) Log out and log in. You'll see that the top bar text and text in general 
has been reset to the default '1'. The setting is still set to '1.25', but 
visually it's '1'.

  If you set the value to something else, it gets applied correctly,
  until you log out.

  
  This worked as expected on package version 3.32.0-1. I wonder if this patch 
listed in the CHANGELOG could have somehow created this side effect:
  debian/patches/x11-Add-support-for-fractional-scaling-using-Randr.patch:
  - X11: Add support for fractional scaling using Randr

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: mutter 3.32.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu25
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Apr  8 13:42:39 2019
  InstallationDate: Installed on 2019-04-08 (0 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190408)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: mutter
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1823793] Re: Font scaling not working on gnome startup

2019-04-08 Thread Harley A.W. Lorenzo
I did some testing on this too, and after you log back in and everything
is visually set back to 1 you have to manually set it back to 1 then
back to 1.25 to get the font scaling to work. Setting it to 1.25
immediately results in no change and it staying at 1.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1823793

Title:
  Font scaling not working on gnome startup

Status in mutter package in Ubuntu:
  Confirmed

Bug description:
  The font text scaling setting is not being loaded on gnome startup. I
  have font text scaling set to 1.25. After updating mutter to package
  version 3.32.0-1ubuntu1 the text scaling setting is not loaded any
  more when starting gnome. Steps to reproduce the issue:

  1) Set your font scaling factor to something other than the default
  '1'. This can be set, for example, either by using "Gnome tweaks" or
  with gsettings:

  settings set org.gnome.desktop.interface text-scaling-factor 1.25

  2) You'll see that the top bar text gets larger.
  3) Log out and log in. You'll see that the top bar text and text in general 
has been reset to the default '1'. The setting is still set to '1.25', but 
visually it's '1'.

  If you set the value to something else, it gets applied correctly,
  until you log out.

  
  This worked as expected on package version 3.32.0-1. I wonder if this patch 
listed in the CHANGELOG could have somehow created this side effect:
  debian/patches/x11-Add-support-for-fractional-scaling-using-Randr.patch:
  - X11: Add support for fractional scaling using Randr

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: mutter 3.32.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-8.9-generic 5.0.1
  Uname: Linux 5.0.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu25
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Apr  8 13:42:39 2019
  InstallationDate: Installed on 2019-04-08 (0 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190408)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: mutter
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1281580] Re: glib-compile-schemas doesn't compile relocatable schemas

2018-11-11 Thread Lorenzo
It is possible that this bug is open from 2014 and no one fixed the bug?

I've been last couple of days trying to create a gschema.override file
with relocatable schemas and now I understands that there is a bug
unfixed.

I'm on Debian 9.5

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1281580

Title:
  glib-compile-schemas doesn't compile relocatable schemas

Status in GLib:
  Expired
Status in glib2.0 package in Ubuntu:
  Confirmed

Bug description:
  Dear Developers,

  I am using the Ubuntu 14.04 development release with the GNOME Shell 3.10 
and, because my wife is using this system as well, I defined some settings in a 
gschema.override file.
  Everything is working right, except applying settings related to custom 
key-bindings.

  I added following lines my gschema.override file:
  [org.gnome.settings-daemon.plugins.media-keys]
  www='w'
  email='e'
  custom-keybindings = 
['/org/gnome/settings-daemon/plugins/media-keys/custom-keybinding/custom0']

  
[org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/]
  name = 'Launch Gedit'
  command = 'gedit'
  binding = 'g'

  I put my gschema.override file in the '/usr/share/glib-2.0/schemas' 
directory. After I added these lines, I ran 'glib-compile-schemas 
/usr/share/glib2.0/schemas' and no error was reported.
  For testing purposes I created a new user, logged out, and logged in with the 
new user. In the best case, the custom key-binding were applied automatically, 
but this has not happened. Other defined key-bindings were applied correctly.
  In the gnome-control-center's key-bindings tab, the table containing  custom 
shortcuts is empty, containing one row with empty columns.

  Running 'gsettings list-recursively org.gnome.settings-daemon.plugins
  .media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins
  /media-keys/custom-keybindings/custom0/' shows, the name, command, and
  binding key pairs contain empty ('') values.

  If I manually run following commands, the custom key-binding is created 
correctly:
  gsettings set 
org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/
 name "Launch Gedit"
  gsettings set 
org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/
 command "gedit"
  gsettings set 
org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/
 binding "g"

  Am I doing anything wrong when I want to add a custom key-bindings in
  my schema file, or  is 'glib-compile-schemas' really not applying this
  part from the schema file?

  Attila

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libglib2.0-bin 2.39.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic i686
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Tue Feb 18 13:58:37 2014
  InstallationDate: Installed on 2013-12-13 (67 days ago)
  InstallationMedia: BeLin 3.02 i386
  SourcePackage: glib2.0
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1781261] [NEW] terminal doesn't launches after language change

2018-07-11 Thread Lorenzo Tubertini
Public bug reported:

after uninstalling a few languages and applying the changes system-wide,
but before confirming the default language and re-logging in terminal
won't launch

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-terminal 3.28.2-1ubuntu1~18.04.1
ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
Uname: Linux 4.15.0-23-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Jul 11 19:15:51 2018
InstallationDate: Installed on 2018-07-05 (6 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

** Attachment added: "Screenshot from 2018-07-11 19-23-39.png"
   
https://bugs.launchpad.net/bugs/1781261/+attachment/5162507/+files/Screenshot%20from%202018-07-11%2019-23-39.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1781261

Title:
  terminal doesn't launches after language change

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  after uninstalling a few languages and applying the changes system-
  wide, but before confirming the default language and re-logging in
  terminal won't launch

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-terminal 3.28.2-1ubuntu1~18.04.1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 11 19:15:51 2018
  InstallationDate: Installed on 2018-07-05 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1257956] Re: Headphones stopped working after use of Audacity. They are detected, but no sound is produced.

2018-05-29 Thread Lorenzo
Editing source in audacity to "pulse: Internal Mic 0" works on Ubuntu
18.04 and official audacity packager from their ppa version:
2.2.2-1build1

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1257956

Title:
  Headphones stopped working after use of Audacity. They are detected,
  but no sound is produced.

Status in alsa-driver package in Ubuntu:
  Expired

Bug description:
  I'm running 13.10 and the latest GNOME. I've just fresh installed
  everything and the problem has occured again the same way. I would
  like to be able to use audacity, but I suppose in the mean time I will
  just reinstall everything.

  Steps to reproduce : 
  1) Install audacity 2.0.3 from official Ubuntu repositories
  2) Open Audacity and play something with it
  3) That's it : no more headphones sound.

  
  - alsa log created with 'alsa-info.sh' 
(https://wiki.ubuntu.com/Audio/AlsaInfo) : http://paste.ubuntu.com/7131709/

  - pulse log when I plug in my headphones, I run a MP3 file with VLC,
  close VLC then unplug headphones
  (https://wiki.ubuntu.com/PulseAudio/Log) :
  http://paste.ubuntu.com/7131713/

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1744472] Re: Removing active keyboard layout crashes session

2018-01-20 Thread Lorenzo Farnetani
Added faulty package

** Package changed: ubuntu => gnome-settings-daemon (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1744472

Title:
  Removing active keyboard layout crashes session

Status in gnome-settings-daemon package in Ubuntu:
  New

Bug description:
  TL;DR
  If you have multiple keyboard layouts and go to Settings->Region and language 
and remove the active one, session crashes and you are prompted to enter your 
password again.

  How to reproduce :
  Very easy, add a keyboard layout (Settings->Region and language) by clicking 
the [+] button, pick your favorite and make it the active one (or by going to 
the top bar and clicking on it or by pressing Meta+Space), now make sure you 
did this correctly by typing some text with the new layout.
  Once you are ready to crash your session get back to the settings, click on 
your active keyboard layout and click the [-] button to remove the layout, your 
computer will freeze for a few seconds (at least mine did) then the screen goes 
black and puts you on the session login page.
  Instead it should simply switch you on the next available one or ask you to 
pick another one before removing it.
  I have Ubuntu 17.10 on a Thinkpad, everything is up-to-date.

  The bug itself isn't very important but could be frustrating if a user
  has unsaved work.

  Thanks to all of you for your work, i don't miss Windows

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1721880] Re: can't disable wi-fi and system hangs on shutdown

2017-10-13 Thread Lorenzo
Hi again,
I've got an interesting piece of news: I've recently discovered that the 
problem only appears when I'm connected to the optical fiber network in the 
flat where I live during the week; when I use ubuntu with the wi-fi at my home 
(much slower, at 7 Mbps) everything is working just fine.
I don't know  if there is a problem with the management of the fiber network in 
Ubuntu or if the issue is caused by a wrong configuration of the router.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1721880

Title:
  can't disable wi-fi and system hangs on shutdown

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  If I try to turn off wi-fi the system freezes for few seconds and after that 
internet is not working and I can't open settings anymore, even if the wi-fi 
tray icon still shows a connection.
  When I shutdown the system it says that "A stop job for network-manager and 
wpa supplicant is running" and I have to wait for 10-11 minutes. Suspension 
doesn't work neither.
  Everything was working just fine on 17.10 daily builds.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.4-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct  6 23:18:01 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-09-22 (14 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170917)
  IpRoute:
   default via 192.168.1.254 dev wlp3s0 proto static metric 600 
   169.254.0.0/16 dev wlp3s0 scope link metric 1000 
   192.168.1.0/24 dev wlp3s0 proto kernel scope link src 192.168.1.105 metric 
600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlp3s0  wifi  connected/org/freedesktop/NetworkManager/Devices/3  
Alice_BO2f15ab74-48df-437b-b0a1-83bf31708fea  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   enp2s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.8.4connected  started  full  enabled enabled  
enabled  enabled  enabled

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1721880] [NEW] can't disable wi-fi and system hangs on shutdown

2017-10-06 Thread Lorenzo
Public bug reported:

If I try to turn off wi-fi the system freezes for few seconds and after that 
internet is not working and I can't open settings anymore, even if the wi-fi 
tray icon still shows a connection.
When I shutdown the system it says that "A stop job for network-manager and wpa 
supplicant is running" and I have to wait for 10-11 minutes. Suspension doesn't 
work neither.
Everything was working just fine on 17.10 daily builds.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: network-manager 1.8.4-1ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic x86_64
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Oct  6 23:18:01 2017
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2017-09-22 (14 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170917)
IpRoute:
 default via 192.168.1.254 dev wlp3s0 proto static metric 600 
 169.254.0.0/16 dev wlp3s0 scope link metric 1000 
 192.168.1.0/24 dev wlp3s0 proto kernel scope link src 192.168.1.105 metric 600
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
 DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
 wlp3s0  wifi  connected/org/freedesktop/NetworkManager/Devices/3  
Alice_BO2f15ab74-48df-437b-b0a1-83bf31708fea  
/org/freedesktop/NetworkManager/ActiveConnection/1 
 enp2s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  --   
   ---- 

 lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  --   
   ----
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
   WWAN-HW  WWAN
 running  1.8.4connected  started  full  enabled enabled  
enabled  enabled  enabled

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


** Tags: amd64 apport-bug artful wayland-session

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1721880

Title:
  can't disable wi-fi and system hangs on shutdown

Status in network-manager package in Ubuntu:
  New

Bug description:
  If I try to turn off wi-fi the system freezes for few seconds and after that 
internet is not working and I can't open settings anymore, even if the wi-fi 
tray icon still shows a connection.
  When I shutdown the system it says that "A stop job for network-manager and 
wpa supplicant is running" and I have to wait for 10-11 minutes. Suspension 
doesn't work neither.
  Everything was working just fine on 17.10 daily builds.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.4-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct  6 23:18:01 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-09-22 (14 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170917)
  IpRoute:
   default via 192.168.1.254 dev wlp3s0 proto static metric 600 
   169.254.0.0/16 dev wlp3s0 scope link metric 1000 
   192.168.1.0/24 dev wlp3s0 proto kernel scope link src 192.168.1.105 metric 
600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlp3s0  wifi  connected/org/freedesktop/NetworkManager/Devices/3  
Alice_BO2f15ab74-48df-437b-b0a1-83bf31708fea  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   enp2s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.8.4connected  started  full  enabled enabled  
enabled  enabled  enabled

T

[Desktop-packages] [Bug 1712708] [NEW] USB Keyboard+SmartPad

2017-08-23 Thread Lorenzo
Public bug reported:

The scroll of touchpad dont work, my touchpad is Synaptics, but the
system recognizes it as USB Keyboard+SmartPad.

More information:

I: Bus=0003 Vendor=04f3 Product=0740 Version=0110
N: Name="USB Keyboard+SmartPad"
P: Phys=usb-:00:1a.0-1.3.1/input1
S: 
Sysfs=/devices/pci:00/:00:1a.0/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.1/0003:04F3:0740.0006/input/input15
U: Uniq=
H: Handlers=kbd mouse2 event10 
B: PROP=0
B: EV=10001f
B: KEY=3007f 0 0 48317aff32d bf56 1f0003 130c130b17c000 
267bfad941dfed 9e16804400 1002
B: REL=1c3
B: ABS=1f01
B: MSC=10

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed Aug 23 22:01:58 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd 3rd Gen Core processor Graphics 
Controller [144d:c0e1]
InstallationDate: Installed on 2017-08-23 (0 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 700T1C
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-28-generic 
root=UUID=fd28929f-93e7-4355-acd3-2688ff9aba77 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/15/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P10AAT.050.140215.dg
dmi.board.asset.tag: No Asset Tag
dmi.board.name: XE700T1C-A01CL
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: SEC_SW_REVISION_1234567890ABCD
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 8
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP10AAT.050.140215.dg:bd02/15/2014:svnSAMSUNGELECTRONICSCO.,LTD.:pn700T1C:pvrP10AAT:rvnSAMSUNGELECTRONICSCO.,LTD.:rnXE700T1C-A01CL:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct8:cvrN/A:
dmi.product.name: 700T1C
dmi.product.version: P10AAT
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Wed Aug 23 21:51:10 2017
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 Wacom ISDv4 EC Pen stylus: Invalid type 'cursor' for this device.
 Wacom ISDv4 EC Pen stylus: Invalid type 'touch' for this device.
 Wacom ISDv4 EC Pen stylus: Invalid type 'pad' for this device.
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.3-1ubuntu1~16.04.2
xserver.video_driver: modeset

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


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1712708

Title:
  USB Keyboard+SmartPad

Status in xorg package in Ubuntu:
  New

Bug description:
  The scroll of touchpad dont work, my touchpad is Synaptics, but the
  system recognizes it as USB Keyboard+SmartPad.

  More information:

  I: Bus=0003 Vendor=04f3 Product=0740 Version=0110
  N: Name="USB Keyboard+SmartPad"
  P: Phys=usb-:00:1a.0-1.3.1/input1
  S: 
Sysfs=/devices/pci:00/:00:1a.0/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.1/0003:04F3:0740.0006/input/input15
  U: Uniq=
  H: Handlers=kbd mouse2 event10 
  B: PROP=0
  B: EV=10001f
  B: KEY=3007f 0 0 48317aff32d bf56 1f0003 130c130b17c000 
267bfad941dfed 9e16804400 1002
  B: REL=1c3
  B: ABS=1f01
  B: MSC=10

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
  Uname: Linux 4.10.0-28-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Com

[Desktop-packages] [Bug 1596381] Re: [X555UA, Realtek ALC256, Mic, Internal] No sound at all

2017-01-05 Thread Lorenzo Maffucci
Comment #8 worked for me too. Thank you! I'm on an Asus E402S with
internal soundcard model Realtek ALC256. I'm running elementaryOS Loki.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1596381

Title:
  [X555UA, Realtek ALC256, Mic, Internal] No sound at all

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Internal mic doesn't work for Asus X555UA, Codec: Realtek ALC256

  speakers work, it's just the mic not working.

  sudo hda-verb /dev/snd/hwC0D0 0x1a SET_AMP_GAIN_MUTE 0x5003
  sudo hda-verb /dev/snd/hwC0D0 0x1a SET_AMP_GAIN_MUTE 0x6003
  sudo hda-verb /dev/snd/hwC0D0 0x23 SET_AMP_GAIN_MUTE 0x5200
  sudo hda-verb /dev/snd/hwC0D0 0x23 SET_AMP_GAIN_MUTE 0x6200
  sudo hda-verb /dev/snd/hwC0D0 0x08 SET_AMP_GAIN_MUTE 0x503f
  sudo hda-verb /dev/snd/hwC0D0 0x08 SET_AMP_GAIN_MUTE 0x603f
  sudo hda-verb /dev/snd/hwC0D0 0x08 SET_POWER_STATE 0
  sudo hda-verb /dev/snd/hwC0D0 0x1a SET_POWER_STATE 0

  8 lines make mic working until reboot.

  thx a lot for

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  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
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   ubuntu 1983 F...m pulseaudio
   /dev/snd/controlC0:  ubuntu 1983 F pulseaudio
  CasperVersion: 1.376
  CurrentDesktop: Unity
  Date: Sun Jun 26 23:56:46 2016
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_AlsaRecordingTestStderr: a r e c o r d :   p c m _ r e a d : 2 0 3 2 
:   r e a d   e r r o r :   I n p u t / o u t p u t   e r r o r
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   ubuntu 1983 F...m pulseaudio
   /dev/snd/controlC0:  ubuntu 1983 F pulseaudio
  Symptom_Jack: Mic, Internal
  Symptom_Type: No sound at all
  Title: [X555UA, Realtek ALC256, Mic, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/23/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X555UA.206
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X555UA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX555UA.206:bd01/23/2016:svnASUSTeKCOMPUTERINC.:pnX555UA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX555UA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X555UA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1578951] Re: Libreoffice is crashing causing the session to be booted back to the login screen

2016-10-26 Thread Lorenzo
It worked only for some time, now (after activating OpenGl renderer) X doesn't 
crash but Libreoffice exit some seconds after showing CSV import window. On 
console I receive:
intel_do_flush_locked failed: Bad address

** Attachment added: "window showed (with some glitches that occurs with OpenGl 
renderer)"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1578951/+attachment/4767560/+files/CSV%20import.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1578951

Title:
  Libreoffice is crashing causing the session to be booted back to the
  login screen

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  If I click in a diolog box in Libreoffice, I get a black dialog screen 
flashing followed by a crash. It goes back to the logon screen within a few 
seconds.
  So if after a crash I click in any of the options to recover a document, it 
crashes again.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri May  6 09:55:58 2016
  DistUpgraded: 2016-04-25 20:55:16,587 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.4.0-21-generic, x86_64: installed
   nvidia-304, 304.131, 4.2.0-35-generic, x86_64: installed
   nvidia-304, 304.131, 4.4.0-21-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:05cb]
  InstallationDate: Installed on 2015-05-14 (357 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. Latitude E7440
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=9b27492d-b9b9-44b6-aa52-282b2cdd909f ro splash screen vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-25 (10 days ago)
  dmi.bios.date: 08/28/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0WK2DM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd08/28/2014:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn0WK2DM:rvrA03:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67+git1603170630.49041c~gd~w
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.3~git1603190730.a100d8~gd~w
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.3~git1603190730.a100d8~gd~w
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1578951] Re: Libreoffice is crashing causing the session to be booted back to the login screen

2016-10-25 Thread Lorenzo
I could always replicate the crash opening a CSV file. Activating OpenGl
renderer is a workaround.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1578951

Title:
  Libreoffice is crashing causing the session to be booted back to the
  login screen

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  If I click in a diolog box in Libreoffice, I get a black dialog screen 
flashing followed by a crash. It goes back to the logon screen within a few 
seconds.
  So if after a crash I click in any of the options to recover a document, it 
crashes again.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri May  6 09:55:58 2016
  DistUpgraded: 2016-04-25 20:55:16,587 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.4.0-21-generic, x86_64: installed
   nvidia-304, 304.131, 4.2.0-35-generic, x86_64: installed
   nvidia-304, 304.131, 4.4.0-21-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:05cb]
  InstallationDate: Installed on 2015-05-14 (357 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. Latitude E7440
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=9b27492d-b9b9-44b6-aa52-282b2cdd909f ro splash screen vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-25 (10 days ago)
  dmi.bios.date: 08/28/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0WK2DM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd08/28/2014:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn0WK2DM:rvrA03:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67+git1603170630.49041c~gd~w
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.3~git1603190730.a100d8~gd~w
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.3~git1603190730.a100d8~gd~w
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1619901] [NEW] links to local files are always processed as relative paths

2016-09-03 Thread Lorenzo
Public bug reported:

When I create a pdf with a link to an absolute path (e.g.
/home/me/link.pdf) and open it in evince it tries to read it as relative
to the path of the opened pdf, e.g. if I open /home/me/doc.pdf and click
on the preceding link evince tries to open /home/me/home/me/link.pdf. It
should open /home/me/link.pdf, otherwise the user is unable to link to
files outside the local directory

Ubuntu 16.04.1
Evince 3.18.2-1ubuntu4

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1619901

Title:
  links to local files are always processed as relative paths

Status in evince package in Ubuntu:
  New

Bug description:
  When I create a pdf with a link to an absolute path (e.g.
  /home/me/link.pdf) and open it in evince it tries to read it as
  relative to the path of the opened pdf, e.g. if I open
  /home/me/doc.pdf and click on the preceding link evince tries to open
  /home/me/home/me/link.pdf. It should open /home/me/link.pdf, otherwise
  the user is unable to link to files outside the local directory

  Ubuntu 16.04.1
  Evince 3.18.2-1ubuntu4

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1573508] Re: nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build [error: too many arguments to function ‘get_user_pages’]

2016-08-23 Thread Lorenzo Bettini
you may want to try to run

sudo update-alternatives --config i386-linux-gnu_gl_conf

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-304 in Ubuntu.
https://bugs.launchpad.net/bugs/1573508

Title:
  nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build
  [error: too many arguments to function ‘get_user_pages’]

Status in nvidia-graphics-drivers-304 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-361 package in Ubuntu:
  Confirmed

Bug description:
  NA

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: nvidia-361 361.42-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  DKMSKernelVersion: 4.6.0-040600rc4-lowlatency
  Date: Fri Apr 22 15:43:10 2016
  DuplicateSignature: 
dkms:nvidia-361:361.42-0ubuntu2:/var/lib/dkms/nvidia-361/361.42/build/nvidia/os-mlock.c:119:11:
 error: too many arguments to function ‘get_user_pages’
  InstallationDate: Installed on 2016-04-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageVersion: 361.42-0ubuntu2
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: nvidia-graphics-drivers-361
  Title: nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1133477] Re: cut-n-paste move files got stuck forever

2016-05-11 Thread Lorenzo
Hello everybody,

   I got the same problem. Moving files (once, like 100 files, another
one, like 250 files), with Crtl-X Crtl-V, it get stuck in
"preparing". I have Ubuntu 14.04, up to date.

  Let me know it you need any more information.

  All the best,

     Lorenzo

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1133477

Title:
  cut-n-paste move files got stuck forever

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  With Nautilus, I navigated to a folder that contained about 2,000 gif files.
  I selected all of them
  I cut with Ctrl+X
  I navigated to another folder
  I pasted with Ctrl+V

  => A popup window appeared saying "Preparing to move N files", and it got 
stuck there forever.
  Nautilus stopped responding. I waited half an hour, then I had to kill it.

  Actually some of the files were moved. Which is the worst thing that
  could happen.

  I tried again with the remaining files and it happened again!! It's
  systematic!!

  I suspect it has to do with displaying the previews of a big number of
  files. Nautilus becomes completely unmanageable whenever you open
  folders with lots of files. Maximum priority should be given to the UI
  and actual operations; displaying of the previews should be done in
  the background and should never, ever slow down user operations the
  slightest bit. Seems pretty obvious.

  Also note that 2000 is not even that much. Actually it's very few
  files.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: nautilus 1:3.5.90.really.3.4.2-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.5.0-25.38-generic 3.5.7.4
  Uname: Linux 3.5.0-25-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  Date: Tue Feb 26 18:23:52 2013
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b"'1312x713+64+71'"
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'180'
   b'org.gnome.nautilus.window-state' b'start-with-status-bar' b'true'
  InstallationDate: Installed on 2010-06-23 (979 days ago)
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to quantal on 2013-01-13 (44 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1567578] [NEW] libnl should be updated to support up to 63 VFs per single PF

2016-04-07 Thread Lorenzo Cavassa
Public bug reported:

Ubuntu 14.04.4 and SRIOV settings.

As already documented in https://bugs.launchpad.net/mos/+bug/1501738
there is a bug in the default libnl library release installed on Ubuntu
14.04.4

The library release is the 3.2.21-1 and the bug is impacting on the
maximum VFs number that can be enabled (up to 30) even if the PF
supports up to 63 VFs in an Openstack SRIOV configuration

The workaround is to install a newer library release, the 3.2.24-2:

wget 
https://launchpad.net/ubuntu/+archive/primary/+files/libnl-3-200_3.2.24-2_amd64.deb
wget 
https://launchpad.net/ubuntu/+archive/primary/+files/libnl-genl-3-200_3.2.24-2_amd64.deb
wget 
https://launchpad.net/ubuntu/+archive/primary/+files/libnl-route-3-200_3.2.24-2_amd64.deb
dpkg -i libnl-3-200_3.2.24-2_amd64.deb
dpkg -i libnl-genl-3-200_3.2.24-2_amd64.deb
dpkg -i libnl-route-3-200_3.2.24-2_amd64.deb

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


** Tags: 14.04.4 libnl nova-compute openstack sriov ubuntu vf

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libnl3 in Ubuntu.
https://bugs.launchpad.net/bugs/1567578

Title:
   libnl should be updated to support up to 63 VFs per single PF

Status in libnl3 package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.04.4 and SRIOV settings.

  As already documented in https://bugs.launchpad.net/mos/+bug/1501738
  there is a bug in the default libnl library release installed on
  Ubuntu 14.04.4

  The library release is the 3.2.21-1 and the bug is impacting on the
  maximum VFs number that can be enabled (up to 30) even if the PF
  supports up to 63 VFs in an Openstack SRIOV configuration

  The workaround is to install a newer library release, the 3.2.24-2:

  wget 
https://launchpad.net/ubuntu/+archive/primary/+files/libnl-3-200_3.2.24-2_amd64.deb
  wget 
https://launchpad.net/ubuntu/+archive/primary/+files/libnl-genl-3-200_3.2.24-2_amd64.deb
  wget 
https://launchpad.net/ubuntu/+archive/primary/+files/libnl-route-3-200_3.2.24-2_amd64.deb
  dpkg -i libnl-3-200_3.2.24-2_amd64.deb
  dpkg -i libnl-genl-3-200_3.2.24-2_amd64.deb
  dpkg -i libnl-route-3-200_3.2.24-2_amd64.deb

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1522922] Re: Screen flickering in Intel i915 driver

2016-01-29 Thread Lorenzo Bettini
In http://www.lorenzobettini.it/2015/12/flickering-for-intel-graphic-
card-in-linux-4-2/ I described the steps to revert the two commits that
seem to have introduced the flickering. This requires downloading the
kernel sources, revert the two commits, compile the kernel and install
the locally built packages.

This bug is particularly annoying, and each time a new upgrade on the
kernel is released the above procedure has to be performed again.

Not to mention that this bug makes the system unusable (if the above
procedure is not performed).

I think that the "importance" should be brought back to "Critical"
(assuming that "Critical" is higher than "High").

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1522922

Title:
  Screen flickering in Intel i915 driver

Status in Nouveau Xorg driver:
  Incomplete
Status in xserver-xorg-video-intel package in Ubuntu:
  Triaged

Bug description:
  There's an upstream bug reported here
  https://bugs.freedesktop.org/show_bug.cgi?id=91393 that causes screen
  flickering when using the Intel i915 builtin driver (at resolutions
  lower than the maximal one).

  I think that it will be fixed in newer kernel versions, but for the
  time being, as reported here
  https://bugs.freedesktop.org/show_bug.cgi?id=91393#c25 (and as
  personally tested) reverting those two commits fixes the problem.

  Would that be possible to release a fixed version for the 4.2.0
  stream?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-19-generic 4.2.0-19.23
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bettini1378 F pulseaudio
   /dev/snd/controlC1:  bettini1378 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Dec  4 19:01:00 2015
  HibernationDevice: RESUME=UUID=7ddbc972-3ad6-40de-9313-2bb9395145f9
  InstallationDate: Installed on 2015-05-08 (210 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. Dell Precision M3800
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=dd2c7064-53b9-4720-96ab-5e8a3f2db3ea ro noprompt quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-19-generic N/A
   linux-backports-modules-4.2.0-19-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: Upgraded to wily on 2015-11-07 (26 days ago)
  dmi.bios.date: 08/17/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: Dell Precision M3800
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A10
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd08/17/2015:svnDellInc.:pnDellPrecisionM3800:pvrA10:rvnDellInc.:rnDellPrecisionM3800:rvrA10:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Dell Precision M3800
  dmi.product.version: A10
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1426490] Re: cups 2.0.2-1 100% cpu usage

2015-04-28 Thread Lorenzo Bettini
I'm experiencing a similar problem on a fresh new Kubuntu 15.04, but
100% CPU only takes place when I try to add a printer (e.g., using
http://localhost:631)... the only thing I find in the syslog is

Apr 28 10:58:06 bettini-K53SV /hpfax: [8139]: error: Failed to create
/var/spool/cups/tmp/.hplip

By the way, when adding a new printer, adding a Samba printer is not
proposed (though samba is installed)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1426490

Title:
  cups 2.0.2-1 100% cpu usage

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  upgraded from xubuntu 14.10 to 15.04 and now it uses cups 2.x
  after every print cupsd starts using 100% cpu and don't close.
  have to kill it every time with "sudo pkill cupsd"
  printing still works fine

  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  cups:
Installiert:   2.0.2-1ubuntu3
Installationskandidat: 2.0.2-1ubuntu3
Versionstabelle:
   *** 2.0.2-1ubuntu3 0
  500 http://de.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1132063] Re: Mouse settings missing from Mouse & Touchpad dialog

2015-02-19 Thread Lorenzo Zoffoli
Still there in 14.10

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1132063

Title:
  Mouse settings missing from Mouse & Touchpad dialog

Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in unity-control-center package in Ubuntu:
  In Progress

Bug description:
  On up to date Raring alpha, on System Settings > Mouse & Touchpad the
  Mouse settings are completely missing.  The General and Touchpad
  sections are there but none for mouse.  See attached screenshot.

  xinput --list shows
  ~$ xinput --list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ MOSART Semi. 2.4G Keyboard Mouseid=11   [slave  pointer 
 (2)]
  ⎜   ↳ SynPS/2 Synaptics TouchPad  id=14   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ MOSART Semi. 2.4G Keyboard Mouseid=10   [slave  
keyboard (3)]
  ↳ Dell Dell USB Keyboard  id=12   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=13   [slave  
keyboard (3)]

  and from lsusb:
  Bus 003 Device 002: ID 062a:3286 Creative Labs Nano Receiver [Sandstrom Laser 
Mouse SMWLL11]

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-control-center 1:3.6.3-0ubuntu13
  ProcVersionSignature: Ubuntu 3.8.0-7.15-generic 3.8.0
  Uname: Linux 3.8.0-7-generic i686
  ApportVersion: 2.8-0ubuntu4
  Architecture: i386
  Date: Sat Feb 23 09:40:41 2013
  InstallationDate: Installed on 2012-08-01 (205 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120730.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup25.5-0ubuntu1
   gnome-control-center-signon 0.1.2bzr12.12.05-0ubuntu1
   gnome-control-center-unity  1.2daily13.02.15-0ubuntu1
   indicator-datetime  12.10.3daily13.02.06-0ubuntu1

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1407015] Re: Both nemo and nautilus chrash when opening a nfs share

2015-01-03 Thread Lorenzo Seno
Hi.
As to Unity, I will try, but this will require some time, because in the 
meanwhile I rearranged the root folder of the crashing share, so that 
the items are now much less (142), and the problem disappeared. Nemo nor 
Nautilus do not crash anymore.
This tell us that in some way this bug is tied to the number of items, 
which is a problem only for NFS shares.

I can add TO THE ROOT some dummy item (i.e; empty files to reproduce the 
problem), then trying first using a regular live 14.04 from a pen.

This bug is very crazy, I cannot figure out where the problem should be 
located. I will keep you up to date.

As to the other minor bugs, they are in any case tied to gnome 
(gnome-contacts and main menu). Where I have to file a bug report?

Regards.

Il 03/01/2015 11:21, Alberts Muktupāvels ha scritto:
> Please try with Unity. I have no idea how much you have removed nor how
> to restore them. You can try to install ubuntu-desktop, but not sure if
> it will reinstall unity.
>
> You opened bug for gnome-panel... If it will crash in Unity than it is
> not bug in gnome-panel, but in other pacakge.
>
> And please open new bug report for other problems. I don't know anyting
> about gnome-contacts.
>

-- 
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`º°¤ø,¸

Lorenzo Seno


~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1407015

Title:
  Both nemo and nautilus chrash when opening a nfs share

Status in gnome-panel package in Ubuntu:
  New

Bug description:
  I have a computer with ubuntu 14.04 gnome flashback 64bit. It was a fresh 
install, and it is currently updated. 
  I use a NAS with 4 shared folders via NFS. When trying to open one - and only 
one - of them using both nautilus or nemo, both nautilus and nemo crash 
immediately, after a few seconds, while the remaining shares are instead OK.
  Apport seems unable to show details, and crashes itself.
  Crash erases any icon from the desktop. Everything is nevertheless correctly 
restored disconnecting the user then reconnecting logging on.
  Same behavior using both Compitz and Metacity.
  I can open the crashing share using terminal or midnight commander without 
any problem. I can see files/Folders, delete, move, copy, etc.
  No troubles using nemo or nautilus on local folders (e.g. opening /usr/bin, 
which is a populated folder).

  The crashing share is correctly opened by a different computer using
  Ubuntu 12.04 32bit Gnome fallback session and Nautilus. No troubles at
  all.

  The lone difference I can observe between the crashing share and the
  other three is that the crashing share shows a lot of items
  (files&directories) in its root, of the order of few hundreds, while
  the remaining three shares shows only some dozen of items (I can
  exactly count them if necessary).

  That's all folks.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1407015] Re: Both nemo and nautilus chrash when opening a nfs share

2015-01-02 Thread Lorenzo Seno
If "default session" means Unity, I can't try, because I removed Unity 
from both my 14.04 64 bit and 12.04 32 bit Ubuntu computers.
I can reinstall it, if necessary, and try. In this case, please provide 
some instructions (apt command line).

Thank you and regards.
And happy new year, of course.

PS: BTW there is another off-topic trouble (bug) in my 14.04 
installation: gnome-contacts is unable to show my google contacts. 
Sometimes I get the request to re-authorize the access to my google 
account. Even doing successfully so, contacts do not appear. Some sparse 
problems also with main menu handling, when using custom icons and 
commands. Using menu libre solve this problem, but the intermix of 
alacarte and menu libre splits categories (I have double categories in 
my menu). So, from my point of view, 14.04 is quite buggy, and this 
prevents me from upgrading my 12.04 version.

Il 02/01/2015 10:45, Alberts Muktupāvels ha scritto:
> Does it crash if you use ubuntu default session?
>

-- 
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`º°¤ø,¸

Lorenzo Seno


~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~°~o_o~

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1407015

Title:
  Both nemo and nautilus chrash when opening a nfs share

Status in gnome-panel package in Ubuntu:
  New

Bug description:
  I have a computer with ubuntu 14.04 gnome flashback 64bit. It was a fresh 
install, and it is currently updated. 
  I use a NAS with 4 shared folders via NFS. When trying to open one - and only 
one - of them using both nautilus or nemo, both nautilus and nemo crash 
immediately, after a few seconds, while the remaining shares are instead OK.
  Apport seems unable to show details, and crashes itself.
  Crash erases any icon from the desktop. Everything is nevertheless correctly 
restored disconnecting the user then reconnecting logging on.
  Same behavior using both Compitz and Metacity.
  I can open the crashing share using terminal or midnight commander without 
any problem. I can see files/Folders, delete, move, copy, etc.
  No troubles using nemo or nautilus on local folders (e.g. opening /usr/bin, 
which is a populated folder).

  The crashing share is correctly opened by a different computer using
  Ubuntu 12.04 32bit Gnome fallback session and Nautilus. No troubles at
  all.

  The lone difference I can observe between the crashing share and the
  other three is that the crashing share shows a lot of items
  (files&directories) in its root, of the order of few hundreds, while
  the remaining three shares shows only some dozen of items (I can
  exactly count them if necessary).

  That's all folks.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407015] Re: Both nemo and nautilus chrash when opening a nfs share

2015-01-01 Thread Lorenzo Seno
Some further information.
Opening the crashing share via SMB intead of NFS allows correcly see files, 
navigate, etc. everything is OK. This happens using both Nemo and Nautilus. 
(this is for me a workaround).
The number of items in the root of the crashing share is exactly 621, files & 
directories (mainly files).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1407015

Title:
  Both nemo and nautilus chrash when opening a nfs share

Status in gnome-panel package in Ubuntu:
  New

Bug description:
  I have a computer with ubuntu 14.04 gnome flashback 64bit. It was a fresh 
install, and it is currently updated. 
  I use a NAS with 4 shared folders via NFS. When trying to open one - and only 
one - of them using both nautilus or nemo, both nautilus and nemo crash 
immediately, after a few seconds, while the remaining shares are instead OK.
  Apport seems unable to show details, and crashes itself.
  Crash erases any icon from the desktop. Everything is nevertheless correctly 
restored disconnecting the user then reconnecting logging on.
  Same behavior using both Compitz and Metacity.
  I can open the crashing share using terminal or midnight commander without 
any problem. I can see files/Folders, delete, move, copy, etc.
  No troubles using nemo or nautilus on local folders (e.g. opening /usr/bin, 
which is a populated folder).

  The crashing share is correctly opened by a different computer using
  Ubuntu 12.04 32bit Gnome fallback session and Nautilus. No troubles at
  all.

  The lone difference I can observe between the crashing share and the
  other three is that the crashing share shows a lot of items
  (files&directories) in its root, of the order of few hundreds, while
  the remaining three shares shows only some dozen of items (I can
  exactly count them if necessary).

  That's all folks.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1407015] [NEW] Both nemo and nautilus chrash when opening a nfs share

2015-01-01 Thread Lorenzo Seno
Public bug reported:

I have a computer with ubuntu 14.04 gnome flashback 64bit. It was a fresh 
install, and it is currently updated. 
I use a NAS with 4 shared folders via NFS. When trying to open one - and only 
one - of them using both nautilus or nemo, both nautilus and nemo crash 
immediately, after a few seconds, while the remaining shares are instead OK.
Apport seems unable to show details, and crashes itself.
Crash erases any icon from the desktop. Everything is nevertheless correctly 
restored disconnecting the user then reconnecting logging on.
Same behavior using both Compitz and Metacity.
I can open the crashing share using terminal or midnight commander without any 
problem. I can see files/Folders, delete, move, copy, etc.
No troubles using nemo or nautilus on local folders (e.g. opening /usr/bin, 
which is a populated folder).

The crashing share is correctly opened by a different computer using
Ubuntu 12.04 32bit Gnome fallback session and Nautilus. No troubles at
all.

The lone difference I can observe between the crashing share and the
other three is that the crashing share shows a lot of items
(files&directories) in its root, of the order of few hundreds, while the
remaining three shares shows only some dozen of items (I can exactly
count them if necessary).

That's all folks.

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


** Tags: crash nautilus nemo

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1407015

Title:
  Both nemo and nautilus chrash when opening a nfs share

Status in gnome-panel package in Ubuntu:
  New

Bug description:
  I have a computer with ubuntu 14.04 gnome flashback 64bit. It was a fresh 
install, and it is currently updated. 
  I use a NAS with 4 shared folders via NFS. When trying to open one - and only 
one - of them using both nautilus or nemo, both nautilus and nemo crash 
immediately, after a few seconds, while the remaining shares are instead OK.
  Apport seems unable to show details, and crashes itself.
  Crash erases any icon from the desktop. Everything is nevertheless correctly 
restored disconnecting the user then reconnecting logging on.
  Same behavior using both Compitz and Metacity.
  I can open the crashing share using terminal or midnight commander without 
any problem. I can see files/Folders, delete, move, copy, etc.
  No troubles using nemo or nautilus on local folders (e.g. opening /usr/bin, 
which is a populated folder).

  The crashing share is correctly opened by a different computer using
  Ubuntu 12.04 32bit Gnome fallback session and Nautilus. No troubles at
  all.

  The lone difference I can observe between the crashing share and the
  other three is that the crashing share shows a lot of items
  (files&directories) in its root, of the order of few hundreds, while
  the remaining three shares shows only some dozen of items (I can
  exactly count them if necessary).

  That's all folks.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1400516] [NEW] nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to build

2014-12-08 Thread Lorenzo
Public bug reported:

Ubuntu GNOME 14.10
Package:nvidia-331-uvm
Version: 331.89-0ubuntu5
The update manager crashed without explanation.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-uvm 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-26-generic
Date: Mon Dec  8 23:21:21 2014
InstallationDate: Installed on 2014-12-08 (0 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to 
build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package utopic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331 in Ubuntu.
https://bugs.launchpad.net/bugs/1400516

Title:
  nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to
  build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  New

Bug description:
  Ubuntu GNOME 14.10
  Package:nvidia-331-uvm
  Version: 331.89-0ubuntu5
  The update manager crashed without explanation.

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331-uvm 331.89-0ubuntu5
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  DKMSKernelVersion: 3.16.0-26-generic
  Date: Mon Dec  8 23:21:21 2014
  InstallationDate: Installed on 2014-12-08 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
  PackageVersion: 331.89-0ubuntu5
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to 
build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1029289] Re: Need to authorize my google account each time I boot the computer

2014-08-30 Thread Lorenzo Seno
Hi, I'm posting my personal case history hoping this can be useful.
I had two laptops both running Ubuntu12.04 (Gnome, w/o Unity). One of them - 
Acer - equipped by 32 bits version, the other - Asus - whith 64 bits version.  
No troubles with both even when authenticating at the same time to my google 
account. Both never asked me for authorization.
In both laptop I used the "contact" application to keep my google contacts. 
Everything was fine.
Now I upgraded Asus to 14.04 (64Bit, of course). This kept about a couple oh 
hours then everithing was fine, with the exception of a few details I solved in 
the next hours.
Now the situation is as follows:
32 Bits 12.04 Acer everithing is fine, never asks for auth to my google 
account. Contacts into the application are fine as ever.
64 Bits 14.04 Asus asks me auth every time I log on, and my contacts  are 
empty, even after hours from logon. Google account appears in the menu and it 
is correctly chosen as contacs source ("Rubrica" in italian).
This situation is up to date at 30/08/2014. Both Ubuntu installations updated 
and upgraded.
Hoping this can help developers.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1029289

Title:
  Need to authorize my google account each time I boot the computer

Status in Online Accounts: Account plugins:
  In Progress
Status in Online Accounts: OAuth2 plug-in:
  Unknown
Status in Online Accounts: Sign-on UI:
  Fix Released
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “evolution-data-server” package in Ubuntu:
  Confirmed
Status in “signon-plugin-oauth2” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Fix Released
Status in “signon-plugin-oauth2” source package in Quantal:
  Fix Released

Bug description:
  [Test Case] Sometimes after one day, sometimes after one week, the
  system indicator will turn red and the Google account will be marked
  as needing reauthentication. Time can vary, but any period shorter
  than one month is a symptom of the bug.

  [Regression Potential] Minimal: the change to the Google plugin (in
  account-plugins) simply changes the authentication method, in a way
  that is well-documented. The change in signon-plugin-oauth2 affects
  only those accounts/providers which use the OAuth refresh tokens --
  which is only Google, at the moment -- and in a way that can't
  possibly break any existing functionality; if the new code had some
  mistake, the refresh token would be unusable and the system would
  automatically fall back to requesting a new access token (which is
  exactly what happens now, with this bug).

  I'll try to find why the account-plugins package was not uploaded;
  indeed, both are required in order to fix this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1029289/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1225326] Re: transmission-gtk crashed with SIGSEGV in curl_easy_pause()

2014-06-04 Thread Lorenzo-stanco
I'm also experiencing this exact crash. It happens every time after some
minutes of Transmission running, downloading two Linux ISO images (I
didn't download anything else on that machine).

Xubuntu 13.10 64 bit 3.11.0-23-generic
Transimission 2.82-0ubuntu1 (14160)

Torrents I'm downloading (2):

Name: elementaryos-stable-i386.20130810.iso
Hash: 455c7898a4f538887c7075e36e800e49f9940653
udp://tracker.publicbt.com:80/announce
udp://tracker.openbittorrent.com:80/announce

Name: lubuntu-14.04-desktop-i386.iso
Hash: ef21436f8b097cb76b7c488dd84f318e3d275a79
http://torrent.ubuntu.com:6969/announce

Stacktrace (entire crash log attached):
 #0  0x7fd4f87d2c7d in ?? () from 
/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
 #1  0x7fd4f87e8689 in curl_easy_pause () from 
/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4
 #2  0x7fd4fad9cce2 in ?? ()
 #3  0x7fd4fad7fdba in ?? ()
 #4  0x7fd4f7cb1f6e in start_thread (arg=0x7fd4c793d700) at 
pthread_create.c:311
 #5  0x7fd4f79dc9cd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:113


** Attachment added: "Full crash log from /var/crash"
   
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/1225326/+attachment/4125160/+files/_usr_bin_transmission-gtk.1000.crash.gz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to transmission in Ubuntu.
https://bugs.launchpad.net/bugs/1225326

Title:
  transmission-gtk crashed with SIGSEGV in curl_easy_pause()

Status in “transmission” package in Ubuntu:
  Confirmed

Bug description:
  Transmission crashed twice since i added the download of LibreOffice
  4.1.1 from http://tracker.documentfoundation.org:6969/announce.

  Crash report is attached.

  .

  Xubuntu 12.04.3
  Transmission 2.82-0ubuntu0.12.04.2

  .

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1324006] [NEW] Brasero crashes when making a video DVD

2014-05-28 Thread Lorenzo
*** This bug is a duplicate of bug 612251 ***
https://bugs.launchpad.net/bugs/612251

Public bug reported:

I tried to link this bug to  #612251, but I can't find it starting from 
apport-bug, so I need to report a new one...
Bug is the same, I can add the apport report and the complete message that 
appears in console:

** (brasero:22343): CRITICAL **: brasero_track_type_equal: assertion `type_B != 
NULL' failed
**ERROR: [brasero] Horizontal size is greater than permitted in specified Level

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: brasero 3.4.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-61.93-generic 3.2.55
Uname: Linux 3.2.0-61-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Wed May 28 10:06:44 2014
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MarkForUpload: True
SourcePackage: brasero
UpgradeStatus: Upgraded to precise on 2012-08-03 (662 days ago)

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


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

** This bug has been marked a duplicate of bug 612251
   Brasero crashes when making a video DVD

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1324006

Title:
  Brasero crashes when making a video DVD

Status in “brasero” package in Ubuntu:
  New

Bug description:
  I tried to link this bug to  #612251, but I can't find it starting from 
apport-bug, so I need to report a new one...
  Bug is the same, I can add the apport report and the complete message that 
appears in console:

  ** (brasero:22343): CRITICAL **: brasero_track_type_equal: assertion `type_B 
!= NULL' failed
  **ERROR: [brasero] Horizontal size is greater than permitted in specified 
Level

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: brasero 3.4.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-61.93-generic 3.2.55
  Uname: Linux 3.2.0-61-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed May 28 10:06:44 2014
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  MarkForUpload: True
  SourcePackage: brasero
  UpgradeStatus: Upgraded to precise on 2012-08-03 (662 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 612251] Re: Brasero crashes when making a video DVD

2014-05-28 Thread Lorenzo
** Changed in: brasero (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/612251

Title:
  Brasero crashes when making a video DVD

Status in “brasero” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: brasero

  I open Brasero, click the 'Video Project' option.
  Drag two .mp4 videos into the project.
  The files load fine and preview picture shows up. I click the 'Burn...' 
button. I click the 'Burn' option again when the properties box has popped up.

  The app immediately crashes (it doesn't even start to convert the
  video to DVD format)  with the error message on the cmd ' **ERROR:
  [brasero] Horizontal size is greater than permitted in specified
  Level'

  I have installed all the recommended dependencies for Brasero but the
  problem still occurs.

  p.s. I have turned apport on in /var/apport and restarted but it still
  does not start automatically when the app crashes.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: brasero 2.30.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic x86_64
  Architecture: amd64
  Date: Sun Aug  1 13:29:13 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.utf8
   SHELL=/bin/bash
  SourcePackage: brasero

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1283981] Re: Multi-monitor: wrong screen layout in desktop wall

2014-03-22 Thread Lorenzo Villani
After updating the laptop, this problem is no more.

** Changed in: compiz
   Status: New => Invalid

** Changed in: unity (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1283981

Title:
  Multi-monitor: wrong screen layout in desktop wall

Status in Compiz:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  I have configured my main screen on the left and a smaller screen to
  the right. However when I press +S to show all desktops I get
  the primary (bigger) screen on the right and the smaller on the left
  (see attached screenshot). The outputs are effectively swapped. This
  leads to the ugly effect for which I'm attaching a video.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140220-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Feb 24 08:57:49 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
  InstallationDate: Installed on 2014-02-21 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140220.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-11-generic 
root=UUID=6cc748da-c64f-4aa3-952c-44f655503a6b ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/11/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0401
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H61-M
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev x.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H61-M:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Feb 24 08:52:32 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1313
   vendor SAM
  xserver.version: 2:1.15.0-1ubuntu6

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-03-22 Thread Lorenzo Villani
I upgraded my personal laptop and I don't experience the problem
anymore. I'm marking this issue as Invalid.

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1283992

Title:
  Multi-monitor: wallpaper is corrupted

Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  Given this set-up:

  * Bigger primary screen (1920x1200)
  * Smaller secondary screen (1600x900) to the right of primary screen

  It seems that the outputs are swapped. I.e.: I get the wallpaper of
  the smaller screen on the primary output, and the bigger one on the
  secondary (see attached screenshot).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140220-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Feb 24 09:06:51 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
  InstallationDate: Installed on 2014-02-21 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140220.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-11-generic 
root=UUID=6cc748da-c64f-4aa3-952c-44f655503a6b ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/11/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0401
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H61-M
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev x.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H61-M:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Feb 24 08:52:32 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1313
   vendor SAM
  xserver.version: 2:1.15.0-1ubuntu6

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1284519] [NEW] Unable to open the Dash by pressing the unless an application window is visible

2014-02-25 Thread Lorenzo Villani
Public bug reported:

I can't seem to be able to open the Dash to launch an application by
pressing the Super key right after boot. As soon as I launch an
application (e.g. Chrome) pressing the  key works again.

This happens on my main system (a laptop with both Unity and Gnome-
Shell) and my workstation (clean Ubuntu 14.04 install just with Unity
and the latest updates installed).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.1.2+14.04.20140220-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Tue Feb 25 09:25:49 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-02-10 (14 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140210)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1284519

Title:
  Unable to open the Dash by pressing the  unless an application
  window is visible

Status in “unity” package in Ubuntu:
  New

Bug description:
  I can't seem to be able to open the Dash to launch an application by
  pressing the Super key right after boot. As soon as I launch an
  application (e.g. Chrome) pressing the  key works again.

  This happens on my main system (a laptop with both Unity and Gnome-
  Shell) and my workstation (clean Ubuntu 14.04 install just with Unity
  and the latest updates installed).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140220-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Feb 25 09:25:49 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-02-10 (14 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140210)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1148935] Re: lightdm crashed with SIGSEGV in check_stopped()

2014-02-24 Thread Lorenzo Villani
** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1148935

Title:
  lightdm crashed with SIGSEGV in check_stopped()

Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  Lightdm crashes on boot on Ubuntu Raring.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: lightdm 1.4.0-0ubuntu5
  ProcVersionSignature: Ubuntu 3.8.0-10.19-generic 3.8.2
  Uname: Linux 3.8.0-10-generic x86_64
  ApportVersion: 2.9-0ubuntu2
  Architecture: amd64
  Date: Wed Mar  6 09:12:55 2013
  ExecutablePath: /usr/sbin/lightdm
  InstallationDate: Installed on 2013-03-03 (2 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130303)
  MarkForUpload: True
  ProcCmdline: lightdm
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  SegvAnalysis:
   Segfault happened at: 0x410518:  mov0x28(%rax),%ecx
   PC (0x00410518) ok
   source "0x28(%rax)" (0xaad2) not located in a known VMA region 
(needed readable region)!
   destination "%ecx" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: lightdm
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: lightdm crashed with SIGSEGV in g_signal_emit_valist()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1283992] [NEW] Multi-monitor: wallpaper is corrupted

2014-02-24 Thread Lorenzo Villani
Public bug reported:

Given this set-up:

* Bigger primary screen (1920x1080)
* Smaller secondary screen (1600x900) to the right of primary screen

It seems that the outputs are swapped. I.e.: I get the wallpaper of the
smaller screen on the primary output, and the bigger one on the
secondary (see attached screenshot).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.1.2+14.04.20140220-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon Feb 24 09:06:51 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
EcryptfsInUse: Yes
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
InstallationDate: Installed on 2014-02-21 (2 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140220.1)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-11-generic 
root=UUID=6cc748da-c64f-4aa3-952c-44f655503a6b ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/11/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0401
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H61-M
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev x.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H61-M:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Mon Feb 24 08:52:32 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1313 
 vendor SAM
xserver.version: 2:1.15.0-1ubuntu6

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


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1283992

Title:
  Multi-monitor: wallpaper is corrupted

Status in “unity” package in Ubuntu:
  New

Bug description:
  Given this set-up:

  * Bigger primary screen (1920x1080)
  * Smaller secondary screen (1600x900) to the right of primary screen

  It seems that the outputs are swapped. I.e.: I get the wallpaper of
  the smaller screen on the primary output, and the bigger one on the
  secondary (see attached screenshot).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140220-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Feb 24 09:06:51 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
  InstallationDate: Installed on 2014-02-21 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140220.1)
  MachineType: System manufacturer Sys

[Desktop-packages] [Bug 1283981] Re: Multi-monitor: wrong screen layout in desktop wall

2014-02-24 Thread Lorenzo Villani
** Attachment added: "Screenshot from 2014-02-24 09:00:56.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1283981/+attachment/3993938/+files/Screenshot%20from%202014-02-24%2009%3A00%3A56.png

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

** Description changed:

- I have configured my main screen on the left and a smaller screen on the
+ I have configured my main screen on the left and a smaller screen to the
  right. However when I press +S to show all desktops I get the
  primary (bigger) screen on the right and the smaller on the left (see
  attached screenshot). The outputs are effectively swapped. This leads to
  the ugly effect for which I'm attaching a video.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140220-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Feb 24 08:57:49 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  GraphicsCard:
-  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
-Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
+    Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
  InstallationDate: Installed on 2014-02-21 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140220.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-11-generic 
root=UUID=6cc748da-c64f-4aa3-952c-44f655503a6b ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/11/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0401
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H61-M
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev x.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H61-M:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Feb 24 08:52:32 2014
  xserver.configfile: default
  xserver.errors:
-  
+ 
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
-  product id1313 
-  vendor SAM
+  product id1313
+  vendor SAM
  xserver.version: 2:1.15.0-1ubuntu6

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1283981

Title:
  Multi-monitor: wrong screen layout in desktop wall

Status in Compiz:
  New
Status in “unity” package in Ubuntu:
  New

Bug description:
  I have configured my main screen on the left and a smaller screen to
  the right. However when I press +S to show all desktops I get
  the primary (bigger) screen on the right and the smaller on the left
  (see attached screenshot). The outputs are effectively swapped. This
  leads to the ugly effect for which I'm attaching a video.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140220-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  Compiz

[Desktop-packages] [Bug 1283981] [NEW] Multi-monitor: wrong screen layout in desktop wall

2014-02-24 Thread Lorenzo Villani
Public bug reported:

I have configured my main screen on the left and a smaller screen to the
right. However when I press +S to show all desktops I get the
primary (bigger) screen on the right and the smaller on the left (see
attached screenshot). The outputs are effectively swapped. This leads to
the ugly effect for which I'm attaching a video.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.1.2+14.04.20140220-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
.tmp.unity.support.test.0:

ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon Feb 24 08:57:49 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
EcryptfsInUse: Yes
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
InstallationDate: Installed on 2014-02-21 (2 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140220.1)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-11-generic 
root=UUID=6cc748da-c64f-4aa3-952c-44f655503a6b ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/11/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0401
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H61-M
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev x.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H61-M:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Mon Feb 24 08:52:32 2014
xserver.configfile: default
xserver.errors:

xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1313
 vendor SAM
xserver.version: 2:1.15.0-1ubuntu6

** Affects: compiz
 Importance: Undecided
 Status: New

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


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1283981

Title:
  Multi-monitor: wrong screen layout in desktop wall

Status in Compiz:
  New
Status in “unity” package in Ubuntu:
  New

Bug description:
  I have configured my main screen on the left and a smaller screen to
  the right. However when I press +S to show all desktops I get
  the primary (bigger) screen on the right and the smaller on the left
  (see attached screenshot). The outputs are effectively swapped. This
  leads to the ugly effect for which I'm attaching a video.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140220-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Feb 24 08:57:49 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
  InstallationDate: I

[Desktop-packages] [Bug 1270555] Re: The Text Entry dialog shows invalid keyboard shortcuts to change layout

2014-02-15 Thread Lorenzo Villani
In between I reported the bug I installed Ubuntu GNOME on my "test"
partition and did the previous test by installing the 'ubuntu-desktop'
metapackage to get Unity back. For some reason it didn't pull unity-
settings-daemon which wasn't installed when I ran the test.

I installed it manually and confirm that layout switching with both
Super+Space and Super+Shift+Space work properly if I use your PPA.

Sorry for the confusion.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1270555

Title:
  The Text Entry dialog shows invalid keyboard shortcuts to change
  layout

Status in “unity-control-center” package in Ubuntu:
  Triaged

Bug description:
  On Ubuntu Trusty:

  Clicking the "Text entry settings" on indicator-keyboard opens the
  "Text Entry" configuration panel. However, this panel shows two
  keybindings to switch between keyboard layouts which are unusable in
  their default setting:

  - Switch to next source using: Super + Space
  - Switch to previous source using: Shift + Super + Space

  Changing the combo to any which doesn't include the Super key works-
  around the problem.

  I'm speculating that this happens because Compiz/Unity incercepts the
  Super key since it is used to manage its shortcuts.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1270555] Re: The Text Entry dialog shows invalid keyboard shortcuts to change layout

2014-02-15 Thread Lorenzo Villani
Hi William,

I have added your PPA, installed these new packages and then restarted
my session but Super+Space and Shift+Super+Space do not work yet.

Let me know if/how I can do further tests.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1270555

Title:
  The Text Entry dialog shows invalid keyboard shortcuts to change
  layout

Status in “unity-control-center” package in Ubuntu:
  Triaged

Bug description:
  On Ubuntu Trusty:

  Clicking the "Text entry settings" on indicator-keyboard opens the
  "Text Entry" configuration panel. However, this panel shows two
  keybindings to switch between keyboard layouts which are unusable in
  their default setting:

  - Switch to next source using: Super + Space
  - Switch to previous source using: Shift + Super + Space

  Changing the combo to any which doesn't include the Super key works-
  around the problem.

  I'm speculating that this happens because Compiz/Unity incercepts the
  Super key since it is used to manage its shortcuts.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1270555] [NEW] The Text Entry dialog shows invalid keyboard shortcuts to change layout

2014-01-19 Thread Lorenzo Villani
Public bug reported:

On Ubuntu Trusty:

Clicking the "Text entry settings" on indicator-keyboard opens the "Text
Entry" configuration panel. However, this panel shows two keybindings to
switch between keyboard layouts which are unusable in their default
setting:

- Switch to next source using: Super + Space
- Switch to previous source using: Shift + Super + Space

Changing the combo to any which doesn't include the Super key works-
around the problem.

I'm speculating that this happens because Compiz/Unity incercepts the
Super key since it is used to manage its shortcuts.

** Affects: indicator-keyboard
 Importance: Undecided
 Status: New

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

** Also affects: indicator-keyboard (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

+ On Ubuntu Trusty:
+ 
  Clicking the "Text entry settings" on indicator-keyboard opens the "Text
  Entry" configuration panel. However, this panel shows two keybindings to
  switch between keyboard layouts which are unusable in their default
  setting:
  
  - Switch to next source using: Super + Space
  - Switch to previous source using: Shift + Super + Space
  
  Changing the combo to any which doesn't include the Super key works-
  around the problem.
  
  I'm speculating that this happens because Compiz/Unity incercepts the
  Super key since it is used to manage its shortcuts.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to indicator-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1270555

Title:
  The Text Entry dialog shows invalid keyboard shortcuts to change
  layout

Status in Indicator keyboard:
  New
Status in “indicator-keyboard” package in Ubuntu:
  New

Bug description:
  On Ubuntu Trusty:

  Clicking the "Text entry settings" on indicator-keyboard opens the
  "Text Entry" configuration panel. However, this panel shows two
  keybindings to switch between keyboard layouts which are unusable in
  their default setting:

  - Switch to next source using: Super + Space
  - Switch to previous source using: Shift + Super + Space

  Changing the combo to any which doesn't include the Super key works-
  around the problem.

  I'm speculating that this happens because Compiz/Unity incercepts the
  Super key since it is used to manage its shortcuts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-keyboard/+bug/1270555/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1268659] [NEW] always maximum backlight on lenovo g580 and ubuntu 14.04

2014-01-13 Thread Lorenzo M
Public bug reported:

I've installed Ubuntu 14.04 64bit (daily release) and every time i
reboot my notebook the backlight level is resetted to maximum

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-2.17-generic 3.13.0-rc7
Uname: Linux 3.13.0-2-generic x86_64
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.13.1-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon Jan 13 18:06:24 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.141+bdcom, 3.13.0-1-generic, x86_64: installed
 bcmwl, 6.30.223.141+bdcom, 3.13.0-2-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:3977]
InstallationDate: Installed on 2014-01-12 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140110)
MachineType: LENOVO 2189
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-2-generic.efi.signed 
root=UUID=16397c91-fca1-4034-b190-6c25faa6c21e ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/14/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 5ECN96WW(V9.01)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: INVALID
dmi.board.vendor: LENOVO
dmi.board.version: 3193WIN8 STD MLT
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo G580
dmi.modalias: 
dmi:bvnLENOVO:bvr5ECN96WW(V9.01):bd03/14/2013:svnLENOVO:pn2189:pvrLenovoG580:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoG580:
dmi.product.name: 2189
dmi.product.version: Lenovo G580
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.50-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.0.1-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.0.1-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.907-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu1
xserver.bootTime: Mon Jan 13 16:52:27 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   16978 
 vendor SEC
xserver.version: 2:1.14.5-1ubuntu2

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


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1268659

Title:
  always maximum backlight on lenovo g580 and ubuntu 14.04

Status in “xorg” package in Ubuntu:
  New

Bug description:
  I've installed Ubuntu 14.04 64bit (daily release) and every time i
  reboot my notebook the backlight level is resetted to maximum

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu7
  ProcVersionSignature: Ubuntu 3.13.0-2.17-generic 3.13.0-rc7
  Uname: Linux 3.13.0-2-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Jan 13 18:06:24 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.141+bdcom, 3.13.0-1-generic, x86_64: installed
   bcmwl, 6.30.223.141+bdcom, 3.13.0-2-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3977]
  InstallationDate: Installed on 2014-01-12 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140110)
  MachineType: LENOVO 2189
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-2-generic.efi.signed 
root=UUID=16397c91-fca1-4034-b190-6c25faa6c21e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh i

[Desktop-packages] [Bug 1168188] Re: broken acpi backlight on lenovo g580 and ubuntu 13.04

2014-01-13 Thread Lorenzo M
UPDATE: with ubuntu 14.04 the problem is the opposite, my pc start
always with maximum back light

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1168188

Title:
  broken acpi backlight on lenovo g580 and ubuntu 13.04

Status in “xserver-xorg-video-intel” package in Ubuntu:
  Incomplete

Bug description:
  ubuntu 13.04(beta2) 64 bits

  When i tried to install ubuntu 13.04 i get black screen,  but if i
  connect a second monitor the display is correct.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
  Uname: Linux 3.8.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Apr 12 01:01:28 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3977]
  InstallationDate: Installed on 2013-04-11 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130411)
  MachineType: LENOVO 2189
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-17-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/14/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5ECN92WW(V8.04)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G580
  dmi.modalias: 
dmi:bvnLENOVO:bvr5ECN92WW(V8.04):bd09/14/2012:svnLENOVO:pn2189:pvrLenovoG580:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoG580:
  dmi.product.name: 2189
  dmi.product.version: Lenovo G580
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.9~daily13.04.10-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.43-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu5
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Thu Apr 11 20:47:12 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu5
  xserver.video_driver: intel

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1168188] Re: broken acpi backlight on lenovo g580 and ubuntu 13.04

2014-01-12 Thread Lorenzo M
I'm trying ubuntu 14.04 daily and the bug seems to be fixed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1168188

Title:
  broken acpi backlight on lenovo g580 and ubuntu 13.04

Status in “xserver-xorg-video-intel” package in Ubuntu:
  Incomplete

Bug description:
  ubuntu 13.04(beta2) 64 bits

  When i tried to install ubuntu 13.04 i get black screen,  but if i
  connect a second monitor the display is correct.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
  Uname: Linux 3.8.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Apr 12 01:01:28 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3977]
  InstallationDate: Installed on 2013-04-11 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130411)
  MachineType: LENOVO 2189
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-17-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/14/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5ECN92WW(V8.04)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G580
  dmi.modalias: 
dmi:bvnLENOVO:bvr5ECN92WW(V8.04):bd09/14/2012:svnLENOVO:pn2189:pvrLenovoG580:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoG580:
  dmi.product.name: 2189
  dmi.product.version: Lenovo G580
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.9~daily13.04.10-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.43-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu5
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Thu Apr 11 20:47:12 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu5
  xserver.video_driver: intel

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 374101] Re: Brasero hangs at Normalizing tracks

2013-12-25 Thread Lorenzo M
I've got the same problem with Mint 16 PETRA 64bit

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/374101

Title:
  Brasero hangs at Normalizing tracks

Status in A disc burning application for gnome 2:
  Fix Released
Status in “brasero” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: brasero

  After defining an audio project with a number of MP3 files, the "BURN" action 
does nothing.
  It says "Normalizing tracks" but nothing actually happens for more than 15 
minutes.
  The CPU load stays low (should rise because normalisation requires both I/O 
and CPU resources).
  I would expect the project to be burnt onto an audio CD.

  Workaround: Disable the normalize plugin.

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 9.04
  ExecutablePath: /usr/bin/brasero
  NonfreeKernelModules: nvidia
  Package: brasero 2.26.1-0ubuntu1
  ProcEnviron:
   LC_COLLATE=C
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: brasero
  Uname: Linux 2.6.28-12-generic x86_64

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1238346] Re: on bootup wrong keyboard layout is recognized

2013-11-23 Thread Lorenzo M
I've the same problem with Italian layout that switch automatically to
English.

I have just try the fix suggested by YoBoy #18 and seems to work!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1238346

Title:
  on bootup wrong keyboard layout is recognized

Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  This is a regression. 
  I have two keyboard layouts activated, the Dvorak and the English US. The 
Dvorak should be the default keyboard. That is the way I have it set up, and it 
 shows up in the task bar on top as En1, which is the Dvorak.
  However, when I start to type, it starts in QUERTY. 
  ??
  To correct this, I go to the task bar (where it shows EN1, or Dvorak), 
re-select the Dvorak, and then everything is fine. 
  ??

  I have another minor problem which should probably go on another bug, but 
happened at the same time. 
  CTL-ALT-T doesn't bring up the terminal any more. No matter what keyboard I'm 
using.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: unity 7.1.1+13.10.20131004-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Oct 10 21:20:39 2013
  InstallationDate: Installed on 2013-08-12 (60 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130811)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1168188] Re: broken acpi backlight on lenovo g580 and ubuntu 13.04

2013-10-17 Thread Lorenzo M
This bug is still present in ubuntu 13.10

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1168188

Title:
  broken acpi backlight on lenovo g580 and ubuntu 13.04

Status in “xserver-xorg-video-intel” package in Ubuntu:
  Confirmed

Bug description:
  ubuntu 13.04(beta2) 64 bits

  When i tried to install ubuntu 13.04 i get black screen,  but if i
  connect a second monitor the display is correct.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
  Uname: Linux 3.8.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Apr 12 01:01:28 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3977]
  InstallationDate: Installed on 2013-04-11 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130411)
  MachineType: LENOVO 2189
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-17-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/14/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5ECN92WW(V8.04)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G580
  dmi.modalias: 
dmi:bvnLENOVO:bvr5ECN92WW(V8.04):bd09/14/2012:svnLENOVO:pn2189:pvrLenovoG580:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoG580:
  dmi.product.name: 2189
  dmi.product.version: Lenovo G580
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.9~daily13.04.10-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.43-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu5
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Thu Apr 11 20:47:12 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu5
  xserver.video_driver: intel

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 247771] Re: [M4] Dell Inspiron 8000 shows split display on LiveCD

2013-08-20 Thread Lorenzo
FYI my solution works for the 1600x1200 panel, and I am using lubuntu
13.04.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/247771

Title:
  [M4] Dell Inspiron 8000 shows split display on LiveCD

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Invalid

Bug description:
  [Problem]
  On LiveCD boot, desktop is split into several unequally sized overlapping 
areas on the screen.  Works okay with -vesa at 800x600.

  [Tested with]
  Live cd of Ubuntu 8.04 ( Hardy Heron ) and Ubuntu 8.10 Alpha 4 and Beta 1 ( 
Intrepid Ibex )

  Dell Inspirion 8000
  Processor: Intel PIII mobile 900\700Mhz speedstep, MMX SSE
  Cache: 256 KBytes
  Bus speed: 100 Mhz
  Chipset: Intel 815E
  Southbridge: Intel 82801 BA (ICH2-M)
  AGP version 2.0
  ATI Mobility 128 M4 AGP 4X 16 MBytes RAM graphics adapter

  [Original Report]
  I expected Ubuntu to load normally and be able to recognize the graphics 
adapter without any problems since this is an old adapter this should not be a 
problem since both new and old hardware should work with it anyway. Mobile 
drivers are not as common as desktop variants but today laptops are outselling 
desktops in most segments.I don't know what kind of experience Ubuntu would 
have given me on this old low spec hardware since the live cd may not have 
given it justice though i know that it would become e waste if it isn't 
possible to use it. It is really loud and flaming hot but it could work as some 
kind of server or backup to my other computers. Sure I'm mostly interested to 
know that it can work rather than that i need it to work still support would be 
a great thing.

  Under the Safe Graphics mode Ubuntu seem to be able to display the
  desktop correctly though not at full size\resolution. Rez 800x600
  pixel

  What happened under the live cd was that the screen was corrupted with
  screwed desktop where it was wrongfully positioned and where it look
  like having a part of two desktops on one screen overlapping each
  other, though in reality and after investigation the screen were
  shopped up into three different fields and then thrown around so that
  when the pointer moved from one field to another the pointer might
  appear on a different part of the screen. The fields were not equally
  sized there were two-three bigger ones and one-two smaller ones. The
  CD was working very hard all the time as well as the CPU and many
  times the computer seemed to freeze though this could be just the poor
  performance of the live cd when i ran the hardware test in Gnome to
  send you a report which I decided would be easier to write by myself
  instead since it just didn't finish.

  It is very hard to get a feel for Ubuntu when things don't work or
  just barely works thus I want to say that improvements of the live CD
  is welcome.

  Also the loading screen of Ubuntu have a progress bar that moves back
  and forth this isn't really any helpful since you don't have any
  visual clues about how much is left in the loading process the same
  goes for when scanning hardware in the hardware test.

  
  Testing with Ubuntu  8.10 Appha 4 Intrepid Ibex:
  Both as Live CD and installed with Wubi:

  I've now tried using the computer with Intrepid Ibex and some improvement 
seem to have been made. For starters 
  This is probably a combination of improvements to ATI drivers and the design 
of X.Org.

  The result is not the same for the live CD and when Ubuntu is installed 
through Wubi. Why this is I don't know.
  Crashes with Intrepid Ibex Alpha 4 under live CD wasn't able too boot all the 
way to GDM nor to the Ubuntu loading screen, This was displayed: Version number 
of Busybox and then ash and something called Initramfs and a prompt to write 
commands.

  When Intrepid Ibex Alpha 4 was installed with Wubi several errors
  appeared during boot up if this is the result of the unstable Alpha 4
  or the physical CD I don't know.

  Though the praphical boot up could finish I noticed screen corruption
  during the Ubuntu boot screen where the progress indicator was
  duplicated and\or half visible on other places than the right one. It
  (the screen) seemed to flash more than before with the Ubuntu 8.04
  stable version.

  Though the graphics has slightly improved pointing devices has
  actually worsened since Ubuntu 8.04. Under the Intrepid Ibex Alpha 4
  neither the laptops keyboard pointing stick or mousepad worked neither
  could an USB HID compliant wired mouse from A4Tech with 2 wheels and 3
  buttons I tried.

  The sound did not work out of box with Ubuntu 8.04 we need to test
  this as well though it should be filed under a new bug that can be
  linked to this one.

  Haven't tested the IR port or the docking station since I don't own
  one.

  I will continue to report findings with later versions of the Alphas
  and Betas during the test up to release. I sus

[Desktop-packages] [Bug 247771] Re: [M4] Dell Inspiron 8000 shows split display on LiveCD

2013-08-20 Thread Lorenzo
For anyone still having this problem, please try putting the atttached
file into /usr/share/X11/xorg.conf.d/. You don't need to create
xorg.conf.

** Attachment added: "put  into /usr/share/X11/xorg.conf.d/"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/247771/+attachment/3780039/+files/40-monitor.conf

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/247771

Title:
  [M4] Dell Inspiron 8000 shows split display on LiveCD

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Invalid

Bug description:
  [Problem]
  On LiveCD boot, desktop is split into several unequally sized overlapping 
areas on the screen.  Works okay with -vesa at 800x600.

  [Tested with]
  Live cd of Ubuntu 8.04 ( Hardy Heron ) and Ubuntu 8.10 Alpha 4 and Beta 1 ( 
Intrepid Ibex )

  Dell Inspirion 8000
  Processor: Intel PIII mobile 900\700Mhz speedstep, MMX SSE
  Cache: 256 KBytes
  Bus speed: 100 Mhz
  Chipset: Intel 815E
  Southbridge: Intel 82801 BA (ICH2-M)
  AGP version 2.0
  ATI Mobility 128 M4 AGP 4X 16 MBytes RAM graphics adapter

  [Original Report]
  I expected Ubuntu to load normally and be able to recognize the graphics 
adapter without any problems since this is an old adapter this should not be a 
problem since both new and old hardware should work with it anyway. Mobile 
drivers are not as common as desktop variants but today laptops are outselling 
desktops in most segments.I don't know what kind of experience Ubuntu would 
have given me on this old low spec hardware since the live cd may not have 
given it justice though i know that it would become e waste if it isn't 
possible to use it. It is really loud and flaming hot but it could work as some 
kind of server or backup to my other computers. Sure I'm mostly interested to 
know that it can work rather than that i need it to work still support would be 
a great thing.

  Under the Safe Graphics mode Ubuntu seem to be able to display the
  desktop correctly though not at full size\resolution. Rez 800x600
  pixel

  What happened under the live cd was that the screen was corrupted with
  screwed desktop where it was wrongfully positioned and where it look
  like having a part of two desktops on one screen overlapping each
  other, though in reality and after investigation the screen were
  shopped up into three different fields and then thrown around so that
  when the pointer moved from one field to another the pointer might
  appear on a different part of the screen. The fields were not equally
  sized there were two-three bigger ones and one-two smaller ones. The
  CD was working very hard all the time as well as the CPU and many
  times the computer seemed to freeze though this could be just the poor
  performance of the live cd when i ran the hardware test in Gnome to
  send you a report which I decided would be easier to write by myself
  instead since it just didn't finish.

  It is very hard to get a feel for Ubuntu when things don't work or
  just barely works thus I want to say that improvements of the live CD
  is welcome.

  Also the loading screen of Ubuntu have a progress bar that moves back
  and forth this isn't really any helpful since you don't have any
  visual clues about how much is left in the loading process the same
  goes for when scanning hardware in the hardware test.

  
  Testing with Ubuntu  8.10 Appha 4 Intrepid Ibex:
  Both as Live CD and installed with Wubi:

  I've now tried using the computer with Intrepid Ibex and some improvement 
seem to have been made. For starters 
  This is probably a combination of improvements to ATI drivers and the design 
of X.Org.

  The result is not the same for the live CD and when Ubuntu is installed 
through Wubi. Why this is I don't know.
  Crashes with Intrepid Ibex Alpha 4 under live CD wasn't able too boot all the 
way to GDM nor to the Ubuntu loading screen, This was displayed: Version number 
of Busybox and then ash and something called Initramfs and a prompt to write 
commands.

  When Intrepid Ibex Alpha 4 was installed with Wubi several errors
  appeared during boot up if this is the result of the unstable Alpha 4
  or the physical CD I don't know.

  Though the praphical boot up could finish I noticed screen corruption
  during the Ubuntu boot screen where the progress indicator was
  duplicated and\or half visible on other places than the right one. It
  (the screen) seemed to flash more than before with the Ubuntu 8.04
  stable version.

  Though the graphics has slightly improved pointing devices has
  actually worsened since Ubuntu 8.04. Under the Intrepid Ibex Alpha 4
  neither the laptops keyboard pointing stick or mousepad worked neither
  could an USB HID compliant wired mouse from A4Tech with 2 wheels and 3
  buttons I tried.

  The sound did not work out of box with Ubuntu 8.04 we need to test
  this as well though it should be

[Desktop-packages] [Bug 1173152] Re: 802.1x security in 13.04 not working

2013-06-14 Thread Lorenzo M
Workaround work very well!! Thanks a lot!!!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1173152

Title:
  802.1x security in 13.04 not working

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  I installed a fresh 13.04 Ubuntu 64bit today and 802.1x security is
  not working any more. Yesterday I had 12.10 and it worked on the same
  computer.

  My settings are:
  Authentication: Protected EAP (PEAP)
  Anonymous identity: 
  Certificate: none
  PEAP version: Automatic
  Inner authentication: MSCHAPv2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1173152] Re: 802.1x security in 13.04 not working

2013-05-28 Thread Lorenzo M
I've got this problem too and the workaround didn't work for me

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1173152

Title:
  802.1x security in 13.04 not working

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  I installed a fresh 13.04 Ubuntu 64bit today and 802.1x security is
  not working any more. Yesterday I had 12.10 and it worked on the same
  computer.

  My settings are:
  Authentication: Protected EAP (PEAP)
  Anonymous identity: 
  Certificate: none
  PEAP version: Automatic
  Inner authentication: MSCHAPv2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1168188] Re: black screen on lenovo g580 and ubuntu 13.04

2013-05-20 Thread Lorenzo M
I confirm that modifyng 'rc.local' the system now work correctly!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1168188

Title:
  black screen on lenovo g580 and ubuntu 13.04

Status in “xserver-xorg-video-intel” package in Ubuntu:
  Confirmed

Bug description:
  ubuntu 13.04(beta2) 64 bits

  When i tried to install ubuntu 13.04 i get black screen,  but if i
  connect a second monitor the display is correct.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
  Uname: Linux 3.8.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Apr 12 01:01:28 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3977]
  InstallationDate: Installed on 2013-04-11 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130411)
  MachineType: LENOVO 2189
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-17-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/14/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5ECN92WW(V8.04)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G580
  dmi.modalias: 
dmi:bvnLENOVO:bvr5ECN92WW(V8.04):bd09/14/2012:svnLENOVO:pn2189:pvrLenovoG580:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoG580:
  dmi.product.name: 2189
  dmi.product.version: Lenovo G580
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.9~daily13.04.10-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.43-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu5
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Thu Apr 11 20:47:12 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu5
  xserver.video_driver: intel

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1168188] Re: black screen on lenovo g580 and ubuntu 13.04

2013-05-12 Thread Lorenzo M
I'm getting this error too. The only solution for now is like in comment
#9 and press Fn+UpArrow at startup

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1168188

Title:
  black screen on lenovo g580 and ubuntu 13.04

Status in “xserver-xorg-video-intel” package in Ubuntu:
  Confirmed

Bug description:
  ubuntu 13.04(beta2) 64 bits

  When i tried to install ubuntu 13.04 i get black screen,  but if i
  connect a second monitor the display is correct.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
  Uname: Linux 3.8.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Apr 12 01:01:28 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3977]
  InstallationDate: Installed on 2013-04-11 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130411)
  MachineType: LENOVO 2189
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-17-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/14/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5ECN92WW(V8.04)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G580
  dmi.modalias: 
dmi:bvnLENOVO:bvr5ECN92WW(V8.04):bd09/14/2012:svnLENOVO:pn2189:pvrLenovoG580:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoG580:
  dmi.product.name: 2189
  dmi.product.version: Lenovo G580
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.9~daily13.04.10-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.43-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu5
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Thu Apr 11 20:47:12 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu5
  xserver.video_driver: intel

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1178975] [NEW] Downloaded files are flagged as hidden in NFTS

2013-05-11 Thread Manuel Lorenzo
Public bug reported:

Running Xubuntu 12.04 and Chromium 25.0.1364.160-0ubuntu0.12.04.1

My downloads folder is a NTFS partition with the following fstab:
hide_hid_files,hide_dot_files,windows_names

The problem is that downloaded files from Chromium are set with the flag
Hidden in NTFS, and therefore they do not appear in Linux. I need to
access the NTFS partition and set them unhidden to see them again.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1178975

Title:
  Downloaded files are flagged as hidden in NFTS

Status in “chromium-browser” package in Ubuntu:
  New

Bug description:
  Running Xubuntu 12.04 and Chromium 25.0.1364.160-0ubuntu0.12.04.1

  My downloads folder is a NTFS partition with the following fstab:
  hide_hid_files,hide_dot_files,windows_names

  The problem is that downloaded files from Chromium are set with the
  flag Hidden in NTFS, and therefore they do not appear in Linux. I need
  to access the NTFS partition and set them unhidden to see them again.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1124966] Re: [precise] Update/backport hplip to support newer printers

2013-05-04 Thread Lorenzo Villani
*** This bug is a duplicate of bug 1176346 ***
https://bugs.launchpad.net/bugs/1176346

I filed a proper backport request here in bug #1176346, marking this as
duplicate.

** This bug has been marked a duplicate of bug 1176346
   Please backport hplip 3.13.3-1 (main) from raring

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/1124966

Title:
  [precise] Update/backport hplip to support newer printers

Status in “hplip” package in Ubuntu:
  Confirmed

Bug description:
  The printer at work that I use is HP LaserJet Pro 400 MFP M425dn. Ubuntu 
12.04 supplies HPLIP 3.12.2 and it does not support that printer;
  http://hplipopensource.com/hplip-web/install_wizard/index.html
  
http://hplipopensource.com/hplip-web/models/laserjet/hp_laserjet_400_mfp_m425dn.html

  I had to remove the old driver and install the latest version manually from:
  http://hplipopensource.com/hplip-web/install/install/index.html

  I think the driver stack should be updated/backported to support newer
  printers provided that Ubuntu 12.04 is supported till 2017.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: hplip (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Thu Feb 14 10:05:16 2013
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120822.4)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: hplip
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 902535] Re: Unable to print with Lexmark S400 series since upgrade to 11.10

2013-03-18 Thread Lorenzo
So, looks like the plan was to close this bug and open a new one for the
older 08Z series (since Lexmark has produced working drivers for the
more recent S405). Has this new bug report been opened? I cannot find
it.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/902535

Title:
  Unable to print with Lexmark S400 series since upgrade to 11.10

Status in “cups” package in Ubuntu:
  Confirmed
Status in “cups” source package in Precise:
  Incomplete

Bug description:
  Following the upgrade from 11.04 to 11.10 my Lexmark S405 now is
  unable to print.

  After removing all previous drivers (i.e. from a clean install of the
  printer), I have two options to proceed:

  If I connect the printer via USB and wait for "auto-detection", the
  system is able to determine that a Lexmark S405 has been added (and
  adds the printer as a "S300-S400-Series". However at the same time I
  get the following error message:

  "Not supported by this backend. 
  The action is not supported by this backend. Please report a bug as this 
should not have happened. Provided postscript-driver not supported"

  The printer is added and does show up in CUPS. The device URI is given
  as:
  "://Lexmark/S300-S400%20Series?serial=90T409817388744&interface=1".
  Previously two packages were also added via the Software Centre (
  "lexmark-legacy-wsu (1.0-1)" and "lexmark-inkjet-legacy-wjre (1.0-1)"
  but my most recent attempt to rectify this fault was following updates
  to fix bug 897309. On this occasion (following the updated
  ghostscript) no software was added via the Software Centre.

  I also have the drivers from Lexmark (the second install option).
  These drivers will install (but if they detect either of the above
  mentioned packages then installation will fail) but, once you are
  prompted to connect the printer via USB the error message highlighted
  above also appears. The results from this approach is that two
  printers are installed...but neither of them work.

  Either method of installing the printer results in the same scenario -
  the printer is listed as "installed", but items in the print queue
  remain there without no response from the printer. A Test Page shows
  the printer as "Processing page 1" before eventually throwing an
  error.

  Incidentally it is possible to scan from the printer (it's an all-in-
  one printer) into Ubuntu, but it seems to be impossible to print out
  from Ubuntu. Also previous work suggested that this may be connected
  to bug 883585. Also, despite CUPS referring to itself as 1.5, the
  intro screen says "what's new in CUPS 1.4". The printer does show up
  in CUPS, but it seems to be impossible to carry out any maintenance on
  the printer within CUPS (but this may be my "newbie-ness" showing
  though).

  
  My first bug report so hope I've included everything!

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1134112] Re: Xorg crashed with SIGABRT in OsAbort()

2013-03-08 Thread Lorenzo Villani
Symptoms are the same as bug 982889. It happens like once every three/four
boots and I have to restart lightdm manually. From time to time I also get
the "X is running in low graphics mode" message (or something similar, I
can't recall at the moment). Quite annoying.


On Fri, Mar 8, 2013 at 3:25 PM, Timo Aaltonen  wrote:

> this is most likely a dupe of bug 982889, a race condition during boot,
> which is now worked around on raring but also under further review
>
> ** Information type changed from Private to Public
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1148952).
> https://bugs.launchpad.net/bugs/1134112
>
> Title:
>   Xorg crashed with SIGABRT in OsAbort()
>
> Status in “xorg-server” package in Ubuntu:
>   Confirmed
>
> Bug description:
>   Xorg crashes after 3.5.0-25 update
>
>   ProblemType: Crash
>   DistroRelease: Ubuntu 12.10
>   Package: xserver-xorg-core 2:1.13.0-0ubuntu6.1
>   ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
>   Uname: Linux 3.5.0-25-generic i686
>   .tmp.unity.support.test.0:
>
>   ApportVersion: 2.6.1-0ubuntu10
>   Architecture: i386
>   CompizPlugins: No value set for
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: compiz
>   Date: Wed Feb 27 09:52:02 2013
>   DistUpgraded: 2013-01-13 14:06:18,329 DEBUG enabling apt cron job
>   DistroCodename: quantal
>   DistroVariant: ubuntu
>   ExecutablePath: /usr/bin/Xorg
>   ExtraDebuggingInterest: Yes, if not too technical
>   GraphicsCard:
>Intel Corporation 2nd Generation Core Processor Family Integrated
> Graphics Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
>  Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
>   InstallationDate: Installed on 2012-09-21 (158 days ago)
>   InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386
> (20120423)
>   MachineType: System manufacturer System Product Name
>   MarkForUpload: True
>   ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0
> -nolisten tcp vt7 -novtswitch
>   ProcEnviron:
>
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic
> root=UUID=d42fff61-b2eb-496a-8f2b-a2a21439372f ro quiet splash vt.handoff=7
>   Signal: 6
>   SourcePackage: xorg-server
>   StacktraceTop:
>raise () from /lib/i386-linux-gnu/libc.so.6
>abort () from /lib/i386-linux-gnu/libc.so.6
>OsAbort ()
>?? ()
>FatalError ()
>   Title: Xorg crashed with SIGABRT in raise()
>   UpgradeStatus: Upgraded to quantal on 2013-01-13 (44 days ago)
>   UserGroups:
>
>   dmi.bios.date: 02/16/2012
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: 2302
>   dmi.board.asset.tag: To be filled by O.E.M.
>   dmi.board.name: P8H67-M EVO
>   dmi.board.vendor: ASUSTeK COMPUTER INC.
>   dmi.board.version: Rev 1.xx
>   dmi.chassis.asset.tag: Asset-1234567890
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: Chassis Manufacture
>   dmi.chassis.version: Chassis Version
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvr2302:bd02/16/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H67-MEVO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
>   dmi.product.name: System Product Name
>   dmi.product.version: System Version
>   dmi.sys.vendor: System manufacturer
>   version.compiz: compiz 1:0.9.8.6-0ubuntu1
>   version.libdrm2: libdrm2 2.4.39-0ubuntu1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu0.1
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu0.1
>   version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev
> 1:2.7.3-0ubuntu2
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati
> 1:6.99.99~git20120913.8637f772-0ubuntu1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.20.9-0ubuntu2
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
> 1:1.0.2-0ubuntu3
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1134112/+subscriptions
>


-- 
Lorenzo Villani, Software Developer & Demanding Geek
http://lorenzo.villani.me | lore...@villani.me

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1134112

Title:
  Xorg crashed with SIGABRT in OsAbort()

Status in “xorg-server” package in Ubuntu:
  Confirmed

Bug description:
  Xorg crashes after 3.5.0-25 update

  ProblemType: Crash
  DistroRelease: Ubu

[Desktop-packages] [Bug 1124966] Re: [precise] Update/backport hplip to support newer printers

2013-02-20 Thread Lorenzo Villani
Seconded, I have an HP DeskJet 3520 e-All-In-One and had to backport
hplip from Raring to use it (PPA ir here:
https://launchpad.net/~lvillani/+archive/hplip - I've been using it for
some time and got no problems so far). Having the new version
distributed as an SRU would enable out-of-the-box support for these
newer printers.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/1124966

Title:
  [precise] Update/backport hplip to support newer printers

Status in “hplip” package in Ubuntu:
  Confirmed

Bug description:
  The printer at work that I use is HP LaserJet Pro 400 MFP M425dn. Ubuntu 
12.04 supplies HPLIP 3.12.2 and it does not support that printer;
  http://hplipopensource.com/hplip-web/install_wizard/index.html
  
http://hplipopensource.com/hplip-web/models/laserjet/hp_laserjet_400_mfp_m425dn.html

  I had to remove the old driver and install the latest version manually from:
  http://hplipopensource.com/hplip-web/install/install/index.html

  I think the driver stack should be updated/backported to support newer
  printers provided that Ubuntu 12.04 is supported till 2017.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: hplip (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Thu Feb 14 10:05:16 2013
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120822.4)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: hplip
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 902535] Re: Unable to print with Lexmark S400 series since upgrade to 11.10

2013-01-07 Thread Lorenzo
Ekimia is right, not all the drivers were updated. I have a X2690 and no
driver for Ubuntu 12.04 is available.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/902535

Title:
  Unable to print with Lexmark S400 series since upgrade to 11.10

Status in “cups” package in Ubuntu:
  Confirmed
Status in “cups” source package in Precise:
  Incomplete

Bug description:
  Following the upgrade from 11.04 to 11.10 my Lexmark S405 now is
  unable to print.

  After removing all previous drivers (i.e. from a clean install of the
  printer), I have two options to proceed:

  If I connect the printer via USB and wait for "auto-detection", the
  system is able to determine that a Lexmark S405 has been added (and
  adds the printer as a "S300-S400-Series". However at the same time I
  get the following error message:

  "Not supported by this backend. 
  The action is not supported by this backend. Please report a bug as this 
should not have happened. Provided postscript-driver not supported"

  The printer is added and does show up in CUPS. The device URI is given
  as:
  "://Lexmark/S300-S400%20Series?serial=90T409817388744&interface=1".
  Previously two packages were also added via the Software Centre (
  "lexmark-legacy-wsu (1.0-1)" and "lexmark-inkjet-legacy-wjre (1.0-1)"
  but my most recent attempt to rectify this fault was following updates
  to fix bug 897309. On this occasion (following the updated
  ghostscript) no software was added via the Software Centre.

  I also have the drivers from Lexmark (the second install option).
  These drivers will install (but if they detect either of the above
  mentioned packages then installation will fail) but, once you are
  prompted to connect the printer via USB the error message highlighted
  above also appears. The results from this approach is that two
  printers are installed...but neither of them work.

  Either method of installing the printer results in the same scenario -
  the printer is listed as "installed", but items in the print queue
  remain there without no response from the printer. A Test Page shows
  the printer as "Processing page 1" before eventually throwing an
  error.

  Incidentally it is possible to scan from the printer (it's an all-in-
  one printer) into Ubuntu, but it seems to be impossible to print out
  from Ubuntu. Also previous work suggested that this may be connected
  to bug 883585. Also, despite CUPS referring to itself as 1.5, the
  intro screen says "what's new in CUPS 1.4". The printer does show up
  in CUPS, but it seems to be impossible to carry out any maintenance on
  the printer within CUPS (but this may be my "newbie-ness" showing
  though).

  
  My first bug report so hope I've included everything!

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1028681] Re: ghostscript 9.05 fails with preview-latex and auctex

2012-11-05 Thread lorenzo
I am not sure whether this is the right place to post at this point, but
I also experienced the same problem and I found a quick fix.

I am working on a fresh ubuntu 12.04 LTS installation, emacs 23.3.1,
auctex 11.86  and ghostscript 9.05 (everything from ubuntu software
center).

I fixed the problem by modifying the command issued by latex-preview.
Go to

menu -> preview -> customize -> expand this menu

and then

menu -> preview -> customize -> preview Gs -> Preview Gs Options -> Show

and modify -dSAFER to -dNOSAFER


hope this helps
Lorenzo

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to auctex in Ubuntu.
https://bugs.launchpad.net/bugs/1028681

Title:
  ghostscript 9.05 fails with preview-latex and auctex

Status in “auctex” package in Ubuntu:
  Confirmed

Bug description:
  This is not the same as this bug:
  https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/543266

  The error in this bug is reported as:

  Error: /invalidfileaccess in --file--

  It is the same as the bug mentioned here: 
http://email.esm.psu.edu/pipermail/macosx-emacs/2011-January/002566.html
  and here: http://lists.gnu.org/archive/html/bug-auctex/2010-10/msg00016.html

  I was able to fix this by downgrading to ghostscript 8.70.  Note that
  8.71 has a different bug in it that produces an error that says

  Error /undefined in copy_trailer_attrs

  (as reported here: https://savannah.gnu.org/bugs/?29023)

  To answer the required questions:

  1)  Description:Ubuntu 12.04 LTS
Release:12.04

  2) ghostscript:
 Installed: 9.05~dfsg-0ubuntu4
 Candidate: 9.05~dfsg-0ubuntu4
 Version table:
   *** 9.05~dfsg-0ubuntu4 0
   500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 
Packages
   100 /var/lib/dpkg/status

auctex/ preview-latex:
Installed: 11.86-2ubuntu1
Candidate: 11.86-2ubuntu1
Version table:
   *** 11.86-2ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 
Packages
  100 /var/lib/dpkg/status

  3) In emacs pressing 'C-c C-c C-p' inside of an equation environment
  should produce a preview of the equation.  I

  4) Instead a red circle/ error symbol is shown.  Button-2 clicking the
  error yields the following error message

  gs -dOutputFile\=\(_region_.prv/tmp30703Qa0/pr1-1.png\) -q -dSAFER -dNOPAUSE 
-DNOPLATFONTS -dPrinted -dTextAlphaBits\=4 -dGraphicsAlphaBits\=4 
-sDEVICE\=png16m -r119.953x119.811
  GS>{DELAYSAFER{.setsafe}if}stopped pop/.preview-BP 
currentpagedevice/BeginPage get dup null eq{pop{pop}bind}if 
def<>setpagedevice/preview-do{[count 3 roll save]3 1 roll dup length 0 
eq{pop}{setpagedevice}{ifelse .runandhide}stopped{handleerror quit}if aload pop 
restore}bind def [(_region_.prv/tmp30703Qa0/preview.ps)(r)file]aload exch dup 0 
setfileposition 101518()/SubFileDecode filter cvx .runandhide aload pop dup dup 
101518 setfileposition 577()/SubFileDecode filter cvx<<>>preview-do
  Error: /invalidfileaccess in --file--
  Operand stack:
 --nostringval--   (_region_.prv/tmp30703Qa0/preview.ps)   (r)
  Execution stack:
 %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
%loop_continue   --nostringval--   --nostringval--   false   1   %stopped_push  
 .runexec2   --nostringval--   --nostringval--   --nostringval--   2   
%stopped_push   --nostringval--
  Dictionary stack:
 --dict:1167/1684(ro)(G)--   --dict:0/20(G)--   --dict:79/200(L)--
  Current allocation mode is local
  Last OS error: 2
  Current file position is 533
  GS<3>

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 902535] Re: Unable to print to Lexmark S405 since upgrade to 11.10

2012-10-09 Thread Lorenzo
Ekimia: did you get this answer from Lexmark customer service? If they
are not interested in fixing it, downgrading may be the only viable
solution to get a working printer... may not be as trivial though,
because the last versions that appeared to work were pre-1.5.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/902535

Title:
  Unable to print to Lexmark S405 since upgrade to 11.10

Status in “cups” package in Ubuntu:
  Incomplete
Status in “cups” source package in Precise:
  Incomplete

Bug description:
  Following the upgrade from 11.04 to 11.10 my Lexmark S405 now is
  unable to print.

  After removing all previous drivers (i.e. from a clean install of the
  printer), I have two options to proceed:

  If I connect the printer via USB and wait for "auto-detection", the
  system is able to determine that a Lexmark S405 has been added (and
  adds the printer as a "S300-S400-Series". However at the same time I
  get the following error message:

  "Not supported by this backend. 
  The action is not supported by this backend. Please report a bug as this 
should not have happened. Provided postscript-driver not supported"

  The printer is added and does show up in CUPS. The device URI is given
  as:
  "://Lexmark/S300-S400%20Series?serial=90T409817388744&interface=1".
  Previously two packages were also added via the Software Centre (
  "lexmark-legacy-wsu (1.0-1)" and "lexmark-inkjet-legacy-wjre (1.0-1)"
  but my most recent attempt to rectify this fault was following updates
  to fix bug 897309. On this occasion (following the updated
  ghostscript) no software was added via the Software Centre.

  I also have the drivers from Lexmark (the second install option).
  These drivers will install (but if they detect either of the above
  mentioned packages then installation will fail) but, once you are
  prompted to connect the printer via USB the error message highlighted
  above also appears. The results from this approach is that two
  printers are installed...but neither of them work.

  Either method of installing the printer results in the same scenario -
  the printer is listed as "installed", but items in the print queue
  remain there without no response from the printer. A Test Page shows
  the printer as "Processing page 1" before eventually throwing an
  error.

  Incidentally it is possible to scan from the printer (it's an all-in-
  one printer) into Ubuntu, but it seems to be impossible to print out
  from Ubuntu. Also previous work suggested that this may be connected
  to bug 883585. Also, despite CUPS referring to itself as 1.5, the
  intro screen says "what's new in CUPS 1.4". The printer does show up
  in CUPS, but it seems to be impossible to carry out any maintenance on
  the printer within CUPS (but this may be my "newbie-ness" showing
  though).

  
  My first bug report so hope I've included everything!

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 902535] Re: Unable to print to Lexmark S405 since upgrade to 11.10

2012-09-28 Thread Lorenzo
I tried a 12.10 live cd; cups keep failing, although at least this time
reports an error message. As you can see in the attachment (screenshot
from the printer job properties right after it failed to print), the
reason seems to be that the filter crashed.

** Attachment added: "Screenshot - Print job properties"
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/902535/+attachment/3354161/+files/Screenshot.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/902535

Title:
  Unable to print to Lexmark S405 since upgrade to 11.10

Status in “cups” package in Ubuntu:
  Incomplete
Status in “cups” source package in Precise:
  Incomplete

Bug description:
  Following the upgrade from 11.04 to 11.10 my Lexmark S405 now is
  unable to print.

  After removing all previous drivers (i.e. from a clean install of the
  printer), I have two options to proceed:

  If I connect the printer via USB and wait for "auto-detection", the
  system is able to determine that a Lexmark S405 has been added (and
  adds the printer as a "S300-S400-Series". However at the same time I
  get the following error message:

  "Not supported by this backend. 
  The action is not supported by this backend. Please report a bug as this 
should not have happened. Provided postscript-driver not supported"

  The printer is added and does show up in CUPS. The device URI is given
  as:
  "://Lexmark/S300-S400%20Series?serial=90T409817388744&interface=1".
  Previously two packages were also added via the Software Centre (
  "lexmark-legacy-wsu (1.0-1)" and "lexmark-inkjet-legacy-wjre (1.0-1)"
  but my most recent attempt to rectify this fault was following updates
  to fix bug 897309. On this occasion (following the updated
  ghostscript) no software was added via the Software Centre.

  I also have the drivers from Lexmark (the second install option).
  These drivers will install (but if they detect either of the above
  mentioned packages then installation will fail) but, once you are
  prompted to connect the printer via USB the error message highlighted
  above also appears. The results from this approach is that two
  printers are installed...but neither of them work.

  Either method of installing the printer results in the same scenario -
  the printer is listed as "installed", but items in the print queue
  remain there without no response from the printer. A Test Page shows
  the printer as "Processing page 1" before eventually throwing an
  error.

  Incidentally it is possible to scan from the printer (it's an all-in-
  one printer) into Ubuntu, but it seems to be impossible to print out
  from Ubuntu. Also previous work suggested that this may be connected
  to bug 883585. Also, despite CUPS referring to itself as 1.5, the
  intro screen says "what's new in CUPS 1.4". The printer does show up
  in CUPS, but it seems to be impossible to carry out any maintenance on
  the printer within CUPS (but this may be my "newbie-ness" showing
  though).

  
  My first bug report so hope I've included everything!

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 902535] Re: Unable to print to Lexmark S405 since upgrade to 11.10

2012-09-13 Thread Lorenzo
I am also affected by this bug (I have a Lexmark X2690 and my OS is
Ubuntu 12.04). Lexmark recently updated their driver, so I was hoping
the issue had been corrected. However, even with the latest version
(7/17/2012) the issue persists.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/902535

Title:
  Unable to print to Lexmark S405 since upgrade to 11.10

Status in “cups” package in Ubuntu:
  Incomplete
Status in “cups” source package in Precise:
  Incomplete

Bug description:
  Following the upgrade from 11.04 to 11.10 my Lexmark S405 now is
  unable to print.

  After removing all previous drivers (i.e. from a clean install of the
  printer), I have two options to proceed:

  If I connect the printer via USB and wait for "auto-detection", the
  system is able to determine that a Lexmark S405 has been added (and
  adds the printer as a "S300-S400-Series". However at the same time I
  get the following error message:

  "Not supported by this backend. 
  The action is not supported by this backend. Please report a bug as this 
should not have happened. Provided postscript-driver not supported"

  The printer is added and does show up in CUPS. The device URI is given
  as:
  "://Lexmark/S300-S400%20Series?serial=90T409817388744&interface=1".
  Previously two packages were also added via the Software Centre (
  "lexmark-legacy-wsu (1.0-1)" and "lexmark-inkjet-legacy-wjre (1.0-1)"
  but my most recent attempt to rectify this fault was following updates
  to fix bug 897309. On this occasion (following the updated
  ghostscript) no software was added via the Software Centre.

  I also have the drivers from Lexmark (the second install option).
  These drivers will install (but if they detect either of the above
  mentioned packages then installation will fail) but, once you are
  prompted to connect the printer via USB the error message highlighted
  above also appears. The results from this approach is that two
  printers are installed...but neither of them work.

  Either method of installing the printer results in the same scenario -
  the printer is listed as "installed", but items in the print queue
  remain there without no response from the printer. A Test Page shows
  the printer as "Processing page 1" before eventually throwing an
  error.

  Incidentally it is possible to scan from the printer (it's an all-in-
  one printer) into Ubuntu, but it seems to be impossible to print out
  from Ubuntu. Also previous work suggested that this may be connected
  to bug 883585. Also, despite CUPS referring to itself as 1.5, the
  intro screen says "what's new in CUPS 1.4". The printer does show up
  in CUPS, but it seems to be impossible to carry out any maintenance on
  the printer within CUPS (but this may be my "newbie-ness" showing
  though).

  
  My first bug report so hope I've included everything!

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 721416] Re: Rhythmbox does not show album art

2012-07-09 Thread Lorenzo Bettini
Same problem in Precise, Rhythmbox version 2.96: album arts are never
shown... the strange thing is that in the dock popup window which
appears when starting playing a song the album art is actually shown,
but not in Rhythmbox

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/721416

Title:
  Rhythmbox does not show album art

Status in “rhythmbox” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: rhythmbox

  I use Rhytmbox to manage my music library, and it never seems to show
  the album art.  I see the spinner which causes me to think that
  Rynthmbox is trying to fetch the album art, but the image never
  appears.

  I have looked through the Ubuntu bug database and found similar bugs,
  but they have all been marked either invalid or fixed released.  So, I
  am opening up a new bug since this is still a problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: rhythmbox 0.13.1-0ubuntu6
  ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
  Uname: Linux 2.6.35-25-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri Feb 18 12:52:02 2011
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: rhythmbox

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1001444] Re: firefox don't start for the non-admin user

2012-05-18 Thread Lorenzo
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1001444

Title:
  firefox don't start for the non-admin user

Status in “firefox” package in Ubuntu:
  New

Bug description:
  I would like to report 2 notes:
  1. Firefox tries to restart a crashed session;
  2. my daughter had installed a toolbar.
  When I kill the process using Terminal the next time Firefox doesn't show 
even the window.
  Items menu are disappeared (no commands are there, i.e.: no commands are 
present under "File" menu)
  Tnx

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: I82801CAICH3 [Intel 82801CA-ICH3], device 0: Intel ICH [Intel 
82801CA-ICH3]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorenzo2576 F pulseaudio
  BuildID: 20120423122624
  Card0.Amixer.info:
   Card hw:0 'I82801CAICH3'/'Intel 82801CA-ICH3 with AD1886A at irq 11'
 Mixer name : 'Analog Devices AD1886A'
 Components : 'AC97a:41445363'
 Controls  : 38
 Simple ctrls  : 24
  Channel: release
  Date: Fri May 18 22:50:11 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.10  metric 
2
  ProcEnviron:
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to precise on 2012-05-15 (3 days ago)
  dmi.bios.date: 05/24/2003
  dmi.bios.vendor: Compaq
  dmi.bios.version: 68P4F v2.49 F.14
  dmi.board.name: 07F4
  dmi.board.vendor: Compaq
  dmi.board.version: KBC Version   .
  dmi.chassis.asset.tag: CNU3440NH5
  dmi.chassis.type: 10
  dmi.chassis.vendor: Compaq
  dmi.modalias: 
dmi:bvnCompaq:bvr68P4Fv2.49F.14:bd05/24/2003:svnCompaq:pnEvoEvoN610c:pvr:rvnCompaq:rn07F4:rvrKBCVersion.:cvnCompaq:ct10:cvr:
  dmi.product.name: Evo Evo N610c
  dmi.sys.vendor: Compaq

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1001444] [NEW] firefox don't start for the non-admin user

2012-05-18 Thread Lorenzo
Public bug reported:

I would like to report 2 notes:
1. Firefox tries to restart a crashed session;
2. my daughter had installed a toolbar.
When I kill the process using Terminal the next time Firefox doesn't show even 
the window.
Items menu are disappeared (no commands are there, i.e.: no commands are 
present under "File" menu)
Tnx

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 12.0+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: I82801CAICH3 [Intel 82801CA-ICH3], device 0: Intel ICH [Intel 
82801CA-ICH3]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lorenzo2576 F pulseaudio
BuildID: 20120423122624
Card0.Amixer.info:
 Card hw:0 'I82801CAICH3'/'Intel 82801CA-ICH3 with AD1886A at irq 11'
   Mixer name   : 'Analog Devices AD1886A'
   Components   : 'AC97a:41445363'
   Controls  : 38
   Simple ctrls  : 24
Channel: release
Date: Fri May 18 22:50:11 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
IpRoute:
 default via 192.168.0.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.10  metric 2
ProcEnviron:
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: Upgraded to precise on 2012-05-15 (3 days ago)
dmi.bios.date: 05/24/2003
dmi.bios.vendor: Compaq
dmi.bios.version: 68P4F v2.49 F.14
dmi.board.name: 07F4
dmi.board.vendor: Compaq
dmi.board.version: KBC Version   .
dmi.chassis.asset.tag: CNU3440NH5
dmi.chassis.type: 10
dmi.chassis.vendor: Compaq
dmi.modalias: 
dmi:bvnCompaq:bvr68P4Fv2.49F.14:bd05/24/2003:svnCompaq:pnEvoEvoN610c:pvr:rvnCompaq:rn07F4:rvrKBCVersion.:cvnCompaq:ct10:cvr:
dmi.product.name: Evo Evo N610c
dmi.sys.vendor: Compaq

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


** Tags: apport-bug i386 precise release-channel

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1001444

Title:
  firefox don't start for the non-admin user

Status in “firefox” package in Ubuntu:
  New

Bug description:
  I would like to report 2 notes:
  1. Firefox tries to restart a crashed session;
  2. my daughter had installed a toolbar.
  When I kill the process using Terminal the next time Firefox doesn't show 
even the window.
  Items menu are disappeared (no commands are there, i.e.: no commands are 
present under "File" menu)
  Tnx

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: I82801CAICH3 [Intel 82801CA-ICH3], device 0: Intel ICH [Intel 
82801CA-ICH3]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorenzo2576 F pulseaudio
  BuildID: 20120423122624
  Card0.Amixer.info:
   Card hw:0 'I82801CAICH3'/'Intel 82801CA-ICH3 with AD1886A at irq 11'
 Mixer name : 'Analog Devices AD1886A'
 Components : 'AC97a:41445363'
 Controls  : 38
 Simple ctrls  : 24
  Channel: release
  Date: Fri May 18 22:50:11 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.10  metric 
2
  ProcEnviron:
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to precise on 2012-05-15 (3 days ago)
  dmi.bios.date: 05/24/2003
  dmi.bios

[Desktop-packages] [Bug 964371] Re: package libreoffice-draw 1:3.5.1-1ubuntu1 failed to install/upgrade: lectura insuficiente en buffer_copy para error en dpkg-deb durante `./usr/lib/libreoffice/progr

2012-03-25 Thread Lorenzo Carbonell
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/964371

Title:
  package libreoffice-draw 1:3.5.1-1ubuntu1 failed to install/upgrade:
  lectura insuficiente en buffer_copy para error en dpkg-deb durante
  `./usr/lib/libreoffice/program/libsdlo.so'

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  This happened when I start Ubuntu

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-draw 1:3.5.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  Date: Sat Mar 24 08:37:12 2012
  ErrorMessage: lectura insuficiente en buffer_copy para error en dpkg-deb 
durante `./usr/lib/libreoffice/program/libsdlo.so'
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: libreoffice
  Title: package libreoffice-draw 1:3.5.1-1ubuntu1 failed to install/upgrade: 
lectura insuficiente en buffer_copy para error en dpkg-deb durante 
`./usr/lib/libreoffice/program/libsdlo.so'
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 964371] [NEW] package libreoffice-draw 1:3.5.1-1ubuntu1 failed to install/upgrade: lectura insuficiente en buffer_copy para error en dpkg-deb durante `./usr/lib/libreoffice/pro

2012-03-25 Thread Lorenzo Carbonell
Public bug reported:

This happened when I start Ubuntu

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libreoffice-draw 1:3.5.1-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
Date: Sat Mar 24 08:37:12 2012
ErrorMessage: lectura insuficiente en buffer_copy para error en dpkg-deb 
durante `./usr/lib/libreoffice/program/libsdlo.so'
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: libreoffice
Title: package libreoffice-draw 1:3.5.1-1ubuntu1 failed to install/upgrade: 
lectura insuficiente en buffer_copy para error en dpkg-deb durante 
`./usr/lib/libreoffice/program/libsdlo.so'
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/964371

Title:
  package libreoffice-draw 1:3.5.1-1ubuntu1 failed to install/upgrade:
  lectura insuficiente en buffer_copy para error en dpkg-deb durante
  `./usr/lib/libreoffice/program/libsdlo.so'

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  This happened when I start Ubuntu

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-draw 1:3.5.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  Date: Sat Mar 24 08:37:12 2012
  ErrorMessage: lectura insuficiente en buffer_copy para error en dpkg-deb 
durante `./usr/lib/libreoffice/program/libsdlo.so'
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: libreoffice
  Title: package libreoffice-draw 1:3.5.1-1ubuntu1 failed to install/upgrade: 
lectura insuficiente en buffer_copy para error en dpkg-deb durante 
`./usr/lib/libreoffice/program/libsdlo.so'
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 957871] Re: HUD: Pressing on a menu item executes the action multiple times.

2012-03-24 Thread Lorenzo Villani
Looks like it is fixed in unity 5.8.0-0ubuntu1

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/957871

Title:
  HUD: Pressing  on a menu item executes the action multiple
  times.

Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:

  1) Start any application, e.g.: Google Chrome;
  2) Invoke the HUD by pressing meta (Alt);
  3) Type the name of a menu entry, e.g.: "New Tab"
  4) Press "Enter";
  5) The action associated with the menu item will be invoked from two to three 
times.

  Other applications (such as Nautilus, Thunderbird, Firefox) expose a
  similar behavior. I presume it is systemic.

  Clicking on the menu item does NOT result in erroneous behavior.

  Expected result:

  Pressing the  key should invoke the action associated with the
  menu item only once.

  Attachments: a screen recording session showing the problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.6.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Sat Mar 17 12:57:54 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(20120209)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/zsh
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 955868] Re: gnome-settings-daemon crashed with signal 5

2012-03-15 Thread Lorenzo Villani
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/955868

Title:
  gnome-settings-daemon crashed with signal 5

Status in “gnome-settings-daemon” package in Ubuntu:
  Invalid

Bug description:
  Gnome-settings-daemon crashed right after login. There was no apparent
  visible disruption. Knew of it only because of Apport.

  Package version: 3.3.91-0ubuntu4 on Ubuntu 12.04.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gnome-settings-daemon 3.3.91-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  Date: Thu Mar 15 11:21:18 2012
  Disassembly: => 0x7f489684113b:   Cannot access memory at address 
0x7f489684113b
  ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(20120209)
  ProcCmdline: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/zsh
  Signal: 5
  SourcePackage: gnome-settings-daemon
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: gnome-settings-daemon crashed with signal 5
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 184784] Re: nautilus crashed with SIGSEGV in g_main_context_dispatch()

2012-03-03 Thread Lorenzo Villani
I also got this crash on 12.04. However I am not sure if it would be
more appropriate to open a new  bug (and mark this one as duplicate)
since the stacktrace associated with this bug report is 4 years old.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/184784

Title:
  nautilus crashed with SIGSEGV in g_main_context_dispatch()

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: nautilus

  nautilus crashed

  ProblemType: Crash
  Architecture: amd64
  Date: Mon Jan 21 05:21:54 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/nautilus
  NonfreeKernelModules: nvidia
  Package: nautilus 1:2.20.0-2ubuntu3
  PackageArchitecture: amd64
  ProcCmdline: nautilus --no-default-window --sm-client-id default2
  ProcCwd: /home/anubis
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   ?? () from /usr/lib/libgtk-x11-2.0.so.0
   ?? () from /usr/lib/libgtk-x11-2.0.so.0
   ?? () from /usr/lib/libgdk-x11-2.0.so.0
   g_main_context_dispatch ()
   ?? () from /usr/lib/libglib-2.0.so.0
  Title: nautilus crashed with SIGSEGV in g_main_context_dispatch()
  Uname: Linux amd 2.6.24-3-server #1 SMP Thu Jan 3 23:20:57 UTC 2008 x86_64 
GNU/Linux
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev powerdev sambashare scanner tape users video

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 884811] Re: totem crashes with command line options

2012-01-23 Thread Lorenzo Zoffoli
I have to correct myself. 
Patch is working, totem now crashes only if already opened and using --help 
option.

Not perfect but nice!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/884811

Title:
  totem crashes with command line options

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  I am using ubuntu oneiric (11.10) with the latest updates (i.e. totem
  3.0.1-0ubuntu7.1)

  It seems totem crashes with almost any command line option.
  Unfortunately the --debug flag does not give much insight (still I am
  including it)

  [strix:pres]$ totem --fullscreen video.mpg
  Segmentation fault
  [strix:pres]$ totem --toggle-controls video.mpg 
  Segmentation fault
  [strix:pres]$ totem --debug --fullscreen video.mpg
  Segmentation fault
  [strix:pres]$ totem --debug --toggle-controls video.mpg

  (totem:30347): GLib-GIO-CRITICAL **: Settings schema 'org.gnome.totem'
  is not installed

  
  (totem:30347): GLib-GIO-CRITICAL **: Settings schema 'org.gnome.totem' is not 
installed

  
  (totem:30347): GLib-GIO-CRITICAL **: Settings schema 
'org.gnome.desktop.lockdown' is not installed

  
  (totem:30347): GLib-GIO-CRITICAL **: g_settings_get_key_info: assertion 
`settings->priv->schema != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_type: assertion `value
  != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_type_is_subtype_of:
  assertion `g_variant_type_check (type)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_boolean: assertion
  `g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_unref: assertion `value !=
  NULL' failed

  (totem:30347): GLib-GIO-CRITICAL **: g_settings_get_key_info:
  assertion `settings->priv->schema != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_type: assertion `value
  != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_type_is_subtype_of:
  assertion `g_variant_type_check (type)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_boolean: assertion
  `g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_unref: assertion `value !=
  NULL' failed

  (totem:30347): GLib-GIO-CRITICAL **: g_settings_get_key_info:
  assertion `settings->priv->schema != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_type: assertion `value
  != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_type_is_subtype_of:
  assertion `g_variant_type_check (type)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_boolean: assertion
  `g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_unref: assertion `value !=
  NULL' failed

  (process:30347): GLib-GIO-CRITICAL (recursed) **:
  g_settings_get_key_info: assertion `settings->priv->schema != NULL'
  failedAborted

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   >