[Bug 2064093] Re: if-up.d files do not have effect on ubuntu 24.04 LTS

2024-04-29 Thread francesco
Thanks Lukas!

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

Title:
  if-up.d files do not have effect on ubuntu 24.04 LTS

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


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

[Bug 2064093] [NEW] if-up.d files do not have effect on ubuntu 24.04 LTS

2024-04-29 Thread francesco
Public bug reported:

Some time ago I wrote a detailed answer to fix an error for lowering MTU
size for a cisco-compatible VPN
(here:https://unix.stackexchange.com/questions/768757/unable-to-ssh-
into-remote-machine-but-able-to-ping-vpnc/768758#768758)

After upgrading to Ubuntu 24.04 LTS, I'm unable with the same steps to
lower the MTU size.

In particular, if I run the following command from the terminal

sudo ifconfig your_tunnel_name mtu 1370 up

it seems to lower the MTU size.

However, the script under /etc/network/if-up.d is not automatically
triggered.

Does something change with the newer Ubuntu version?

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


** Tags: 24.04

** Package changed: ubuntu => network-manager (Ubuntu)

** Summary changed:

- if-up.d files does not have effect on ubuntu 24.04 LTS
+ if-up.d files do not have effect on ubuntu 24.04 LTS

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

Title:
  if-up.d files do not have effect on ubuntu 24.04 LTS

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


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

[Bug 2048398] Re: Unable to change audio volume for the speakers

2024-04-27 Thread francesco
Found a solution here (https://askubuntu.com/a/1487587/920914), which I
report for self-containment:

Current workaround is by configuring ["api.alsa.soft-mixer"] = true in
/usr/share/wireplumber/main.lua.d/50-alsa-config.lua

then, systemctl --user restart wireplumber.service

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

Title:
  Unable to change audio volume  for the speakers

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


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

[Bug 2048398] Re: Unable to change audio volume for the speakers

2024-04-27 Thread francesco
I have the same problem in a clean install of Ubuntu 24.04 LTS

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

Title:
  Unable to change audio volume  for the speakers

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


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

[Bug 2037180] Re: Display color flickering - Ubuntu 23.04

2024-03-18 Thread francesco
Seems fixed now. Thanks!

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

Title:
  Display color flickering - Ubuntu 23.04

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


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

[Bug 1955671] Re: support for rocky linux UEFI

2022-02-25 Thread Francesco Santagata
Thanks @Dan,

21.3-14 tested:

Bios VM with rocky 8.4 OK
UEFI VM with rocky 8.4 OK
UEFI Dell R6525 with rocky 8.4 OK.

Minor Issue, at boot time it tests a lot of efi files before finding the right 
one...
The first time is really slow, then the "scan" goes much faster.

I have a screen capture of it.

Thanks.

BR
Francesco

** Attachment added: "uefi boot looking for a lot of files"
   
https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1955671/+attachment/5563675/+files/slowboot.jpeg

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

Title:
  support for rocky linux UEFI

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


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

[Bug 1955671] Re: support for rocky linux UEFI

2022-02-22 Thread Francesco Santagata
@Dan, Sorry for being so late... Just noticed that the package is
available only for Jammy, will it be possible to have available for
Focal too ? Still using Focal...

BR
Francesco

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

Title:
  support for rocky linux UEFI

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


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

[Bug 1955671] Re: support for rocky linux UEFI

2022-02-15 Thread Francesco Santagata
Hi,

I patched distro.py inside this one curtin package:

https://launchpad.net/~dbungert/+archive/ubuntu/curtin-lp-1955671

It's working.

I tested on two VMs (1 Bios + 1 UEFI).

With this "https://launchpad.net/~dbungert/+archive/ubuntu/curtin-lp-1955671;
BIOS Centos 8.4 OK, Rocky 8.4 OK
UEFI Centos 8.4 OK, Rocky 8.4 KO

With your latest patch of distro.py Rocky 8.4 on UEFI is working.

Minor Issue, at boot time it tests a lot of efi files before finding the right 
one...
The first time is really slow, then the "scan" goes much faster.

I have a screen capture of it.

BR
Francesco

PS
please let me know if you need a more clean test... got some problems with 
"git+ssh" a lost a little bit of focus.

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

Title:
  support for rocky linux UEFI

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


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

[Bug 1955671] Re: support for rocky linux UEFI

2022-02-15 Thread Francesco Santagata
@Dan I already tested a rough patch in you package 21.3-5.

It seems to work, only minor issued during boot, I attach a
screencapture.

Tomorrow I'll test the 21.3-14.

BR
Francesco


** Attachment added: "uefi boot looking for a lot of files"
   
https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1955671/+attachment/5561037/+files/uefi.png

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

Title:
  support for rocky linux UEFI

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


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

[Bug 1955671] Re: support for rocky linux UEFI

2022-01-25 Thread Francesco Santagata
@Dan, any news on this ?
I'm, starting with a load of bare metal and still have to go with centos 8.4 ...

BR
Francesco

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

Title:
  support for rocky linux UEFI

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


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

[Bug 1956821] Re: System hangs on reboot and shutdown

2022-01-22 Thread Francesco
Still experiencing same issue with kernel 5.13.0-27-generic.
The last working kernel is 5.13.0-22.

PC: ASUS PN-50
CPU: AMD Ryzen 5 4500U with Radeon Graphics

Distributor ID: Ubuntu
Description:Ubuntu 21.10
Release:21.10
Codename:   impish

Now I am trying 5.14.21-051421-generic #202111210831 SMP (installed from
mainline) and everything is fine.

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

Title:
  System hangs on reboot and shutdown

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


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

[Bug 1956821] Re: System hangs on reboot and shutdown

2022-01-16 Thread Francesco
Same for me since 5.13.0-23-generic.
PC: ASUS PN-50
CPU: AMD Ryzen 4 4500U with Radeon Graphics
Kernel: 5.13.0-25-generic #26-Ubuntu SMP
It works with 5.13.0-22.

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

Title:
  System hangs on reboot and shutdown

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


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

[Bug 1955671] Re: support for rocky linux UEFI

2022-01-10 Thread Francesco Santagata
Full curtin log

** Attachment added: "Full curtin log"
   
https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1955671/+attachment/5553001/+files/c10n2.fu.priv-curtin-2022-01-10.tar

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

Title:
  support for rocky linux UEFI

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


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

[Bug 1955671] Re: support for rocky linux UEFI

2022-01-10 Thread Francesco Santagata
Hi,

just tested right now.

It seems it doesn't work...

curtin: Installation started. (21.3-5-g5ae173be-0ubuntu1)
start: cmd-install/stage-partitioning/builtin/cmd-block-meta: curtin command 
block-meta

[...]


finish: cmd-install/stage-curthooks/builtin/cmd-curthooks/install-grub: FAIL: 
installing grub to target devices
finish: 
cmd-install/stage-curthooks/builtin/cmd-curthooks/configuring-bootloader: FAIL: 
configuring target system bootloader
finish: cmd-install/stage-curthooks/builtin/cmd-curthooks: FAIL: curtin 
command curthooks
Traceback (most recent call last):
  File "/curtin/curtin/commands/main.py", line 202, in main
ret = args.func(args)
  File "/curtin/curtin/commands/curthooks.py", line 1886, in curthooks
builtin_curthooks(cfg, target, state)
  File "/curtin/curtin/commands/curthooks.py", line 1851, in 
builtin_curthooks
setup_grub(cfg, target, osfamily=osfamily,
  File "/curtin/curtin/commands/curthooks.py", line 804, in setup_grub
install_grub(instdevs, target, uefi=uefi_bootable, grubcfg=grubcfg)
  File "/curtin/curtin/commands/install_grub.py", line 398, in 
install_grub
in_chroot.subp(cmd, env=env, capture=True)
  File "/curtin/curtin/util.py", line 780, in subp
return subp(*args, **kwargs)
  File "/curtin/curtin/util.py", line 275, in subp
return _subp(*args, **kwargs)
  File "/curtin/curtin/util.py", line 139, in _subp
raise ProcessExecutionError(stdout=out, stderr=err,
curtin.util.ProcessExecutionError: Unexpected error while running 
command.
Command: ['unshare', '--fork', '--pid', '--', 'chroot', 
'/tmp/tmps9fpka1f/target', 'grub2-mkconfig', '-o', 
'/boot/efi/EFI/redhat/grub.cfg']
Exit code: 1
Reason: -
Stdout: ''
Stderr: /usr/sbin/grub2-mkconfig: line 274: 
/boot/efi/EFI/redhat/grub.cfg.new: No such file or directory

Unexpected error while running command.
Command: ['unshare', '--fork', '--pid', '--', 'chroot', 
'/tmp/tmps9fpka1f/target', 'grub2-mkconfig', '-o', 
'/boot/efi/EFI/redhat/grub.cfg']
Exit code: 1
Reason: -
Stdout: ''
Stderr: /usr/sbin/grub2-mkconfig: line 274: 
/boot/efi/EFI/redhat/grub.cfg.new: No such file or directory


Stderr: ''

It seems like it's still recognise the OS as redhat...

BR
Francesco

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

Title:
  support for rocky linux UEFI

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


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

[Bug 1955671] Re: support for rocky linux UEFI

2022-01-10 Thread Francesco Santagata
PS,

I've been on holidays, this test takes 20 minutes to me, not a week.

Cheers

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

Title:
  support for rocky linux UEFI

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


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

[Bug 1955671] [NEW] support for rocky linux UEFI

2021-12-23 Thread Francesco Santagata
Public bug reported:

Hi,

with curtin 21.3 I'm able to install Rocky 8.4 on vms, but not on UEFI
(BIOS maybe ???) bare metal:

finish: cmd-install/stage-curthooks/builtin/cmd-curthooks: FAIL: curtin command 
curthooks
Traceback (most recent call last):
  File "/curtin/curtin/commands/main.py", line 202, in main
ret = args.func(args)
  File "/curtin/curtin/commands/curthooks.py", line 1886, in curthooks
builtin_curthooks(cfg, target, state)
  File "/curtin/curtin/commands/curthooks.py", line 1851, in 
builtin_curthooks
setup_grub(cfg, target, osfamily=osfamily,
  File "/curtin/curtin/commands/curthooks.py", line 804, in setup_grub
install_grub(instdevs, target, uefi=uefi_bootable, grubcfg=grubcfg)
  File "/curtin/curtin/commands/install_grub.py", line 398, in 
install_grub
in_chroot.subp(cmd, env=env, capture=True)
  File "/curtin/curtin/util.py", line 780, in subp
return subp(*args, **kwargs)
  File "/curtin/curtin/util.py", line 275, in subp
return _subp(*args, **kwargs)
  File "/curtin/curtin/util.py", line 139, in _subp
raise ProcessExecutionError(stdout=out, stderr=err,
curtin.util.ProcessExecutionError: Unexpected error while running 
command.
Command: ['unshare', '--fork', '--pid', '--', 'chroot', 
'/tmp/tmpqkhzgamy/target', 'grub2-mkconfig', '-o', 
'/boot/efi/EFI/redhat/grub.cfg']
Exit code: 1
Reason: -
Stdout: ''
Stderr: /usr/sbin/grub2-mkconfig: line 274: 
/boot/efi/EFI/redhat/grub.cfg.new: No such file or directory

Unexpected error while running command.
Command: ['unshare', '--fork', '--pid', '--', 'chroot', 
'/tmp/tmpqkhzgamy/target', 'grub2-mkconfig', '-o', 
'/boot/efi/EFI/redhat/grub.cfg']
Exit code: 1
Reason: -
Stdout: ''
Stderr: /usr/sbin/grub2-mkconfig: line 274: 
/boot/efi/EFI/redhat/grub.cfg.new: No such file or directory


Stderr: ''

It's pretty clear that /boot/efi/EFI/redhat/ is missing and it should be
/boot/efi/EFI/rockylinux/

BR
Francesco

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

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

Title:
  support for rocky linux UEFI

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


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

[Bug 1945590] Re: Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled

2021-12-22 Thread Francesco
same issue on tkinkpad e14 gen3 ryzen 5700u
with kernel 5.11 doesn't recognizes wifi card
with 5.13 and 5.14 kernel panic

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

Title:
  Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled

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


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

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-10 Thread Francesco Gozzini
Hello Kleber,

I tried kernels 5.11.0-40 and 5.13.0-21. My machine freezes with both.
Freezes happen randomly, maybe a few seconds after ubuntu boots, maybe
after few minutes. Kernel 5.4.0-90 works.

My version is Ubuntu 20.04.3 LTS. Machine is a Dell Latitude 7390 with
Intel i7-8650U, Intel UHD Graphics 620, standard settings and firmware
updated to latest version.

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

Title:
  Ubuntu 20.04 freeze since kernel 5.11

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


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

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-11-06 Thread Francesco Gozzini
On my affected machine I tested a live iso of EndeavourOS (latest
release) with kernel 5.13+ and I observed no freezes. So the problem
looks specific to Ubuntu on my laptop (Dell Latitude 7390).

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

Title:
  Ubuntu 20.04 freeze since kernel 5.11

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


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

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-10-12 Thread Francesco Gozzini
I have been affected by the same bug after upgrading ubuntu 20.04 LTS
from kernel 5.8 to 5.11. I have a Dell Latitude 7390. Random freezes
when plugged in initially, but worked on battery. After changing
motherboard, random freezes even on battery... I have downgraded to
kernel 5.4.0-88-generic and no freezes until now. I have tested latest
daily build of ubuntu 21.10 (kernel 5.13) and kernel 5.14.11-051411,
system freezes even with these recent versions. So for me it seems that
all kernels > 5.8 are affected.

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

Title:
  Ubuntu 20.04 freeze since kernel 5.11

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


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

[Bug 1359766] Re: Kernel fails to execute code for killing OOM task if oom_kill_allocating_task = 0

2021-08-23 Thread Francesco Baciu
This bug also happens with Ubuntu 21.04
Maybe the kernel-oom script is unloaded and on hdds it takes too long to load 
the script As there is no free RAM. I do not know how Bad the developers of 
ubuntu are but I think I quit Ubuntu. It is useless, not optimized...

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

Title:
  Kernel fails to execute code for killing OOM task if
  oom_kill_allocating_task = 0

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


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

[Bug 1775944] Re: [SRU] hoteldruid 2.2.2 unusable with php 7.2

2021-07-18 Thread Marco Maria Francesco De Santis
** Changed in: hoteldruid (Ubuntu)
   Status: New => Fix Released

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

Title:
   [SRU] hoteldruid 2.2.2 unusable  with php 7.2

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


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

[Bug 1926650] [NEW] Update R icon logo

2021-04-29 Thread Francesco
Public bug reported:

This is more of a request than a bug. The r-base package install an old
version of R logo as a desktop icon. This logo is odd with the current
theme and I think it should be replaced with the new version that can be
retrieved from https://www.r-project.org/logo/

** Affects: r-base (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Update R icon logo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/r-base/+bug/1926650/+subscriptions

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

[Bug 1922809] [NEW] Touchpad not working

2021-04-06 Thread Pier Francesco Contino
Public bug reported:

Touchpad not working on lenovo ideapad 5.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: linux-image-5.8.0-48-generic 5.8.0-48.54
ProcVersionSignature: Ubuntu 5.8.0-48.54-generic 5.8.18
Uname: Linux 5.8.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  pier   1120 F pulseaudio
 /dev/snd/controlC0:  pier   1120 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Tue Apr  6 23:42:06 2021
InstallationDate: Installed on 2021-04-06 (0 days ago)
InstallationMedia: Xubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
MachineType: LENOVO 82LM
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-48-generic 
root=UUID=2b00a467-aa8f-4985-9e05-2d408a17ff2a ro quiet splash 
processor.max_cstate=5 rcu_nocbs=0-11 vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.8.0-48-generic N/A
 linux-backports-modules-5.8.0-48-generic  N/A
 linux-firmware1.190.3
SourcePackage: linux
UpgradeStatus: Upgraded to groovy on 2021-04-06 (0 days ago)
dmi.bios.date: 02/03/2021
dmi.bios.release: 1.16
dmi.bios.vendor: LENOVO
dmi.bios.version: G5CN16WW(V1.04)
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40700 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: IdeaPad 5 14ALC05
dmi.ec.firmware.release: 1.16
dmi.modalias: 
dmi:bvnLENOVO:bvrG5CN16WW(V1.04):bd02/03/2021:br1.16:efr1.16:svnLENOVO:pn82LM:pvrIdeaPad514ALC05:rvnLENOVO:rnLNVNB161216:rvrSDK0J40700WIN:cvnLENOVO:ct10:cvrIdeaPad514ALC05:
dmi.product.family: IdeaPad 5 14ALC05
dmi.product.name: 82LM
dmi.product.sku: LENOVO_MT_82LM_BU_idea_FM_IdeaPad 5 14ALC05
dmi.product.version: IdeaPad 5 14ALC05
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug groovy

** Attachment added: "cat /proc/bus/input/devices > ~/devices"
   https://bugs.launchpad.net/bugs/1922809/+attachment/5484959/+files/devices

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

Title:
  Touchpad not working

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

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

[Bug 1910131] Re: Missing cmake files from libproj-dev

2021-01-21 Thread Francesco Paolo Lovergine
The official proj way of supporting third-parties development is via
pkg-config which does not depend on cmake or autotools. Proj upstream
does not distribute any cmake snippet, cmake is only used internally as
an alternative building system, mainly for Windows. Why are you
supposing that it should provide cmake specific stuff? Even in that
case, it could be a suggestion for upstream, eventually.

- Frankie with his DebianGis hat on

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

Title:
  Missing cmake files from libproj-dev

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

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

[Bug 1905189] [NEW] problem installation

2020-11-22 Thread Francesco
Public bug reported:

Grub crash close to finish the installation

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.2
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Sun Nov 22 13:31:43 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
ProcEnviron:
 LANGUAGE=es_PE.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_PE.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal ubiquity-20.04.15.2 ubuntu

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

Title:
  problem installation

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

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

[Bug 1901381] Re: libsane regression error in Ubuntu 20.10: scanner not found

2020-10-25 Thread Francesco V
Hi, Houni,
really thanks for your help, I workaround to this issue.

Specifying USB in plustek.conf does not fix the issue, suggestion of
Pascal Dormeau works for me (https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=971584#57).

$ cat /etc/tmpfiles.d/my-sane-lock.conf 
d   /var/lock/sane  0775root  scanner -   -

I confirm you that this issue is still present, none of this work was
requested in 20.04 version.

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

Title:
  libsane regression error in Ubuntu 20.10: scanner not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1901381/+subscriptions

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

[Bug 1901381] [NEW] libsane regression error in Ubuntu 20.10: scanner not found

2020-10-25 Thread Francesco V
Public bug reported:

I recently update my Kubuntu from 20.04 to

Description:Ubuntu 20.10
Release:20.10

After the upgrade, it is no longer possible to scan documents using CanoScan 
N1240U.
lsusb and sane-find-scanner detected the scanner while scanimage, skanlite and 
xsane cannot found it.
I checked permission, I ran these tools as root, I configured plustek.conf 
manually but nothing worked.

Finally I rollback libsane, libsane1 and libsane-common from 1.0.31-2 to
1.0.29-0ubuntu5.2 and the scanner is detected out-of-the-box.

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  libsane regression error in Ubuntu 20.10: scanner not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1901381/+subscriptions

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

[Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-10-22 Thread Francesco Guarneri
> sudo update-initramfs -u

This is what I was missing. Thank you so much!

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

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+subscriptions

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

[Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-10-22 Thread Francesco Guarneri
Hi! Managed to reproduce the steps described in #211 (using the updated
archive provided in #217) and #212. The touchpad seems to be working
after running

$ sudo rmmod i2c-hid
$ sudo insmod full-path/i2c-hid.ko polling_mode=1

I need to provide the full path to the i2c-hid.ko module, otherwise the system 
returns "could not load module "i2c-hid.ko: No such file or directory"; not 
sure if this is already an issue.
However, I am not sure how to add the boot parameter to GRUB. I followed this 
(https://wiki.ubuntu.com/Kernel/KernelBootParameters) and tried adding either 
one of these three options:

i2c-hid.polling_mode=1
full-path/i2c-hid.polling_mode=1
full-path/i2c-hid.ko.polling_mode=1

but neither seems to be working. Am i doing something wrong? Using
Ubuntu 20.04.1 with kernel 5.8.16. Also, total noob and first time
writing here, so hopefully not causing issues.

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

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+subscriptions

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

[Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-08-25 Thread Francesco Grieco
I think this issue is covering different devices.

I have a Lenovo Ideapad 14ARE05 with the following touchpad:

MSFT0004:00 06CB:CD98

(synaptic? similar to the Legion, I suppose)

And I have the same problem of others, the touchpad sometime works,
sometime not.

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

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+subscriptions

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

[Bug 1855793] Re: Wi-Fi becomes unusally slow all of a sudden and forces me to turn off Wi-Fi and then turn it back on

2020-08-24 Thread francesco
This bug affects me as well but in ubuntu 20.04. It's very annoying.

I've open a question ->
https://answers.launchpad.net/ubuntu/+question/692509

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

Title:
  Wi-Fi becomes unusally slow all of a sudden and forces me to turn off
  Wi-Fi and then turn it back on

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

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

[Bug 1887441] Re: Glade 3.22.2 crash on choosing containers (ubuntu mate 20.04)

2020-07-13 Thread Francesco Zannino
** Description changed:

- I can open and save new file .glade, but when I choose a container
- Gtk.Window or others, glade crash. I have installed it with "sudo apt-
- get install glade".
+ I can open and save new file .glade, but when I choose Gtk.Window or others, 
glade crash. I have installed it with "sudo apt-get install glade". I try to 
start it from terminal and on crash I have this:
+ "(glade:5748): Gdk-ERROR **: 00:02:17.394: The program 'glade' received an X 
Window System error.
+ This probably reflects a bug in the program.
+ The error was 'BadWindow (invalid Window parameter)'.
+   (Details: serial 152721 error_code 3 request_code 20 (core protocol) 
minor_code 0)"

** Summary changed:

- Glade 3.22.2 crash on choosing containers (ubuntu mate 20.04)
+ Glade 3.22.2 crash on choosing TopLevel Window (ubuntu mate 20.04)

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

Title:
  Glade 3.22.2 crash on choosing TopLevel Window (ubuntu mate 20.04)

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

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

[Bug 1887441] [NEW] Glade 3.22.2 crash on choosing containers (ubuntu mate 20.04)

2020-07-13 Thread Francesco Zannino
Public bug reported:

I can open and save new file .glade, but when I choose a container
Gtk.Window or others, glade crash. I have installed it with "sudo apt-
get install glade".

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

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

Title:
  Glade 3.22.2 crash on choosing containers (ubuntu mate 20.04)

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

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

[Bug 1881076] [NEW] deluge crashes on start with KeyError: 'ngettext'

2020-05-28 Thread Francesco
Public bug reported:

Deluge crashes on startup, giving the output:

[frapox@tungsteno ~]$ deluge
Unable to initialize gettext/locale!
'ngettext'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/deluge/i18n/util.py", line 118, in 
setup_translation
builtins.__dict__['_n'] = builtins.__dict__['ngettext']
KeyError: 'ngettext'

according to this post of the upstream the fix is altready done and could be 
backported from development branch:
https://forum.deluge-torrent.org/viewtopic.php?f=7=55673=a323646bbfb243207bcdaa15ab546827

Info about my system:

[frapox@tungsteno ~]$ lsb_release -rd
Description:Ubuntu 20.04 LTS
Release:20.04

[frapox@tungsteno ~]$ apt-cache policy deluge
deluge:
  Installato: 2.0.3-2
  Candidato:  2.0.3-2
  Tabella versione:
 *** 2.0.3-2 500
500 http://ubuntu.mirror.garr.it/ubuntu focal/universe amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: deluge 2.0.3-2
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu May 28 08:57:06 2020
PackageArchitecture: all
SourcePackage: deluge
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  deluge crashes on start with KeyError: 'ngettext'

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

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

[Bug 1880582] [NEW] linux-image-extra-virtual-hwe-18.04 is not a dependency of linux-image-extra-virtual-hwe-18.04

2020-05-25 Thread Francesco Canovai
Public bug reported:

I can't upgrade linux-image-extra-virtual-hwe-18.04 to the latest
version because linux-modules-extra-hwe-18.04 can't be installed:


# apt install --upgrade linux-image-extra-virtual-hwe-18.04
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 linux-image-extra-virtual-hwe-18.04 : Depends: linux-modules-extra-hwe-18.04 
but it is not installable
E: Unable to correct problems, you have held broken packages.


Since commit af5f4e91 in linux-meta-hwe, linux-image-extra-virtual-hwe-18.04 is 
defined like this:

Package: linux-image-extra-virtual-hwe-18.04
Architecture: i386 amd64 arm64 ppc64el s390x
Section: kernel
Depends:
 ${misc:Depends},
 linux-virtual-hwe-18.04,
 linux-modules-extra-hwe-18.04,
Description: Full Generic Linux kernel and headers for virtual instances
 This package will always depend on linux-virtual-hwe-18.04 and
 linux-modules-extra-virtual-hwe-18.04.

The linux-modules-extra-hwe-18.04 listed in the Depends section does not
exist in the debian/control, it should probably be linux-modules-extra-
virtual-hwe-18.04 as written in the description. The same should apply
to linux-image-virtual-hwe-18.04-edge.

System information:

# lsb_release -rd
Description:Ubuntu 18.04.4 LTS
Release:18.04

# apt-cache policy linux-image-extra-virtual-hwe-18.04
linux-image-extra-virtual-hwe-18.04:
  Installed: 5.3.0.51.104
  Candidate: 5.3.0.53.109
  Version table:
 5.3.0.53.109 500
500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
500 http://mirror.hetzner.de/ubuntu/packages bionic-updates/main amd64 
Packages
500 http://mirror.hetzner.de/ubuntu/packages bionic-security/main amd64 
Packages
 *** 5.3.0.51.104 100
100 /var/lib/dpkg/status

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

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

Title:
  linux-image-extra-virtual-hwe-18.04 is not a dependency of linux-
  image-extra-virtual-hwe-18.04

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

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

[Bug 1860826] Re: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory

2020-05-23 Thread Francesco Minnocci
So is it safe for an user to just remove "nullok_secure" as suggested in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931899 ?

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

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

Title:
  pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or
  directory

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

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

[Bug 1877549] Re: xserver-xorg-video all error (marked as third party software) while upgrading to 20.04

2020-05-08 Thread Francesco Minnocci
*** This bug is a duplicate of bug 1069133 ***
https://bugs.launchpad.net/bugs/1069133

Okay, for future reference this comment from the referenced duplicate
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-
upgrader/+bug/1069133/comments/18 was the solution to my problem; thank
you!

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

Title:
  xserver-xorg-video all error (marked as third party software) while
  upgrading to 20.04

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

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

[Bug 1877549] Re: xserver-xorg-video all error (marked as third party software) while upgrading to 20.04

2020-05-08 Thread Francesco Minnocci
*** This bug is a duplicate of bug 1069133 ***
https://bugs.launchpad.net/bugs/1069133

ppa-purge didn't work, and I don't see the ppa when running `sudo apt-
get update`. Should I just remove it from /etc/apt/sources.list.d
manually?

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

Title:
  xserver-xorg-video all error (marked as third party software) while
  upgrading to 20.04

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

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

[Bug 1877549] [NEW] xserver-xorg-video all error (marked as third party software) while upgrading to 20.04

2020-05-08 Thread Francesco Minnocci
Public bug reported:

By looking at the log, there seems to be an error calculating the
upgrade for xserver-xorg-video-all, but the interactive dialog showed
the error message for third party software interfering with the upgrade;
I don't know how to debug this further.

Ubuntu 18.04

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.37
ProcVersionSignature: Ubuntu 5.3.0-51.44~18.04.2-generic 5.3.18
Uname: Linux 5.3.0-51-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.14
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Fri May  8 11:45:44 2020
InstallationDate: Installed on 2019-09-22 (228 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-05-08 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  xserver-xorg-video all error (marked as third party software) while
  upgrading to 20.04

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

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

[Bug 1876726] Re: software-properties-gtk crashes: dbus.proxies error

2020-05-07 Thread Francesco Minnocci
** Tags added: dbus

** Tags added: python

** Tags removed: dbus

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

Title:
  software-properties-gtk crashes: dbus.proxies error

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

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

[Bug 1872758] Re: System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

2020-05-07 Thread Francesco Manzo
Hi, thank you for your report. Exactly the same problem. Since two weeks
I passed to 20.04 and with the last two kernels it seems to work. The
kernels are 5.4.0-28.32 and 5.4.0-29.33. You can try them.

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

Title:
  System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

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

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

[Bug 1876726] [NEW] software-properties-gtk crashes: dbus.proxies error

2020-05-04 Thread Francesco Minnocci
Public bug reported:

Expected: software-properties-gtk should launch properly; instead it
crashes and doesn't launch.

Out of the blue, I couldn't open Software so I checked the
output of software-properties-gtk which is:

```
WARNING:root:system-image-cli failed, using defaults: [Errno 13] Permission 
denied: 'system-ima
WARNING:root:system-image-cli failed, using defaults: [Errno 13] Permission 
denied: 'system-ima
ERROR:dbus.proxies:Introspect error on :1.159:/: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message 
bus without replying
Traceback (most recent call last):
  File "/usr/bin/software-properties-gtk", line 100, in 
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)
  File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 172, in __init__
self.backend.Reload();
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name :1.159 was not provided by any .service files
```

If I launch it with sudo I get circa the same output:
```
ERROR:dbus.proxies:Introspect error on :1.167:/: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message 
bus without replying
Traceback (most recent call last):
  File "/usr/bin/software-properties-gtk", line 100, in 
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)
  File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 172, in __init__
self.backend.Reload();
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name :1.167 was not provided by any .service files
```

Additional info:

$ uname -r
`5.3.0-51-generic`

$ dpkg -l software-properties-gtk | grep ii   
```
ii  software-properties-gtk 0.96.24.32.12 all  manage the repositories 
that you install software from (gtk)
```

$ apt-cache policy software-properties-gtk
```
software-properties-gtk:
  Installed: 0.96.24.32.12
  Candidate: 0.96.24.32.12
  Version table:
 *** 0.96.24.32.12 500
500 http://it.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
500 http://it.archive.ubuntu.com/ubuntu bionic-updates/main i386 
Packages
100 /var/lib/dpkg/status
 0.96.24.32.1 500
500 http://it.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://it.archive.ubuntu.com/ubuntu bionic/main i386 Packages
```

Release: Ubuntu 18.04.4 LTS

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

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

Title:
  software-properties-gtk crashes: dbus.proxies error

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

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

[Bug 1872758] Re: System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

2020-04-18 Thread Francesco Manzo
I closed lid at about 12:02:51. Attached the output from `journalctl -b
-1 -k`

** Attachment added: "journalctl.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872758/+attachment/5356423/+files/journalctl.txt

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

Title:
  System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

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

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

[Bug 1872758] Re: System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

2020-04-15 Thread Francesco Manzo
** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

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

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

[Bug 1872758] Re: System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

2020-04-14 Thread Francesco Manzo
** Attachment added: "sudo lspci -vvnn command"
   
https://bugs.launchpad.net/ubuntu/+bug/1872758/+attachment/5353904/+files/lspci-vvnn.log

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

Title:
  System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

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

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

[Bug 1872758] Re: System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

2020-04-14 Thread Francesco Manzo
** Attachment added: "uname -a command"
   
https://bugs.launchpad.net/ubuntu/+bug/1872758/+attachment/5353906/+files/uname-a.log

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

Title:
  System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

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

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

[Bug 1872758] Re: System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

2020-04-14 Thread Francesco Manzo
** Attachment added: "cat /proc/version_signature command"
   
https://bugs.launchpad.net/ubuntu/+bug/1872758/+attachment/5353905/+files/version.log

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

Title:
  System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

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

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

[Bug 1872758] Re: System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

2020-04-14 Thread Francesco Manzo
** Attachment added: "dmesg command"
   
https://bugs.launchpad.net/ubuntu/+bug/1872758/+attachment/5353903/+files/dmesg.log

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

Title:
  System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

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

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

[Bug 1872758] [NEW] System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

2020-04-14 Thread Francesco Manzo
Public bug reported:

1)
lsb_release -rd
Description:Ubuntu 18.04.4 LTS
Release:18.04

2)
I think the bug is in the Kernel 5.3.0-46:

apt-cache policy linux-headers-5.3.0-46-generic
linux-headers-5.3.0-46-generic:
  Installato: 5.3.0-46.38~18.04.1
  Candidato:  5.3.0-46.38~18.04.1
  Tabella versione:
  *** 5.3.0-46.38~18.04.1 500
500 http://it.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
100 /var/lib/dpkg/status

3) When I wake up the laptop from suspension the laptop wakes up
correctly.

4) When I wake up the laptop from suspension the laptop doesn't wake up:
I can hear the fans and I can see the keyboard backlight (and Power
light) on but the screen is black.

Furthermore I tried different Kernels and almost each version has the
same problem. The first one which doesn't have this bug is the
4.18.20-041820-generic version.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-5.3.0-46-generic 5.3.0-46.38~18.04.1
ProcVersionSignature: Ubuntu 5.3.0-46.38~18.04.1-generic 5.3.18
Uname: Linux 5.3.0-46-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.14
Architecture: amd64
CurrentDesktop: communitheme:ubuntu:GNOME
Date: Tue Apr 14 17:30:12 2020
InstallationDate: Installed on 2020-02-24 (49 days ago)
InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-signed-hwe
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

- 1) 
+ 1)
  lsb_release -rd
  Description:  Ubuntu 18.04.4 LTS
  Release:  18.04
  
- 2) 
+ 2)
  I think the bug is in the Kernel 5.3.0-46:
  
  apt-cache policy linux-headers-5.3.0-46-generic
  linux-headers-5.3.0-46-generic:
-   Installato: 5.3.0-46.38~18.04.1
-   Candidato:  5.3.0-46.38~18.04.1
-   Tabella versione:
-   *** 5.3.0-46.38~18.04.1 500
- 500 http://it.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
- 500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
- 100 /var/lib/dpkg/status
+   Installato: 5.3.0-46.38~18.04.1
+   Candidato:  5.3.0-46.38~18.04.1
+   Tabella versione:
+   *** 5.3.0-46.38~18.04.1 500
+ 500 http://it.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
+ 500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
+ 100 /var/lib/dpkg/status
  
  3) When I wake up the laptop from suspension the laptop wakes up
  correctly.
  
  4) When I wake up the laptop from suspension the laptop doesn't wake up:
  I can hear the fans and I can see the keyboard backlight (and Power
  light) on but the screen is black.
  
  Furthermore I tried different Kernels and almost each version has the
  same problem. The first one which doesn't have this bug is the
- 4.18.24-041820-generic version.
+ 4.18.20-041820-generic version.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-5.3.0-46-generic 5.3.0-46.38~18.04.1
  ProcVersionSignature: Ubuntu 5.3.0-46.38~18.04.1-generic 5.3.18
  Uname: Linux 5.3.0-46-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.14
  Architecture: amd64
  CurrentDesktop: communitheme:ubuntu:GNOME
  Date: Tue Apr 14 17:30:12 2020
  InstallationDate: Installed on 2020-02-24 (49 days ago)
  InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=it_IT.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=it_IT.UTF-8
+  SHELL=/bin/bash
  SourcePackage: linux-signed-hwe
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  System doesn't wake up after suspend on HP Pavillon 15-CS1022NL

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

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

[Bug 1825331] Re: apparmor chromium profile blocks yubikeys

2019-11-17 Thread Francesco Ponzin
I've the same problem with a not yubikey token (this one:
https://www.amazon.it/gp/product/B01LZO0WE9/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8=1)

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

Title:
  apparmor chromium profile blocks yubikeys

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

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

[Bug 1825626] Re: nvLock: client timed out, taking the lock

2019-11-14 Thread Francesco Salvi
To add on my previous comment: after moving to 19.10 (which I think also
comes with its pre-bundled nvidia driver, in any case I'm on 430 now),
the issue seems to be greatly mitigated compared with what I was having
on ubuntu 19.04... like I'm getting it once a day at most (no consistent
repro case though)

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

Title:
  nvLock: client timed out, taking the lock

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

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

[Bug 1825626] Re: nvLock: client timed out, taking the lock

2019-11-04 Thread Francesco Salvi
After upgrading to ubuntu 19.10 (and mutter 3.34.1), I cannot
consistently reproduce it as I used to before (vscode tab drag or chrome
bookmark drag) but I still managed to get it randomly while upgrading
some gnome extension

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

Title:
  nvLock: client timed out, taking the lock

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

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

[Bug 1846371]

2019-10-06 Thread Francesco-lodolo
(In reply to Zibi Braniecki [:zbraniecki][:gandalf] from comment #10)
> Can you revert that change in L10nRegistry.jsm and see if you can still 
> reproduce? I doubt that this is the culprit because this change doesn't 
> really affect anything except of protecting against race between sync/async.

Artifact build from current mozilla-central tip

1) Build and run
2) Create a new profile
3) In `about:config` set `intl.multilingual.enabled` to true
4) Install French language pack from the latest mozilla-central-l10n available, 
luckily there might not be new DTD strings loaded on startup…. In my case this 
worked
http://archive.mozilla.org/pub/firefox/nightly/2019/10/2019-10-04-09-46-56-mozilla-central-l10n/linux-x86_64/xpi/
5) Open preferences, switch the language to French and restart. At this point, 
the browser should reopen on Preferences in French, but they're in English, 
even after reloading the page.

