[Desktop-packages] [Bug 2004532] Re: Hardware acceleration broken for amdgpu/mesa in snap

2023-11-05 Thread VPablo
Is you want to make this permanent on Firefox you can go to about:config
and change:

browser.preferences.defaultPerformanceSettings.enabled -> false
layers.acceleration.disabled -> true

And Firefox will start without gpu acceleration (until MATE supports
Wayland, I hope).

-- 
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/2004532

Title:
  Hardware acceleration broken for amdgpu/mesa in snap

Status in ubuntu-spotify-app:
  New
Status in chromium-browser package in Ubuntu:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Possible, proposed solutions
  

  Option 1: Please install from these channels and report back with
  success or failure.

    snap refresh --channel candidate/core22 firefox

  Option 2:

    chromium --ozone-platform=wayland
    MOZ_ENABLE_WAYLAND=1 firefox

  If nothing works, it is possible around the issue by disabling
  hardware acceleration.

  Original bug report
  ---

  Snap packages which use hardware accelerated graphics are broken after
  the last routine system upgrade via apt. My system is using AMD Radeon
  RX 5500 XT graphics card from ASUS, with stock amdgpu kernel drivers.
  Two snap packages which are now unusable are Mozilla Firefox and
  Chromium browsers. Both display animated speckled color garbage inside
  their windows, overlayed with the correct image. Disabling hardware
  acceleration in the settings for the snap version of Firefox fixed it.
  Also, Firefox version installed from the original Mozilla tarball into
  /opt/ works just fine with the acceleration enabled on the same
  system, as well as glmark2 benchmark. Looks like the issue is only
  affecting snap packages.

  $ snap list firefox chromium
  Name  Version Rev   Tracking   Publisher   Notes
  chromium  109.0.5414.119  2295  latest/stable  canonical✓  -
  firefox   109.0.1-1   2311  latest/stable  mozilla✓-

  $ dpkg -l snapd|grep ^ii
  ii  snapd  2.58+22.10   amd64Daemon and tooling that enable 
snap packages

  $ dpkg -l mesa\* | grep ^ii
  ii  mesa-utils8.5.0-1   amd64Miscellaneous 
Mesa utilities -- symlinks
  ii  mesa-utils-bin:amd64  8.5.0-1   amd64Miscellaneous 
Mesa utilities -- native applications
  ii  mesa-va-drivers:amd64 22.2.5-0ubuntu0.1 amd64Mesa VA-API 
video acceleration drivers
  ii  mesa-vdpau-drivers:amd64  22.2.5-0ubuntu0.1 amd64Mesa VDPAU video 
acceleration drivers
  ii  mesa-vulkan-drivers:amd64 22.2.5-0ubuntu0.1 amd64Mesa Vulkan 
graphics drivers

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 22.10
  Release:22.10
  Codename:   kinetic

  $ uname -a
  Linux xx 5.19.0-29-generic #30-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 4 
