[Bug 2046843] Re: Gnome Packagekit crashes when entering a package name search in Ubuntu Noble

2024-07-25 Thread Xavier Guillot
Hi, it's this graphical program.

** Attachment added: "Gnome-Packagekit.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-packagekit/+bug/2046843/+attachment/5800261/+files/Gnome-Packagekit.png

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

Title:
  Gnome Packagekit crashes when entering a package name search in Ubuntu
  Noble

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


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

[Bug 2073267] Re: Guru meditation on VM start

2024-07-18 Thread Xavier Tannier
I have the same problem, solved by uninstalling the version from Ubuntu repo, 
and installing instead the version 7 from virtualbox web site: 
https://www.virtualbox.org/wiki/Linux_Downloads

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

Title:
  Guru meditation on VM start

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


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

[Bug 2046843] Re: Gnome Packagekit crashes when entering a package name search in Ubuntu Noble

2024-06-28 Thread Xavier Guillot
Hi, to help resolve the issue and its cause : I just updated to Ubuntu
development branch 24.10 and bug isn't there anymore, Gnome Packagekit
doesn't crash - so one or many of the updates have corrected the bug.

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

Title:
  Gnome Packagekit crashes when entering a package name search in Ubuntu
  Noble

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


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

[Bug 1983603] Re: PDFMod crashes when trying to insert text in the title property textbox.

2024-06-18 Thread Xavier Poinsard
** Tags added: jammy

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

Title:
  PDFMod crashes when trying to insert text in the title property
  textbox.

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


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

[Bug 2046843] Re: Gnome Packagekit crashes when entering a package name search in Ubuntu Noble

2024-05-08 Thread Xavier Guillot
I still have the issue on Ubuntu 24.04 final :

$ gpk-application

(gpk-application:36353): PackageKit-CRITICAL **: 19:38:03.762: 
pk_client_generic_finish: assertion 'G_IS_TASK (res)' failed
Erreur de segmentation (core dumped)

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

Title:
  Gnome Packagekit crashes when entering a package name search in Ubuntu
  Noble

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


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

[Bug 2063983] Re: 24.04 Upgrade/Fresh Install results in black screen on reboot on AMDGPU system

2024-04-28 Thread Xavier MOGHRABI
I had the same issue while trying to upgrade to Kubuntu 24.04 or install
Kubuntu 24.04 from scratch. I get a black screen at startup.

My graphic card is also an AMD GPU : Radeon RX 7800 XT.

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

Title:
  24.04 Upgrade/Fresh Install results in black screen on reboot on
  AMDGPU system

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


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

[Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2024-04-10 Thread Xavier Gnata
Thanks !

Over the years we have opened these bugs reports on the same issue:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1947770
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1992439

All of them should be closed when Noble will be released.

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

Title:
  No way to encrypt at partition level (dual boot)

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


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

[Bug 2058098] Re: Gpodder doesn't start anymore on Ubuntu 24.04 problem with Python 3.12 - ModuleNotFoundError: No module named 'imp'

2024-03-16 Thread Xavier Guillot
Gpodder doesn't start anymore on Ubuntu 24.04 due to Python 3.12 :

File "/usr/bin/gpodder", lines 172 to 181 :

if gpodder.ui.gtk:
from gpodder.gtkui import app
gpodder.ui_folders.insert(0, os.path.join(ui_folder, 'gtk'))
app.main(options)
else:
logger.error('No GUI selected.')


if __name__ == '__main__':
main()

File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", lines 30 and
31 :

import gpodder
from gpodder import core, util


File "/usr/lib/python3/dist-packages/gpodder/core.py", lines 24 and 25 :

import gpodder
from gpodder import config, dbsqlite, extensions, model, util


File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34 :

import imp


https://github.com/gpodder/gpodder/issues/1614


** Bug watch added: github.com/gpodder/gpodder/issues #1614
   https://github.com/gpodder/gpodder/issues/1614

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

Title:
  Gpodder doesn't start anymore on Ubuntu 24.04  problem with Python
  3.12 -  ModuleNotFoundError: No module named 'imp'

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


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

[Bug 2058098] Re: Gpodder doesn't start anymore on Ubuntu 24.04 problem with Python 3.12 - ModuleNotFoundError: No module named 'imp'

2024-03-16 Thread Xavier Guillot
I don't know why the bug is assigned to project "loupe", as I well wrote
"gpodder" for the package affected !

** Attachment added: "Gpodder-Ubuntu.png"
   
https://bugs.launchpad.net/ubuntu/+source/loupe/+bug/2058098/+attachment/5756383/+files/Gpodder-Ubuntu.png

** Description changed:

  Hi, since a few days I can't launch Gpodder (podcast program -
  https://gpodder.github.io/) anymore, it's because Ubuntu 24.04 now uses
  Python 3.12, and gpodder 3.11.4 does not support it.
  
  It's needed to have the package maintainer please apply
  
https://github.com/gpodder/gpodder/commit/dd9b594d24a541c0f1d3b096e47b6d7f1c11ca7e
  and
  
https://github.com/gpodder/gpodder/commit/510de4b3a0b0444231f87bc6cb60527817847865
  to make it work
  
  "[gpodder.log] ERROR: Uncaught exception: Traceback (most recent call last):
-   File "/usr/bin/gpodder", line 181, in 
- main()
-   File "/usr/bin/gpodder", line 173, in main
- from gpodder.gtkui import app
-   File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", line 31, in 

- from gpodder import core, util
-   File "/usr/lib/python3/dist-packages/gpodder/core.py", line 25, in 
- from gpodder import config, dbsqlite, extensions, model, util
-   File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34, in 

- import imp
+   File "/usr/bin/gpodder", line 181, in 
+ main()
+   File "/usr/bin/gpodder", line 173, in main
+ from gpodder.gtkui import app
+   File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", line 31, in 

+ from gpodder import core, util
+   File "/usr/lib/python3/dist-packages/gpodder/core.py", line 25, in 
+ from gpodder import config, dbsqlite, extensions, model, util
+   File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34, in 

+ import imp
  ModuleNotFoundError: No module named 'imp'
  
  Traceback (most recent call last):
-   File "/usr/bin/gpodder", line 181, in 
- main()
-   File "/usr/bin/gpodder", line 173, in main
- from gpodder.gtkui import app
-   File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", line 31, in 

- from gpodder import core, util
-   File "/usr/lib/python3/dist-packages/gpodder/core.py", line 25, in 
- from gpodder import config, dbsqlite, extensions, model, util
-   File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34, in 

- import imp
+   File "/usr/bin/gpodder", line 181, in 
+ main()
+   File "/usr/bin/gpodder", line 173, in main
+ from gpodder.gtkui import app
+   File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", line 31, in 

+ from gpodder import core, util
+   File "/usr/lib/python3/dist-packages/gpodder/core.py", line 25, in 
+ from gpodder import config, dbsqlite, extensions, model, util
+   File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34, in 

+ import imp
  ModuleNotFoundError: No module named 'imp'"
  
  Upstream bug :
- https://github.com/gpodder/gpodder/issues/1614#issuecomment-1999018682
- 
+ https://github.com/gpodder/gpodder/issues/1614
  Thanks !

** Description changed:

  Hi, since a few days I can't launch Gpodder (podcast program -
  https://gpodder.github.io/) anymore, it's because Ubuntu 24.04 now uses
  Python 3.12, and gpodder 3.11.4 does not support it.
  
  It's needed to have the package maintainer please apply
  
https://github.com/gpodder/gpodder/commit/dd9b594d24a541c0f1d3b096e47b6d7f1c11ca7e
  and
  
https://github.com/gpodder/gpodder/commit/510de4b3a0b0444231f87bc6cb60527817847865
  to make it work
  
  "[gpodder.log] ERROR: Uncaught exception: Traceback (most recent call last):
    File "/usr/bin/gpodder", line 181, in 
  main()
    File "/usr/bin/gpodder", line 173, in main
  from gpodder.gtkui import app
    File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", line 31, in 

  from gpodder import core, util
    File "/usr/lib/python3/dist-packages/gpodder/core.py", line 25, in 
  from gpodder import config, dbsqlite, extensions, model, util
    File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34, in 

  import imp
  ModuleNotFoundError: No module named 'imp'
  
  Traceback (most recent call last):
    File "/usr/bin/gpodder", line 181, in 
  main()
    File "/usr/bin/gpodder", line 173, in main
  from gpodder.gtkui import app
    File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", line 31, in 

  from gpodder import core, util
    File "/usr/lib/python3/dist-packages/gpodder/core.py", line 25, in 
  from gpodder import config, dbsqlite, extensions, model, util
    File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34, in 

  import imp
  ModuleNotFoundError: No module named 'imp'"
  
  Upstream bug :
  https://github.com/gpodder/gpodder/issues/1614
+ 
  Thanks !

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

Title:
  Gpodder doesn'

[Bug 2058098] [NEW] Gpodder doesn't start anymore on Ubuntu 24.04 problem with Python 3.12 - ModuleNotFoundError: No module named 'imp'

2024-03-16 Thread Xavier Guillot
Public bug reported:

Hi, since a few days I can't launch Gpodder (podcast program -
https://gpodder.github.io/) anymore, it's because Ubuntu 24.04 now uses
Python 3.12, and gpodder 3.11.4 does not support it.

It's needed to have the package maintainer please apply
https://github.com/gpodder/gpodder/commit/dd9b594d24a541c0f1d3b096e47b6d7f1c11ca7e
and
https://github.com/gpodder/gpodder/commit/510de4b3a0b0444231f87bc6cb60527817847865
to make it work

"[gpodder.log] ERROR: Uncaught exception: Traceback (most recent call last):
  File "/usr/bin/gpodder", line 181, in 
main()
  File "/usr/bin/gpodder", line 173, in main
from gpodder.gtkui import app
  File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", line 31, in 

from gpodder import core, util
  File "/usr/lib/python3/dist-packages/gpodder/core.py", line 25, in 
from gpodder import config, dbsqlite, extensions, model, util
  File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34, in 

import imp
ModuleNotFoundError: No module named 'imp'

Traceback (most recent call last):
  File "/usr/bin/gpodder", line 181, in 
main()
  File "/usr/bin/gpodder", line 173, in main
from gpodder.gtkui import app
  File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", line 31, in 

from gpodder import core, util
  File "/usr/lib/python3/dist-packages/gpodder/core.py", line 25, in 
from gpodder import config, dbsqlite, extensions, model, util
  File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34, in 

import imp
ModuleNotFoundError: No module named 'imp'"

Upstream bug :
https://github.com/gpodder/gpodder/issues/1614

Thanks !

** Affects: loupe (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/2058098

Title:
  Gpodder doesn't start anymore on Ubuntu 24.04  problem with Python
  3.12 -  ModuleNotFoundError: No module named 'imp'

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


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

[Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-03-16 Thread Xavier Guillot
Hi, for Gnome-packagekit it's related to this behavior :

https://bugs.launchpad.net/ubuntu/+source/gnome-packagekit/+bug/2046843

I run Ubuntu development branch 24.04 and I have a problem with Gnome
PackageKit 43.0-2 : application launches well, but if I write a program
/ package name in the search field and click on"Enter", it crashes and
closes :

$ gpk-application

(gpk-application:6130): PackageKit-CRITICAL **: 10:51:02.410: 
pk_client_generic_finish: assertion 'G_IS_TASK (res)' failed
Erreur de segmentation (core dumped)

It stills occurs on my computer…

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

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


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

[Bug 2047447] Re: No valid source.list found while upgrading from mantic to noble

2024-03-15 Thread Xavier Humbert
I can confirm that putting aside vscode.list allowed me to do the upgrade
Thanks
Xavier

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

Title:
  No valid source.list found while upgrading from mantic to noble

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


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

[Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-03-14 Thread Xavier Guillot
Fix released for Firrefox (Nightly) 125.
Since a few days, I can't launch Gpodder (podcast program) anymore, is it also 
related to this bug or is it something different ?
"[gpodder.log] ERROR: Uncaught exception: Traceback (most recent call last):
  File "/usr/bin/gpodder", line 181, in 
main()
  File "/usr/bin/gpodder", line 173, in main
from gpodder.gtkui import app
  File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", line 31, in 

from gpodder import core, util
  File "/usr/lib/python3/dist-packages/gpodder/core.py", line 25, in 
from gpodder import config, dbsqlite, extensions, model, util
  File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34, in 

import imp
ModuleNotFoundError: No module named 'imp'

Traceback (most recent call last):
  File "/usr/bin/gpodder", line 181, in 
main()
  File "/usr/bin/gpodder", line 173, in main
from gpodder.gtkui import app
  File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", line 31, in 

from gpodder import core, util
  File "/usr/lib/python3/dist-packages/gpodder/core.py", line 25, in 
from gpodder import config, dbsqlite, extensions, model, util
  File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34, in 

import imp
ModuleNotFoundError: No module named 'imp'"

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

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


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

[Bug 2047447] Re: No valid source.list found while upgrading from mantic to noble

2024-03-13 Thread Xavier Humbert
Files attached

** Attachment added: "aptsources.tar.bz2"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2047447/+attachment/5755869/+files/aptsources.tar.bz2

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

Title:
  No valid source.list found while upgrading from mantic to noble

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


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

[Bug 2047447] Re: No valid source.list found while upgrading from mantic to noble

2024-03-13 Thread Xavier Humbert
Yes I have some more :

[xavier@imladris ~]$ ll /etc/apt/sources.list.d/*sources
-rw-r--r-- 1 root root  122 Sep  1  2023 
/etc/apt/sources.list.d/alessandro-strada-ubuntu-ppa-groovy.sources
-rw-r--r-- 1 root root 1805 Sep 12  2023 
/etc/apt/sources.list.d/ancestris-ubuntu-ancestris-stable-lunar.sources
-rw-r--r-- 1 root root   92 Sep  1  2023 
/etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-hirsute.sources
-rw-r--r-- 1 root root  111 Sep  1  2023 /etc/apt/sources.list.d/fortine.sources
-rw-r--r-- 1 root root   99 Sep  1  2023 
/etc/apt/sources.list.d/google-earth-pro.sources
-rw-r--r-- 1 root root  114 Sep  1  2023 
/etc/apt/sources.list.d/inkscape_dev-ubuntu-stable-hirsute.sources
-rw-r--r-- 1 root root   97 Sep  1  2023 
/etc/apt/sources.list.d/jtaylor-ubuntu-keepass-impish.sources
-rw-r--r-- 1 root root  112 Sep  1  2023 
/etc/apt/sources.list.d/mscore-ubuntu-ubuntu-mscore3-stable-hirsute.sources
-rw-r--r-- 1 root root  133 Sep  1  2023 
/etc/apt/sources.list.d/musicbrainz-developers-ubuntu-stable-kinetic.sources
-rw-r--r-- 1 root root 1541 Sep  1  2023 
/etc/apt/sources.list.d/noobslab-ubuntu-macbuntu-cosmic.sources
-rw-r--r-- 1 root root  122 Sep  1  2023 
/etc/apt/sources.list.d/pgadmin4.sources
-rw-r--r-- 1 root root  107 Sep  1  2023 /etc/apt/sources.list.d/pgdg.sources
-rw-r--r-- 1 root root  113 Sep  1  2023 
/etc/apt/sources.list.d/python2-stuff.sources
-rw-r--r-- 1 root root   86 Sep  1  2023 /etc/apt/sources.list.d/rudder.sources
-rw-r--r-- 1 root root  118 Mar  4 13:50 
/etc/apt/sources.list.d/runner_gitlab-runner.sources
-rw-r--r-- 1 root root  107 Sep  1  2023 /etc/apt/sources.list.d/teams.sources
-rw-r--r-- 1 root root  114 Sep  1  2023 
/etc/apt/sources.list.d/teamviewer.sources
-rw-r--r-- 1 root root  146 Sep  1  2023 
/etc/apt/sources.list.d/third-party.sources
-rw-r--r-- 1 root root  128 Sep  1  2023 
/etc/apt/sources.list.d/ubuntu-esm-apps.sources
-rw-r--r-- 1 root root  131 Sep  1  2023 
/etc/apt/sources.list.d/ubuntu-esm-infra.sources
-rw-r--r-- 1 root root  585 Sep  1  2023 /etc/apt/sources.list.d/ubuntu.sources
-rw-r--r-- 1 root root  759 Sep  1  2023 
/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-jammy.sources

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

Title:
  No valid source.list found while upgrading from mantic to noble

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


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

[Bug 2047447] Re: No valid source.list found while upgrading from mantic to noble

2024-03-13 Thread Xavier Humbert
Hi Nick
This file :

Types: deb
URIs: http://fr.archive.ubuntu.com/ubuntu/
Suites: mantic mantic-updates mantic-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

Types: deb
URIs: http://security.ubuntu.com/ubuntu
Suites: mantic-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

Enabled: no
Types: deb
URIs: http://fr.archive.ubuntu.com/ubuntu/
Suites: lunar-proposed
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

Regards

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

Title:
  No valid source.list found while upgrading from mantic to noble

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


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

[Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-03-08 Thread Xavier Guillot
I reported the bug upstream for Firefox - if you have a Bugzilla account
on Mozilla and are affected, you could confirm it please :

https://bugzilla.mozilla.org/show_bug.cgi?id=1884347

** Bug watch added: Mozilla Bugzilla #1884347
   https://bugzilla.mozilla.org/show_bug.cgi?id=1884347

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

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


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

[Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-03-07 Thread Xavier Guillot
Yes, since today's updates, Firefox Nightly 125.0a1 from Mozilla
repositery which worked very fined until now, stopped : program still
well starts, but every tab gets a crash error and doesn't laod the page
(even the start about:blank one)…

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

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


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

[Bug 2047447] Re: No valid source.list found while upgrading from mantic to noble

2024-03-04 Thread Xavier Humbert
Workaround :

As mentioned by A (zorn-v), the culprit is the (deprecated) file 
/etc/apt/sources.list
Populating with a minimal content :

deb http://fr.archive.ubuntu.com/ubuntu mantic main
deb http://fr.archive.ubuntu.com/ubuntu mantic universe

allows the installation to continue, with a ton of warnings about
duplicate origins, that you should ignore

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

Title:
  No valid source.list found while upgrading from mantic to noble

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


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

[Bug 1521173] Re: AER: Corrected error received: id=00e0

2024-03-01 Thread Xavier
Hi there !

Same errors are spamming my logs, and my console...
(Nearly) Fresh install on a Ubuntu server 22.04.4 LTS, motherboard Asus Pro 
Q670M-C-CSM. Kernel is 5.15.0-97-generic
The "pci=noaer" grub patch does the job, but I’d rather not put the dust under 
the carpet ;-)
Output of dmesg and lspci -vv attached if it could help.

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

Title:
  AER: Corrected error received: id=00e0

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


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

[Bug 1521173] Re: AER: Corrected error received: id=00e0

2024-03-01 Thread Xavier
** Attachment added: "outputs_AER_errors"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521173/+attachment/5751174/+files/outputs_AER_errors

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

Title:
  AER: Corrected error received: id=00e0

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


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

[Bug 2054560] Re: Xorg freeze: i915 flips and commits are timing out

2024-02-28 Thread Xavier
Hi Daniel, thank you for your advice : in fact, moving to Wayland seems to 
solve the issue.
However, I am not ready to switch to Wayland because it has some annoying side 
effects :  a few application/functionalities that I use on a daily basis work 
differently or not with wayland.

I have realized also that with x.org, there is no freeze when using
PowerSave mode (might be related to the log you mentioned in your last
post).

I will try  to stay on kernel 6.2 or 6.5 with PowerSave mode for now.

Thank you for your help. For my concern this issue can be closed.
Xavier

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

Title:
  Xorg freeze: i915 flips and commits are timing out

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


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

[Bug 2055044] [NEW] GIMP crash at closure

2024-02-26 Thread Xavier Besnard
Public bug reported:

Hello.

I report a bug or supposed to be a bug concerning GIMP. I had worked
with GIMP without pb.

When closing the GIMP session, I got a crash (Refer to reported info
below).

My configuration is Kubuntu 24.04 (Dev) Noble updated daily.

I remain available to provide further information.
Thanks to you for your support. Regards. Xavier





```
GNU Image Manipulation Program version 2.10.36
git-describe: GIMP_2_10_36
Build: unknown rev 0 for linux
# C compiler #
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 
13.2.0-7ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs 
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-13 
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
--libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib 
--enable-libphobos-checking=release --with-target-system-zlib=auto 
--enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet 
--with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 
--enable-multilib --with-tune=generic 
--enable-offload-targets=nvptx-none=/build/gcc-13-p2aSDx/gcc-13-13.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-p2aSDx/gcc-13-13.2.0/debian/tmp-gcn/usr
 --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu 
--with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.2.0 (Ubuntu 13.2.0-7ubuntu1) 

# Libraries #
using babl version 0.1.108 (compiled against version 0.1.106)
using GEGL version 0.4.48 (compiled against version 0.4.44)
using GLib version 2.79.1 (compiled against version 2.78.1)
using GdkPixbuf version 2.42.10 (compiled against version 2.42.10)
using GTK+ version 2.24.33 (compiled against version 2.24.33)
using Pango version 1.51.0 (compiled against version 1.51.0)
using Fontconfig version 2.14.2 (compiled against version 2.14.2)
using Cairo version 1.18.0 (compiled against version 1.18.0)

```
> fatal error: Erreur de segmentation

Stack trace:
```

# Stack traces obtained from PID 23798 - Thread 23798 #


This GDB supports auto-downloading debuginfo from the following URLs:
  <https://debuginfod.ubuntu.com>
Enable debuginfod for this session? (y or [n]) [answered N; input not from 
terminal]
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[New LWP 24048]
[New LWP 23812]
[New LWP 23807]
[New LWP 23806]
[New LWP 23805]
[New LWP 23801]
[New LWP 23800]
[New LWP 23799]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7f43ec8a9c53 in malloc_consolidate (av=av@entry=0x7f43eca03ac0 
) at ./malloc/malloc.c:4850
  Id   Target IdFrame 
* 1Thread 0x7f43ebef83c0 (LWP 23798) "gimp-2.10"0x7f43ec8a9c53 in 
malloc_consolidate (av=av@entry=0x7f43eca03ac0 ) at 
./malloc/malloc.c:4850
  2Thread 0x7f43a59fc6c0 (LWP 24048) "swap writer"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  3Thread 0x7f43ad41e6c0 (LWP 23812) "async"syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  4Thread 0x7f43e885b6c0 (LWP 23807) "gdbus"0x7f43ec91b4bd in 
__GI___poll (fds=0x7f4390001510, nfds=4, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
  5Thread 0x7f43e141f6c0 (LWP 23806) "gmain"0x7f43ec91b4bd in 
__GI___poll (fds=0x55b137b3c890, nfds=2, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
  6Thread 0x7f43e0c1e6c0 (LWP 23805) "pool-spawner" syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  7Thread 0x7f43e3fff6c0 (LWP 23801) "worker"   syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  8Thread 0x7f43ea86a6c0 (LWP 23800) "worker"   syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  9Thread 0x7f43eb06b6c0 (LWP 23799) "worker"   syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38

Thread 9 (Thread 0x7f43eb06b6c0 (LWP 23799) "worker"):
#0  syscall () at ../sysdeps/unix/sysv/linu

[Bug 1931715] Re: [Lenovo Ideapad S145 82DJ0001BR] touchpad not working - does not appear on "cat /proc/bus/input/devices"

2022-05-23 Thread Thiago Flaulhabe Xavier Gomes
No, I'm using Ubuntu 20.04.4 LTS.

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

Title:
  [Lenovo Ideapad S145 82DJ0001BR] touchpad not working - does not
  appear on "cat /proc/bus/input/devices"

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


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

[Bug 1931715] Re: [Lenovo Ideapad S145 82DJ0001BR] touchpad not working - does not appear on "cat /proc/bus/input/devices"

2022-05-22 Thread Thiago Flaulhabe Xavier Gomes
Hey, how can I try this test kernel (5.18.0-3)? I've downloaded the
three files in the link above but I can't install any of them, I'm
always receiving the "unmet dependencies" warning.

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

Title:
  [Lenovo Ideapad S145 82DJ0001BR] touchpad not working - does not
  appear on "cat /proc/bus/input/devices"

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


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

[Bug 1942951] Re: devhelp doesn't display any help pages

2022-05-11 Thread Xavier Claessens
I can confirm that `mv ~/.local/share/mime ~/.local/share/mime-back`
worked for me.

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

Title:
  devhelp doesn't display any help pages

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


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

[Bug 1969273] Re: Doc pages are not displayed

2022-05-11 Thread Xavier Claessens
*** This bug is a duplicate of bug 1942951 ***
https://bugs.launchpad.net/bugs/1942951

I think it's duplicate of
https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1942951, the
workaround proposed there worked for me.

** This bug has been marked a duplicate of bug 1942951
   devhelp doesn't display any help pages

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

Title:
  Doc pages are not displayed

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


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

[Bug 1970200] Re: devhelp showing just a white blank page

2022-05-11 Thread Xavier Claessens
*** This bug is a duplicate of bug 1942951 ***
https://bugs.launchpad.net/bugs/1942951

I think it's duplicate of
https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1942951, the
workaround proposed there worked for me.

** This bug has been marked a duplicate of bug 1942951
   devhelp doesn't display any help pages

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

Title:
  devhelp showing just a white blank page

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


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

[Bug 1510731] Re: Bug in ubiquity-frontend-kde: Can't create LUKS encrypted volumes during manual disk setup in Kubuntu 17.10 (does not affect Ubuntu, Ubuntu MATE, or Ubuntu Budgie)

2022-04-28 Thread Xavier Gnata
The bug is still present in Kubuntu 22.04 :( :(
If someone could have a look at this bug. Again, it is a security issue.

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

Title:
  Bug in ubiquity-frontend-kde: Can't create LUKS encrypted volumes
  during manual disk setup in Kubuntu 17.10 (does not affect Ubuntu,
  Ubuntu MATE, or Ubuntu Budgie)

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


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

[Bug 1947770] Re: "Install alongside another OS" option is missing from Kubuntu installer

2022-04-28 Thread Xavier Gnata
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1799550 is related.
There is still no way to install 22.04 in dual boot with windows on an 
encrypted partition without having to use the command line.

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

Title:
  "Install alongside another OS" option is missing from Kubuntu
  installer

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


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

[Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2022-04-28 Thread Xavier Gnata
No progress with 22.04.
It is not possbile to install 22.04 alongside windows in an encrypted 
partitiono without have to use the command line to create/open the luks 
container.
This bug is more that 3 years old.
It is a severe security isssue as many users will end up installing kubuntu on 
a not encrypted partition.

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

Title:
  No way to encrypt at partition level (dual boot)

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


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

[Bug 1970279] Re: [amdgpu] My monitor image turned yellow.

2022-04-27 Thread Breno Luis da Silva Xavier
In the Xorg session.

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

Title:
  [amdgpu] My monitor image turned yellow.

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


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

[Bug 1966849] Re: gzip exec format error under WSL

2022-04-27 Thread Xavier Rodriguez Bores Hardy
I download the file https://ftp.gnu.org/gnu/gzip/gzip-1.12.tar.gz
I Untar it tar xvzf with ubuntu 20
I copy all the files to Ubuntu 22
I run the ./configure
I run make
I run sudo make install
I exit the terminal
I log in again
and the new gzip 1.12 work very good

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

Title:
  gzip exec format error under WSL

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


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

[Bug 1970279] [NEW] My monitor image turned yellow.

2022-04-25 Thread Breno Luis da Silva Xavier
Public bug reported:

I had to switch from Wayland to Xorg on the login screen, and after
login the screen had a yellow filter.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
Uname: Linux 5.15.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr 25 18:59:04 2022
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15d8] (rev c9) (prog-if 00 [VGA controller])
   Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Picasso [1002:15d8]
InstallationDate: Installed on 2022-04-23 (2 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-25-generic 
root=UUID=6abdccf1-2e9d-4265-a466-6dcef0abc427 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/09/2019
dmi.bios.release: 5.14
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P5.40
dmi.board.name: A320M-HD
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP5.40:bd07/09/2019:br5.14:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnA320M-HD:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.110-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.1-1ubuntu2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-bug jammy ubuntu 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/1970279

Title:
  My monitor image turned yellow.

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


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

[Bug 1847283] Re: Not work: "01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter"

2022-04-16 Thread Michael Xavier
In ubuntu 22.04 the Wi-Fi worked but not the bluetooth so I installed the 
rtl8821ce-dkms driver through apt and when rebooting the system the Wi-Fi did 
not work.
HP 15-dw1073la

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

Title:
  Not work: "01:00.0 Network controller: Realtek Semiconductor Co., Ltd.
  RTL8821CE 802.11ac PCIe Wireless Network Adapter"

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


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

[Bug 1847283] Re: Not work: "01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter"

2022-04-16 Thread Michael Xavier
** Changed in: rtl8821ce (Ubuntu)
   Status: Expired => New

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

Title:
  Not work: "01:00.0 Network controller: Realtek Semiconductor Co., Ltd.
  RTL8821CE 802.11ac PCIe Wireless Network Adapter"

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


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

[Bug 1969273] [NEW] Doc pages are not displayed

2022-04-16 Thread Xavier Claessens
Public bug reported:

None of the documentation pages gets displayed on Jammy. Probably an
issue with WebKit.

** Affects: devhelp (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/1969273

Title:
  Doc pages are not displayed

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


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

[Bug 1966418] Re: [jammy regression] webkit apps do not display content (yelp, epiphany, gnome-online-accounts etc)

2022-04-15 Thread Xavier Claessens
Evolution and Online Accounts seems fixed in Jammy now. However devhelp
still cannot display documentation pages. Maybe unrelated issue?

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

Title:
  [jammy regression] webkit apps do not display content (yelp, epiphany,
  gnome-online-accounts etc)

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


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

[Bug 1966871] Re: Unable to play music in gnome but able to play in "speaker-test" after upgrade

2022-03-30 Thread Xavier Hsinyuan
Fixed after checking pipewire-media-session release note. Thanks for
your reply!

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

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

Title:
  Unable to play music in gnome but able to play in "speaker-test" after
  upgrade

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


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

[Bug 1966871] [NEW] Unable to play music in gnome but able to play in "speaker-test" after upgrade

2022-03-29 Thread Xavier Hsinyuan
Public bug reported:

Description:Ubuntu Jammy Jellyfish (development branch)
Release:22.04
==
pulseaudio:
  Installed:1:15.99.1+dfsg1-1ubuntu1
pipewire:
  Installed:0.3.48-1ubuntu1
==

After upgrade to 22.04 dev branch, it seems that gnome the desktop
environment and applications can't detect sound output devices. But
"speaker-test" and "aplay" works fine with root privileges.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: pulseaudio 1:15.99.1+dfsg1-1ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D2', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D10p', '/dev/snd/pcmC0D9p', '/dev/snd/pcmC0D8p', 
'/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Mar 29 15:01:27 2022
InstallationDate: Installed on 2021-05-01 (332 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
SourcePackage: pulseaudio
Symptom: audio
UpgradeStatus: Upgraded to jammy on 2022-01-23 (64 days ago)
dmi.bios.date: 09/11/2020
dmi.bios.release: 106.117
dmi.bios.vendor: INSYDE Corp.
dmi.bios.version: XMAKB5R0P0E07
dmi.board.asset.tag: Any
dmi.board.name: TM1701
dmi.board.vendor: Timi
dmi.board.version: MP
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Timi
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 0.7
dmi.modalias: 
dmi:bvnINSYDECorp.:bvrXMAKB5R0P0E07:bd09/11/2020:br106.117:efr0.7:svnTimi:pnTM1701:pvr:rvnTimi:rnTM1701:rvrMP:cvnTimi:ct10:cvrChassisVersion:skuTM1701-16773:
dmi.product.family: Timibook
dmi.product.name: TM1701
dmi.product.sku: TM1701-16773
dmi.sys.vendor: Timi

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


** Tags: amd64 apport-bug jammy 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/1966871

Title:
  Unable to play music in gnome but able to play in "speaker-test" after
  upgrade

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


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

[Bug 1961365] Re: 2.54.3+18.04.2ubuntu0.1 update on bionic breaks fish shell

2022-02-21 Thread Xavier Delaruelle
I have just tested the /usr/share/fish/vendor_conf.d/snapd.fish file
proposed in pull request 11416 on a ubuntu 18.04 environment. The new
file works correctly. So the pull request should fix this issue.

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

Title:
  2.54.3+18.04.2ubuntu0.1 update on bionic breaks fish shell

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


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

[Bug 1961365] Re: 2.54.3+18.04.2ubuntu0.1 update on bionic breaks fish shell

2022-02-20 Thread Xavier Delaruelle
There was an attempt to mark this bug as duplicate of #1957948.

The fix provided in 2.54.3+18.04.2ubuntu0.1 should fix #1957948 but not
this bug as the --path option of set command is not supported on fish
2.7 (version shipped in ubuntu 18.04).

** This bug is no longer a duplicate of bug 1957948
   2.54.2+21.10 introduces a call in vendor_conf.d/snapd.fish to fish function 
`fish_add_path` which requires fish 3.2 or later (Impish only packages fish 3.1)

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

Title:
  2.54.3+18.04.2ubuntu0.1 update on bionic breaks fish shell

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


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

[Bug 1961365] Re: 2.54.3+18.04.2ubuntu0.1 update on bionic breaks fish shell

2022-02-19 Thread Xavier Delaruelle
** Summary changed:

- 2.54.3+18.04 update on bionic breaks fish shell
+ 2.54.3+18.04.2ubuntu0.1 update on bionic breaks fish shell

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

Title:
  2.54.3+18.04.2ubuntu0.1 update on bionic breaks fish shell

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


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

[Bug 1961365] Re: 2.54.3+18.04 update on bionic breaks fish shell

2022-02-19 Thread Xavier Delaruelle
Hi Alberto & all,

I have just tested snapd 2.54.3+18.04.2ubuntu0.1 on ubuntu 18.04 and the
data/env/snapd.fish.in fix does not totally correct the issue. Here is
the new error message obtain:

```
set: Unknown option '--path'
  
/usr/share/fish/vendor_conf.d/snapd.fish (line 11): 
  
set --path --export XDG_DATA_DIRS $XDG_DATA_DIRS
  
^   
  
from sourcing file /usr/share/fish/vendor_conf.d/snapd.fish 
  
   called on line 250 of file /usr/share/fish/config.fish   
```

So the --path option is not supported by the version of fish shell
available on ubuntu 18.04 (fish 2.7.1)

** Changed in: snapd (Ubuntu)
   Status: Fix Released => Incomplete

** Changed in: snapd (Ubuntu)
   Status: Incomplete => New

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

Title:
  2.54.3+18.04 update on bionic breaks fish shell

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


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

[Bug 1961365] [NEW] 2.54.3+18.04 update on bionic breaks fish shell

2022-02-17 Thread Xavier Delaruelle
Public bug reported:

The recent 2.54.3+18.04 update made for ubuntu bionic provides a
`/usr/share/fish/vendor_conf.d/snapd.fish` file which does not seem
compatible with the version of the fish shell shipped on this
distribution release (2.7.1).

Here are the error message obtained when starting the fish shell with
the new snapd package:

```
fish: Unknown command 'fish_add_path -aP /snap/bin' 
  
/usr/share/fish/vendor_conf.d/snapd.fish (line 3):  
  
fish_add_path -aP $snap_bin_path
  
^   
  
from sourcing file /usr/share/fish/vendor_conf.d/snapd.fish 
  
  called on line 250 of file /usr/share/fish/config.fish
  

  
from sourcing file /usr/share/fish/config.fish  
  
  called during startup 
  

  
fish: Unknown command '! contains /var/lib/snapd/desktop'   
  
/usr/share/fish/vendor_conf.d/snapd.fish (line 9):  
  
if ! contains $snap_xdg_path $XDG_DATA_DIRS 
  
   ^
  
from sourcing file /usr/share/fish/vendor_conf.d/snapd.fish 
  
  called on line 250 of file /usr/share/fish/config.fish
  

  
from sourcing file /usr/share/fish/config.fish  
  
  called during startup   
```

I use the bionic container on Github Action to check the behavior of my
project (https://github.com/cea-hpc/modules) against fish shell.
Somehow, snapd is included on this container. Things were fine until
yesterday morning. Unfortunately I cannot identify the previous version
of snapd used, as it seems to be installed prior any specific
installation made for my test in the CI environment.

Commit
https://github.com/snapcore/snapd/commit/2a94f057cfe52f004ba6dd60cd9d8646080118fe
may help to fix this issue. Package on bionic should be updated to
include this fix. Strange things is that the fixed file is said to be
part of 2.54, but the 2.54.3+18.04 package on bionic still contain the
previous code.

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

Title:
  2.54.3+18.04 update on bionic breaks fish shell

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


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

[Bug 1955845] ProcEnviron.txt

2021-12-29 Thread Xavier Llamas
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1955845/+attachment/5550292/+files/ProcEnviron.txt

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

Title:
  i915 :00:02.0: [drm] GPU HANG: ecode 12:1:859b, in gnome-shell

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


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

[Bug 1955845] Re: i915 0000:00:02.0: [drm] GPU HANG: ecode 12:1:859ffffb, in gnome-shell

2021-12-29 Thread Xavier Llamas
apport information

** Tags added: apport-collected impish

** Description changed:

  i915 driver problem
  
  I get constant GPU HANGS which render de computer unusable. The only solution 
I have found is to boot with the nomodeset flag, but this prevents the HDMI 
port from working.
  I'm using Ubuntu 21.10 Kernel 5.16.0rc6 (same problem with all other pervious 
kernels)
  Linux squid 5.16.0-051600rc6-generic #202112192330 SMP PREEMPT Sun Dec 19 
23:34:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu71
+ Architecture: amd64
+ CasperMD5CheckResult: unknown
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 21.10
+ InstallationDate: Installed on 2021-11-23 (35 days ago)
+ InstallationMedia: Ubuntu 18.04.6 LTS "Bionic Beaver" - Release amd64 
(20210915)
+ Package: linux (not installed)
+ Tags:  impish
+ Uname: Linux 5.16.0-051600rc6-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: Upgraded to impish on 2021-11-29 (29 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1955845/+attachment/5550291/+files/ProcCpuinfoMinimal.txt

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

Title:
  i915 :00:02.0: [drm] GPU HANG: ecode 12:1:859b, in gnome-shell

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


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

[Bug 1955845] Re: i915 0000:00:02.0: [drm] GPU HANG: ecode 12:1:859ffffb, in gnome-shell

2021-12-28 Thread Xavier Llamas
I'm available to perform any test required and provide further
information

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

Title:
  i915 :00:02.0: [drm] GPU HANG: ecode 12:1:859b, in gnome-shell

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


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

[Bug 1955845] Re: i915 0000:00:02.0: [drm] GPU HANG: ecode 12:1:859ffffb, in gnome-shell

2021-12-28 Thread Xavier Llamas
Relevant log files are in attachment.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  i915 :00:02.0: [drm] GPU HANG: ecode 12:1:859b, in gnome-shell

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


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

[Bug 1955845] Re: i915 0000:00:02.0: [drm] GPU HANG: ecode 12:1:859ffffb, in gnome-shell

2021-12-27 Thread Xavier Llamas
** Description changed:

+ i915 driver problem
+ 
  I get constant GPU HANGS which render de computer unusable. The only solution 
I have found is to boot with the nomodeset flag, but this prevents the HDMI 
port from working.
  I'm using Ubuntu 21.10 Kernel 5.16.0rc6 (same problem with all other pervious 
kernels)
  Linux squid 5.16.0-051600rc6-generic #202112192330 SMP PREEMPT Sun Dec 19 
23:34:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  i915 :00:02.0: [drm] GPU HANG: ecode 12:1:859b, in gnome-shell

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


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

[Bug 1955845] [NEW] i915 0000:00:02.0: [drm] GPU HANG: ecode 12:1:859ffffb, in gnome-shell

2021-12-27 Thread Xavier Llamas
Public bug reported:

I get constant GPU HANGS which render de computer unusable. The only solution I 
have found is to boot with the nomodeset flag, but this prevents the HDMI port 
from working.
I'm using Ubuntu 21.10 Kernel 5.16.0rc6 (same problem with all other pervious 
kernels)
Linux squid 5.16.0-051600rc6-generic #202112192330 SMP PREEMPT Sun Dec 19 
23:34:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "dmidecode_dmesg_xrandr_lspci.txt"
   
https://bugs.launchpad.net/bugs/1955845/+attachment/5549835/+files/dmidecode_dmesg_xrandr_lspci.txt

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

Title:
  i915 :00:02.0: [drm] GPU HANG: ecode 12:1:859b, in gnome-shell

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


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

[Bug 1917152] Re: File moved with Cut-Paste from a search filter still appears on original screen and if deleted disappears from new folder

2021-11-07 Thread Xavier Guillot
** Bug watch added: gitlab.gnome.org/GNOME/nautilus/-/issues #1723
   https://gitlab.gnome.org/GNOME/nautilus/-/issues/1723

** Also affects: nautilus via
   https://gitlab.gnome.org/GNOME/nautilus/-/issues/1723
   Importance: Unknown
   Status: Unknown

** Also affects: tracker (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/1917152

Title:
  File moved with Cut-Paste from a search filter still appears on
  original screen and if deleted disappears from new folder

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


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

[Bug 1917152] Re: File moved with Cut-Paste from a search filter still appears on original screen and if deleted disappears from new folder

2021-11-07 Thread Xavier Guillot
It seems that search results are given by Tracker, which is a separate
app dedicated to searching. This is a config option / design choice.

To fix this, Nautilus would need to ping D-Bus that the file has moved,
Tracker see's this event and updates it's cache and again notifies D-Bus
that this event has happened.

Nautilus needs to subscribe to this (not just a one time fetch) and
update any view which shows this file.

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

Title:
  File moved with Cut-Paste from a search filter still appears on
  original screen and if deleted disappears from new folder

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


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

[Bug 1917152] Re: File moved with Cut-Paste from a search filter still appears on original screen and if deleted disappears from new folder

2021-11-07 Thread Xavier Guillot
Problem is still present on Ubuntu 21.10 with Nautilus 40.2

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

Title:
  File moved with Cut-Paste from a search filter still appears on
  original screen and if deleted disappears from new folder

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


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

Re: [Bug 1946664] Re: account setup window becomes unconfigured

2021-10-12 Thread Luis Augusto Xavier Cruz
Sebastian,
I have not noticed any similar problem in any other application that I have
used on the system.
I am sorry but I am new to using the system and I did not understand if the
rendering problems you mentioned refer to any application that I need to
test? (...rendering problems in yelp , devhelp or epiphany-browser?)

Em ter., 12 de out. de 2021 às 11:35, Sebastien Bacher <
1946...@bugs.launchpad.net> escreveu:

> Thank you for your bug report, it seems corruption in webkitgtk views.
> Do you get similar rendering problems in yelp , devhelp or epiphany-
> browser?
>
> ** Changed in: xorg (Ubuntu)
>Status: New => Incomplete
>
> ** Summary changed:
>
> - account setup window becomes unconfigured
> + [raspi] screen correct on online accounts webviews
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1946664
>
> Title:
>   [raspi] screen correct on online accounts webviews
>
> Status in xorg package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I installed ubuntu desktop on my Raspberrypi 4b. I set up the ubuntu
>   sign-one account, but to set up the Google and Microsoft account, the
>   window to enter the account data gets misconfigured on the screen and
>   does not read the fields to enter the data and set up access to my
>   accounts.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 21.04
>   Package: xorg 1:7.7+22ubuntu1
>   ProcVersionSignature: Ubuntu 5.11.0-1019.20-raspi 5.11.22
>   Uname: Linux 5.11.0-1019-raspi aarch64
>   ApportVersion: 2.20.11-0ubuntu65.3
>   Architecture: arm64
>   BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
>   CasperMD5CheckResult: unknown
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Mon Oct 11 12:12:33 2021
>   DistUpgraded: Fresh install
>   DistroCodename: hirsute
>   DistroVariant: ubuntu
>   GraphicsCard:
>
>   ImageMediaBuild: 20210421
>   Lspci-vt: -[:00]---00.0-[01]00.0  VIA Technologies, Inc. VL805
> USB 3.0 Host Controller
>   ProcEnviron:
>LANGUAGE=pt_BR:pt:en
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=pt_BR.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: coherent_pool=1M 8250.nr_uarts=0
> snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1
> video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:BB:4B:64
> vc_mem.mem_base=0x3eb0 vc_mem.mem_size=0x3ff0  dwc_otg.lpm_enable=0
> console=tty1 root=LABEL=writable rootfstype=ext4 elevator=deadline rootwait
> fixrtc quiet splash
>   SourcePackage: xorg
>   Symptom: display
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   acpidump:
>
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.105-3~21.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3
>   version.libgl1-mesa-glx: libgl1-mesa-glx N/A
>   version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1.1
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1946664/+subscriptions
>
>

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

Title:
  [raspi] screen corruption on online accounts webviews

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


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

[Bug 1946664] [NEW] account setup window becomes unconfigured

2021-10-11 Thread Luis Augusto Xavier Cruz
Public bug reported:

I installed ubuntu desktop on my Raspberrypi 4b. I set up the ubuntu
sign-one account, but to set up the Google and Microsoft account, the
window to enter the account data gets misconfigured on the screen and
does not read the fields to enter the data and set up access to my
accounts.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: xorg 1:7.7+22ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-1019.20-raspi 5.11.22
Uname: Linux 5.11.0-1019-raspi aarch64
ApportVersion: 2.20.11-0ubuntu65.3
Architecture: arm64
BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
CasperMD5CheckResult: unknown
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct 11 12:12:33 2021
DistUpgraded: Fresh install
DistroCodename: hirsute
DistroVariant: ubuntu
GraphicsCard:
 
ImageMediaBuild: 20210421
Lspci-vt: -[:00]---00.0-[01]00.0  VIA Technologies, Inc. VL805 USB 3.0 
Host Controller
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: coherent_pool=1M 8250.nr_uarts=0 
snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 
video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:BB:4B:64 
vc_mem.mem_base=0x3eb0 vc_mem.mem_size=0x3ff0  dwc_otg.lpm_enable=0 
console=tty1 root=LABEL=writable rootfstype=ext4 elevator=deadline rootwait 
fixrtc quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
acpidump:
 
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~21.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug arm64 arm64-image corruption hirsute raspi-image ubuntu 
wayland-session

** Attachment added: "Unable to read the account setup window"
   
https://bugs.launchpad.net/bugs/1946664/+attachment/5531944/+files/Captura%20de%20tela%20de%202021-10-11%2012-14-41.png

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

Title:
  account setup window becomes unconfigured

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


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

[Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2021-09-06 Thread Xavier Gnata
I don't know if the new installer will be ready for 21.10.
If that is the case then I do hope it allows encrypted installation with dual 
boot.
This lack of feature is a blocker.

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

Title:
  No way to encrypt at partition level (dual boot)

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


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

[Bug 1932328] Re: Thunderbird under Wayland does not correctly close (or manage) windows

2021-08-17 Thread Xavier Guillot
Yes, as I wrote in the duplicate bug #1938832 : after leaving a second
red dot as if compose window was still opened, if I click on the
Thunderbird icon on Ubuntu dock, it freezes the entire desktop, and I
have to manually force shutdown.

I reported it upstream, but Dash to Dock development seems stopped -
there is a fork on progress to adapt it to Gnome 40, but other bugs are
not solved for the moment…

https://github.com/micheleg/dash-to-dock/issues/1500

** Bug watch added: github.com/micheleg/dash-to-dock/issues #1500
   https://github.com/micheleg/dash-to-dock/issues/1500

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

Title:
  Thunderbird under Wayland does not correctly close (or manage) windows

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


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

[Bug 1881757] Re: webcam is detected but not working with kernel 5.4.0.33

2021-08-07 Thread Xavier
** Changed in: linux-signed (Ubuntu)
 Assignee: (unassigned) => Xavier (xavier69)

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

Title:
  webcam is detected but not working with kernel 5.4.0.33

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


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

[Bug 1932328] Re: Thunderbird under Wayland does not correctly close (or manage) windows

2021-08-06 Thread Xavier Guillot
Hi,

Since a few weeks, I have a problem with Thunderbird (current version
78.12) and Ubuntu Dock / Dash to Dock in Ubuntu 21.10 :

When I write a new message and send it, after the message window has
closed, its red dot remains near Thunderbird button on the Ubuntu dock -
there are 2 dots: the one of main TB window (receipt box) and a second
one as if there was another window still opened.

But if I switch to another application - Firefox, Gedit, Nautilus, no
matter… - and then with the mouse (left button) click on Thunderbird
icon, desktop freezes completely, I have to manually close the computer
and restart it.

All is frozen, mouse nor Alt-Tab don't work, but if for example
Radiotray was active, I can still hear the audio program live.

If I just roll the middle button on the mouse to switch on Thunderbird
and not click, it doesn't freeze. But to be back on TB main window, I
must before minimize all other applications, then run somewhere in TB
interface (not on Dash button), or roll is useless and doesn't show
Thunderbird.

If I open a window for a new message, don't send it and just close it,
only one red dot stays and no freeze, even with a left button click.

I also report the bug upstream.

Crash logs :

Jul 2 18:41:14 valeryan24-desktop gnome-shell[2311]: Object St.Bin 
(0x55c216acf060), has been already deallocated — impossible to set any property 
on it. This might be caused by the object having been destroyed from C code 
using something such as destroy(), dispose(), or remove() vfuncs.
Jul 2 18:41:14 valeryan24-desktop gnome-shell[2311]: == Stack trace for context 
0x55c213c2c1d0 ==
Jul 2 18:41:14 valeryan24-desktop gnome-shell[2311]: #0 7ffe8ca71020 b 
/home/valeryan24/.local/share/gnome-shell/extensions/dash-to-d...@micxgx.gmail.com/docking.js:2036
 (4f2dda5e470 @ 208)
Jul 2 18:41:14 valeryan24-desktop gnome-shell[2311]: Object St.Bin 
(0x55c216acf060), has been already deallocated — impossible to set any property 
on it. This might be caused by the object having been destroyed from C code 
using something such as destroy(), dispose(), or remove() vfuncs.
Jul 2 18:41:14 valeryan24-desktop gnome-shell[2311]: == Stack trace for context 
0x55c213c2c1d0 ==

Jul 9 00:00:10 valeryan24-desktop gnome-shell[2445]: Object St.Bin 
(0x55abc2039d10), has been already deallocated — impossible to set any property 
on it. This might be caused by the object having been destroyed from C code 
using something such as destroy(), dispose(), or remove() vfuncs.
Jul 9 00:00:10 valeryan24-desktop gnome-shell[2445]: == Stack trace for context 
0x55abc1b471d0 ==
Jul 9 00:00:10 valeryan24-desktop gnome-shell[2445]: #0 7ffc34c41bd0 b 
/home/valeryan24/.local/share/gnome-shell/extensions/dash-to-d...@micxgx.gmail.com/docking.js:2036
 (329752c5e470 @ 208)
Jul 9 00:00:10 valeryan24-desktop gnome-shell[2445]: Object St.Bin 
(0x55abc2039d10), has been already deallocated — impossible to set any property 
on it. This might be caused by the object having been destroyed from C code 
using something such as destroy(), dispose(), or remove() vfuncs.
Jul 9 00:00:10 valeryan24-desktop gnome-shell[2445]: == Stack trace for context 
0x55abc1b471d0 ==

Jul 16 10:17:15 valeryan24-desktop systemd[2161]: app-gnome-firefox-6287.scope: 
Deactivated successfully.
\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00Jul

Thanks for the help above, hope it will be resolved soon !

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

Title:
  Thunderbird under Wayland does not correctly close (or manage) windows

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


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

[Bug 1938832] Re: After sending a message, 2 red dots stay on Ubuntu dock and clicking on Thunderbird icon freezes everything

2021-08-06 Thread Xavier Guillot
*** This bug is a duplicate of bug 1932328 ***
https://bugs.launchpad.net/bugs/1932328

** This bug has been marked a duplicate of bug 1932328
   Thunderbird under Wayland does not correctly close (or manage) windows

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

Title:
  After sending a message, 2 red dots stay on Ubuntu dock and clicking
  on Thunderbird icon freezes everything

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1938832/+subscriptions


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

[Bug 1926289] Re: pdfarranger TypeError: only pages can be inserted

2021-08-04 Thread Xavier Guillot
Upgrade already asked in Debian 5 months ago :

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

This bug is critical as it makes the software totally unusable…

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

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

Title:
  pdfarranger TypeError: only pages can be inserted

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


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

[Bug 1926289] Re: pdfarranger TypeError: only pages can be inserted

2021-08-04 Thread Xavier Guillot
Or please update pikepdf, bug was corrected in version 2.7.0 (we are at
2.16.1) :

https://github.com/pikepdf/pikepdf/blob/master/docs/release_notes.rst#v270

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

Title:
  pdfarranger TypeError: only pages can be inserted

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


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

[Bug 1926289] Re: pdfarranger TypeError: only pages can be inserted

2021-08-04 Thread Xavier Guillot
https://github.com/pdfarranger/pdfarranger/issues/427

** Bug watch added: github.com/pdfarranger/pdfarranger/issues #427
   https://github.com/pdfarranger/pdfarranger/issues/427

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

Title:
  pdfarranger TypeError: only pages can be inserted

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


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

[Bug 1926289] Re: pdfarranger TypeError: only pages can be inserted

2021-08-04 Thread Xavier Guillot
Hi, same problem since a few weeks :

https://github.com/pdfarranger/pdfarranger/issues?q=only+pages+can+be+inserted

"This was probably triggered by an update of qpdf. Ubuntu will need to
update either Pikepdf or Pdf Arranger to fix this."

"1.7.1 includes a workaround"

Please packagers, update Pdf Arranger to version 1.7.1 before Ubuntu
21.10 release !

** Also affects: pikepdf (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/1926289

Title:
  pdfarranger TypeError: only pages can be inserted

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


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

[Bug 1938832] [NEW] After sending a message, 2 red dots stay on Ubuntu dock and clicking on Thunderbird icon freezes everything

2021-08-03 Thread Xavier Guillot
Public bug reported:

Hi,

Since a few weeks, I have a problem with Thunderbird (current version
78.12) and Ubuntu Dock / Dash to Dock in Ubuntu 21.10 :

When I write a new message and send it, after the message window has
closed, its red dot remains near Thunderbird button on the Ubuntu dock -
there are 2 dots: the one of main TB window (receipt box) and a second
one as if there was another window still opened.

But if I switch to another application - Firefox, Gedit, Nautilus, no
matter… - and then with the mouse (left button) click on Thunderbird
icon, desktop freezes completely, I have to manually close the computer
and restart it.

All is frozen, mouse nor Alt-Tab don't work, but if for example
Radiotray was active, I can still hear the audio program live.

If I just roll the middle button on the mouse to switch on Thunderbird
and not click, it doesn't freeze. If I open a window for a new message,
don't send it and just close it, only one red dot stays and no freeze,
even with a left button click.

I also report the bug upstream.

Crash logs :


Jul  2 18:41:14 valeryan24-desktop gnome-shell[2311]: Object St.Bin 
(0x55c216acf060), has been already deallocated — impossible to set any property 
on it. This might be caused by the object having been destroyed from C code 
using something such as destroy(), dispose(), or remove() vfuncs.
Jul  2 18:41:14 valeryan24-desktop gnome-shell[2311]: == Stack trace for 
context 0x55c213c2c1d0 ==
Jul  2 18:41:14 valeryan24-desktop gnome-shell[2311]: #0   7ffe8ca71020 b   
/home/valeryan24/.local/share/gnome-shell/extensions/dash-to-d...@micxgx.gmail.com/docking.js:2036
 (4f2dda5e470 @ 208)
Jul  2 18:41:14 valeryan24-desktop gnome-shell[2311]: Object St.Bin 
(0x55c216acf060), has been already deallocated — impossible to set any property 
on it. This might be caused by the object having been destroyed from C code 
using something such as destroy(), dispose(), or remove() vfuncs.
Jul  2 18:41:14 valeryan24-desktop gnome-shell[2311]: == Stack trace for 
context 0x55c213c2c1d0 ==

Jul  9 00:00:10 valeryan24-desktop gnome-shell[2445]: Object St.Bin 
(0x55abc2039d10), has been already deallocated — impossible to set any property 
on it. This might be caused by the object having been destroyed from C code 
using something such as destroy(), dispose(), or remove() vfuncs.
Jul  9 00:00:10 valeryan24-desktop gnome-shell[2445]: == Stack trace for 
context 0x55abc1b471d0 ==
Jul  9 00:00:10 valeryan24-desktop gnome-shell[2445]: #0   7ffc34c41bd0 b   
/home/valeryan24/.local/share/gnome-shell/extensions/dash-to-d...@micxgx.gmail.com/docking.js:2036
 (329752c5e470 @ 208)
Jul  9 00:00:10 valeryan24-desktop gnome-shell[2445]: Object St.Bin 
(0x55abc2039d10), has been already deallocated — impossible to set any property 
on it. This might be caused by the object having been destroyed from C code 
using something such as destroy(), dispose(), or remove() vfuncs.
Jul  9 00:00:10 valeryan24-desktop gnome-shell[2445]: == Stack trace for 
context 0x55abc1b471d0 ==

Jul 16 10:17:15 valeryan24-desktop systemd[2161]: app-gnome-firefox-6287.scope: 
Deactivated successfully.
\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00Jul

Thanks for your help !

** Affects: dash-to-dock
 Importance: Unknown
 Status: Unknown

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

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

** Bug watch added: github.com/micheleg/dash-to-dock/issues #1500
   https://github.com/micheleg/dash-to-dock/issues/1500

** Also affects: dash-to-dock via
   https://github.com/micheleg/dash-to-dock/issues/1500
   Importance: Unknown
   Status: Unknown

** Also affects: thunderbird (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/1938832

Title:
  After sending a message, 2 red dots stay on Ubuntu dock and clicking
  on Thunderbird icon freezes everything

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1938832/+subscriptions


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

[Bug 1931715] Re: [Lenovo Ideapad S145 82DJ0001BR] touchpad not working - does not appear on "cat /proc/bus/input/devices"

2021-06-24 Thread Thiago Flaulhabe Xavier Gomes
** Changed in: linux (Ubuntu)
   Status: Fix Released => 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/1931715

Title:
  [Lenovo Ideapad S145 82DJ0001BR] touchpad not working - does not
  appear on "cat /proc/bus/input/devices"

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

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

[Bug 1931715] Re: [Lenovo Ideapad S145 82DJ0001BR] touchpad not working - does not appear on "cat /proc/bus/input/devices"

2021-06-23 Thread Thiago Flaulhabe Xavier Gomes
Hey, I've tested the kernel as suggested by Hui Wang (5.8.0-60-generic)
and now my touchpad is working normally. Thanks!

I couldn't install the latest kernel as suggested by Po-Hsu Lin because
I was getting errors with unmet dependecies in one of the .deb files,
even after installing the other two.

As requested, I'm uploading the dmesg.


** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1931715/+attachment/5506525/+files/dmesg.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => 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/1931715

Title:
  [Lenovo Ideapad S145 82DJ0001BR] touchpad not working - does not
  appear on "cat /proc/bus/input/devices"

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

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

[Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2021-06-21 Thread Xavier Gnata
Any chance to see some progress on this topic in 21.10?
It should be possible to encryt / without having to play with the command line, 
no matter if we are in dual boot or if we are not.
It should be possible to /create/open a encrypted LUKS container and to install 
(k)ubuntu on it without having the use the command line.

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

Title:
  No way to encrypt at partition level (dual boot)

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

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

[Bug 1931715] [NEW] Notebook touchpad not working - does not appear on "cat /proc/bus/input/devices"

2021-06-11 Thread Thiago Flaulhabe Xavier Gomes
Public bug reported:

Laptop model: Lenovo Ideapad S145 82DJ0001BR
Manufacturer of the Touchpad: Elan, Synaptics
When the symptom first appeared: At the time I installed Ubuntu on my notebook 
(dual-boot) - it works fine on Windows.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.8.0-55-generic 5.8.0-55.62~20.04.1
ProcVersionSignature: Ubuntu 5.8.0-55.62~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-55-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Fri Jun 11 11:58:39 2021
InstallationDate: Installed on 2021-06-09 (1 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
SourcePackage: linux-signed-hwe-5.8
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "devices"
   https://bugs.launchpad.net/bugs/1931715/+attachment/5504104/+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/1931715

Title:
  Notebook touchpad not working - does not appear on "cat
  /proc/bus/input/devices"

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

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

[Bug 1930113] Re: incorrect size for large files due to possible use of 32 bits instead of 64 bits variable

2021-05-28 Thread Xavier Kral
** Package changed: ubuntu => fuse-exfat (Ubuntu)

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

Title:
  incorrect size for large files due to possible use of 32 bits instead
  of 64 bits variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fuse-exfat/+bug/1930113/+subscriptions

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

[Bug 1930113] Re: incorrect size for large files due to possible use of 32 bits instead of 64 bits variable

2021-05-28 Thread Xavier Kral
Possible hint:
It seems that the reported/displayed size matches the value of a 64 bits value 
truncated to 32 bits:

expected dec: 108843801799 (correct)
expected hex: 19 5798 9CC7 (correct)

displayed dec: 1469619399 (incorrect)
displayed hex:  5798 9CC7 (incorrect)



** Summary changed:

- ls command reports incorrect file size for large files
+ incorrect size for large files due to possible use of 32 bits instead of 64 
bits variable

** Description changed:

  Large files are reported incorrectly when using the 'ls' command
- The expected size should 102G instead, it reports 1402M or 2G 
+ The expected size should 102G instead, instead it reports 1402M or 2G as if 
the size was limited to 2G (32 bits).
  
  Example of INCORRECT size:
  $ ls -1 -s --block-size=M 
/mnt/f4/plot-k32-2021-05-08-01-15-1648a669ec6edd5cfb124a1512178c5a2a1a714000f4f52b73efc0c3d91a747c.plot
  1402M 
/mnt/f4/plot-k32-2021-05-08-01-15-1648a669ec6edd5cfb124a1512178c5a2a1a714000f4f52b73efc0c3d91a747c.plot
  
  Example of CORRECT size (same file):
  $ ls -l 
/mnt/f4/plot-k32-2021-05-08-01-15-1648a669ec6edd5cfb124a1512178c5a2a1a714000f4f52b73efc0c3d91a747c.plot
  -rwxrwxrwx 1 proxacutor proxacutor 108843801799 May  8 03:39 
/mnt/f4/plot-k32-2021-05-08-01-15-1648a669ec6edd5cfb124a1512178c5a2a1a714000f4f52b73efc0c3d91a747c.plot
  
  Extra information:
  $ hostnamectl
-Static hostname: aorus
-  Icon name: computer-desktop
-Chassis: desktop
- Machine ID: 9288a1fdec014d6b8579fb3f3965d902
-Boot ID: 4a69a19ea118418c8a05bf21461626e9
-   Operating System: Ubuntu 21.04
- Kernel: Linux 5.11.0-17-generic
-   Architecture: x86-64
+    Static hostname: aorus
+  Icon name: computer-desktop
+    Chassis: desktop
+ Machine ID: 9288a1fdec014d6b8579fb3f3965d902
+    Boot ID: 4a69a19ea118418c8a05bf21461626e9
+   Operating System: Ubuntu 21.04
+ Kernel: Linux 5.11.0-17-generic
+   Architecture: x86-64
  
  $ dpkg -l | grep exfat
  ii  exfat-fuse1.3.0-2 
 amd64read and write exFAT driver for 
FUSE
  ii  exfat-utils   1.3.0-2 
 amd64utilities to create, check, label 
and dump exFAT filesystem
  
  $ dpkg -l | grep bash
  ii  bash  5.1-2ubuntu1
 amd64GNU Bourne Again SHell
  ii  bash-completion   1:2.11-2ubuntu1 
 all  programmable completion for the 
bash shell
  
  $ mount
  /dev/sda1 on /mnt/f4 type exfat 
(rw,nosuid,nodev,noexec,relatime,uid=1000,gid=1000,fmask=,dmask=,allow_utime=0022,iocharset=utf8,errors=remount-ro,user)
  ...
  
  $ cat /etc/fstab
  LABEL=F4 /mnt/f4 exfat auto,user,rw,uid=1000,gid=1000,umask=000 0 0
  ...
  
  $ lsblk -f
  NAME  FSTYPE  FSVERLABEL UUID 
  FSAVAIL FSUSE% MOUNTPOINT
- sda   
 
+ sda
  └─sda1exfat   1.0  F45E20-EAEC
26.6G   100% /mnt/f4
  ...
  
  $ df -h
  Filesystem Size  Used Avail Use% Mounted on
  /dev/sda1   11T   11T   27G 100% /mnt/f4
  ...

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

Title:
  incorrect size for large files due to possible use of 32 bits instead
  of 64 bits variable

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

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

[Bug 1930113] [NEW] ls command reports incorrect file size for large files

2021-05-28 Thread Xavier Kral
Public bug reported:

Large files are reported incorrectly when using the 'ls' command
The expected size should 102G instead, it reports 1402M or 2G 

Example of INCORRECT size:
$ ls -1 -s --block-size=M 
/mnt/f4/plot-k32-2021-05-08-01-15-1648a669ec6edd5cfb124a1512178c5a2a1a714000f4f52b73efc0c3d91a747c.plot
1402M 
/mnt/f4/plot-k32-2021-05-08-01-15-1648a669ec6edd5cfb124a1512178c5a2a1a714000f4f52b73efc0c3d91a747c.plot

Example of CORRECT size (same file):
$ ls -l 
/mnt/f4/plot-k32-2021-05-08-01-15-1648a669ec6edd5cfb124a1512178c5a2a1a714000f4f52b73efc0c3d91a747c.plot
-rwxrwxrwx 1 proxacutor proxacutor 108843801799 May  8 03:39 
/mnt/f4/plot-k32-2021-05-08-01-15-1648a669ec6edd5cfb124a1512178c5a2a1a714000f4f52b73efc0c3d91a747c.plot

Extra information:
$ hostnamectl
   Static hostname: aorus
 Icon name: computer-desktop
   Chassis: desktop
Machine ID: 9288a1fdec014d6b8579fb3f3965d902
   Boot ID: 4a69a19ea118418c8a05bf21461626e9
  Operating System: Ubuntu 21.04
Kernel: Linux 5.11.0-17-generic
  Architecture: x86-64

$ dpkg -l | grep exfat
ii  exfat-fuse1.3.0-2   
   amd64read and write exFAT driver for FUSE
ii  exfat-utils   1.3.0-2   
   amd64utilities to create, check, label 
and dump exFAT filesystem

$ dpkg -l | grep bash
ii  bash  5.1-2ubuntu1  
   amd64GNU Bourne Again SHell
ii  bash-completion   1:2.11-2ubuntu1   
   all  programmable completion for the 
bash shell

$ mount
/dev/sda1 on /mnt/f4 type exfat 
(rw,nosuid,nodev,noexec,relatime,uid=1000,gid=1000,fmask=,dmask=,allow_utime=0022,iocharset=utf8,errors=remount-ro,user)
...

$ cat /etc/fstab
LABEL=F4 /mnt/f4 exfat auto,user,rw,uid=1000,gid=1000,umask=000 0 0
...

$ lsblk -f
NAME  FSTYPE  FSVERLABEL UUID   
FSAVAIL FSUSE% MOUNTPOINT
sda 
   
└─sda1exfat   1.0  F45E20-EAEC  
  26.6G   100% /mnt/f4
...

$ df -h
Filesystem Size  Used Avail Use% Mounted on
/dev/sda1   11T   11T   27G 100% /mnt/f4
...

** Affects: 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/1930113

Title:
  ls command reports incorrect file size for large files

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

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

[Bug 1930113] Re: ls command reports incorrect file size for large files

2021-05-28 Thread Xavier Kral
The exact same file has completely different sizes depending on the
options used with the 'ls' command. This issue does not happen with XFS,
EXT4, ZFS, F2FS and other file systems.

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

Title:
  ls command reports incorrect file size for large files

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

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

[Bug 1761726] Re: kdeinit5 crashed with SIGABRT in __GI_raise()

2021-05-19 Thread Xavier Besnard
Crash observed under Kubuntu 21.10 (Development) after searching for a file in 
Dolphin.
Configuration: plasmashell 5.21.90

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

Title:
  kdeinit5 crashed with SIGABRT in __GI_raise()

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

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

[Bug 1926882] [NEW] charset_filter is not been compiled by default

2021-05-02 Thread Xavier Hsinyuan
Public bug reported:

charset_filter is not been compiled by default. It is reduced to basic 
implementation and upgradable by plugin "rime-charcode". 
Please take a look about librime#335(zh, 
https://github.com/rime/librime/issues/335) librime#00af291(en, 
https://github.com/rime/librime/commit/00af291382f0b1e5d51001e3e14fb412fb9a3dd7)
 for details about this breaking change.


===
package version: librime-bin, 1.6.1-dfsg1-1
Ubuntu version: 21.04
happened: charset_filter don't work, and  /tmp/rime.ibus.ERROR is complaining 
about "charset parameter is unsupported by basic charset_filter".

** Affects: librime (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/1926882

Title:
  charset_filter is not been compiled by default

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

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

[Bug 1083038] Re: Encrypted LVM in Ubiquity unavailable when installing alongside an existing OS

2021-04-21 Thread Xavier Gnata
Read "no progress" and not "one progress"

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

Title:
  Encrypted LVM in Ubiquity unavailable when installing alongside an
  existing OS

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

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

[Bug 1083038] Re: Encrypted LVM in Ubiquity unavailable when installing alongside an existing OS

2021-04-21 Thread Xavier Gnata
Still one progress on this issue with 21.04.
It is not possible to install an encrypted kubuntu 21.04 alongside windows in 
dual boot **without having to use the command line**.
This is a *security issue* because non expert users won't be able to install an 
encrypted kubuntu.

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

Title:
  Encrypted LVM in Ubiquity unavailable when installing alongside an
  existing OS

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

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

[Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2021-03-14 Thread Xavier Gnata
I gave the daily kubuntu 21.04 a try : there is no progress on this
issue :(

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

Title:
  No way to encrypt at partition level (dual boot)

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

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

[Bug 1917152] [NEW] File moved with Cut-Paste from a search filter still appears on original screen and if deleted disappears from new folder

2021-02-27 Thread Xavier Guillot
Public bug reported:

Affected version
Nautilus 3.38 on Ubuntu 20.10 (but I also saw this bug some months and versions 
ago)

I don't know if it's a specific Ubuntu bug or an upstream one, I reported it 
1.5 month ago on Gitlab Gnome without any answer nor review:
https://gitlab.gnome.org/GNOME/nautilus/-/issues/1723

Resume: File moved with "Cut" from a window with an active search
filter, and pasted in another folder on a second Nautilus window (not a
subfolder), still appears on the first original screen (list is not
automatically updated) - and if deleted from here, actually they
disappear from the new folder !

It can occur to loose important documents  - I often make direct shift-
deletes, without recycler storage...

Steps to reproduce
I open a Nautilus window, go to a folder and make a search filter, for example 
20 files appear on the window which name contains my search filter.

If I select one of them, make Cut / Ctrl-X, open a new Nautilus window,
go to another folder (which is not a subfolder of the first) and make
Paste / Ctrl-V, it wells copy the file in the new folder.

If I switch to the first Nautilus window with the original folder and
search filter active, the moved file still appears on the list and I can
open it. I think I've made an error (Ctrl-C instead of Ctrl-X) so I
shift-delete it, it disappears from the list and only 19 files remain.

Current behavior
But… If I go to the second Nautilus window and the 2nd folder, the file has 
also disappeared from it ! File in the first window was "transformed" to a link 
instead of being removed, and suppressing it also deletes the file in its new 
folder - in my case, I lost several documents like this because of Shift-Delete 
and not trash use.

Expected behavior
After Cut - Paste, in the case of 2 Nautilus windows are opened, the file(s) 
moved from the first one should not be still visible in the search list, there 
should be an automatic refresh.

If I do a Copy-Paste instead of a Cut-Paste, problem does not occur:
delete only removes file in the fist original folder, not on the second.
If I close the search filter, it's also OK, file(s) moved no more
visible. And of course, if after Cut I stay in the same Nautilus window
and go to another folder to paste, no problem: bug only occurs in case
of a second window opened.

Thanks in advance and best regards.

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


** Tags: nautilus

** Description changed:

  Affected version
  Nautilus 3.38 on Ubuntu 20.10 (but I also saw this bug some months and 
versions ago)
  
- I don't know if it'd a specific Ubuntu bug or an upstream one, I reported it 
1.5 month ago on Gitlab Gnome without any answer nor review:
+ I don't know if it's a specific Ubuntu bug or an upstream one, I reported it 
1.5 month ago on Gitlab Gnome without any answer nor review:
  https://gitlab.gnome.org/GNOME/nautilus/-/issues/1723
  
  Resume: File moved with "Cut" from a window with an active search
- filter, and pasted in another folder on a second Nautilus window, still
- appears on the first original screen (list is not automatically updated)
- - and if deleted from here, actually they disappear from the new folder
- !
+ filter, and pasted in another folder on a second Nautilus window (not a
+ subfolder), still appears on the first original screen (list is not
+ automatically updated) - and if deleted from here, actually they
+ disappear from the new folder !
  
  It can occur to loose important documents  - I often make direct shift-
  deletes, without recycler storage...
  
  Steps to reproduce
  I open a Nautilus window, go to a folder and make a search filter, for 
example 20 files appear on the window which name contains my search filter.
  
+ If I select one of them, make Cut / Ctrl-X, open a new Nautilus window,
+ go to another folder (which is not a subfolder of the first) and make
+ Paste / Ctrl-V, it wells copy the file in the new folder.
  
- If I select one of them, make Cut / Ctrl-X, open a new Nautilus window, go to 
another folder (which is not a subfolder of the first) and make Paste / Ctrl-V, 
it wells copy the file in the new folder.
- 
- 
- If I switch to the first Nautilus window with the original folder and search 
filter active, the moved file still appears on the list and I can open it. I 
think I've made an error (Ctrl-C instead of Ctrl-X) so I shift-delete it, it 
disappears from the list and only 19 files remain.
- 
+ If I switch to the first Nautilus window with the original folder and
+ search filter active, the moved file still appears on the list and I can
+ open it. I think I've made an error (Ctrl-C instead of Ctrl-X) so I
+ shift-delete it, it disappears from the list and only 19 files remain.
  
  Current behavior
  But… If I go to the second Nautilus window and the 2nd folder, the file has 
also disappeared from it ! File in the first window was "transformed" to a link 
instead of being removed, and suppressing it

[Bug 1910737] Re: Please upgrade to 3.0.8 to allow easy upgrade

2021-01-08 Thread Xavier Poinsard
The upstream fix : https://github.com/OpenVPN/easy-rsa/pull/349

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

Title:
  Please upgrade to 3.0.8 to allow easy upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easy-rsa/+bug/1910737/+subscriptions

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

[Bug 1910737] [NEW] Please upgrade to 3.0.8 to allow easy upgrade

2021-01-08 Thread Xavier Poinsard
Public bug reported:

With the 3.X version of easy-rsa lots of changes occured, especially in the 
directory structure.
With the 3.0.8 version, upgrade commands are provided to upgrade existing 2.X 
PKI and CA.

** Affects: easy-rsa (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/1910737

Title:
  Please upgrade to 3.0.8 to allow easy upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easy-rsa/+bug/1910737/+subscriptions

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

Re: [Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2021-01-07 Thread Xavier Gnata
What's the meaning of this tag?

Le jeu. 7 janv. 2021 à 17:41, Brian Murray <1799...@bugs.launchpad.net> a
écrit :

> ** Tags removed: rls-hh-incoming
> ** Tags added: rls-hh-notfixing
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1799550
>
> Title:
>   No way to encrypt at partition level (dual boot)
>
> Status in ubiquity package in Ubuntu:
>   Triaged
>
> Bug description:
>   I'm using kubuntu alongside with windows in a dual boot, therefore I
> cannot use the full disk partition option. There is no option in the
> installer to get an encrypted kubuntu with windows (or any other OS)
> already installed on the same disk. There used to be an option to encrypt
> /home (up to 16.10 IIRC) but it does not exist anymore.
>   I had to follow and adapt this tutorial
> http://blog.botux.fr/en/2015/09/ubuntu-installation-manual-full-disk-encryption-lvm-on-luks/
> to get my encrypted kubuntu.
>   Is it a bug in the installer or a missing (important, as security
> related) feature?
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1799550/+subscriptions
>

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

Title:
  No way to encrypt at partition level (dual boot)

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

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

Re: [Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2020-12-22 Thread Xavier Gnata
Thank you so much for the feedback!

Le mer. 23 déc. 2020 à 00:20, Julian Andres Klode <
1799...@bugs.launchpad.net> a écrit :

> I think the answer there is fscrypt - native encryption at the
> filesystem level supported by ext4 and some other day - but I'm not sure
> what the plans are. Partitioning is hard and the requirement to setup a
> separate /boot and crypt device are not always possible, though it is
> less of an issue these days with GPT devices.
>
> As I pointed out on another bug report, the goal to dual boot with
> encryption is not helped much by new devices being sold with BitLocker
> enabled for the drive, forcing you to disable it in order to install
> Ubuntu in the first place (one reason I imagine being that the
> encryption key is sealed to the Windows boot process in the TPM, so
> there's not a way to decrypt it from another OS, or even Windows booted
> from a different disk).
>
> That the installer is unable to unlock luks partitions is a bit
> unfortunate as it forces users to do more steps manually, and makes
> reinstalling Ubuntu harder on systems where you want to keep /home but
> replace /; or running multiple distributions in parallel - I've been hit
> by that as well.
>
> In any case, I understand and share the concerns raised here and will
> try to raise that internally, as this might also simply have went out of
> our radar.
>
> ** Tags added: rls-hh-incoming
>
> ** Changed in: ubiquity (Ubuntu)
>Status: Confirmed => Triaged
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1799550
>
> Title:
>   No way to encrypt at partition level (dual boot)
>
> Status in ubiquity package in Ubuntu:
>   Triaged
>
> Bug description:
>   I'm using kubuntu alongside with windows in a dual boot, therefore I
> cannot use the full disk partition option. There is no option in the
> installer to get an encrypted kubuntu with windows (or any other OS)
> already installed on the same disk. There used to be an option to encrypt
> /home (up to 16.10 IIRC) but it does not exist anymore.
>   I had to follow and adapt this tutorial
> http://blog.botux.fr/en/2015/09/ubuntu-installation-manual-full-disk-encryption-lvm-on-luks/
> to get my encrypted kubuntu.
>   Is it a bug in the installer or a missing (important, as security
> related) feature?
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1799550/+subscriptions
>

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

Title:
  No way to encrypt at partition level (dual boot)

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

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

Re: [Bug 1773457] Re: Full-system encryption needs to be supported out-of-the-box including /boot and should not delete other installed systems

2020-12-22 Thread Xavier Gnata
Right.
https://bugs.launchpad.net/bugs/1799550 has been opened in 2018 to track
the dual boot issue. This is the security issue I was referring to. Sorry
for the confusion.

Le mar. 22 déc. 2020 à 22:30, Julian Andres Klode <
1773...@bugs.launchpad.net> a écrit :

> The issue reported here is that /boot is not encrypted in the supported
> configurations. Which is meh - we don't have much authenticated
> encryption, so boot can still be manipulated. Sealed TPM measurements
> address the problem of verifying the bootloader, kernel, initrd, and the
> configuration better. It does not provide security by obfuscation as
> encryption does, but that obfuscation can be circumvented - you can
> modify an encrypted boot partition and still get a working system - and
> authenticated encryption that would also authenticate the content is not
> stable yet.
>
> I cannot say much on the other issue raised in recent comments on dual
> boot setups not installing encrypted, but I fail to see how it's related
> to this bug report
>
> I do want to point out that with devices now being sold with BitLocker
> out of the box, that you do have to disable BitLocker first to even get
> the ability to install another OS, so I fail to see how that improves
> the situation for dual boot users who need encryption.
>
> But in any case adding comments to bugs that are unrelated to the bug is
> not really helpful, you end up with nobody knowing what people are
> talking about anymore.
>
> Hence my suggestion would be to open a new bug report against ubiquity
> describing the dual boot setup issues so that that can be tracked on its
> own and we don't have to discuss two bugs in one bug report.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1773457
>
> Title:
>   Full-system encryption needs to be supported out-of-the-box including
>   /boot and should not delete other installed systems
>
> Status in grub2 package in Ubuntu:
>   Confirmed
> Status in ubiquity package in Ubuntu:
>   Confirmed
>
> Bug description:
>   In today's world, especially with the likes of the EU's GDPR and the
>   many security fails, Ubuntu installer needs to support full-system
>   encryption out of the box.
>
>   This means encrypting not only /home but also both root and /boot. The
>   only parts of the system that wouldn't be encrypted are the EFI
>   partition and the initial Grub bootloader, for obvious reasons.
>
>   It should also not delete other installed systems unless explicitly
>   requested.
>
>   On top of this, the previous method of encrypting data (ecryptfs) is
>   now considered buggy, and full-disk encryption is recommended as an
>   alternative. Unfortunately, the current implementation of full-disk
>   encryption wipes any existing OS such as Windows, making the
>   implementation unusable for most users.
>
>   Now, using LUKS and LVM, it is already possible to have full-disk
>   encryption (strictly, full-partition encryption because it leaves any
>   existing OS alone), while encrypting /boot. Reference:
>
>   https://help.ubuntu.com/community/ManualFullSystemEncryption
>
>   ... but with one major limitation: Grub is incorrectly changed after
>   an update affecting the kernel or Grub, so that a manual Grub update
>   is required each time this happens (this is fully covered in the
>   linked instructions).
>
>   If the incorrect Grub change is fixed, it should be (relatively)
>   simple to support full-system encryption in the installer.
>
>   Further information (2018-08-17):
>
>   The NCSC recommends, "Use LUKS/dm-crypt to provide full volume
> encryption."
>   References:
>   •
> https://blog.ubuntu.com/2018/07/30/national-cyber-security-centre-publish-ubuntu-18-04-lts-security-guide
>   • https://www.ncsc.gov.uk/guidance/eud-security-guidance-ubuntu-1804-lts
>
>   **EDIT**
>   Refer to comment #47 for an alternative version.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1773457/+subscriptions
>

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

Title:
  Full-system encryption needs to be supported out-of-the-box including
  /boot and should not delete other installed systems

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

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

Re: [Bug 1773457] Re: Full-system encryption needs to be supported out-of-the-box including /boot and should not delete other installed systems

2020-12-22 Thread Xavier Gnata
No it is not a grub issue. It's an issue with the installer which does not
provide this option anymore. Wishlist..kind of but I think it is much
closer to a big security issue than to a wishlist. The net result is that
people do install kubuntu without any encryption.


Le mar. 22 déc. 2020 à 19:40, Julian Andres Klode <
1773...@bugs.launchpad.net> a écrit :

> ** Changed in: grub2 (Ubuntu)
>Importance: Undecided => Wishlist
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1773457
>
> Title:
>   Full-system encryption needs to be supported out-of-the-box including
>   /boot and should not delete other installed systems
>
> Status in grub2 package in Ubuntu:
>   Confirmed
> Status in ubiquity package in Ubuntu:
>   Confirmed
>
> Bug description:
>   In today's world, especially with the likes of the EU's GDPR and the
>   many security fails, Ubuntu installer needs to support full-system
>   encryption out of the box.
>
>   This means encrypting not only /home but also both root and /boot. The
>   only parts of the system that wouldn't be encrypted are the EFI
>   partition and the initial Grub bootloader, for obvious reasons.
>
>   It should also not delete other installed systems unless explicitly
>   requested.
>
>   On top of this, the previous method of encrypting data (ecryptfs) is
>   now considered buggy, and full-disk encryption is recommended as an
>   alternative. Unfortunately, the current implementation of full-disk
>   encryption wipes any existing OS such as Windows, making the
>   implementation unusable for most users.
>
>   Now, using LUKS and LVM, it is already possible to have full-disk
>   encryption (strictly, full-partition encryption because it leaves any
>   existing OS alone), while encrypting /boot. Reference:
>
>   https://help.ubuntu.com/community/ManualFullSystemEncryption
>
>   ... but with one major limitation: Grub is incorrectly changed after
>   an update affecting the kernel or Grub, so that a manual Grub update
>   is required each time this happens (this is fully covered in the
>   linked instructions).
>
>   If the incorrect Grub change is fixed, it should be (relatively)
>   simple to support full-system encryption in the installer.
>
>   Further information (2018-08-17):
>
>   The NCSC recommends, "Use LUKS/dm-crypt to provide full volume
> encryption."
>   References:
>   •
> https://blog.ubuntu.com/2018/07/30/national-cyber-security-centre-publish-ubuntu-18-04-lts-security-guide
>   • https://www.ncsc.gov.uk/guidance/eud-security-guidance-ubuntu-1804-lts
>
>   **EDIT**
>   Refer to comment #47 for an alternative version.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1773457/+subscriptions
>

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

Title:
  Full-system encryption needs to be supported out-of-the-box including
  /boot and should not delete other installed systems

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

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

Re: [Bug 1773457] Re: Full-system encryption needs to be supported out-of-the-box including /boot and should not delete other installed systems

2020-12-21 Thread Xavier Gnata
Well it's an issue indeed but the fact that no encryption is possible
without having to deal with the command line is much worst.

Le lun. 21 déc. 2020 à 22:15, Nodøn <1773...@bugs.launchpad.net> a écrit
:

> Encryption should also be possible without LVM. LVM is very good, but if
> you are using for example BTRFS, you may don't want to use both at the
> same time. Should just be an option.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1773457
>
> Title:
>   Full-system encryption needs to be supported out-of-the-box including
>   /boot and should not delete other installed systems
>
> Status in grub2 package in Ubuntu:
>   Confirmed
> Status in ubiquity package in Ubuntu:
>   Confirmed
>
> Bug description:
>   In today's world, especially with the likes of the EU's GDPR and the
>   many security fails, Ubuntu installer needs to support full-system
>   encryption out of the box.
>
>   This means encrypting not only /home but also both root and /boot. The
>   only parts of the system that wouldn't be encrypted are the EFI
>   partition and the initial Grub bootloader, for obvious reasons.
>
>   It should also not delete other installed systems unless explicitly
>   requested.
>
>   On top of this, the previous method of encrypting data (ecryptfs) is
>   now considered buggy, and full-disk encryption is recommended as an
>   alternative. Unfortunately, the current implementation of full-disk
>   encryption wipes any existing OS such as Windows, making the
>   implementation unusable for most users.
>
>   Now, using LUKS and LVM, it is already possible to have full-disk
>   encryption (strictly, full-partition encryption because it leaves any
>   existing OS alone), while encrypting /boot. Reference:
>
>   https://help.ubuntu.com/community/ManualFullSystemEncryption
>
>   ... but with one major limitation: Grub is incorrectly changed after
>   an update affecting the kernel or Grub, so that a manual Grub update
>   is required each time this happens (this is fully covered in the
>   linked instructions).
>
>   If the incorrect Grub change is fixed, it should be (relatively)
>   simple to support full-system encryption in the installer.
>
>   Further information (2018-08-17):
>
>   The NCSC recommends, "Use LUKS/dm-crypt to provide full volume
> encryption."
>   References:
>   •
> https://blog.ubuntu.com/2018/07/30/national-cyber-security-centre-publish-ubuntu-18-04-lts-security-guide
>   • https://www.ncsc.gov.uk/guidance/eud-security-guidance-ubuntu-1804-lts
>
>   **EDIT**
>   Refer to comment #47 for an alternative version.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1773457/+subscriptions
>

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

Title:
  Full-system encryption needs to be supported out-of-the-box including
  /boot and should not delete other installed systems

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

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

[Bug 1821533] Re: drm fails to accept edid version 2.4

2020-12-03 Thread Xavier Le Cunff
Thank you so much for your help.
I created a script for anyone facing the same issue.


https://github.com/JohnBerd/asus-blackscreen

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

Title:
  drm fails to accept edid version 2.4

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

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

[Bug 1890022] Re: kglobalaccel5 crashed with SIGABRT in QMessageLogger::fatal() when opening up VMware Workstation Pro 15.5.6

2020-11-26 Thread Xavier Besnard
Hello.
I experienced this bug under Kubuntu 21.04 (Dev) updated daily and Plasma 5.20.3
I had done nothing special, just translating a KDE « po » file with Lokalize.
I remain available for further information.
Regards. Xavier

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

Title:
  kglobalaccel5 crashed with SIGABRT in QMessageLogger::fatal() when
  opening up VMware Workstation Pro 15.5.6

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

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

[Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2020-11-18 Thread Xavier Gnata
I might work with the ubuntu installer 20.10 (to be confirmed) but it does not 
work with the kubuntu installer. By 'it does not work' I mean 'the option is 
not given'.
One has to create the LUKS, open it, then launch the installer and eventually 
use chroot to make it work.

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

Title:
  No way to encrypt at partition level (dual boot)

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

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

[Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2020-11-18 Thread Xavier Gnata
No progress on this topic :(
It is still not possible to install kubuntu 20.10 encrypted in dual boot with 
windows without having to deal with the command line.
This is a security issue as it forces many beginners to go for a non encrypted 
installation.

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

Title:
  No way to encrypt at partition level (dual boot)

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

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

[Bug 1901691] [NEW] update manager very slow for the simple task

2020-10-27 Thread Paulo Edson Matos Xavier
Public bug reported:

The update manager is very slow for the simple task, it worked very well
and fast in 19.10, I thought that is when it download anything of the
archieve.ubuntu...

https://www.youtube.com/playlist?list=PLhLncjc2iFmehAWDyAZbz3Cz5U0zZC3bb

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: update-manager 1:20.04.10.1
ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.10
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct 27 08:37:53 2020
ExecutablePath: /usr/bin/update-manager
InterpreterPath: /usr/bin/python3.8
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
SourcePackage: update-manager
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  update manager very slow for the simple task

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

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

[Bug 1502263] Re: Shutter does not work in Wayland

2020-10-16 Thread Xavier Guillot
Flameshot also works well in Wayland : it allows to resize the window
before saving screenshot (like Shutter and on the contrary to Gnome
Screenshot), launch button can be put in the dock, it's an alive
project...

https://github.com/flameshot-org/flameshot

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

Title:
  Shutter does not work in Wayland

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

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

[Bug 1899774] [NEW] package matlab-support 0.0.21.1 failed to install/upgrade: o subprocesso instalado, do pacote matlab-support, o script post-installation retornou erro do status de saída 1

2020-10-14 Thread Vanessa Regina Silva Xavier
Public bug reported:

i can't install

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: matlab-support 0.0.21.1
ProcVersionSignature: Ubuntu 5.4.0-51.56-generic 5.4.65
Uname: Linux 5.4.0-51-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Oct 14 08:43:02 2020
ErrorMessage: o subprocesso instalado, do pacote matlab-support, o script 
post-installation retornou erro do status de saída 1
InstallationDate: Installed on 2020-08-13 (61 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: matlab-support
Title: package matlab-support 0.0.21.1 failed to install/upgrade: o subprocesso 
instalado, do pacote matlab-support, o script post-installation retornou erro 
do status de saída 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: matlab-support (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package matlab-support 0.0.21.1 failed to install/upgrade: o
  subprocesso instalado, do pacote matlab-support, o script post-
  installation retornou erro do status de saída 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/matlab-support/+bug/1899774/+subscriptions

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

[Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2020-10-14 Thread Xavier Gnata
No progress on this issue in 20.04 beta :(
There is still no way to install an encrypted kubuntu in dual boot without 
having to deal with the command line. That’s a no go for many users.
I’m  not even asking for full encryption.  The kubuntu installer should at 
least be able to install an encrypted kubuntu (even with a non encrypted 
/boot…) alongside windows on the same disk.

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

Title:
  No way to encrypt at partition level (dual boot)

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

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

[Bug 1799550] Re: No way to encrypt at partition level (dual boot)

2020-10-14 Thread Xavier Gnata
oups, no progress on *20.10 beta* (of course 20.04 wasn't better).

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

Title:
  No way to encrypt at partition level (dual boot)

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

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

[Bug 1897727] [NEW] package linux-image-5.4.0-45-generic (not installed) failed to install/upgrade: o subprocesso instalado, do pacote linux-image-5.4.0-45-generic, o script post-installation retornou

2020-09-29 Thread Marcio Fintelman Xavier
Public bug reported:

repeat, always where restart

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-45-generic (not installed)
ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.8
AptOrdering:
 linux-libc-dev:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  marcio_fx   1216 F pulseaudio
 /dev/snd/controlC0:  marcio_fx   1216 F pulseaudio
CasperMD5CheckResult: skip
Date: Tue Sep 22 06:26:21 2020
ErrorMessage: o subprocesso instalado, do pacote linux-image-5.4.0-45-generic, 
o script post-installation retornou erro do status de saída 135
InstallationDate: Installed on 2020-08-05 (55 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
IwConfig:
 lono wireless extensions.
 
 enp2s0no wireless extensions.
MachineType: Dell Inc. OptiPlex 380
ProcFB: 0 nouveaudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-48-generic 
root=UUID=9ff02dc6-c5e8-4c64-8801-31cf21d29d0e ro quiet splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions: grub-pc 2.04-1ubuntu26.4
RfKill:
 
SourcePackage: linux
Title: package linux-image-5.4.0-45-generic (not installed) failed to 
install/upgrade: o subprocesso instalado, do pacote 
linux-image-5.4.0-45-generic, o script post-installation retornou erro do 
status de saída 135
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/23/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A00
dmi.board.name: 0HN7XN
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd10/23/2009:svnDellInc.:pnOptiPlex380:pvr:rvnDellInc.:rn0HN7XN:rvrA00:cvnDellInc.:ct3:cvr:
dmi.product.name: OptiPlex 380
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-package focal

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

Title:
  package linux-image-5.4.0-45-generic (not installed) failed to
  install/upgrade: o subprocesso instalado, do pacote linux-
  image-5.4.0-45-generic, o script post-installation retornou erro do
  status de saída 135

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

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

[Bug 1734700] Re: mounting CIFS share failure (cifs_mount failed w/return code = -2)

2020-09-23 Thread Xavier G.
Problem is still present in ubuntu 20.04.1 fresh install : keyutils is
missing and triggers this error when mounting with cifs:

CIFS VFS: cifs_mount failed w/return code = -2

This error is not explicit at all. It cannot be guessed that a package /
software is missing.

Can you please re-open the bug to make keyutils as a dependency of
mount.cifs ?

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

Title:
  mounting CIFS share failure (cifs_mount failed w/return code = -2)

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

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

[Bug 1891381] Re: Upgrade from 18.04 to 20.04 is incalculable due to python-qt4-dev being installed

2020-08-20 Thread Xavier Andreu Álvarez
** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Triaged => Confirmed

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Confirmed => New

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

Title:
  Upgrade from 18.04 to 20.04 is incalculable due to python-qt4-dev
  being installed

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

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

[Bug 1891381] [NEW] I cannot upgrade from ubuntu 18.04 LTS to 20.04 LTS

2020-08-12 Thread Xavier Andreu Álvarez
Public bug reported:

The update could not be calculated

An unresolved issue occurred while calculating the update.

 This may be due to:
 * Unofficial software packages not provided by Ubuntu.
Use the "ppa-purge" tool in the ppa-purge package
to remove software from a Launchpad PPA and
tone it down to try.

If none of this applies, then please report this bug using the command
'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. If you want to
investigate, the log files in "/ var / log / dist-upgrade" contain the
details of the update. Specifically, see "main.log" and "apt.log."

I used "ppa-purge" tool, but it did not work.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.38
ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.16
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: XFCE
Date: Wed Aug 12 20:31:41 2020
InstallationDate: Installed on 2019-08-17 (361 days ago)
InstallationMedia: Xubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-08-12 (0 days ago)
VarLogDistupgradeTermlog:
 
mtime.conffile..etc.update-manager.release-upgrades: 2020-08-12T19:17:45.369468

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


** Tags: amd64 apport-bug bionic dist-upgrade 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/1891381

Title:
  I cannot upgrade from ubuntu 18.04 LTS to 20.04 LTS

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