I tried undoing the changes to L10nRegistry.jsm, but it didn't solve the issue. 
But removing `data-l10n-sync="true"` from `browser/base/content/browser.xhtml` 
seems to do it.
https://hg.mozilla.org/integration/autoland/rev/1f622156e9eab1d2c58d5d77bb5908fcc83db253#l4.13

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

Title:
  firefox 70.0 beta 11 isn't fully translated

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

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

[Bug 1846371]

2019-10-06 Thread Francesco-lodolo
Even starting with `-purgecaches` doesn't help.

Requested locales is correct `["fr","it"]`, but even about:support stays
in the language of the build (Italian in my case).

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

Title:
  firefox 70.0 beta 11 isn't fully translated

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

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

[Bug 1846371]

2019-10-06 Thread Francesco-lodolo
[Tracking Requested - why for this release]: It's very late, but we're
providing users with language packs a very poor experience.

I'm trying to run mozregression to identify the bug causing this, but
it's the most painful process imaginable.

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

Title:
  firefox 70.0 beta 11 isn't fully translated

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

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

[Bug 1846371]

2019-10-06 Thread Francesco-lodolo
Thanks for the detailed report, I can confirm the behavior on 70.0b11
(64 bit).

@zibi
Did anything change in the caching system? That's all Fluent elements, which 
should even change without a restart.

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