12:14:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: snap (not installed)
  ProcVersionSignature: Ubuntu 5.19.0-29.30-generic 5.19.17
  Uname: Linux 5.19.0-29-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Wed Feb  1 22:55:48 2023
  InstallationDate: Installed on 2020-08-02 (913 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: snap
  UpgradeStatus: Upgraded to kinetic on 2023-02-02 (0 days ago)
  ---
  ProblemType: Bug
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  DRM.card0-DP-1:
   enabled: enabled
   dpms: On
   status: connected
   edid-base64: 
AP///wAebQd34yoBAAQcAQS1PCJ4nz4xrlBHrCcMUFQhCABxQIGAgcCpwNHAgQABAQEBTdAAoPBwPoAwIGUMWFQhAAAaKGgAoPBwPoAIkGUMWFQhAAAa/QAwPYeHOAEKICAgICAg/ABMRyBIRFIgNEsKICAgAfsCAxlxRJAEAwEjCQcHgwEAAOMFwADjBgUBAjqAGHE4LUBYLEUAWFQhAAAeVl4AoKCgKVAwIDUAWFQhAAAaKQ==
   modes: 3840x2160 3840x2160 3840x2160 3840x2160 3840x2160 2560x1440 1920x1200 
1920x1080 1920x1080 1920x1080 1600x1200 1680x1050 1600x900 1280x1024 1440x900 
1280x800 1152x864 1280x720 1280x720 1280x720 1024x768 800x600 720x480 720x480 
640x480 640x480 640x480
  DRM.card0-DP-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DRM.card0-DP-3:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DRM.card0-HDMI-A-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DiskUsage:
   Filesystem Type   Size  Used Avail Use% Mounted on
   /dev/nvme0n1p2 ext4   916G  222G  648G  26% /
   tmpfs  tmpfs   16G 0   16G   0% /dev/shm
   /dev/nvme0n1p2 ext4   916G  222G  648G  26% /
  DistroRelease: Ubuntu 22.10
  

[Desktop-packages] [Bug 2004532] Re: Hardware acceleration broken for amdgpu/mesa in snap

2023-11-05 Thread VPablo
To all MATE-Desktop users: there is not Wayland support.

The only way to execute Firefox and Chromium snaps is by disabling gpu
support:

$ firefox --safe-mode
$ chromium --disable-gpu

Or install the packages outside snap. Firefox appimage works.

-- 
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/2004532

Title:
  Hardware acceleration broken for amdgpu/mesa in snap

Status in ubuntu-spotify-app:
  New
Status in chromium-browser package in Ubuntu:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Possible, proposed solutions
  

  Option 1: Please install from these channels and report back with
  success or failure.

    snap refresh --channel candidate/core22 firefox

  Option 2:

    chromium --ozone-platform=wayland
    MOZ_ENABLE_WAYLAND=1 firefox

  If nothing works, it is possible around the issue by disabling
  hardware acceleration.

  Original bug report
  ---

  Snap packages which use hardware accelerated graphics are broken after
  the last routine system upgrade via apt. My system is using AMD Radeon
  RX 5500 XT graphics card from ASUS, with stock amdgpu kernel drivers.
  Two snap packages which are now unusable are Mozilla Firefox and
  Chromium browsers. Both display animated speckled color garbage inside
  their windows, overlayed with the correct image. Disabling hardware
  acceleration in the settings for the snap version of Firefox fixed it.
  Also, Firefox version installed from the original Mozilla tarball into
  /opt/ works just fine with the acceleration enabled on the same
  system, as well as glmark2 benchmark. Looks like the issue is only
  affecting snap packages.

  $ snap list firefox chromium
  Name  Version Rev   Tracking   Publisher   Notes
  chromium  109.0.5414.119  2295  latest/stable  canonical✓  -
  firefox   109.0.1-1   2311  latest/stable  mozilla✓-

  $ dpkg -l snapd|grep ^ii
  ii  snapd  2.58+22.10   amd64Daemon and tooling that enable 
snap packages

  $ dpkg -l mesa\* | grep ^ii
  ii  mesa-utils8.5.0-1   amd64Miscellaneous 
Mesa utilities -- symlinks
  ii  mesa-utils-bin:amd64  8.5.0-1   amd64Miscellaneous 
Mesa utilities -- native applications
  ii  mesa-va-drivers:amd64 22.2.5-0ubuntu0.1 amd64Mesa VA-API 
video acceleration drivers
  ii  mesa-vdpau-drivers:amd64  22.2.5-0ubuntu0.1 amd64Mesa VDPAU video 
acceleration drivers
  ii  mesa-vulkan-drivers:amd64 22.2.5-0ubuntu0.1 amd64Mesa Vulkan 
graphics drivers

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 22.10
  Release:22.10
  Codename:   kinetic

  $ uname -a
  Linux xx 5.19.0-29-generic #30-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 4 
12:14:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: snap (not installed)
  ProcVersionSignature: Ubuntu 5.19.0-29.30-generic 5.19.17
  Uname: Linux 5.19.0-29-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Wed Feb  1 22:55:48 2023
  InstallationDate: Installed on 2020-08-02 (913 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: snap
  UpgradeStatus: Upgraded to kinetic on 2023-02-02 (0 days ago)
  ---
  ProblemType: Bug
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  DRM.card0-DP-1:
   enabled: enabled
   dpms: On
   status: connected
   edid-base64: 
AP///wAebQd34yoBAAQcAQS1PCJ4nz4xrlBHrCcMUFQhCABxQIGAgcCpwNHAgQABAQEBTdAAoPBwPoAwIGUMWFQhAAAaKGgAoPBwPoAIkGUMWFQhAAAa/QAwPYeHOAEKICAgICAg/ABMRyBIRFIgNEsKICAgAfsCAxlxRJAEAwEjCQcHgwEAAOMFwADjBgUBAjqAGHE4LUBYLEUAWFQhAAAeVl4AoKCgKVAwIDUAWFQhAAAaKQ==
   modes: 3840x2160 3840x2160 3840x2160 3840x2160 3840x2160 2560x1440 1920x1200 
1920x1080 1920x1080 1920x1080 1600x1200 1680x1050 1600x900 1280x1024 1440x900 
1280x800 1152x864 1280x720 1280x720 1280x720 1024x768 800x600 720x480 720x480 
640x480 640x480 640x480
  DRM.card0-DP-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DRM.card0-DP-3:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DRM.card0-HDMI-A-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DiskUsage:
   Filesystem Type   Size  Used Avail Use% Mounted on
   /dev/nvme0n1p2 ext4   916G  222G  648G  26% /
   tmpfs  tmpfs   16G 0   16G   0% /dev/shm
   /dev/nvme0n1p2 ext4   916G  222G  648G  26% /
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 

[Desktop-packages] [Bug 1872950] Re: Nvidia 340.108 fails to install with kernels 5.5 onward

2020-11-09 Thread VPablo
Installed the proposed package without problems and restarted the system
as well.

Version: 340.108-0ubuntu5.20.10.1

The problem of the original was that it will not install, this does.

Thank you.

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

Title:
  Nvidia 340.108 fails to install with kernels 5.5 onward

Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Fix Committed
Status in nvidia-graphics-drivers-340 source package in Groovy:
  Fix Committed

Bug description:
  SRU request:

  [Impact]

   * Installing the 340 driver will fail when running Linux 5.7 or
  newer.

  [Test Case]

   * Install nvidia-340 from -proposed.

   * Check that the modules was built and installed, using the
     following command:

     dkms status

  [Regression Potential]

   * The driver once built and installed could be not working and lead
  to have the desktop not starting for example. Check that you get a
  desktop loaded and decent performances

  

  Hi developers,

  thanks for your great work on porting legacy drivers to Ubuntu.

  Anyway I have to complain in not seeing Nvidia 340.108 driver for
  kernels 5.5 and 5.6 yet, leaving users stuck on kernel 5.4,
  because Nvidia 340.108 fails to install with kernels 5.5 and 5.6.

  Archlinux already has a driver for Kernel 5.6 via AUR
  (https://aur.archlinux.org/packages/nvidia-340xx/) and Debian SID has
  one for kernel 5.5.

  So, the question is: when will we see a new version in repositories?

  Bye and have a nice day.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1872950/+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 1872950] Re: Nvidia 340.108 fails to install with kernels 5.5 onward

2020-10-30 Thread VPablo
Thank you Butterfly (kelebek333) for 5.8 (groovy) update.

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

Title:
  Nvidia 340.108 fails to install with kernels 5.5 onward

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

Bug description:
  Hi developers,

  thanks for your great work on porting legacy drivers to Ubuntu.

  Anyway I have to complain in not seeing Nvidia 340.108 driver for
  kernels 5.5 and 5.6 yet, leaving users stuck on kernel 5.4,
  because Nvidia 340.108 fails to install with kernels 5.5 and 5.6.

  Archlinux already has a driver for Kernel 5.6 via AUR
  (https://aur.archlinux.org/packages/nvidia-340xx/) and Debian SID has
  one for kernel 5.5.

  So, the question is: when will we see a new version in repositories?

  Bye and have a nice day.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1872950/+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 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2018-11-02 Thread VPablo
Uninstalling overlay-scrollbar package seems to work for me. Thanks.

-- 
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/805303

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

Status in Ubuntu:
  Fix Released
Status in qt4-x11 package in Ubuntu:
  Fix Released
Status in xorg-server package in Ubuntu:
  Invalid
Status in The Oneiric Ocelot:
  Fix Released
Status in qt4-x11 source package in Oneiric:
  Fix Released
Status in xorg-server source package in Oneiric:
  Invalid

Bug description:
   vlc will hang when trying to open anything additional -  it also appears to 
crash unity-window-decorator among other things (have crash report on that)
  Ex.'s - the playlist, tools > preferences and so forth

  Switching the qt4 gui to anything but 'default' (gtk+) in qtconfig-qt4
  and it works without incidence (tooltips are empty bit otherwise
  good).

  Will attach xsession.errors, reflects a login, opening vlc, opening 
xsession.errors, then attempting to open playlist window in vlc.
  (using nvidia-current)

  Note to Vlc users - I've found clearlooks to be best choice, should be
  good for other apps as well. Also do as mentioned in comment 13

  Note to Anki users - please review comments 20, 22 for current
  workaround

  This happens with many Qt4 and PyQt4 applications.
  Some errors displayed (from comments 16 and 18):

  (python:2901): Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion 
`GTK_IS_WIDGET (widget)' failed
  (python:2901): Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion 
`GTK_IS_WIDGET (widget)' failed

  QWidget::setMinimumSize: (/MainWindow) The largest allowed size is
  (16777215,16777215)

  X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 62 (X_CopyArea)
    Resource id: 0x0
  X Error: BadAlloc (insufficient resources for operation) 11
    Major opcode: 53 (X_CreatePixmap)
    Resource id:  0x15a
  X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension:152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id:  0x42004f6
  X Error: RenderBadPicture (invalid Picture parameter) 174
    Extension:152 (RENDER)
    Minor opcode: 8 (RenderComposite)
    Resource id:  0x42004f6
  X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 54 (X_FreePixmap)
    Resource id:  0x42004f6

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: vlc 1.1.10-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-9.43lp760131v201106060906-generic 2.6.38.7
  Uname: Linux 2.6.38-9-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Sun Jul  3 23:23:42 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110202)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: vlc
  UpgradeStatus: Upgraded to oneiric on 2011-07-03 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/805303/+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 613809] Re: [FFe] gnomeradio NO SOUND, no /dev/mixer present

2015-06-23 Thread VPablo
It seems that gnomeradio is dead from upstream:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788626

Is there any program to listen the radio via PCI card like gnomeradio?

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

-- 
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/613809

Title:
  [FFe] gnomeradio NO SOUND, no /dev/mixer present

Status in Gnomeradio:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Invalid
Status in gnomeradio package in Ubuntu:
  Fix Released
Status in rhythmbox package in Ubuntu:
  Invalid
Status in tvtime package in Ubuntu:
  Fix Released
Status in gnomeradio package in Debian:
  Fix Released
Status in gnomeradio package in Fedora:
  Unknown

Bug description:
  FFe justification:

  Adding support for alsamixer becomes increasingly important as Raring
  has turned off kernel-space OSS emulation, causing a regression from
  Precise - Quantal - Raring for users wanting to control sound card
  input volume from the gnomeradio application.

  original description:
  All applications worked in all previous versions (from 7.04 to 10.04)

  NO SOUND from Rhythmbox FM plug-in
  NO SOUND from gnomeradio
  I CAN'T boost the volume in aplication tvtime

  When any of the following applications is launched, I can record sound with 
the help of the application gnome-sound-recorder.
  Sound Preferences (Input Tab) clearly shows the existence of sound, when the 
selected option is Line In, but sound does not play on speakers.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: alsa-base 1.0.23+dfsg-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.35-14.19-generic 2.6.35
  Uname: Linux 2.6.35-14-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stevo  1536 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfe024000 irq 21'
     Mixer name : 'Analog Devices AD1988B'
     Components : 'HDA:11d4198b,104381f6,00100300'
     Controls  : 48
     Simple ctrls  : 26
  Date: Thu Aug  5 12:48:29 2010
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha i386 (20100630.2)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SelectedCard: 0 NVidia HDA-Intel - HDA NVidia
  SourcePackage: alsa-driver
  Symptom: audio
  Title: [Analog Devices AD1988B] Playback problem
  dmi.bios.date: 01/25/2010
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: ASUS M2N-E ACPI BIOS Revision 1703
  dmi.board.name: M2N-E
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 1.XX
  dmi.chassis.asset.tag: 123456789000
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSM2N-EACPIBIOSRevision1703:bd01/25/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N-E:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnomeradio/+bug/613809/+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 1396361] Re: Double Mouse Cursor

