[Desktop-packages] [Bug 1547589] Re: rtkit-daemon flooding syslog

2023-10-15 Thread corrado venturini
Still same problem on Ubuntu Mantic 23.10

Oct 14 21:10:32 corrado-n2-mantic rtkit-daemon[1212]: Supervising 9 threads of 
6 processes of 1 users.
Oct 14 21:10:32 corrado-n2-mantic rtkit-daemon[1212]: Supervising 9 threads of 
6 processes of 1 users.
Oct 14 21:10:36 corrado-n2-mantic rtkit-daemon[1212]: Supervising 9 threads of 
6 processes of 1 users.
Oct 14 21:10:36 corrado-n2-mantic rtkit-daemon[1212]: Supervising 9 threads of 
6 processes of 1 users.

corrado@corrado-n2-mantic:~$ journalctl -b -1 > journal.txt
corrado@corrado-n2-mantic:~$ wc -l journal.txt
12231 journal.txt
corrado@corrado-n2-mantic:~$ grep -o 'Supervising 9 threads' journal.txt | wc -l
1032

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

Title:
  rtkit-daemon flooding syslog

Status in Rtkit:
  New
Status in rtkit package in Ubuntu:
  Confirmed
Status in rtkit package in Debian:
  Confirmed

Bug description:
  rtkit is flooding syslog with the following:

  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Supervising 0 threads of 0 
processes of 1 users.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Warning: Reached burst limit 
for user '1000', denying request.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Supervising 0 threads of 0 
processes of 1 users.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Warning: Reached burst limit 
for user '1000', denying request.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Supervising 0 threads of 0 
processes of 1 users.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Warning: Reached burst limit 
for user '1000', denying request.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Supervising 0 threads of 0 
processes of 1 users.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Warning: Reached burst limit 
for user '1000', denying request.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Supervising 0 threads of 0 
processes of 1 users.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Warning: Reached burst limit 
for user '1000', denying request.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Supervising 0 threads of 0 
processes of 1 users.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Warning: Reached burst limit 
for user '1000', denying request.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Supervising 0 threads of 0 
processes of 1 users.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Warning: Reached burst limit 
for user '1000', denying request.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Supervising 0 threads of 0 
processes of 1 users.
  Feb 19 11:42:07 galactica rtkit-daemon[20798]: Warning: Reached burst limit 
for user '1000', denying request.

  This may be related to but #1547585

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: rtkit 0.11-4
  ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1
  Uname: Linux 4.4.0-6-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 19 11:42:58 2016
  InstallationDate: Installed on 2016-02-11 (7 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160210)
  SourcePackage: rtkit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/rtkit/+bug/1547589/+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 2039411] [NEW] Addition of ppa repository failing intermittently

2023-10-15 Thread Shubham Verma
Public bug reported:

I get following error intermittently when trying to add ppa repository:
$ sudo add-apt-repository ppa:~longsleep/ubuntu/golang-backports
Cannot add PPA: 'ppa:~longsleep/ubuntu/golang-backports'.
The user named '~longsleep' has no PPA named 'ubuntu/golang-backports'
Please choose from the following available PPAs:
 * 'bcmwl':  bcmwl
 * 'couchdb':  Apache CouchDB
 * 'couchdb-precise-backport':  Apache CouchDB with Erlang 18 for precise
 * 'createrepo-backports':  Createrepo Backports
 * 'firehol-backports':  Firehol Backports
 * 'golang-backports':  Golang Backports
 * 'golang-backports-dev':  Golang Backports Dev
 * 'iridium-browser-dev':  Iridium Browser Dev dependencies
 * 'pixel-extras':  Pixel extras
 * 'python2.7-backports':  Python 2.7 Backports
 * 'python3-m2crypto-backports':  Python 3 M2Crypto backports
 * 'stuff':  Stuff
 * 'ubuntu-pine64-flavour-makers':  Ubuntu Pine64 Makers PPA

After multiple attempts, it may succeed, but the same above command sometimes 
may return following error as well (intermittently):
$ sudo add-apt-repository ppa:~longsleep/ubuntu/golang-backports
Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 137, in 
shortcut = shortcut_handler(line)
  File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