Title:
  firefox 70.0 beta 11 isn't fully translated

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

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

[Bug 1846371]

2019-10-06 Thread Francesco-lodolo
Disabling and re-enabling the language packs seems to trigger something,
and things start to get localized as expected.

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

Title:
  firefox 70.0 beta 11 isn't fully translated

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

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

[Bug 1846371]

2019-10-06 Thread Francesco-lodolo
I can't narrow down further, because all language packs on FTP for that
day cause a YSOD.

@zibi
The only relevant bug seems to be the one migrating menubar to Fluent (it does 
touch L10nRegistry.jsm, no clue if that could be the cause of this)
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=e78733e0ffcfe52903aba0a02952cd800b89ca8d=ff0125384d06fefae3ca60435b85a9be0fd9744e

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

Title:
  firefox 70.0 beta 11 isn't fully translated

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

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

[Bug 1846609] [NEW] Grub installer fails to install on a UEFI system

2019-10-03 Thread Francesco Brozzu
Public bug reported:

The partition was correctly selected as the EFI one, and the
partitioning scheme was standard, however grub-install failed to install
the bootloader

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.12
ProcVersionSignature: Ubuntu 5.0.0-23.24~18.04.1-generic 5.0.15
Uname: Linux 5.0.0-23-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct  3 22:49:27 2019
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Grub installer fails to install on a UEFI system

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

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