2015-01-31 Thread VPablo
*** This bug is a duplicate of bug 1393169 ***
https://bugs.launchpad.net/bugs/1393169

** This bug has been marked a duplicate of bug 1393169
   Double mouse cursor

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

Title:
  Double Mouse Cursor

Status in xinput package in Ubuntu:
  Confirmed

Bug description:
  When dragging with the mouse cursor often it creates a double cursor
  side by side about 10 cm apart on the screen.  Only one cursor works.
  Using print screen does not show the cursor in the resulting image.
  Rebooting corrects the problem.

  This is similar to the double mouse cursor reported as a result of
  flash in a browser, however the current problem will occur without the
  browser open.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xinput 1.6.1-1
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Tue Nov 25 15:58:51 2014
  InstallationDate: Installed on 2014-10-24 (32 days ago)
  InstallationMedia: Lubuntu 14.10 Utopic Unicorn - Release i386 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xinput
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xinput/+bug/1396361/+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 1240957] Re: Scrolling behaviour and window focus has changed and is inconsistent

2014-06-15 Thread VPablo
In 14.04 still works, it might be a regression.

-- 
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/1240957

Title:
  Scrolling behaviour and window focus has changed and is inconsistent

Status in Compiz:
  Fix Committed
Status in GTK+ GUI Toolkit:
  Fix Released