885, in shortcut_handler
ret = factory(shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 469, in 
shortcut_handler
return PPAShortcutHandler(shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 426, in 
__init__
info = get_ppa_info(self.shortcut)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 392, in 
get_ppa_info
_get_suggested_ppa_message(user, ppa))
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 349, in 
_get_suggested_ppa_message
lp_user = get_info_from_lp(LAUNCHPAD_USER_API % user)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 104, in 
get_info_from_lp
return get_info_from_https(lp_url, True)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 98, in 
get_info_from_https
return json.loads(data)
  File "/usr/lib/python3.8/json/__init__.py", line 357, in loads
return _default_decoder.decode(s)
  File "/usr/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

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


** Tags: add-apt-repository ppa

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

Title:
  Addition of ppa repository failing intermittently

Status in software-properties package in Ubuntu:
  New

Bug description:
  I get following error intermittently when trying to add ppa repository:
  $ sudo add-apt-repository ppa:~longsleep/ubuntu/golang-backports
  Cannot add PPA: 'ppa:~longsleep/ubuntu/golang-backports'.
  The user named '~longsleep' has no PPA named 'ubuntu/golang-backports'
  Please choose from the following available PPAs:
   * 'bcmwl':  bcmwl
   * 'couchdb':  Apache CouchDB
   * 'couchdb-precise-backport':  Apache CouchDB with Erlang 18 for precise
   * 'createrepo-backports':  Createrepo Backports
   * 'firehol-backports':  Firehol Backports
   * 'golang-backports':  Golang Backports
   * 'golang-backports-dev':  Golang Backports Dev
   * 'iridium-browser-dev':  Iridium Browser Dev dependencies
   * 'pixel-extras':  Pixel extras
   * 'python2.7-backports':  Python 2.7 Backports
   * 'python3-m2crypto-backports':  Python 3 M2Crypto backports
   * 'stuff':  Stuff
   * 'ubuntu-pine64-flavour-makers':  Ubuntu Pine64 Makers PPA

  After multiple attempts, it may succeed, but the same above command sometimes 
may return following error as well (intermittently):
  $ sudo add-apt-repository ppa:~longsleep/ubuntu/golang-backports
  Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 137, in 
  shortcut = shortcut_handler(line)
File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
885, in shortcut_handler
  ret = factory(shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 469, 
in shortcut_handler
  return PPAShortcutHandler(shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 426, 
in __init__
  info = get_ppa_info(self.shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 392, 
in get_ppa_info
  _get_suggested_ppa_message(user, ppa))
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.

[Desktop-packages] [Bug 2039401] [NEW] Suspend/Hibernate resume fails with NVIDIA

2023-10-15 Thread Kannan
Public bug reported:

Following are the NVIDIA, uname information
Linux awesomesystem 6.2.0-34-generic #34-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep  4 
13:06:55 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 

+---+
|NVIDIA-SMI 535.113.01 Driver Version: 535.113.01   CUDA Version: 
12.2  |
|-+--+--+
| GPU  Name Persistence-M | Bus-IdDisp.A | Volatile 
Uncorr. ECC |
| Fan  Temp   Perf  Pwr:Usage/Cap | Memory-Usage | GPU-Util  
Compute M. |
| |  |  
 MIG M. |
|=+==+==|
|   0  NVIDIA GeForce RTX 3050 ...Off | :01:00.0 Off |  
N/A |
| N/A   40CP8   6W /  60W |  9MiB /  4096MiB |  0%  
Default |
| |  |  
N/A |
+-+--+--+

 
+---+
| Processes:
|
|  GPU   GI   CIPID   Type   Process name
GPU Memory |
|ID   ID 
Usage  |
|===|
|0   N/A  N/A  2091  G   /usr/lib/xorg/Xorg 
   4MiB |
+---+

ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 6.2.0-34.34-generic 6.2.16
Uname: Linux 6.2.0-34-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  535.113.01  Tue Sep 12 
19:41:24 UTC 2023
 GCC version:
ApportVersion: 2.26.1-0ubuntu2
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct 16 07:08:51 2023
DistUpgraded: 2023-09-17 10:26:39,390 DEBUG icon theme changed, re-reading
DistroCodename: lunar
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Alder Lake-P GT1 [UHD Graphics] [8086:46a3] (rev 0c) 
(prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Alder Lake-P GT1 [UHD Graphics] 
[103c:8a4f]
 NVIDIA Corporation GA107M [GeForce RTX 3050 Ti Mobile] [10de:25a0] (rev a1) 
(prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company GA107M [GeForce RTX 3050 Ti Mobile] 
[103c:8a4f]
InstallationDate: Installed on 2022-10-31 (349 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
MachineType: HP Victus by HP Gaming Laptop 15-fa0xxx
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-34-generic 
root=UUID=4d4e900e-4cd2-46f8-b708-9e4d3afa286f ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to lunar on 2023-09-17 (28 days ago)
dmi.bios.date: 08/25/2023
dmi.bios.release: 15.23
dmi.bios.vendor: AMI
dmi.bios.version: F.23
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 8A4F
dmi.board.vendor: HP
dmi.board.version: 37.54
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 37.54
dmi.modalias: 
dmi:bvnAMI:bvrF.23:bd08/25/2023:br15.23:efr37.54:svnHP:pnVictusbyHPGamingLaptop15-fa0xxx:pvr:rvnHP:rn8A4F:rvr37.54:cvnHP:ct10:cvrChassisVersion:sku68Y11UA#ABA:
dmi.product.family: 103C_5335M7 HP Victus
dmi.product.name: Victus by HP Gaming Laptop 15-fa0xxx
dmi.product.sku: 68Y11UA#ABA
dmi.sys.vendor: HP
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.114-1
version.libgl1-mesa-dri: libgl1-mesa-dri 23.0.4-0ubuntu1~23.04.1
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:21.1.7-1ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-3
versio

[Desktop-packages] [Bug 2037307] Re: Dragging the top activities/time bar freezes GNOME completely (Xorg session)

2023-10-15 Thread Connor Nolan
Also, I checked and this bug does not occur on Wayland.

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

Title:
  Dragging the top activities/time bar freezes GNOME completely (Xorg
  session)

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  If you use a touchscreen and drag a finger down on the very top bar
  (with the time and the former activities button), GNOME will
  completely freeze.

  The mouse cursor will be locked in the "drag" state. All keyboard
  input (including Alt-F2) will be ignored. The only way to escape this
  state is to switch into a virtual console and kill the current
  program.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: gnome-shell 45.0-1ubuntu1
  ProcVersionSignature: Ubuntu 6.5.0-5.5-generic 6.5.0
  Uname: Linux 6.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.27.0-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Sep 25 12:33:44 2023
  DisplayManager: gdm3
  InstallationDate: Installed on 2023-08-02 (55 days ago)
  InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  RelatedPackageVersions: mutter-common 45.0-2ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to mantic on 2023-09-23 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2037307/+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 2039352] Re: OpenGL applications don't run on AMD FirePro S7150 and fill dmesg with: *ERROR* Not enough memory for command submission!

2023-10-15 Thread Bug Watch Updater
** Changed in: mesa
   Status: Unknown => New

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

Title:
  OpenGL applications don't run on AMD FirePro S7150 and fill dmesg
  with: *ERROR* Not enough memory for command submission!

Status in Mesa:
  New
Status in mesa package in Ubuntu:
  New

Bug description:
  I first thought the Radeon PRO W7600 was affected, in fact the
  affected GPU is the AMD FirePro S7150.

  See comment 3 and below:
  https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2039352/comments/3

  __

  When I run Unigine Superposition 1.1, it doesn't open any window and
  dmesg is filled with:

  ```
  [36881.961064] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for 
command submission!
  [36881.962579] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for 
command submission!
  [36881.963946] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for 
command submission!
  [36881.965556] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for 
command submission!
  [36881.967138] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for 
command submission!
  [36881.968522] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for 
command submission!
  ```

  printing new error log lines many time per second.

  Killing the Unigine Superposition process stops the log printing.

  There are more than one GPU in that system but the one used for
  rendering is a Radeon PRO W7600:

  ```
  Slot: 47:00.0
  Class:VGA compatible controller [0300]
  Vendor:   Advanced Micro Devices, Inc. [AMD/ATI] [1002]
  Device:   Navi 33 [Radeon RX 7700S/7600/7600S/7600M XT/PRO W7600] [7480]
  SVendor:  Advanced Micro Devices, Inc. [AMD/ATI] [1002]
  SDevice:  Device [0e0d]
  ProgIf:   00
  Driver:   amdgpu
  Module:   amdgpu
  IOMMUGroup:   58
  ```

  ```
  name of display: :1
  display: :1  screen: 0
  direct rendering: Yes
  Extended renderer info (GLX_MESA_query_renderer):
  Vendor: AMD (0x1002)
  Device: AMD Radeon PRO W7600 (gfx1102, LLVM 15.0.7, DRM 3.54, 
6.5.0-9-generic) (0x7480)
  Version: 23.2.1
  Accelerated: yes
  Video memory: 8192MB
  Unified memory: no
  Preferred profile: core (0x1)
  Max core profile version: 4.6
  Max compat profile version: 4.6
  Max GLES1 profile version: 1.1
  Max GLES[23] profile version: 3.2
  ```

  Other games like Unvanquished or Quake II RTX are working correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: libglapi-mesa 23.2.1-1ubuntu3
  ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
  Uname: Linux 6.5.0-9-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission non accordée: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompizPlugins: 
[core,bailer,detection,composite,opengl,imgjpeg,compiztoolbox,copytex,decor,regex,snap,vpswitch,mousepoll,gnomecompat,titleinfo,imgpng,resize,animation,expo,ezoom,grid,place,move,imgsvg,workarounds,wall,session,thumbnail,staticswitcher,fade,scale]
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Sat Oct 14 14:58:23 2023
  DistUpgraded: Fresh install
  DistroCodename: mantic
  DistroVariant: ubuntu
  DkmsStatus:
   v4l2loopback/0.12.7, 6.5.0-9-generic, x86_64: installed (WARNING! Diff 
between built and installed module!)
   vhba/20211218, 6.2.0-33-generic, x86_64: installed
   vhba/20211218, 6.5.0-9-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-6.5.0-9-generic 
root=UUID=f35ecf77-511e-4dde-ac11-c1d848e97315 ro rootflags=subvol=@ 
amdgpu.si_support=1 radeon.si_support=0 amdgpu.cik_support=1 
radeon.cik_support=0 amdgpu.exp_hw_support=1 amdgpu.gpu_recovery=1 
amdgpu.ppfeaturemask=0x delayacct zswap.enabled=1
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/08/2023
  dmi.bios.release: 5.23
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: WRX80SU8-F6
  dmi.board.asset.tag: Default string
  dmi.board.name: Default string
  dmi.board.vendor: Default string
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrWRX80SU8-F6:bd06/08/2023:br5.23:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnDefaultstring:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:skuDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string
  modified.conffile..etc.default.apport: [

[Desktop-packages] [Bug 2039392] Re: Epson Scanner mischief during upgrade

2023-10-15 Thread Daniel LaSalle
That thing is useless.

Not only that but it was showing (and worked fine w/) my scanner before
:(

Perhaps https://support.epson.net/linux/en/epsonscan2.php broke
something? Reinstalling that driver on 23.10 did not fixed my issue.

** Attachment added: "2023-10-15_14-47.png"
   
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/2039392/+attachment/5709691/+files/2023-10-15_14-47.png

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

Title:
  Epson Scanner mischief during upgrade

Status in simple-scan package in Ubuntu:
  New

Bug description:
  Following last week's upgrade from 23.04 to 23.10 I had configured a
  flatbed Epson scanner.

  Now that I am running 23.10 I have 2x problems w/ ```/usr/bin/simple-
  scan```:

  1. It doesn't recognize my scanner anymore (Therefore my configuration wasn't 
ported? Perhaps because of the Epson driver I had to install to get it running?)
  2. There used to be a link when no scanner was configured. That link is 
missed. If I single right click on it and "open link" it doesn't do anything. 
If I chose to "copy" it also doesn't do anything.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: simple-scan 44.0+git20230905-0ubuntu1
  ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
  Uname: Linux 6.5.0-9-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Sun Oct 15 14:29:53 2023
  InstallationDate: Installed on 2023-04-14 (184 days ago)
  InstallationMedia: Ubuntu-MATE 22.10 "Kinetic Kudu" - Release amd64 (20221018)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.5.0-9-generic 
root=/dev/mapper/vgubuntu--mate-root ro ipv6.disable=1 pcie_aspm=off 
ipv6.disable=1 pcie_aspm=off
  SimpleScanLog:
   
  SourcePackage: simple-scan
  UpgradeStatus: Upgraded to mantic on 2023-10-13 (2 days ago)
  dmi.bios.date: 03/13/2023
  dmi.bios.release: 5.17
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6063
  dmi.board.asset.tag: Default string
  dmi.board.name: TUF X470-PLUS GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6063:bd03/13/2023:br5.17:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFX470-PLUSGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:skuSKU:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  modified.conffile..etc.cron.daily.apport: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/2039392/+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 2039392] [NEW] Epson Scanner mischief during upgrade

2023-10-15 Thread Daniel LaSalle
Public bug reported:

Following last week's upgrade from 23.04 to 23.10 I had configured a
flatbed Epson scanner.

Now that I am running 23.10 I have 2x problems w/ ```/usr/bin/simple-
scan```:

1. It doesn't recognize my scanner anymore (Therefore my configuration wasn't 
ported? Perhaps because of the Epson driver I had to install to get it running?)
2. There used to be a link when no scanner was configured. That link is missed. 
If I single right click on it and "open link" it doesn't do anything. If I 
chose to "copy" it also doesn't do anything.

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: simple-scan 44.0+git20230905-0ubuntu1
ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
Uname: Linux 6.5.0-9-generic x86_64
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Sun Oct 15 14:29:53 2023
InstallationDate: Installed on 2023-04-14 (184 days ago)
InstallationMedia: Ubuntu-MATE 22.10 "Kinetic Kudu" - Release amd64 (20221018)
MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.5.0-9-generic 
root=/dev/mapper/vgubuntu--mate-root ro ipv6.disable=1 pcie_aspm=off 
ipv6.disable=1 pcie_aspm=off
SimpleScanLog:
 
SourcePackage: simple-scan
UpgradeStatus: Upgraded to mantic on 2023-10-13 (2 days ago)
dmi.bios.date: 03/13/2023
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 6063
dmi.board.asset.tag: Default string
dmi.board.name: TUF X470-PLUS GAMING
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6063:bd03/13/2023:br5.17:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFX470-PLUSGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:skuSKU:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: SKU
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
modified.conffile..etc.cron.daily.apport: [deleted]

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


** Tags: amd64 apport-bug mantic

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

Title:
  Epson Scanner mischief during upgrade

Status in simple-scan package in Ubuntu:
  New

Bug description:
  Following last week's upgrade from 23.04 to 23.10 I had configured a
  flatbed Epson scanner.

  Now that I am running 23.10 I have 2x problems w/ ```/usr/bin/simple-
  scan```:

  1. It doesn't recognize my scanner anymore (Therefore my configuration wasn't 
ported? Perhaps because of the Epson driver I had to install to get it running?)
  2. There used to be a link when no scanner was configured. That link is 
missed. If I single right click on it and "open link" it doesn't do anything. 
If I chose to "copy" it also doesn't do anything.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: simple-scan 44.0+git20230905-0ubuntu1
  ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
  Uname: Linux 6.5.0-9-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Sun Oct 15 14:29:53 2023
  InstallationDate: Installed on 2023-04-14 (184 days ago)
  InstallationMedia: Ubuntu-MATE 22.10 "Kinetic Kudu" - Release amd64 (20221018)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.5.0-9-generic 
root=/dev/mapper/vgubuntu--mate-root ro ipv6.disable=1 pcie_aspm=off 
ipv6.disable=1 pcie_aspm=off
  SimpleScanLog:
   
  SourcePackage: simple-scan
  UpgradeStatus: Upgraded to mantic on 2023-10-13 (2 days ago)
  dmi.bios.date: 03/13/2023
  dmi.bios.release: 5.17
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6063
  dmi.board.asset.tag: Default string
  dmi.board.name: TUF X470-PLUS GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6063:bd03/13/2023:br5.17:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFX470-PLUSGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:skuSKU:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  modified.conffile..etc.cron.daily.apport: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/2039392/+subscriptions


-- 
Mailing list: https://launchpad.net/~deskto

[Desktop-packages] [Bug 2039391] [NEW] pakage broken

2023-10-15 Thread aditya raj ahirwar
Public bug reported:

instaler pakage broken

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-164.181-generic 5.4.248
Uname: Linux 5.4.0-164-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.11-0ubuntu27.27
Architecture: amd64
CasperMD5CheckResult: skip
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sun Oct 15 22:20:43 2023
DistUpgraded: Fresh install
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-xenial-amd64-20160624-2
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 intel-hid, 3.1, 4.4.0-210-generic, x86_64: installed
 oem-audio-hda-daily, 0.201708030416~ubuntu16.04.1, 4.4.0-210-generic, x86_64: 
installed
 oem-wifi-qualcomm-ath10k-lp1734600-4.4, 4.1, 4.4.0-210-generic, x86_64: 
installed
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
   Subsystem: Dell Skylake GT2 [HD Graphics 520] [1028:0793]
InstallationDate: Installed on 2023-07-12 (95 days ago)
InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
 Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 002: ID 0bda:5769 Realtek Semiconductor Corp. 
Integrated_Webcam_HD
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Vostro 15-3568
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-164-generic 
root=UUID=ecd93531-cc0b-4642-b530-68a5e7081e61 ro acpi_rev_override 
locale=en_IN alx.enable_wol=1 mem_sleep_default=deep quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/19/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.5.0
dmi.board.name: 05HRPP
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.5.0:bd04/19/2018:svnDellInc.:pnVostro15-3568:pvr:rvnDellInc.:rn05HRPP:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.family: Vostro
dmi.product.name: Vostro 15-3568
dmi.product.sku: 0793
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.14.1+20.04.20220820-0ubuntu1
version.libdrm2: libdrm2 2.4.107-8ubuntu1~20.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.6-0ubuntu0.1~20.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx 21.2.6-0ubuntu0.1~20.04.2
version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1~20.04.8
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
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
xserver.bootTime: Sun Oct 15 21:52:15 2023
xserver.configfile: default
xserver.errors:
 open /dev/dri/card0: No such file or directory
 open /dev/dri/card0: No such file or directory
 Screen 0 deleted because of no matching config section.
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.20.13-1ubuntu1~20.04.8

** 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/2039391

Title:
  pakage broken

Status in xorg package in Ubuntu:
  New

Bug description:
  instaler pakage broken

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-164.181-generic 5.4.248
  Uname: Linux 5.4.0-164-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.11-0ubuntu27.27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sun Oct 15 22:20:43 2023
  DistUpgraded: Fresh install
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-xenial-amd64-20160624-2
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   intel-hid, 3.1, 4.4.0-210-generic, x86_64: installed
   oem-audio-hda-daily, 0.201708030416~ubuntu16.04.1, 4.4.0-210-generic, 
x86_64: installed
   oem-wifi-qualcomm-ath10k-lp1734600-4.4, 4.1, 4.4.0-210-generic, x86_64: 
installed
  ExtraDebuggingInterest: I just need to know a workaroun

[Desktop-packages] [Bug 1969602] Re: gnome-shell with focus-mode=mouse behaves wrongly when alt-tabbing

2023-10-15 Thread BloodyIron
For those wanting to lend their thoughts:
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7107

** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #7107
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7107

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

Title:
  gnome-shell with focus-mode=mouse behaves wrongly when alt-tabbing

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

Bug description:
  I have set gnome to "focus on hover", i.e. focus follows mouse. If I
  alt-tab to bring a window to the front but the mouse is over another
  window, then the hovered-over window will reclaim focus and the window
  I raised will typically get covered up again.

  In previous gnome versions, if I explicitly focussed a window via
  keyboard shortcuts, it remained focussed and I think this is the
  preferred behaviour.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.0-2ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
  Uname: Linux 5.15.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 20 11:35:20 2022
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-03-17 (33 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220313)
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: mutter-common 42.0-3ubuntu2
  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/1969602/+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 1969602] Re: gnome-shell with focus-mode=mouse behaves wrongly when alt-tabbing

2023-10-15 Thread BloodyIron
So I just experienced this again on a computer different from my earlier
observed situation. Different as in separate hardware, but on Ubuntu
22.04 with Wayland.

Naturally, focus-follows-mouse (or whatever the consistent term is)
continues to be high value for me, and I am indeed in this case
coincidentally using Wayland, and I'll probably switch to xorg/X11 once
I finish typing here.

The way I was able to notice it:

1. Have multiple windows open. Steam maximised behind, two gedit windows open 
but not one on top of the other. 
2. gedit window #1 is what I had focus of, then I open gedit window #2, steam 
was already opened before gedit window #1, and is behind both windows of gedit 
at this point.
3. close gedit window #2 by clicking the X on the window dressing
4. instead of focus going back to gedit window #1, focus goes back to steam, 
because it is now the application "under" my mouse, as gedit window #1 is NOT 
under my mouse

I took a look at selected "fix released" ticket, and the alt ticket, for
gnome, and both are not approrpiate tickets for a "fix" as not only have
they actually _not_ released a fix, their nature does not involve focus-
follows-mouse at all.

** Changed in: gnome-shell
   Importance: Unknown => Undecided

** Changed in: gnome-shell
   Status: Fix Released => New

** Changed in: gnome-shell
 Remote watch: gitlab.gnome.org/GNOME/gnome-shell/-/issues #5439 => None

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

Title:
  gnome-shell with focus-mode=mouse behaves wrongly when alt-tabbing

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

Bug description:
  I have set gnome to "focus on hover", i.e. focus follows mouse. If I
  alt-tab to bring a window to the front but the mouse is over another
  window, then the hovered-over window will reclaim focus and the window
  I raised will typically get covered up again.

  In previous gnome versions, if I explicitly focussed a window via
  keyboard shortcuts, it remained focussed and I think this is the
  preferred behaviour.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.0-2ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
  Uname: Linux 5.15.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 20 11:35:20 2022
  DisplayManager: gdm3
  InstallationDate: Installed on 2022-03-17 (33 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220313)
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: mutter-common 42.0-3ubuntu2
  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/1969602/+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 2039374] Re: xbrlapi causes long delay in GUI login

2023-10-15 Thread Samuel thibault
This is very surprising: what xbrlapi tries to connect to by default is
a local socket in /var/lib/BrlAPI/0 so that should be completely
independent from TCP/IP networking configuration, and should be either
succeeding or failing immediately.

Just to be sure: Does /var/lib/BrlAPI/0 exist? Is brltty running on your
system? If you have a brltty daemon running it'd be useful to check for
its logs.

Perhaps you can log into a text console and run strace on the stuck
xbrlapi command:

strace -p $(pidof xbrlapi)

so we get to know what it is stuck on.

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

Title:
  xbrlapi causes long delay in GUI login

Status in brltty package in Ubuntu:
  New

Bug description:
  Ubuntu 22.04.3 LTS 
  xbrlapi 6.4-4ubuntu3

  After logging in to the GUI, there is a delay of over 2 minutes before
  the desktop environment loads (screen will be black with a mouse
  cursor)

  This is caused by /etc/X11/Xsession.d/90xbrlapi

  The script runs xbrlapi, which hangs for 2 minutes or so, presumably
  because it is trying to connect to a BrlAPI server that doesn't exist
  on my machine.

  I guess this packages was installed by orca, because I did not
  directly install it myself and I don't need it.

  Did not happen before 22.04

  Others have this issue:
  
https://askubuntu.com/questions/1448501/ubuntu-22-04-1-lts-very-long-x-session-login-due-to-90xbrlapi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/2039374/+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 1970921] Re: Drag and drop does not work

2023-10-15 Thread Sami Pietila
I just upgraded to Ubuntu 23.10. Still, Drag & Drop does not work. What
is going on?

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

Title:
  Drag and drop does not work

Status in Nautilus:
  Fix Released
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  After upgrading Ubuntu to 22.04 drag and dropping files from nautilus
  to web browser (chromium, google chrome / apps like seafile, etc.) do
  not work. Also drag & drop from nautilus to slack desktop app does not
  work. If making several attempts, it might suddenly work with nth
  attempt.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: nautilus 1:42.0-1ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  Uname: Linux 5.15.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr 29 13:32:48 2022
  InstallationDate: Installed on 2016-11-22 (1983 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to jammy on 2022-04-29 (0 days ago)
  usr_lib_nautilus:
   evince42.1-3
   file-roller   3.42.0-1
   nautilus-extension-gnome-terminal 3.44.0-1ubuntu1
   nautilus-share0.7.3-2ubuntu6

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1970921/+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