[Bug 1843018] Re: 5.0.0-27-generic: /proc//maps: Pathnames are '/' inside a container

2019-09-20 Thread Francesco Tamagni
Same issue with Frida running in docker on Ubuntu 19.04.

It stopped working from 5.0.0-27-generic, the issue persisted with
5.0.0-29-generic.

Booting with 5.0.0-25-generic is the current workaround.

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

Title:
  5.0.0-27-generic: /proc//maps: Pathnames are '/' inside a
  container

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

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

[Bug 1752772] Re: r8169 ethernet card don't work after returning from suspension

2019-08-23 Thread Ricci Francesco
** Also affects: linux-kernel-headers (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-kernel-headers (Ubuntu)
   Status: New => Confirmed

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

Title:
  r8169 ethernet card don't work after returning from suspension

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

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

[Bug 1752772] Re: r8169 ethernet card don't work after returning from suspension

2019-08-23 Thread Ricci Francesco
I'm having the same bug in Kubuntu 19.04.03 Kernel 5.0.0-25-generic

This bug must be opened again

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

Title:
  r8169 ethernet card don't work after returning from suspension

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

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

[Bug 1825626] Re: nvLock: client timed out, taking the lock

2019-07-23 Thread Francesco Salvi
@fguerlek I just tried downgrading mutter as suggested, but to no avail

(Btw my solution as of today has been to completely switch off the
Nvidia card in the Prime settings)

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

Title:
  nvLock: client timed out, taking the lock

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

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

[Bug 1834487] Re: Frequent crash at startup after upgrading intel-microcode package

2019-06-27 Thread Francesco
Information that was automatically created while filing the bug come
from my system WITHOUT updating intel-microcode.

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

Title:
  Frequent crash at startup after upgrading intel-microcode package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1834487/+subscriptions

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

[Bug 1834487] [NEW] Frequent crash at startup after upgrading intel-microcode package

2019-06-27 Thread Francesco
Public bug reported:

A fresh install of Ubuntu 18.04.2 LTS (Release: 18.04) works fine on my
Asus Zenbook UX333FN. After automatic updates, the system becomes
unstable and frequently (but not always) crashes at startup on a velvet
screen. I have updated a few packages at a time, and I think I have
identified the cause in package intel-microcode.

On a fresh install, updating this single package (intel-microcodes
version 3.20180807a.0ubuntu0.18.4.1 to version
3.20190514.0ubuntu0.18.04.3) creates the problem. Updating all other
packages and NOT intel-microcodes does not create the problem.

There is an old bug on launchpad (#1781806) about updating intel-
microcode, but symptoms as well as package number and distro are
different - do not know if this is relevant.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: intel-microcode 3.20180807a.0ubuntu0.18.04.1
Uname: Linux 5.0.19-050019-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Jun 27 15:52:25 2019
InstallationDate: Installed on 2019-06-13 (14 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
SourcePackage: intel-microcode
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: intel-microcode (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  Frequent crash at startup after upgrading intel-microcode package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1834487/+subscriptions

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

[Bug 1825626] Re: nvLock: client timed out, taking the lock

2019-06-18 Thread Francesco Salvi
the test of "dragging hyperlink" in Chrome  (or even a bookmark, or a
tab in VSCode) is how I am able to replicate this issue 99% of the time
myself.. I have a gut feeling it has something to do with transparency
and possibly fonts (the dragged item becomes semi-transparent)

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

Title:
  nvLock: client timed out, taking the lock

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

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

[Bug 1831605] Re: snapd-2.39-1 Makes Fedora 30 Unresponsive

2019-06-04 Thread Francesco
That's great news, thanks Maciek.

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

Title:
  snapd-2.39-1 Makes Fedora 30 Unresponsive

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

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

[Bug 1831605] [NEW] snapd-2.39-1 Makes Fedora 30 Unresponsive

2019-06-04 Thread Francesco
Public bug reported:

Upgrading snapd to version 2.39-1 in my Fedora 30 caused the system to
be almost completely unresponsive.

The login screen took few minutes to appear, the keyboard layout on the
login screen was not the UK one any more (though it was correct in any
future lockscreen), the lockscreens were taking a minute to show the
password prompt after pressing any button.

I've downgraded all snapd packages to the previous version (available
through the repos) and all problems are gone.

`sudo dnf install snap-confine-2.38-2.fc30 snapd-2.38-2.fc30 snapd-
selinux-2.38-2.fc30`

I have a pretty standard installation of Fedora 30.
selinux is enabled (enforcing)

Every package is updated

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

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

Title:
  snapd-2.39-1 Makes Fedora 30 Unresponsive

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

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

[Bug 1825626] Re: nvLock: client timed out, taking the lock

2019-05-14 Thread Francesco Salvi
Same here with ubuntu 19.04, mentiond driver version and a Quadro M620

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

Title:
  nvLock: client timed out, taking the lock

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

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

[Bug 1792100] Re: Boot hangs at "loading initial ramdisk..."

2019-05-08 Thread Francesco Portus
** Also affects: linux
   Importance: Undecided
   Status: New

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

Title:
  Boot hangs at "loading initial ramdisk..."

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

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

[Bug 1827727]

2019-05-06 Thread Francesco-lodolo
*** Bug 1549352 has been marked as a duplicate of this bug. ***

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

Title:
  All plugins disabled due to expired cert

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

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

[Bug 1827727]

2019-05-06 Thread Francesco-lodolo
*** Bug 1549218 has been marked as a duplicate of this bug. ***

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

Title:
  All plugins disabled due to expired cert

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

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

[Bug 1827727]

2019-05-06 Thread Francesco-lodolo
*** Bug 1549173 has been marked as a duplicate of this bug. ***

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

Title:
  All plugins disabled due to expired cert

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

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

[Bug 1827727]

2019-05-06 Thread Francesco-lodolo
*** Bug 1549248 has been marked as a duplicate of this bug. ***

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

Title:
  All plugins disabled due to expired cert

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

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

[Bug 1827727]

2019-05-06 Thread Francesco-lodolo
*** Bug 1549203 has been marked as a duplicate of this bug. ***

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

Title:
  All plugins disabled due to expired cert

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

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

[Bug 1827727]

2019-05-06 Thread Francesco-lodolo
*** Bug 1549143 has been marked as a duplicate of this bug. ***

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

Title:
  All plugins disabled due to expired cert

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

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

[Bug 1827727]

2019-05-06 Thread Francesco-lodolo
*** Bug 1549138 has been marked as a duplicate of this bug. ***

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

Title:
  All plugins disabled due to expired cert

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

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

[Bug 1815420] [NEW] package avahi-daemon 0.7-4ubuntu2.1 failed to install/upgrade: installed avahi-daemon package post-installation script subprocess returned error exit status 1

2019-02-11 Thread Francesco
Public bug reported:

this error is shown when installing the ubuntu upgrade

ProblemType: Package
DistroRelease: Ubuntu 18.10
Package: avahi-daemon 0.7-4ubuntu2.1
ProcVersionSignature: Ubuntu 4.18.0-14.15-generic 4.18.20
Uname: Linux 4.18.0-14-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
Date: Mon Feb 11 09:16:27 2019
ErrorMessage: installed avahi-daemon package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2019-01-03 (38 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.10
PythonDetails: /usr/bin/python2.7, Python 2.7.15+, python-minimal, 2.7.15-3
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu5
 apt  1.7.2
SourcePackage: avahi
Title: package avahi-daemon 0.7-4ubuntu2.1 failed to install/upgrade: installed 
avahi-daemon package post-installation script subprocess returned error exit 
status 1
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.avahi.avahi-daemon.conf: 2019-01-16T08:54:28.689053

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


** Tags: amd64 apport-package cosmic

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

Title:
  package avahi-daemon 0.7-4ubuntu2.1 failed to install/upgrade:
  installed avahi-daemon package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1795555] Re: package linux-image-4.15.0-36-generic 4.15.0-36.39 failed to install/upgrade: installed linux-image-4.15.0-36-generic package post-installation script subprocess returned error exit

2019-02-07 Thread Caverni Francesco
i have got the same error, pls solve this because i can't install any
package

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

Title:
  package linux-image-4.15.0-36-generic 4.15.0-36.39 failed to
  install/upgrade: installed linux-image-4.15.0-36-generic package post-
  installation script subprocess returned error exit status 1

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

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

Re: [Bug 1278052] Re: Mounted partitons use the same launcher icon as the home folder

2019-01-29 Thread Francesco Tarantini
Dear Sebastian,
I am afraid I have no access on Ubuntu anymore to test.

Best wishes,
Francesco

On Mon, 28 Jan 2019 at 16:35, Sebastien Bacher 
wrote:

> Do you still have that issue in newer Ubuntu versions?
>
> ** Changed in: nautilus (Ubuntu)
>Importance: Undecided => Low
>
> ** Changed in: nautilus (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1278052
>
> Title:
>   Mounted partitons use the same launcher icon as the home folder
>
> Status in nautilus package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Ubuntu 13.10. On my launcher I have an icon for my data partition and
> the default icon for my home folder. When I click on the partition icon, a
> nautilus window opens, showing the content of that partition (let's call it
> 'window A').
>   The problem is that 'window A' uses the home icon insted of the
> partition icon (i.e. the home icon is highlighted), so after you minimize
> 'window A' you'd have to click on the home icon to bring it up again, but
> of course this opens your home folder instead. Clicking on the partition
> icon does nothing, not even open a new partition window.
>   The only way to bring 'window A' up again is using the scrollwheel,
> which is normally used to switch between different windows of the same
> application.
>   I think that windows for partitions should use their own icons, so it
> would be easier to manage them and understand whether you have your home
> folder or your partition opened.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1278052/+subscriptions
>

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

Title:
  Mounted partitons use the same launcher icon as the home folder

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

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

[Bug 1811666] [NEW] ubuntu crashes during grub2 installation

2019-01-14 Thread Francesco Lucconi
Public bug reported:

during ubuntu installation grub2 hasn't been installed correctly and
ubuntu installation hangs on.

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

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


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

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

Title:
  ubuntu crashes during grub2 installation

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

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

[Bug 1772365] Re: gnome-shell + chrome doing nothing consumes high CPU all the time

2018-08-31 Thread Francesco Pretto
I think what reported by Lorens may be totally unrelated to the use of
Chrome. The use of VirtualBox, latest version 5.2.18, with a Ubuntu
18.04 64bit guest with 3D acceleration **enabled** and maximum VRAM
configured (128MB) is completely unusable because of extremely high
memory usage of gnome-shell, independently of the application launched:
you can launch nothing or launch firefox, for example, and the session
will become unusable pretty soon. It may be worth some more
investigation of VirtualBox+3D acceleration use case. My host is
actually Windows 10 64bit.

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

Title:
  gnome-shell + chrome doing nothing consumes high CPU all the time

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

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

[Bug 545044] Re: Xdg-open should use kde-open instead of kfmclient

2018-08-09 Thread Francesco Belladonna
If you need a temporary fix to this issue to get xdg-open to work (lot
of tools depend on it), I recommend exporting the environment variable
KDE_SESSION_VERSION=5 (or 4 or 6 or whatever is your KDE version). Fixes
the problem (this environment variable is entirely missing in my
installation)

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

Title:
  Xdg-open should use kde-open instead of kfmclient

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/545044/+subscriptions

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

[Bug 1781461] [NEW] I had to add the nomodeset to start the "try ubuntu without installing" then i tryed to instal and it gave me an error that you should be able to see. Please help me!

2018-07-12 Thread Francesco Perilli
Public bug reported:

If i didn't add the nomodeset after choising try ubuntu or instal ubuntu
the monitor would go in a black screen mode (or to be clear just turned
off). Again, please help me.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
Date: Thu Jul 12 20:51:03 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper nomodeset quiet splash ---
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  I had to add the nomodeset to start the "try ubuntu without
  installing" then i tryed to instal and it gave me an error that you
  should be able to see. Please help me!

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

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

[Bug 1780612] [NEW] package libfaad2:amd64 2.8.8-1 failed to install/upgrade: il pacchetto si trova in uno stato di inconsistenza critico: è consigliato installarlo nuovamente prima di tentare la con

2018-07-08 Thread Francesco Peverelli
Public bug reported:

i have no idea

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libfaad2:amd64 2.8.8-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
Date: Sun Jul  8 12:30:42 2018
Dependencies:
 gcc-8-base 8-20180414-1ubuntu2
 libc6 2.27-3ubuntu1
 libgcc1 1:8-20180414-1ubuntu2
ErrorMessage: il pacchetto si trova in uno stato di inconsistenza critico: è 
consigliato  installarlo nuovamente prima di tentare la configurazione.
InstallationDate: Installed on 2017-12-26 (193 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.2
SourcePackage: faad2
Title: package libfaad2:amd64 2.8.8-1 failed to install/upgrade: il pacchetto 
si trova in uno stato di inconsistenza critico: è consigliato  installarlo 
nuovamente prima di tentare la configurazione.
UpgradeStatus: Upgraded to bionic on 2018-05-05 (63 days ago)

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


** Tags: amd64 apport-package bionic

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

Title:
  package libfaad2:amd64 2.8.8-1 failed to install/upgrade: il pacchetto
  si trova in uno stato di inconsistenza critico: è consigliato
  installarlo nuovamente prima di tentare la configurazione.

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

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

[Bug 1775944] [NEW] [SRU] hoteldruid 2.2.2 unusable with php 7.2

2018-06-08 Thread Marco Maria Francesco De Santis
Public bug reported:

[Impact]

* Starting with php 7.1 variables initialized as empty strings are no
more converted to array with a following assignment. Hoteldruid used
many empty string initializations for arrays until version 2.2.2
(current version in Bionic), version 2.2.3 (already in Cosmic) fixes
this. Many warnings about deprecated features in php 7.2 are also fixed
with hoteldruid version 2.2.3.

* Many of these errors make hoteldruid unusable and there could be
potential data losses. For example only 3 wrong dates are displayed in
date pickers, so it's not possible to insert prices or insert a
reservation. Another example is when modifying language or graphic
themes, all previous selections are lost and it falls back to default
values.

[Test Case]

* Install hoteldruid in Bionic and open it in your browser (you can use
the menu entry provided by the package), if needed make the login into
hoteldruid. You'll land in hoteldruid main menu where you can see there
is a form to check availability where only dates from "December 31,
1901" to "January 2, 1902" will be available, instead of all dates of
2018. The same happens in all other pages.

[Regression Potential]

* The chance of regression is low as there are no other packages that
depend (or recommend or suggest) hoteldruid. Also the new upstream
version is a point release consisting mostly of bugfixes.

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

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

Title:
   [SRU] hoteldruid 2.2.2 unusable  with php 7.2

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

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

[Bug 1773271] Re: kwin-dbgsym should be available for installation

2018-05-24 Thread Francesco Belladonna
Please close the bug, the package is named kwin-x11-dbgsym

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

Title:
  kwin-dbgsym should be available for installation

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

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

[Bug 1773271] Re: kwin-dbgsym should be available for installation

2018-05-24 Thread Francesco Belladonna
Looks like kwin-x11-dbgsym is ALSO not available, so consider this still
a bug

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

Title:
  kwin-dbgsym should be available for installation

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

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

[Bug 1773271] [NEW] kwin-dbgsym should be available for installation

2018-05-24 Thread Francesco Belladonna
Public bug reported:

I need to debug some kwin crashes and need debug symbols. They are not
available to install through package manager on Kubuntu 18.04 (bionic)

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: kwin 4:5.12.4-0ubuntu2
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: KDE
Date: Thu May 24 16:08:36 2018
InstallationDate: Installed on 2017-03-11 (438 days ago)
InstallationMedia: Kubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: kwin
UpgradeStatus: Upgraded to bionic on 2018-05-22 (2 days ago)

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


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

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

Title:
  kwin-dbgsym should be available for installation

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

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

[Bug 1768541] Re: package libp11-kit-gnome-keyring 3.20.1-1ubuntu1 failed to install/upgrade: libp11-kit-gnome-keyring:all 3.28.0.2-1ubuntu1 (Multi-Arch: no) is not co-installable with libp11-kit-gnom

2018-05-15 Thread Francesco De Caro
With proposed the issue is solved.

Before:

dpkg: error processing archive 
/var/cache/apt/archives/libp11-kit-gnome-keyring_3.28.0.2-1ubuntu1_all.deb 
(--unpack):
 libp11-kit-gnome-keyring:all 3.28.0.2-1ubuntu1 (Multi-Arch: no) is not 
co-installable with libp11-kit-gnome-keyring which has multiple installed 
instances
Errors were encountered while processing:
 /var/cache/apt/archives/libp11-kit-gnome-keyring_3.28.0.2-1ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

After:

Get:1 http://archive.ubuntu.com/ubuntu bionic-proposed/universe amd64 
libp11-kit-gnome-keyring amd64 3.28.0.2-1ubuntu1.18.04.1 [3.228 B]
Fetched 3.228 B in 0s (23,8 kB/s)   
(Reading database ... 548794 files and directories currently installed.)
Preparing to unpack 
.../libp11-kit-gnome-keyring_3.28.0.2-1ubuntu1.18.04.1_amd64.deb ...
Unpacking libp11-kit-gnome-keyring:amd64 (3.28.0.2-1ubuntu1.18.04.1) over 
(3.20.1-1ubuntu1) ...
Setting up libp11-kit-gnome-keyring:amd64 (3.28.0.2-1ubuntu1.18.04.1) ...


** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  package libp11-kit-gnome-keyring 3.20.1-1ubuntu1 failed to
  install/upgrade: libp11-kit-gnome-keyring:all 3.28.0.2-1ubuntu1
  (Multi-Arch: no) is not co-installable with libp11-kit-gnome-keyring
  which has multiple installed instances

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

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

[Bug 1754199] Re: Mounted Volume ICON not displayed on desktop

2018-05-07 Thread Francesco Fumanti
I am experiencing the same problem on bionic.

My system is an upgrade from artful.

The NFS shares are mounted at: 
/media/sharename 

I don't know whether it is relevant, but I am still using the Unity 7
desktop on bionic.

The shortcuts of the NFS mounts were visible in nautilus on artful,
where I was also using the Unity 7 desktop.

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

Title:
  Mounted Volume ICON not displayed on desktop

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

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

[Bug 1765315] Re: snapd unexpected status error during prepare-device hook

2018-04-19 Thread Francesco Bagagli
** Changed in: snapd (Ubuntu)
   Status: New => Invalid

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

Title:
  snapd unexpected status error during prepare-device hook

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

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

[Bug 1765315] [NEW] snapd unexpected status error during prepare-device hook

2018-04-19 Thread Francesco Bagagli
Public bug reported:

Hi,
we created a new image for our ubuntu core enabled board.

We noticed that the prepare device hook script that worked fine until
core revision 3750, is now unable to perform the serial vault
registration (core revision 4409).

We noticed a bug apparmor-denied-in-prepare-device-hooks and modified
the snap.yaml accordingly

But we optain anyhow an error during the “Initialize device” step:
--
domotz@localhost:~$ snap changes
ID   Status  Spawn Ready Summary
1Done2018-04-18T10:04:18Z  2018-04-18T10:07:19Z  Initialize system state
2Error   2018-04-18T10:05:06Z  2018-04-18T10:06:04Z  Initialize device
--

and:
--
domotz@localhost:~$ snap change 2
Status  Spawn Ready Summary
Done2018-04-18T10:05:06Z  2018-04-18T10:06:04Z  Run prepare-device hook
Done2018-04-18T10:05:06Z  2018-04-18T10:06:02Z  Generate device key
Error   2018-04-18T10:05:06Z  2018-04-18T10:06:01Z  Request device serial

..
Request device serial

2018-04-18T10:06:01Z ERROR cannot deliver device serial request: unexpected 
status 400
--


The prepare device hook script is:
--
#!/bin/sh
set -x
exec >> "$SNAP_COMMON"/prepare-device-hook.log 2>&1
product_serial=$(grep Serial /proc/cpuinfo  | awk '{print $3}')
snapctl set device-service.url="https://serial-vault-partners.canonical.com/v1/;
snapctl set device-service.headers='{"api-key": "secret_api_key", 
"X-Use-Proposed": "yes"}'
snapctl set registration.proposed-serial="\"${product_serial}\""
--

Thanks,

Francesco

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

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

Title:
  snapd unexpected status error during prepare-device hook

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

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

[Bug 1752806] Re: package apparmor 2.10.95-0ubuntu2.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 29

2018-04-18 Thread Francesco
System is now correctly working after last updates.
Thanks

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

Title:
  package apparmor 2.10.95-0ubuntu2.9 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 29

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

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

[Bug 1762577] [NEW] package texlive-latex-base-doc 2013.20140215-1ubuntu0.1 failed to install/upgrade: tentata sovrascrittura di "/usr/share/doc/texlive-doc/latex/url/url.tex.gz" presente anche nel pa

2018-04-09 Thread Francesco
Public bug reported:

i was trying to update some latex packages, but I got some problems during 
intallation.
then i try to recover and reset the installed packages to restore old version 
of dblatex and other connected packages.
now i cannot proceed in both solution: try to purge or try to reinstall.

the "E: Sub-process /usr/bin/dpkg returned an error code (1)" is the error when 
i try to remove/purge/reinstall/install these packages:
- context
- dblatex
- lilypond-data


thks

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: texlive-latex-base-doc 2013.20140215-1ubuntu0.1
ProcVersionSignature: Ubuntu 3.13.0-145.194-generic 3.13.11-ckt39
Uname: Linux 3.13.0-145-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.27
Architecture: amd64
Date: Mon Apr  9 22:30:37 2018
DuplicateSignature: 
package:texlive-latex-base-doc:2013.20140215-1ubuntu0.1:tentata sovrascrittura 
di "/usr/share/doc/texlive-doc/latex/url/url.tex.gz" presente anche nel 
pacchetto texlive-latex-recommended-doc 2013.20140215-1ubuntu0.1
ErrorMessage: tentata sovrascrittura di 
"/usr/share/doc/texlive-doc/latex/url/url.tex.gz" presente anche nel pacchetto 
texlive-latex-recommended-doc 2013.20140215-1ubuntu0.1
InstallationDate: Installed on 2014-01-26 (1534 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.8
 apt  1.0.1ubuntu2.17
SourcePackage: texlive-base
Title: package texlive-latex-base-doc 2013.20140215-1ubuntu0.1 failed to 
install/upgrade: tentata sovrascrittura di 
"/usr/share/doc/texlive-doc/latex/url/url.tex.gz" presente anche nel pacchetto 
texlive-latex-recommended-doc 2013.20140215-1ubuntu0.1
UpgradeStatus: Upgraded to trusty on 2016-02-15 (784 days ago)

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package texlive-latex-base-doc 2013.20140215-1ubuntu0.1 failed to
  install/upgrade: tentata sovrascrittura di "/usr/share/doc/texlive-
  doc/latex/url/url.tex.gz" presente anche nel pacchetto texlive-latex-
  recommended-doc 2013.20140215-1ubuntu0.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1762577/+subscriptions

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

[Bug 1758980] Re: Enabling LIvePatch fails

2018-03-28 Thread Francesco Banconi
The snap with the fix has been released on the edge channel.

** Changed in: canonical-livepatch-client
   Status: Fix Committed => Fix Released

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

Title:
  Enabling LIvePatch fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-livepatch-client/+bug/1758980/+subscriptions

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

[Bug 1758980] Re: Enabling LIvePatch fails

2018-03-28 Thread Francesco Banconi
https://github.com/CanonicalLtd/livepatch-client/pull/56

** Changed in: canonical-livepatch-client
   Status: In Progress => Fix Committed

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

Title:
  Enabling LIvePatch fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-livepatch-client/+bug/1758980/+subscriptions

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

[Bug 1758980] Re: Enabling LIvePatch fails

2018-03-27 Thread Francesco Banconi
** Changed in: canonical-livepatch-client
   Status: New => In Progress

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

Title:
  Enabling LIvePatch fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-livepatch-client/+bug/1758980/+subscriptions

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

[Bug 1756013] Re: 2 instances of onboard onscreen keyboard running and settings only applying to one

2018-03-15 Thread Francesco Fumanti
The main problem is that Onboard was not designed to work with GNOME3,
that has restrictions, that Onboard can hardly bypass. (Onboard is also
incompatible to Wayland, which is an additional issue.) There is a gnome
extension for Onboard that slightly improves the situation, but a proper
compatibility with GNOME 3 requires Onboard to be rewritten, having the
restrictions of GNOME 3 in mind. A rewrite of Onboard started some time
ago under the name of OnboardOSK; but I don't know what state OnboardOSK
is in.

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

Title:
  2 instances of onboard onscreen keyboard running and settings only
  applying to one

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

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

  1   2   3   4   5   6   7   8   9   10   >