Status in X.Org X server:
  Confirmed
Status in “compiz” package in Ubuntu:
  Fix Released
Status in “gtk+3.0” package in Ubuntu:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Won't Fix

Bug description:
  I wasn't sure which package to file this bug against, but seeing as
  it's a general desktop usability/consistency bug, the top level
  desktop environment seemed like a good target.

  On Ubuntu 13.10, AMD64, everything default (Unity 7 on X.org etc),
  except for installing nvidia-319-updates, all current packages as of
  now (2013-10-17; unity 7.1.2+13.10.20131014.1-0ubuntu1), I now have
  this behaviour which is different from Ubuntu versions up to 13.04,
  and, is also inconsistent within itself. Here's what I've found:

  The scrolling behaviour has changed, and seems to be different per
  application in Ubuntu 13.10.

  The old behaviour (up to 13.04): mouse pointer above window would allow 
scrolling, regardless of focus
  Apps that use the old behaviour: libreoffice, firefox, gnome-terminal

  The new behaviour (13.10): window must be focused, and pointer hovered above 
to allow scrolling
  Apps that use the new behaviour: nautilus, gedit, ubuntu-bug, software-updater

  
  STEPS TO REPRODUCE

  1. Open gEdit, press enter until the window is scrollable.
  2. Open Firefox, go to a webpage that's scrollable.
  3. Place gEdit above Firefox but off to the right side so gEdit's scrollbar 
is still visible, have gEdit focused.
  4. Position mouse pointer above gEdit, observe scrollwheel causes gEdit 
window to scroll.
  5. Move mouse pointer above Firefox but do not focus Firefox, observe 
scrollwheel causes Firefox window to scroll.
  6. Focus Firefox, leave pointer above Firefox, observe scrollwheel causes 
Firefox window to scroll
  7. Move mouse pointer above gEdit but do not focus gEdit, observe scrollwheel 
FAILS to cause gEdit window to scroll.

  
  This behaviour is the same with any combination of the above apps 
(libreoffice, firefox, gnome-terminal all scrollable as long as pointer is 
above them; nautilus, gedit, software-updater, ubunut-bug will not scroll 
unless focused *and* have pointer above them)

  What *SHOULD* happen, is that any window will scroll as long as the
  pointer is above it. That's how it's always been in Ubuntu.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: unity 7.1.2+13.10.20131014.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Oct 17 22:12:18 2013
  InstallationDate: Installed on 2013-09-30 (17 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20130925.1)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1240957/+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 1240957] Re: Scrolling behaviour and window focus has changed and is inconsistent

2014-04-01 Thread VPablo
On Ubuntu 13.10 with Mate-Desktop (1.6) also gedit does not scroll if
pointer is not over the scroll bar but pluma scrolls normally. Mate is
on 14.04's repositories (but 1.6, not 1.8).

-- 
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/1240957

Title:
  Scrolling behaviour and window focus has changed and is inconsistent

Status in GTK+ GUI Toolkit:
  Fix Released
Status in X.Org X server:
  Confirmed
Status in “gtk+3.0” package in Ubuntu:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Triaged

Bug description:
  I wasn't sure which package to file this bug against, but seeing as
  it's a general desktop usability/consistency bug, the top level
  desktop environment seemed like a good target.

  On Ubuntu 13.10, AMD64, everything default (Unity 7 on X.org etc),
  except for installing nvidia-319-updates, all current packages as of
  now (2013-10-17; unity 7.1.2+13.10.20131014.1-0ubuntu1), I now have
  this behaviour which is different from Ubuntu versions up to 13.04,
  and, is also inconsistent within itself. Here's what I've found:

  The scrolling behaviour has changed, and seems to be different per
  application in Ubuntu 13.10.

  The old behaviour (up to 13.04): mouse pointer above window would allow 
scrolling, regardless of focus
  Apps that use the old behaviour: libreoffice, firefox, gnome-terminal

  The new behaviour (13.10): window must be focused, and pointer hovered above 
to allow scrolling
  Apps that use the new behaviour: nautilus, gedit, ubuntu-bug, software-updater

  
  STEPS TO REPRODUCE

  1. Open gEdit, press enter until the window is scrollable.
  2. Open Firefox, go to a webpage that's scrollable.
  3. Place gEdit above Firefox but off to the right side so gEdit's scrollbar 
is still visible, have gEdit focused.
  4. Position mouse pointer above gEdit, observe scrollwheel causes gEdit 
window to scroll.
  5. Move mouse pointer above Firefox but do not focus Firefox, observe 
scrollwheel causes Firefox window to scroll.
  6. Focus Firefox, leave pointer above Firefox, observe scrollwheel causes 
Firefox window to scroll
  7. Move mouse pointer above gEdit but do not focus gEdit, observe scrollwheel 
FAILS to cause gEdit window to scroll.

  
  This behaviour is the same with any combination of the above apps 
(libreoffice, firefox, gnome-terminal all scrollable as long as pointer is 
above them; nautilus, gedit, software-updater, ubunut-bug will not scroll 
unless focused *and* have pointer above them)

  What *SHOULD* happen, is that any window will scroll as long as the
  pointer is above it. That's how it's always been in Ubuntu.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: unity 7.1.2+13.10.20131014.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Oct 17 22:12:18 2013
  InstallationDate: Installed on 2013-09-30 (17 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20130925.1)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1240957/+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 111939] Re: Not possible to alt-tab during a drag-and-drop operation

2012-06-20 Thread VPablo
*** This bug is a duplicate of bug 913296 ***
https://bugs.launchpad.net/bugs/913296

I'm sorry but, is this bug (2007) duplicate from the other one (2012)?,
that bug is for Unity and this is for Compiz, isn't it?

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

Title:
  Not possible to alt-tab during a drag-and-drop operation

Status in Ayatana Design:
  New
Status in Compiz:
  New
Status in One Hundred Paper Cuts:
  Fix Released
Status in The Metacity Window Manager:
  Confirmed
Status in Xfce4 window manager:
  Unknown
Status in “metacity” package in Ubuntu:
  Fix Released
Status in “mutter” package in Ubuntu:
  Fix Released

Bug description:
  In some window managers (I believe KWin is one of them) the user is
  able to initiate a drag-and-drop operation, then press alt-tab to
  raise a window that will be the drop target, and only then release the
  mouse button so that the drag-and-drop is performed. This is not
  possible with Metacity, Beryl, Compiz or Xfwm. It is unclear to me
  whether this is a limitation of the window manager or some other part
  of the system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/111939/+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 780117] Re: Brasero finishes without error but unusable media [on-the-fly mode] (Ubuntu 11.04 -12.04)

2012-05-05 Thread VPablo
Please, the people with this bug on Precise test the PPA above:

https://launchpad.net/~ayan/+archive/brasero

On Oneiric works perfect.

And yes, this bug needs to be improved.

-- 
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/780117

Title:
  Brasero finishes without error but unusable media [on-the-fly mode]
  (Ubuntu 11.04 -12.04)

Status in A disc burning application for gnome 2:
  New
Status in OEM Priority Project:
  Triaged
Status in OEM Priority Project precise series:
  Triaged
Status in “brasero” package in Ubuntu:
  Triaged
Status in Baltix GNU/Linux:
  New
Status in “brasero” package in Fedora:
  New

Bug description:
  Binary package hint: brasero

  When I burn a DVD (4,7 and 8,5 GB) Brasero show the progressbar till
  about 30-40% (exact point is randomly) and than says, that it is
  finalizing the media. This finalizing messages is showing for the rest
  of the burning process (~10min @8x 8,5GB). After that, it ejects the
  media without any error. But when I insert the media again, nothing
  happens, except, that the DVD-Drive disappears from the computer:///
  location in nautilus.

  This problem only exists when burning On-The-Fly. Burning ISO Images
  or automatic creation of ISO Images before burning works without
  problems. The burning speed doesn't matter to this problem. I test 8x,
  4x and 2x. All the same problem. On-The-Fly burning using K3B works
  quite well @8x speed.

  One thing I also notice is, that Brasero uses 100% CPU on one core,
  while K3B uses just about 5-15%.

  I attached the last Brasero log. I don't know, why it just says, that
  it was only at 49% and then says it's finished. The burning took about
  28 minutes. The media was unusable on all my three devices
  (Linux/Windows).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: brasero 2.32.1-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Mon May  9 22:10:24 2011
  ExecutablePath: /usr/bin/brasero
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  ProcEnviron:
   LANGUAGE=de_DE:en
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: brasero
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   (brasero:2453): GLib-CRITICAL **: the GVariant format string `(u)' has a 
type of `(u)' but the given value has a type of `()'
   (brasero:2453): GLib-CRITICAL **: g_variant_get: assertion 
`valid_format_string (format_string, TRUE, value)' failed
   (unknown:4557): GStreamer-CRITICAL **: gst_debug_add_log_function: 
assertion `func != NULL' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/brasero/+bug/780117/+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 780117] Re: Brasero finishes without error but unusable media [on-the-fly mode] (Ubuntu 11.04 -12.04)

2012-04-17 Thread VPablo
I have burned a CD-RW with your brasero directly, without image, and it
works.

Thanks.

2012/3/30 Ayan George ayan.geo...@canonical.com

 For those affected, please try this PPA:

 https://launchpad.net/~ayan/+archive/braserohttps://launchpad.net/%7Eayan/+archive/brasero

 I'm not sure if we'll be able to get this in since were in feature
 freeze right now but I'd be interesting to know if it works and if this
 causes any regressions.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/780117

 Title:
  Brasero finishes without error but unusable media [on-the-fly mode]
  (Ubuntu 11.04 -12.04)

 Status in A disc burning application for gnome 2:
  New
 Status in OEM Priority Project:
  Triaged
 Status in OEM Priority Project precise series:
  Triaged
 Status in “brasero” package in Ubuntu:
  Triaged
 Status in Baltix GNU/Linux:
  New
 Status in “brasero” package in Fedora:
  New

 Bug description:
  Binary package hint: brasero

  When I burn a DVD (4,7 and 8,5 GB) Brasero show the progressbar till
  about 30-40% (exact point is randomly) and than says, that it is
  finalizing the media. This finalizing messages is showing for the rest
  of the burning process (~10min @8x 8,5GB). After that, it ejects the
  media without any error. But when I insert the media again, nothing
  happens, except, that the DVD-Drive disappears from the computer:///
  location in nautilus.

  This problem only exists when burning On-The-Fly. Burning ISO Images
  or automatic creation of ISO Images before burning works without
  problems. The burning speed doesn't matter to this problem. I test 8x,
  4x and 2x. All the same problem. On-The-Fly burning using K3B works
  quite well @8x speed.

  One thing I also notice is, that Brasero uses 100% CPU on one core,
  while K3B uses just about 5-15%.

  I attached the last Brasero log. I don't know, why it just says, that
  it was only at 49% and then says it's finished. The burning took about
  28 minutes. The media was unusable on all my three devices
  (Linux/Windows).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: brasero 2.32.1-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Mon May  9 22:10:24 2011
  ExecutablePath: /usr/bin/brasero
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64
 (20110427.1)
  ProcEnviron:
   LANGUAGE=de_DE:en
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: brasero
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   (brasero:2453): GLib-CRITICAL **: the GVariant format string `(u)' has a
 type of `(u)' but the given value has a type of `()'
   (brasero:2453): GLib-CRITICAL **: g_variant_get: assertion
 `valid_format_string (format_string, TRUE, value)' failed
   (unknown:4557): GStreamer-CRITICAL **: gst_debug_add_log_function:
 assertion `func != NULL' failed

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


-- 
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/780117

Title:
  Brasero finishes without error but unusable media [on-the-fly mode]
  (Ubuntu 11.04 -12.04)

Status in A disc burning application for gnome 2:
  New
Status in OEM Priority Project:
  Triaged
Status in OEM Priority Project precise series:
  Triaged
Status in “brasero” package in Ubuntu:
  Triaged
Status in Baltix GNU/Linux:
  New
Status in “brasero” package in Fedora:
  New

Bug description:
  Binary package hint: brasero

  When I burn a DVD (4,7 and 8,5 GB) Brasero show the progressbar till
  about 30-40% (exact point is randomly) and than says, that it is
  finalizing the media. This finalizing messages is showing for the rest
  of the burning process (~10min @8x 8,5GB). After that, it ejects the
  media without any error. But when I insert the media again, nothing
  happens, except, that the DVD-Drive disappears from the computer:///
  location in nautilus.

  This problem only exists when burning On-The-Fly. Burning ISO Images
  or automatic creation of ISO Images before burning works without
  problems. The burning speed doesn't matter to this problem. I test 8x,
  4x and 2x. All the same problem. On-The-Fly burning using K3B works
  quite well @8x speed.

  One thing I also notice is, that Brasero uses 100% CPU on one core,
  while K3B uses just about 5-15%.

  I attached the last Brasero log. I don't know, why it just says, that
  it was only at 49% and then says it's finished. The burning took about
  28 minutes. The media was unusable on all my three devices
  (Linux/Windows).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: brasero 2.32.1-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic 

[Desktop-packages] [Bug 533713] Re: Missing plugin: gstreamer|0.10|totem|Décodeur private/teletext|decoder-private/teletext (Décodeur private/teletext)

2012-03-07 Thread VPablo
*** This bug is a duplicate of bug 510376 ***
https://bugs.launchpad.net/bugs/510376

** This bug has been marked a duplicate of bug 510376
   private/teletext-decoder plugin missing

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

Title:
  Missing plugin: gstreamer|0.10|totem|Décodeur private/teletext
  |decoder-private/teletext (Décodeur private/teletext)

Status in “gstreamer0.10” package in Ubuntu:
  Expired

Bug description:
  When i try to read video with teletext streaming, i have got isssue! it seems
   plugin missing

  /var/lib/python-support/python2.6/gdata/tlslite/utils/cryptomath.py:9:
  DeprecationWarning: the sha module is deprecated; use the hashlib module
  instead
import sha
  ** Message: don't know how to handle private/teletext
  ** Message: Missing plugin: gstreamer|0.10|totem|Décodeur
  private/teletext|decoder-private/teletext (Décodeur private/teletext)
  ** Message: don't know how to handle private/x-dvbsub
  ** Message: don't know how to handle private/x-dvbsub

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