[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 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 

[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 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 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 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

[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 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 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 

[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 1875179] Re: All Gnome Shell extensions disabled after Ubuntu 20.04 update and no way to enable them

2020-04-26 Thread Xavier Guillot
OK solved, when starting "Gnome Tweaks", on the Extensions part,
Extensions were disabled, if I enable them, they rework.

"Fixed".

** Changed in: gnome-shell (Ubuntu)
   Status: New => Invalid

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

Title:
  All Gnome Shell extensions disabled after Ubuntu 20.04 update and no
  way to enable them

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

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

[Bug 1875179] [NEW] All Gnome Shell extensions disabled after Ubuntu 20.04 update and no way to enable them

2020-04-26 Thread Xavier Guillot
Public bug reported:

Hi,

Since the last updates of the mid-week, those who lead to final Ubuntu
20.04 version - I already used the (pre)-beta since the beginning of
development - all my Gnome Shell extensions are always disabled, except
"Desktop Icon".

They all well appear in the page extensions.gnome.org/local but, even if
I enable them, it does nothing nor changes the look. If I reload the
page or restart computer, all come back to disabled. And all worked very
well until this week.

Is there a package, library, dependency... that could have been deleted
during the last updates and is needed ? Or one of them incompatible with
focal !

In dconf I have :

/org/gnome/shell/disabled-extensions []

/org/gnome/shell/enabled-extensions
['clipboard-indica...@tudmotu.com', 'cpufreq@konkor', 
'dash-to-d...@micxgx.gmail.com', 'emoji-selec...@maestroschan.fr', 
'move_cl...@rmy.pobox.com', 'gsconn...@andyholmes.github.io',
'appindicatorsupp...@rgcjonas.gmail.com', 'set-colu...@maestroschan.fr', 
'no-title-...@jonaspoehler.de', 'sensory-percept...@harlemsquirrel.github.io', 
'shellt...@emasab.it', 
status-area-horizontal-spac...@mathematical.coffee.gmail.com', 
'syncthingicon@jay.str...@posteo.de', 
'user-th...@gnome-shell-extensions.gcampax.github.com']

Even if I enable one addon, as said before, nothing happens : its icon
doesn't appear in the top bar. First time I get this...

** Affects: gnome-shell (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/1875179

Title:
  All Gnome Shell extensions disabled after Ubuntu 20.04 update and no
  way to enable them

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

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

[Bug 1866371] Re: Mouse cursor disappears in Ubuntu 20.04 on Wayland since 5th March update

2020-03-07 Thread Xavier Guillot
I'm not sure it is exactly the same bug, but some users have a similar
problem on Fedora 32, so it might be an upstream problem :

https://gitlab.gnome.org/GNOME/mutter/issues/1058

** Bug watch added: gitlab.gnome.org/GNOME/mutter/issues #1058
   https://gitlab.gnome.org/GNOME/mutter/issues/1058

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

Title:
  Mouse cursor disappears in Ubuntu 20.04 on Wayland since 5th March
  update

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

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

[Bug 1866371] [NEW] Mouse cursor disappears in Ubuntu 20.04 on Wayland since 5th March update

2020-03-06 Thread Xavier Guillot
Public bug reported:

Hi, I run Ubuntu 20.04 (Gnome Shell) development version.

Since I made the updates on 5th March, I have no more mouse cursor
visible, on the login screen nor on the desktop session.

Mouse is OK, as if I move it I can see some items / buttons highlighted,
and if I click the mouse, it works well. I tried Yaru and DMZ Black
themes, no cursor, it's completely invisible.

I started several times, always no cursor. But if I switch to the Xorg
(X11) session, mouse cursor is well back and visible.

My graphic card :

description: VGA compatible controller
   produit: Cape Verde XT [Radeon HD 7770/8760 / R7 250X]
   fabricant: Advanced Micro Devices, Inc. [AMD/ATI]
   identifiant matériel: 0
   information bus: pci@:01:00.0
   version: 00
   bits: 64 bits
   horloge: 33MHz
   fonctionnalités: pm pciexpress msi vga_controller bus_master cap_list rom
   configuration : driver=radeon latency=0

Thanks !

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

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

** Also affects: wayland (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/1866371

Title:
  Mouse cursor disappears in Ubuntu 20.04 on Wayland since 5th March
  update

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

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

[Bug 1853717] Re: Bug Ubiquity Install Ubuntu 19.10

2019-11-23 Thread Xavier Guillot via ubuntu-bugs
It is a Toshiba Satellite C850-D - 102

I also got a report of Ubiquity install.py crash

When upgrade from 19.04 failed, at restart I still had access to grub
menu and Ubuntu Recovery (message of End Kernel panic). After the fresh
reinstall from Live CD failed (I got graphical warning and made this
report) I have no more grub :

error : file '/boot/grub/i386-pc/normal.mod' not found
Entering rescue mode...
grub rescue>

There is a windows 7 version installed on the unique SSD (sda), and live
CD of Ubuntu 19.10, as well as previously Ubuntu 19.04 in dual boot with
W7, worked fine.

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

Title:
  Bug Ubiquity Install Ubuntu 19.10

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

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

[Bug 1853717] [NEW] Bug Ubiquity Install Ubuntu 19.10

2019-11-23 Thread Xavier Guillot via ubuntu-bugs
Public bug reported:

During a fresh install of Ubuntu 19.10 Desktop on a Toshiba Satellite
laptop (AMD® E1-1200 apu with radeon(tm) hd graphics × 2), install
fails.

Ubuntu 19.04 worked fine, upgrade failed : end Kernel panic, not syncing
: VFS Unable to mount root fs on unknown block

A fresh reinstall with partitions formatting on LiveDVD fails, too...

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: ubiquity 19.10.21
ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
Uname: Linux 5.3.0-18-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
CasperVersion: 1.427
Date: Sat Nov 23 22:45:13 2019
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet 
splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug eoan ubiquity-19.10.21 ubuntu

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

Title:
  Bug Ubiquity Install Ubuntu 19.10

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

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

[Bug 1842880] Re: Numlock state inverted: active at login, disabled on session

2019-10-22 Thread Xavier Guillot via ubuntu-bugs
Hi, yes this bug seems resolved since a few days and 19.10 release :

NumLock is still enabled on the login screen (which is fine), and this
time well remains active after connexion, so no more problem 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/1842880

Title:
  Numlock state inverted: active at login, disabled on session

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

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

[Bug 1842880] Re: Numlock state inverted: active at login, disabled on session

2019-09-05 Thread Xavier Guillot via ubuntu-bugs
apport information

** Tags added: apport-collected wayland-session

** Description changed:

  Hi, running Ubuntu 19.10 development version, I have a problem since a
  few days:
  
  Numlock behaviour is inverted. It is active and already enabled on the
  login screen, without the need to press the "Verr Num" Key to type
  numbers for the password.
  
  But just after the connexion and session start, it is inactive - I have
  to press the Key to make it available again.
  
  Normally it's the contrary! NumLock is disabled on login screen, and if
  activated at this moment, it remains active on the session...
  
  In Dconf editor, numlock-state is well 'on' and remember-numlock-state
  'true'.
  
  Thanks in advance for your help.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu7
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 19.10
+ InstallationDate: Installed on 2018-06-16 (445 days ago)
+ InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Alpha amd64 (20180611)
+ Package: gnome-settings-daemon 3.33.90-1ubuntu2
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 5.2.0-15.16-generic 5.2.9
+ Tags:  eoan wayland-session
+ Uname: Linux 5.2.0-15-generic x86_64
+ UpgradeStatus: Upgraded to eoan on 2019-06-10 (86 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1842880/+attachment/5286940/+files/Dependencies.txt

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

Title:
  Numlock state inverted: active at login, disabled on session

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

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

[Bug 1842880] ProcCpuinfoMinimal.txt

2019-09-05 Thread Xavier Guillot via ubuntu-bugs
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1842880/+attachment/5286941/+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/1842880

Title:
  Numlock state inverted: active at login, disabled on session

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

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

[Bug 1842880] [NEW] Numlock state inverted: active at login, disabled on session

2019-09-05 Thread Xavier Guillot via ubuntu-bugs
Public bug reported:

Hi, running Ubuntu 19.10 development version, I have a problem since a
few days:

Numlock behaviour is inverted. It is active and already enabled on the
login screen, without the need to press the "Verr Num" Key to type
numbers for the password.

But just after the connexion and session start, it is inactive - I have
to press the Key to make it available again.

Normally it's the contrary! NumLock is disabled on login screen, and if
activated at this moment, it remains active on the session...

In Dconf editor, numlock-state is well 'on' and remember-numlock-state
'true'.

Thanks in advance for your help.

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


** Tags: eoan numlock

** Tags added: eoan numlock

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

Title:
  Numlock state inverted: active at login, disabled on session

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

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

[Bug 1727958] Re: Libreoffice writer / calc etc show as white icon in launcher when opened

2019-07-26 Thread Xavier Guillot via ubuntu-bugs
** Tags added: cosmic dingo eoan

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

Title:
  Libreoffice writer / calc etc show as white icon in launcher when
  opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1727958/+subscriptions

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

[Bug 1727958] Re: Libreoffice writer / calc etc show as white icon in launcher when opened

2019-07-26 Thread Xavier Guillot via ubuntu-bugs
Yes, bug is still present, even in Ubuntu 19. 10 :

Whether any Writer or Calc document is opened, in the dock I have only
the generic white LibreOffice icon showing, the same for all of them -
instead of the blue one for Writer, the green for Calc etc...

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

Title:
  Libreoffice writer / calc etc show as white icon in launcher when
  opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1727958/+subscriptions

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

[Bug 1801757] Re: all app indicators disappear

2019-03-08 Thread Xavier Guillot via ubuntu-bugs
With the last update today: Dropbox, Radiotray-NG and gEncFS Manager
indicators came back working in the top panel.

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

Title:
  all app indicators disappear

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

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

[Bug 1801757] Re: all app indicators disappear

2019-03-03 Thread Xavier Guillot via ubuntu-bugs
I don't know if it is the same bug, but I have a similar problem since
approx. 1 week in Dingo : Dropbox, Radio-tray NG, gEncFS Manager
indicators are no more visible in the top bar, programs are still
running.

Those from Gnome Shell extensions are still there.

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

Title:
  all app indicators disappear

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

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

[Bug 1804465] Re: Nautilus crashed with SIGSEGV in g_type_check_instance_cast when searching on Dingo

2018-11-23 Thread Xavier Guillot via ubuntu-bugs
*** This bug is a duplicate of bug 1804260 ***
https://bugs.launchpad.net/bugs/1804260

Thanks for the answer.

I well made 2 reports on the windows opened after the crashes when asked
to do it, but it didn't open Launchpad, I got no confirmation bug report
was sent, and when searching before creating a new bug, nothing similar
appeared, that's why I made the screenshots.

Perhaps it would be useful to add a confirmation that crash report has
well been received ?

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

Title:
  Nautilus crashed with SIGSEGV in g_type_check_instance_cast when
  searching on Dingo

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

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

[Bug 1804465] Re: Nautilus crashed with SIGSEGV in g_type_check_instance_cast when searching on Dingo

2018-11-21 Thread Xavier Guillot via ubuntu-bugs
** Attachment added: "Nautilus-02.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1804465/+attachment/5214997/+files/Nautilus-02.png

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

Title:
  Nautilus crashed with SIGSEGV in g_type_check_instance_cast when
  searching on Dingo

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

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

[Bug 1804465] Re: Nautilus crashed with SIGSEGV in g_type_check_instance_cast when searching on Dingo

2018-11-21 Thread Xavier Guillot via ubuntu-bugs
** Attachment added: "Nautilus-04.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1804465/+attachment/5214999/+files/Nautilus-04.png

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

Title:
  Nautilus crashed with SIGSEGV in g_type_check_instance_cast when
  searching on Dingo

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

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

[Bug 1804465] [NEW] Nautilus crashed with SIGSEGV in g_type_check_instance_cast when searching on Dingo

2018-11-21 Thread Xavier Guillot via ubuntu-bugs
Public bug reported:

Hi, since a few days on Ubuntu 19.04 Dingo development version, Nautilus
systematically crashes when I'm doing a research by file name.

Error message: Nautilus crashed with SIGSEGV in
g_type_check_instance_cast (see images joined)

It happens when I enter a word on the search bar with the keyboard,
never on first character, nor if I do a copy - paste with Ctrl C / Ctrl
V ; but if I write the search item, it crashes, Nautilus closes.

Package : Nautilus 3.26.4-0ubuntu8

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

** Attachment added: "Nautilus-01.png"
   
https://bugs.launchpad.net/bugs/1804465/+attachment/5214996/+files/Nautilus-01.png

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

Title:
  Nautilus crashed with SIGSEGV in g_type_check_instance_cast when
  searching on Dingo

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

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

[Bug 1804465] Re: Nautilus crashed with SIGSEGV in g_type_check_instance_cast when searching on Dingo

2018-11-21 Thread Xavier Guillot via ubuntu-bugs
** Attachment added: "Nautilus-03.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1804465/+attachment/5214998/+files/Nautilus-03.png

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

Title:
  Nautilus crashed with SIGSEGV in g_type_check_instance_cast when
  searching on Dingo

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

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

[Bug 1794280] Re: gdm doesn't start on a fresh installation of Cosmic Desktop

2018-10-09 Thread Xavier Guillot via ubuntu-bugs
Hi,

I have the same problem since 3  weeks on a fresh install of Ubuntu
Cosmic, with Wayland session enabled by default : 2/3 of the time, login
screen doesn't appear and screen remains black, pushing power button
makes Ubuntu background visible again and computer stops.

I join some Auth.log since 17th September, here is an extract - will do
some further tests :

Session c1 logged out. Waiting for processes to exit.
Unregistered Authentication Agent for unix-session:c1 (system bus name :1.35, 
object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale 
fr_FR.UTF-8) (disconnected from bus)
Removed session c1.
session closed for user gdm
session opened for user root by (uid=1000)
Executing command [USER=root] [TTY=unknown] [CWD=/home/valeryan24] 
[COMMAND=/usr/lib/update-notifier/package-system-locked]
Operator of unix-session:2 successfully authenticated as unix-user:valeryan24 
to gain TEMPORARY authorization for action 
org.debian.apt.install-or-remove-packages for system-bus-name::1.336 
[/usr/bin/python3 /usr/bin/update-manager --no-update --no-focus-on-map] (owned 
by unix-user:valeryan24)
asked to register item /org/freedesktop/secrets/collection/login/1, but it's 
already registered
[system] Failed to activate service 'org.bluez': timed out 
(service_start_timeout=25000ms)
Registered Authentication Agent for unix-session:2 (system bus name :1.190 
[/usr/bin/gnome-shell], object path 
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale fr_FR.UTF-8)

New seat seat0.
pam_unix(gdm-launch-environment:session): session opened for user gdm by (uid=0)
New session c1 of user gdm.
session opened for user gdm by (uid=0)
gdm-launch-environment]: pam_unix(gdm-launch-environment:session): session 
closed for user gdm
Session c1 logged out. Waiting for processes to exit.
Removed session c1.
pam_unix(gdm-launch-environment:session): session opened for user gdm by (uid=0)
New session c2 of user gdm.
pam_systemd(gdm-launch-environment:session): Failed to create session: Start 
job for unit user-121.slice failed with 'canceled'
session closed for user gdm
session opened for user gdm by (uid=0)
pam_unix(gdm-launch-environment:session): session closed for user gdm
Session c2 logged out. Waiting for processes to exit.
Removed session c2.
systemd: pam_unix(systemd-user:session): session closed for user gdm
systemd-logind[815]: Power key pressed.
systemd-logind[815]: Powering Off...
systemd-logind[815]: System is powering down.

** Attachment added: "Auth.log"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1794280/+attachment/5199069/+files/Auth.log

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

Title:
  gdm doesn't start on a fresh installation of Cosmic Desktop

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

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

[Bug 1780472] Re: After beta update all plugins are turned off and can't be turned on

2018-07-10 Thread Xavier Guillot via ubuntu-bugs
Hi, bug seems to be resolved with last Ubuntu 18.04 and ppa update,
addons were reactivated.

Some of them needed to be done manually, but button for enabling
reappared, so it works normally, thanks for your help !

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

Title:
  After beta update all plugins are turned off and can't be turned on

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

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

[Bug 1780472] Re: After beta update all plugins are turned off and can't be turned on

2018-07-10 Thread Xavier Guillot via ubuntu-bugs
Hi, some comments on Bugzilla :

https://bugzilla.mozilla.org/show_bug.cgi?id=1474255#c13

"I guess they have a patch to address bug 1464766 -
https://bugzilla.mozilla.org/show_bug.cgi?id=1464766 - and didn't notice
that bug 1461217 changed _installLocation to location -
https://bugzilla.mozilla.org/show_bug.cgi?id=1461217;

"It's entirely Ubuntu specific. My guess as to what happened is that
they took the patch from bug 1464766, backported it to 61, and had to
adjust it because of bug 1461217 not being on 61, and then that patch
ended up being used in the backported form on 62, which breaks things
because of bug 1461217."

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

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

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

Title:
  After beta update all plugins are turned off and can't be turned on

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

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

[Bug 1780472] Re: After beta update all plugins are turned off and can't be turned on

2018-07-09 Thread Xavier Guillot via ubuntu-bugs
I have the same problem in Ubuntu 18.04 LTS with ppa Mozilla Team
Firefox Next enabled, but not on another computer on 18.10 development
version: Firefox is also in 62.06b and all addons still work well...

** Attachment added: "FF62-1810.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1780472/+attachment/5161596/+files/FF62-1810.png

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

Title:
  After beta update all plugins are turned off and can't be turned on

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

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

[Bug 1780793] [NEW] All extensions disabled in Firefox 62.0b6 on Ubuntu 18.04 LTS

2018-07-09 Thread Xavier Guillot via ubuntu-bugs
Public bug reported:

Hi,

This is related to Firefox-next version from the Mozilla Team ppa :

https://launchpad.net/~mozillateam/+archive/ubuntu/firefox-next

Steps to reproduce:

On Ubuntu 18.04 LTS, with the ppa Mozilla Firefox Next activated,
updates this morning (9th July), which installed Firefox 62.0b6 64 bits.


Actual results:

At FF restart, all extensions were totally disabled. On the "Tools -
Addons" pane, only the button "Remove" is possible, no way to reactive
extensions.

I only use Linux, Firefox profile is in Ubuntu.

Tried to uninstall and reinstall one of the addons from Mozilla site,
got the error message :

"the addon downloaded from this site could not be installed because it
appears to be corrupt"


Expected results:

Webextensions should continue to work.

Other users seem impacted (see the last comments):
https://blog.mozilla.org/addons/2018/07/05/extensions-in-firefox-62/

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


** Tags: addons firefox

** Attachment added: "FF-62.png"
   https://bugs.launchpad.net/bugs/1780793/+attachment/5161391/+files/FF-62.png

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

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

Title:
  All extensions disabled in Firefox 62.0b6 on Ubuntu 18.04 LTS

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

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

[Bug 1780793] Re: All extensions disabled in Firefox 62.0b6 on Ubuntu 18.04 LTS

2018-07-09 Thread Xavier Guillot via ubuntu-bugs
Upstream report :

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

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

Title:
  All extensions disabled in Firefox 62.0b6 on Ubuntu 18.04 LTS

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

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

[Bug 1765261] Re: [regression] Ubuntu 18.04 login screen rejects a valid password on first attempt. Usually works on the second attempt

2018-04-26 Thread Xavier Guillot via ubuntu-bugs
I have the same problem with Gnome-packagekit : first password attempt
doesn't work (Authentification failure, try again), second is always
successful.

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

Title:
  [regression] Ubuntu 18.04 login screen rejects a valid password on
  first attempt. Usually works on the second attempt

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

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

[Bug 1718658] Re: ecryptfs-mount-private fails to initialize ecryptfs keys

2018-03-28 Thread Xavier Guillot via ubuntu-bugs
I don't agree with the last comme,nt : I have a fresh install of 18.04
and get the same error when trying to recover my old savec Private
directory :

Enter your MOUNT passphrase: 
mount: /tmp/ecryptfs.fSC9TkTG : échec de l’appel système mount(2) : Aucun 
fichier ou dossier de ce type.
ERROR: Failed to mount private data at [/tmp/ecryptfs.fSC9TkTG].

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

Title:
  ecryptfs-mount-private fails to initialize ecryptfs keys

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

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

[Bug 1758563] Re: Blocked at gdm login screen on 18.04 if user password has a circumflex accent

2018-03-28 Thread Xavier Guillot via ubuntu-bugs
Current 18.04, on gdm login field, if I type : € # $ @ ù é they are well
and correctly written.

Only letters with an accent needing click on 2 keys are no more written
correctly since 10th March updates on 18.04 (but work on 17.10) :

û and ü give u
ô and ö give o

French language and "French (alternative)" keyboard configuration
07:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X] [1002:683d] (prog-if 00 
[VGA controller])
Kernel driver in use: radeon
Kernel modules: radeon, amdgpu

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

Title:
  Blocked at gdm login screen on 18.04 if user password has a circumflex
  accent

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

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

[Bug 1716159] Re: gdm greeter does not allow non-US characters (like euro character €) when typing password

2018-03-28 Thread Xavier Guillot via ubuntu-bugs
I just tried :

- on a laptop where Ubuntu has been updated from 17.04 to 17.10
yesterday (27th March)

- on the current 18.04 pre-release version on my home computer (updates
made until 27th March)

Both were installed with French language and "French alternative"
keyboard configuration.

On both I can well type Euro symbol € and it is well written in the gdm
login field.

Same for # $ @ ù é.

Only letters with an accent needing a double click are not written
correctly since 10th March updates on 18.04 (but work on 17.10) :

û and ü give u
ô and ö give o (see bug 1758563)

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

Title:
  gdm greeter does not allow non-US characters (like euro character €)
  when typing password

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

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

[Bug 1758563] Re: Blocked at gdm login screen on 18.04 if user password has a circumflex accent

2018-03-27 Thread Xavier Guillot via ubuntu-bugs
*** This bug is a duplicate of bug 1716159 ***
https://bugs.launchpad.net/bugs/1716159

Hi, I made some more testings.

First, I just updated my laptop to Ubuntu 17.10 : I confirm that writing
"û" with circumflex accent still worked on artful and that password is
accepted. It's like on my computer home : from Artful until 18.04 alpha,
it worked in gdm with a "û" character. Since 10th March updates, no
more.

On Ubuntu 17.10, on the contrary to bug 1716159, I still can type the
Euro symbol € in the login field and it is well written... I will check
later for current 18.04.

To resume :

gdm :

Debian Stretch  3.22.3  Type "u with circumflex 
accent" = û
Ubuntu 17.10 updated 03-27-2018 3.26.1  Type "u with circumflex 
accent" = û
Ubuntu 18.04 > 10th March 2018  3.27.92 Type "u with circumflex 
accent" = u

I made an upstream bug report to gdm in Gnome to see if there has been on their 
side a modification in code which made this circumflex accent no more writable 
and then password refused :
https://bugzilla.gnome.org/show_bug.cgi?id=794734

** Bug watch added: GNOME Bug Tracker #794734
   https://bugzilla.gnome.org/show_bug.cgi?id=794734

** Attachment added: "Gdm in Ubuntu 17.10 updated 03-27-2018 with circumflex 
accent in login field"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1758563/+attachment/5092542/+files/Gdm-Artful.png

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

Title:
  Blocked at gdm login screen on 18.04 if user password has a circumflex
  accent

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

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

[Bug 1758563] Re: Blocked at gdm login screen on 18.04 if user password has a circumflex accent

2018-03-26 Thread Xavier Guillot via ubuntu-bugs
*** This bug is a duplicate of bug 1716159 ***
https://bugs.launchpad.net/bugs/1716159

Thanks, I already did that the first time I was blocked on login screen,
it failed at step 3 : unable to connect after changing passwd in
recovery...

I don't know if problem is correlated, but I have no more access to
terminal : Ctrl Alt F1 F2... does nothing.

For the moment I solved the problem with a complete fresh reinstallation
of Ubuntu bionic, iso from 21st March and an initial password without
"û".

But someone just tried with Debian Stretch, gdm3 version 3.22.3 : when
he writes û in the login field, it well writes û with the accent.

In 18.04, when I type û, it writes u

I need to test on Ubuntu Artful, but as said before my password always
had û on 17.10 and it worked, same on early versions of 18.04 ; only
with the 10th March updates of bionic it failed, with gdm3 now in
3.27.92.

For me it is a different bug than 1716159 because much more recent, at
least for the circumflex accent problem.

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

Title:
  Blocked at gdm login screen on 18.04 if user password has a circumflex
  accent

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

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

[Bug 1758563] Re: Blocked at gdm login screen on 18.04 if user password has a circumflex accent

2018-03-25 Thread Xavier Guillot via ubuntu-bugs
*** This bug is a duplicate of bug 1716159 ***
https://bugs.launchpad.net/bugs/1716159

Hi, I'm not sure this is an exact duplicte of bug 1716159 (I saw it
before reporting here). It's right, today I checked, if I enter û in the
gdm login field, it writes u, but :

- this was also the case since early alpha testing of Ubuntu 17.10, I
already had the same password, only since update of 10th March 2018 it
is refused. And when I chose it, on the live USB installation, was the
French alternative keyboard selected, so I'm sure it was with the accent
(I checked again, typing one with û and one with u gets an error on 2
passwords not matching).

- In this case, modifying the password in recovery session should have
allowed me to login again (which I could in terminal only the very first
time I had this bug, so modification was successful, after ,I have no
access to console), but not...

Something specifically changed between mid-February and 10th March
making login impossible with my "û" containing password and forcing me
to reinstall...

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

Title:
  Blocked at gdm login screen on 18.04 if user password has a circumflex
  accent

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

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

[Bug 1758563] [NEW] Blocked at gdm login screen on 18.04 if user password has a circumflex accent

2018-03-24 Thread Xavier Guillot via ubuntu-bugs
Public bug reported:

Hi,

I have a bug since the recent updates on Ubuntu 18.04 (post 10th March):
when the user password contains a circumflex accent, like "û", access is
denied even if password entered is correct and I stay blocked in a loop
at gdm login screen - error message (translated from French): "Sorry, it
doesn't work, please try again".

Even after modifying it on recovery mode with passwd without û, it stays
blocked. Only way to solve it is to reinstall.

Graphic card: [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X]
Kernel driver in use: radeon
Kernel modules: radeon, amdgpu

Steps to reproduce :

I did a fresh and new install with 18.04 daily iso from 21st March,
formatting / and /home with following user password:

Ubuntu42

At startup, I could log successfully both on Xorg and Wayland sessions. Then I 
modified and tested those passwords, with all of them I could again boot and 
connect, on Xorg and Wayland:
ArchLinux43
LinuxMint@28
KDENeon=51
Fedora_1984

But the last one made me blocked at the gdm login screen:

Debianû74

Here unable to modify it on recovery session, error message in French:
"erreur de manipulation du jeton d'authentification".

Also unable to launch terminal: CTRl Alt F1 refreshes the screen, but
F2, F3... F12 freezes it! I only can update in chroot with lie USB.

I had to again format and reinstall, with a password without any
circumflex accent.


How and when I discovered it :

On 10th March, I ran since many weeks the alpha version of Ubuntu 18.04,
with a password having a "û" inside, which had always worked fine. I did
an update, cumulating the last 3 weeks before.

On next startup, when I typed my password, both on Xorg and Wayland
sessions, no error message but no desktop, nothing appeared but a few
seconds later I was back on login screen.

I could well log in on terminal (Ctrl Alt F2) or chroot with a live USB,
and do the last updates in the next days, but nothing changed.

On console, if I ran "startx" I got the message "timeout in locking
authority file" and "fatal server error: cannot open log file
./local/share/xorg/Xorg.0.log

Both / and /home were not full - more than 60% space available, verified
with df -Th ; echo ; df -Ti

I tried to reinstall Ubuntu with daily live of 15th March, formatting /
but not /home as it was protected by ecryptfs and I didn't save some
files, using same user name and password, still blocked.

So I copied the /home and .Private folders to another disk to try later
recover them, reinstall again, formatting both / and /home, always with
my usual password having a "û" (I verified French language, keyboard
with French activated, upper case, symbols... OK).

This time, again both for Xorg or Wayland sessions, at gdm login I did
not success to connect, I got an error message "Désolé ça n'a pas
fonctionné, veuillez réessayer",

I tried to modify the password in recovery mode, with no special
characters nor accents, but still blocked at gdm. And no terminal
available with Ctrl Alt F2...

On 23rd March, I re-reinstalled all Ubuntu, formatting / and /home, this
time with daily iso from 21st March, but with a modification: to avoid
any misconfiguration with languages on live USB, I chose a very easy
password, only with normal letters and numbers.

On startup, yes, finally I could log at gdm on default Xorg session and
enter desktop !

I went to my user configuration, changed to put my usual password (with
an "û"), and bam, back to the future, still blocked at gdm screen on
restart, either on Xorg or Wayland, Ctr Alt F2 not working.

It made me understand that the bug came from a special character in my
password, then I tried the different ones explained on top of this
report to discover it was "û".

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


** Tags: gdm password ubuntu-fr-bionic

** Attachment added: "Ubuntu.jpg"
   https://bugs.launchpad.net/bugs/1758563/+attachment/5089342/+files/Ubuntu.jpg

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

Title:
  Blocked at gdm login screen on 18.04 if user password has a circumflex
  accent

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

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

[Bug 1727958] Re: In Ubuntu 17.10 Libreoffice writer / calc etc show as white icon in launcher when opened

2018-01-28 Thread Xavier Guillot
It says "Fix released" but it was never for me and I still have the
problem of white generic LibreOffice icon in dock - I'm now on Ubuntu
18.04 but was also the case on 17.10...

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

Title:
  In Ubuntu 17.10 Libreoffice writer / calc etc show as white icon in
  launcher when opened

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

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

[Bug 1714659] Re: HPLIP is not compatible with modern GNOME (No system tray detected on this system. Unable to start, exiting.)

2018-01-28 Thread Xavier Guillot
I also have this bug with HPLIP 3.17.11 on Ubuntu 18.04 - I know this is
an alpha, but just to inform.

Version 3.17.11 resolved problem of scanner non identified, but I get
the "no system tray detected" at startup...

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

Title:
  HPLIP is not compatible with modern GNOME (No system tray detected on
  this system. Unable to start, exiting.)

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

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

[Bug 1728522] Re: Badge "number of unread new mails" and progress bar not shown in Ubuntu Dock for Thunderbird / Firefox Next

2017-11-10 Thread Xavier Guillot
Bug reported upstream :

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

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

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

Title:
  Badge "number of unread new mails" and progress bar not shown in
  Ubuntu Dock for Thunderbird / Firefox Next

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

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

[Bug 1728522] Re: Badge "number of unread new mails" and progress bar not shown in Ubuntu Dock for Thunderbird / Firefox Next

2017-10-30 Thread Xavier Guillot
Hi, thanks for the answer. Yes, thunderbird-gnome-support is well
installed.

I fully understand you have to focus only on Ubuntu bugs, but I'm sure
you should have a look on this one, because imho it really concerns
Ubuntu Dock and not Mozilla packages from ppa.

Please see the screenshot : on another computer running 17.04 with the
same ppa Firefox and Thunderbird Next versions, the badge of unread
emails shows perfectly on Unity (and also the FF progress bar).

On 17.10, no : I don't know how Gnome-shell-extension-ubuntu-dock
identifies the program icons, if it's because of a different package
name, it seems it does not "recognize" it is well Thunderbird / Firefox.

There are just more advanced (and official beta) version - ppa or not,
badge / bar should work normally...

Or where could I upstream Mozilla, too ?

** Attachment added: "Mozilla-Next"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1728522/+attachment/5000385/+files/Moz-Next.png

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

Title:
  Badge "number of unread new mails" and progress bar not shown in
  Ubuntu Dock for Thunderbird / Firefox Next

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

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

[Bug 1728522] [NEW] Badge "number of unread new mails" and progress bar not shown in Ubuntu Dock for Thunderbird / Firefox Next

2017-10-30 Thread Xavier Guillot
Public bug reported:

Hello,

When using default Artful installation and Thunderbird, we can normally
see an orange circle icon with number (in white) of new mails received
when Thunderbird is not the active window.

https://didrocks.fr/2017/09/25/ubuntu-gnome-shell-in-artful-day-14/

But when using the ppa:mozillateam/thunderbird-next and Thunderbird
56.0~b4 it never shows the icon, even when new mails arrived.

Same, the progress bar is not visible when downloading a large file on
Firefox 57.0~b12 from ppa:mozillateam/firefox-next

Thanks in advance !

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


** Tags: mozillateam ubuntu-fr-artful

** Tags added: mozillateam ubuntu-fr-artful

** Summary changed:

- Icon "number of new mails" not shown in Ubuntu Dock for Thunderbird Next
+ Badge "number of unread new mails" and progress bar not shown in Ubuntu Dock 
for Thunderbird / Firefox Next

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

Title:
  Badge "number of unread new mails" and progress bar not shown in
  Ubuntu Dock for Thunderbird / Firefox Next

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

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

[Bug 1728516] [NEW] Wrong LibreOffice icon in Ubuntu Dock

2017-10-30 Thread Xavier Guillot
Public bug reported:

Hello,

When I run Writer or Calc, it doesn't show or activate the expected blue
or green corresponding icon on the Ubuntu Dock in Artful, but the
LibreOffice blank generic icon (see the screenshot).

Other users report they don't have the issue, so perhaps there is
something in my configuration which lets this bug happen, I can run some
tests.

Thanks !

** Affects: df-libreoffice
 Importance: Undecided
 Status: New

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


** Tags: ubuntu-fr-artful

** Attachment added: "LOA.png"
   https://bugs.launchpad.net/bugs/1728516/+attachment/4999892/+files/LOA.png

** Also affects: df-libreoffice
   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/1728516

Title:
  Wrong LibreOffice icon in Ubuntu Dock

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1728516/+subscriptions

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

[Bug 1725153] Re: Reintroduce headless mode in GNOME Shell

2017-10-21 Thread Xavier Guillot
Hi,

I also confirm that upstream correction uploaded in artful-proposed
works for me, boot and login on Wayland are OK (see 'Proposed' file to
have the details).

It seems bug is resolved !

** Attachment added: "Proposed"
   
https://bugs.launchpad.net/gnome-shell/+bug/1725153/+attachment/4981230/+files/Proposed-1710

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

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

Title:
  Reintroduce headless mode in GNOME Shell

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

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

[Bug 1723577] Re: No login screen (mutter silently goes headless) on some AMD GPUs

2017-10-19 Thread Xavier Guillot
I confirm that upstream commits to Gnome Shell and Mutter also solve the
bug, I can normally boot and login on Wayland session (see log
Upstream-1710 for details) !

** Attachment added: "Upstream-1710"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1723577/+attachment/4976396/+files/Upstream-1710

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

Title:
  No login screen (mutter silently goes headless) on some AMD GPUs

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-18 Thread Xavier Guillot
Yes, I donwgraded in chroot Gnome Shell to this version :
https://launchpad.net/ubuntu/+source/gnome-shell/3.26.0-0ubuntu2/+build/13517504

After it boots normally and I get the login screen, then the Ubuntu
Gnome Shell session, all works.

Developers are testing commits: I tried the 2 here (reverse of Shell headless 
mode)
https://launchpad.net/~didrocks/+archive/ubuntu/ppa/+build/13591531

And it still goes until the end of the boot without freezing anymore

valeryan24@valeryan24-desktop:~/Bureau/GShell$ sudo dpkg -i 
gnome-shell_3.26.1-0ubuntu4~revertheadless1_amd64.deb 
gnome-shell-common_3.26.1-0ubuntu4~revertheadless1_all.deb
[sudo] Mot de passe de valeryan24 :
(Lecture de la base de données... 343326 fichiers et répertoires déjà 
installés.)
Préparation du dépaquetage de 
gnome-shell_3.26.1-0ubuntu4~revertheadless1_amd64.deb ...
Dépaquetage de gnome-shell (3.26.1-0ubuntu4~revertheadless1) sur 
(3.26.0-0ubuntu2) ...
Préparation du dépaquetage de 
gnome-shell-common_3.26.1-0ubuntu4~revertheadless1_all.deb ...
Dépaquetage de gnome-shell-common (3.26.1-0ubuntu4~revertheadless1) sur 
(3.26.0-0ubuntu2) ...
Paramétrage de gnome-shell-common (3.26.1-0ubuntu4~revertheadless1) ...
Traitement des actions différées (« triggers ») pour gconf2 (3.2.6-4ubuntu1) ...
Traitement des actions différées (« triggers ») pour libglib2.0-0:amd64 
(2.54.1-1ubuntu1) ...
Paramétrage de gnome-shell (3.26.1-0ubuntu4~revertheadless1) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.26-0ubuntu2) 
...
Traitement des actions différées (« triggers ») pour gnome-menus 
(3.13.3-6ubuntu5) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils 
(0.23-1ubuntu3) ...
Traitement des actions différées (« triggers ») pour mime-support (3.60ubuntu1) 
...
Traitement des actions différées (« triggers ») pour man-db (2.7.6.1-2) ...

apt policy gnome-shell gnome-shell-common

valeryan24@valeryan24-desktop:~$ apt policy gnome-shell gnome-shell-common
gnome-shell:
  Installé : 3.26.1-0ubuntu4~revertheadless1
  Candidat : 3.26.1-0ubuntu4~revertheadless1
 Table de version :
 *** 3.26.1-0ubuntu4~revertheadless1 100
100 /var/lib/dpkg/status
 3.26.1-0ubuntu3 500
500 http://archive.ubuntu.com/ubuntu artful/main amd64 Packages
 3.25.91-0ubuntu5~ppa1 500
500 http://ppa.launchpad.net/ubuntu-desktop/transitions/ubuntu 
artful/main amd64 Packages
gnome-shell-common:
  Installé : 3.26.1-0ubuntu4~revertheadless1
  Candidat : 3.26.1-0ubuntu4~revertheadless1
 Table de version :
 *** 3.26.1-0ubuntu4~revertheadless1 100
100 /var/lib/dpkg/status
 3.26.1-0ubuntu3 500
500 http://archive.ubuntu.com/ubuntu artful/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu artful/main i386 Packages
 3.25.91-0ubuntu5~ppa1 500
500 http://ppa.launchpad.net/ubuntu-desktop/transitions/ubuntu 
artful/main amd64 Packages
500 http://ppa.launchpad.net/ubuntu-desktop/transitions/ubuntu 
artful/main i386 Packages

valeryan24@valeryan24-desktop:~$ sudo modetest
sudo: modetest : commande introuvable

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-18 Thread Xavier Guillot
Tried to downgrade Gnome Shell :

sudo dpkg -i gnome-shell_3.26.0-0ubuntu2_amd64.deb gnome-shell-
common_3.26.0-0ubuntu2_all.deb

root@ubuntu:/home/GShell# sudo dpkg -i gnome-shell_3.26.0-0ubuntu2_amd64.deb 
gnome-shell-common_3.26.0-0ubuntu2_all.deb
dpkg: avertissement: dégradation (« downgrade ») de gnome-shell depuis 
3.26.1-0ubuntu3 vers 3.26.0-0ubuntu2
(Lecture de la base de données... 343326 fichiers et répertoires déjà 
installés.)
Préparation du dépaquetage de gnome-shell_3.26.0-0ubuntu2_amd64.deb ...
Dépaquetage de gnome-shell (3.26.0-0ubuntu2) sur (3.26.1-0ubuntu3) ...
dpkg: avertissement: dégradation (« downgrade ») de gnome-shell-common depuis 
3.26.1-0ubuntu3 vers 3.26.0-0ubuntu2
Préparation du dépaquetage de gnome-shell-common_3.26.0-0ubuntu2_all.deb ...
Dépaquetage de gnome-shell-common (3.26.0-0ubuntu2) sur (3.26.1-0ubuntu3) ...
Paramétrage de gnome-shell-common (3.26.0-0ubuntu2) ...
Traitement des actions différées (« triggers ») pour gconf2 (3.2.6-4ubuntu1) ...
Traitement des actions différées (« triggers ») pour libglib2.0-0:amd64 
(2.54.1-1ubuntu1) ...
Paramétrage de gnome-shell (3.26.0-0ubuntu2) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.26-0ubuntu2) 
...
Traitement des actions différées (« triggers ») pour gnome-menus 
(3.13.3-6ubuntu5) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils 
(0.23-1ubuntu3) ...
Traitement des actions différées (« triggers ») pour mime-support (3.60ubuntu1) 
...
Traitement des actions différées (« triggers ») pour man-db (2.7.6.1-2) ...

It works, I can login on the GS Ubuntu session !

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-18 Thread Xavier Guillot
My home is encrypted (ecryptFS) so gdm can't access to
~/.config/monitors.xml

There is not another one :
root@ubuntu:/# sudo updatedb
root@ubuntu:/# locate monitors.xml
root@ubuntu:/#

I added to /etc/environment :
export MUTTER_VERBOSE=1
export MUTTER_VERBOSE=1
export MUTTER_DEBUG=1
export MUTTER_USE_LOGFILE=/tmp/mutterlogs
export MUTTER_DEBUG_SM=1
export MUTTER_DEBUG_BUTTON_GRABS=1
export WAYLAND_DEBUG=1

Here is the Mutter log.

** Attachment added: "Mutter log"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1723577/+attachment/4974765/+files/mutter-1305-debug-log-ZBXK8Y

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-18 Thread Xavier Guillot
And the last syslog...

** Attachment added: "Syslog4"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1723577/+attachment/4974766/+files/Syslog4

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-17 Thread Xavier Guillot
In /etc/gdm3/custom.conf, on [debug] section, I activated Enable=true,
here is the complete startup log.

But following command didn't work in chroot (to get more infos from gdm)
:

root@ubuntu:/# sudo journalctl -b -u gdm
No journal files were found.
-- No entries --

** Attachment added: "Syslog3"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1723577/+attachment/4973896/+files/Syslog3

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-17 Thread Xavier Guillot
** Attachment added: "Syslog2"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1723577/+attachment/4973287/+files/Syslog2

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-17 Thread Xavier Guillot
After having also downgraded libdrm (of course I did not reapply updates
on my main system after other reverts), it still doesn't start and stays
at Ubuntu screen (UID 121)...

Logs attached to help.

** Attachment added: "Libdrm"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1723577/+attachment/4973286/+files/Libdrm-1710

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-16 Thread Xavier Guillot
Daniel, sorry, I did not complete my post after #18 and apt policy
result - we were discussing with didrocks and frenchy82 on the French
forum with the details, I tried to resume here all steps in order other
people and developers involved in bug also got the informations.

http://forum.ubuntu-fr.org/viewtopic.php?pid=21810017#p21810017

So I did (always in chroot mode) :
sudo dpkg -i libegl1-mesa_17.2.1-0ubuntu1_amd64.deb 
libgbm1_17.2.1-0ubuntu1_amd64.deb libgl1-mesa-dri_17.2.1-0ubuntu1_amd64.deb 
libgl1-mesa-glx_17.2.1-0ubuntu1_amd64.deb 
libglapi-mesa_17.2.1-0ubuntu1_amd64.deb libgles2-mesa_17.2.1-0ubuntu1_amd64.deb 
libwayland-egl1-mesa_17.2.1-0ubuntu1_amd64.deb 
libxatracker2_17.2.1-0ubuntu1_amd64.deb 
mesa-va-drivers_17.2.1-0ubuntu1_amd64.deb 
mesa-vdpau-drivers_17.2.1-0ubuntu1_amd64.deb

It downgraded the 10 packages installed in 17.2.1 version.

But when I rebooted normally, it was still frozen at Ubuntu screen and
message 'Started User Manager for UID 121'

My graphic card : Gallium 0.4 on AMD CAPE VERDE (DRM 2.49.0 /
4.10.0-19-generic, LLVM 4.0.0)

After dpwngrading mesa, I tried downgrading mutter, xserver-xorg-video-
ati, xorg-server, then booting on the grub to older kernels : nothing
worked, I still have the bug on startup.

You're right, I don't know if I missed something on the instructions to
come back on previous versions with the risk to eliminate the good
direction to search, or if bug comes from something else...

I was afraid of that, but frenchy82 test seems to confirm downgrading
mesa is not enough to solve the problem. I can continue to do some
testings if you need.

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-16 Thread Xavier Guillot
Tried also reverts on :
https://launchpad.net/ubuntu/+source/xserver-xorg-video-ati/1:7.9.0-1/+build/12843201
https://launchpad.net/ubuntu/+source/xorg-server/2:1.19.3-1ubuntu6/+build/13313736

Still boot bug...

Hope I did not miss an instruction which would eliminate the good
direction to solve this (will verify the apt policy later) !

Attached an extract of the /var/log/syslog (before and after I tried the
revert actions to understand bug).

** Attachment added: "Syslog"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1723577/+attachment/4972874/+files/Syslog

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-16 Thread Xavier Guillot
I tried to boot from grub on kernels :

4.13.0-12
4.13.0-11
4.12.0-13
4.12.0-12
4.11.0-13

Still have the boot bug.

I also tried to downgrade Mutter :

https://launchpad.net/ubuntu/+source/mutter/3.26.0+20170925~ea214fb-
1ubuntu1/+build/13517498

sudo dpkg -i gir1.2-mutter-1_3.26.0+20170925~ea214fb-1ubuntu1_amd64.deb
libmutter-1-0_3.26.0+20170925~ea214fb-1ubuntu1_amd64.deb mutter-
common_3.26.0+20170925~ea214fb-1ubuntu1_all.deb mutter_3.26.0+20170925
~ea214fb-1ubuntu1_amd64.deb

Same : freeze on start.


Here is the /var/log/apt/history.log from 02 to 06/10 (the one which made the 
bug appear, after it's update from 15/10 in chroot), I hope it helps...

** Attachment added: "Upgrade logs"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1723577/+attachment/4972723/+files/Upgrades

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-16 Thread Xavier Guillot
** Attachment removed: "Apt policy mesa"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1723577/+attachment/4972649/+files/Mesa-1710

** Attachment added: "Apt policy mesa"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1723577/+attachment/4972651/+files/Mesa-1710-2

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-16 Thread Xavier Guillot
As suggested in french forum, I looked at the previous version :

https://launchpad.net/ubuntu/+source/mesa/17.2.1-0ubuntu1/+build/13388627

Attached is the file with 'apt policy' results

** Attachment added: "Apt policy mesa"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1723577/+attachment/4972649/+files/Mesa-1710

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artful won't start with Wayland activated (AMD?)

2017-10-16 Thread Xavier Guillot
Yes, for me all worked fine until 6th October, on this Friday evening I
did the 17.10 updates of the week, and on 7th morning the start process
was frozen on the "Ubuntu" screen - I'm sure I didn't make the updates
on the 5th, so it could be this Mesa upgrade.

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

Title:
  Artful won't start with Wayland activated (AMD?)

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

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

[Bug 1723577] Re: Artfull won't start with wayland activated

2017-10-15 Thread Xavier Guillot
** Tags added: ubuntu-fr-artful

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

Title:
  Artfull won't start with wayland activated

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

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

[Bug 1723577] Re: Artfull won't start with wayland activated

2017-10-15 Thread Xavier Guillot
Same here, all worked fine until 6th October, since 7th impossible to
boot : screen stays frozen at the Ubuntu logo step, nothing works (even
Ctrl Alt F1).

Last line says "Started User Manager for UID 121"

lspci -nn | grep VGA
07:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X] [1002:683d]

Today I booted on a USB and with chroot I updated my main Ubuntu 17.10
partition, it didn't solve the issue...

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

Title:
  Artfull won't start with wayland activated

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

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

[Bug 1714789] [NEW] update-manager crashed with Depends in _show_transaction(): libwrap0 (>= 7.6-4~) mais la version 7.6.q-26 est installée

2017-09-03 Thread Xavier Guillot
*** This bug is a duplicate of bug 1295433 ***
https://bugs.launchpad.net/bugs/1295433

Public bug reported:

Update Manager also tells me I have broken packages, but I get this
error when trying sudo apt-get install -f

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Correction des dépendances... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus 
nécessaires :
  libssl-dev libssl-doc libx265-116
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants vont être installés :
  libperl5.26:i386
Les NOUVEAUX paquets suivants seront installés :
  libperl5.26:i386
0 mis à jour, 1 nouvellement installés, 0 à enlever et 11 non mis à jour.
69 partiellement installés ou enlevés.
Il est nécessaire de prendre 0 o/3 151 ko dans les archives.
Après cette opération, 16,2 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] O
(Lecture de la base de données... 218042 fichiers et répertoires déjà 
installés.)
Préparation du dépaquetage de .../libperl5.26_5.26.0-5_i386.deb ...
Dépaquetage de libperl5.26:i386 (5.26.0-5) ...
dpkg: erreur de traitement de l'archive 
/var/cache/apt/archives/libperl5.26_5.26.0-5_i386.deb (--unpack) :
 tentative de remplacement de « /usr/share/doc/libperl5.26/changelog.Debian.gz 
», qui est différent d'autres instances du paquet libperl5.26:i386
Des erreurs ont été rencontrées pendant l'exécution :
 /var/cache/apt/archives/libperl5.26_5.26.0-5_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Impossible to update since 2 days

ProblemType: Crash
DistroRelease: Ubuntu 17.10
Package: update-manager 1:17.10.7
ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
Uname: Linux 4.12.0-11-generic x86_64
ApportVersion: 2.20.7-0ubuntu1
Architecture: amd64
CrashCounter: 1
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep  3 17:12:22 2017
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/update-manager
GsettingsChanges:
 b'com.ubuntu.update-manager' b'show-details' b'true'
 b'com.ubuntu.update-manager' b'window-height' b'993'
 b'com.ubuntu.update-manager' b'first-run' b'false'
 b'com.ubuntu.update-manager' b'window-width' b'1627'
 b'com.ubuntu.update-manager' b'launch-time' b'int64 1504451351'
InstallationDate: Installed on 2017-08-16 (17 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170815)
InterpreterPath: /usr/bin/python3.6
PackageArchitecture: all
ProcCmdline: /usr/bin/python3 /usr/bin/update-manager
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
Python3Details: /usr/bin/python3.6, Python 3.6.2, python3-minimal, 
3.6.1-0ubuntu3
PythonArgs: ['/usr/bin/update-manager']
PythonDetails: /usr/bin/python2.7, Python 2.7.13, python-minimal, 2.7.13-2
SourcePackage: update-manager
Title: update-manager crashed with Depends in 
_show_transaction(): libwrap0 (>= 7.6-4~) mais la version 7.6.q-26 est installée
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


** Tags: amd64 apport-crash artful ubuntu-fr-artful

** Information type changed from Private to Public

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

Title:
  update-manager crashed with Depends in
  _show_transaction(): libwrap0 (>= 7.6-4~) mais la version 7.6.q-26 est
  installée

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

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

[Bug 1714648] Re: systray.py crashed with ImportError in /usr/share/hplip/base/status.py: /usr/lib/python3/dist-packages/hpmudext.cpython-36m-x86_64-linux-gnu.so: undefined symbol: hpmud_make_par_uri

2017-09-02 Thread Xavier Guillot
If I try to launch the program through Activities menu, this time
toolbox.py crashes (see screenshot).

** Attachment added: "Toolbox-HPLIP.png"
   
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1714648/+attachment/4942854/+files/Toolbox-HPLIP.png

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

Title:
  systray.py crashed with ImportError in
  /usr/share/hplip/base/status.py: /usr/lib/python3/dist-
  packages/hpmudext.cpython-36m-x86_64-linux-gnu.so: undefined symbol:
  hpmud_make_par_uri

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

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


[Bug 1714648] Re: systray.py crashed with ImportError in /usr/share/hplip/base/status.py: /usr/lib/python3/dist-packages/hpmudext.cpython-36m-x86_64-linux-gnu.so: undefined symbol: hpmud_make_par_uri

2017-09-02 Thread Xavier Guillot
** Information type changed from Private to Public

** Tags added: need-duplicate-check ubuntu-fr-artful

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

Title:
  systray.py crashed with ImportError in
  /usr/share/hplip/base/status.py: /usr/lib/python3/dist-
  packages/hpmudext.cpython-36m-x86_64-linux-gnu.so: undefined symbol:
  hpmud_make_par_uri

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

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


[Bug 1530947] Re: Ubuntu One account was deleted

2016-07-25 Thread Xavier Guillot
Hi, if it is well the bug opened after discussion of #1507668 I have
exactly the same problem :

https://bugs.launchpad.net/ubuntu-system-settings-online-
accounts/+bug/1606230

Click on "Install" for "Spider" game deletes Ubuntu One account

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

Title:
  Ubuntu One account was deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-credentials/+bug/1530947/+subscriptions

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


[Bug 1569718] Re: Ubuntu Touch (BQ Aquaris 4.5) - Does not boot after "[Volume Up] + [Power]" factory reset

2016-07-24 Thread Xavier Guillot
@PatMcGowan Thanks a lot for the answer and solution, it worked
perfectly, I was just able to reinstall Ubuntu on the E4.5, then
restart, restore contacts + messages, all seems to work.

Now, no more exotic manipulation with non-native programs !

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

Title:
  Ubuntu Touch (BQ Aquaris 4.5) - Does not boot after "[Volume Up] +
  [Power]" factory reset

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1569718/+subscriptions

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


[Bug 1569718] Re: Ubuntu Touch (BQ Aquaris 4.5) - Does not boot after "[Volume Up] + [Power]" factory reset

2016-07-19 Thread Xavier Guillot
I still have access to "Recovery menu" if I start with "Power + Volume
Up", I can re-do Wipe cache partition, datas and factory reset, but
again phone doesn't boot well : fastboot does nothing, normal boot stays
on a black screen ever...

Is there a way to reinstall Ubuntu Touch via terminal or something else,
or do I have to send my phone to BQ ?

Thanks !

** Attachment added: "BQ-UT.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1569718/+attachment/4703527/+files/BQ-UT.png

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

Title:
  Ubuntu Touch (BQ Aquaris 4.5) - Does not boot after "[Volume Up] +
  [Power]" factory reset

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1569718/+subscriptions

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


[Bug 1569718] Re: Ubuntu Touch (BQ Aquaris 4.5) - Does not boot after "[Volume Up] + [Power]" factory reset

2016-07-18 Thread Xavier Guillot
Hi Julia,

Thanks for the answer. I didn't know for the update break, I'll be
careful on the future and wait that some programs get a native Ubuntu
Touch program - or forget them.

For the factory reset, I didn't do it via reboot "Power + Volume Up",
but in the menu you have an icon for Parameters, and below the "Updates"
row there is a command for doing a factory reset, one just for the
launcher, the other for a complete reset.

That's what I choose, confirmed the message for all datas that will be
lost, the phone restarted, reset process began but E4.5 never started
completely on Ubuntu, and since I get only a dark screen

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

Title:
  Ubuntu Touch (BQ Aquaris 4.5) - Does not boot after "[Volume Up] +
  [Power]" factory reset

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1569718/+subscriptions

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


[Bug 1603501] Re: gimp: symbol lookup error: gimp: undefined symbol: gegl_param_multiline_get_type

2016-07-16 Thread Xavier Guillot
Same here with a new install of Ubuntu Yakkety and a Radeon HD 7700
Series GPU (Gallium 0.4 on AMD CAPE VERDE DRM 2.43.0, LLVM 3.8.0), seems
using proprietary Intel microcode firmware...

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

Title:
  gimp: symbol lookup error: gimp: undefined symbol:
  gegl_param_multiline_get_type

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

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


[Bug 1569718] Re: Ubuntu Touch (BQ Aquaris 4.5) - Does not boot after "[Volume Up] + [Power]" factory reset

2016-07-16 Thread Xavier Guillot
Hi, did you get an answer from BQ support ?

I have the same issue.

Some weeks ago, I tried to install Prey on Ubuntu Touch BQ Aquaris E4.5 with 
this method :
http://wayneward.co.uk/ubuntu-touch/prey-on-ubuntu-touch/

It failed, but after that, even if I can't affirm it's correlated,
updates apps were working but not OS : I got the notifications of OTA 33
available, if I ran the update, phone reboot, began installation, then
continued the process, started... and I was still on the current
version, unable to update to the last system.

So I decided to save my contacts + SMS / Calls, and did a factory reset,
directly from the GUI Parameters menu.

Phone restarted, stayed long minutes / hours on black screen without
anything written. Sometimes I make a long press on "Start" button, I
well see the BQ logo on the white screen, like Antoine Denis described,
but just after the complete empty black screen comes again, and nothing
else...

I'm in big trouble now, as I used it with 2 lines, a professional one
included.

Any help on this, something to do to get logs ?

Thanks in advance !

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

Title:
  Ubuntu Touch (BQ Aquaris 4.5) - Does not boot after "[Volume Up] +
  [Power]" factory reset

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1569718/+subscriptions

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


[Bug 1526900] Re: No unity desktop.

2016-02-07 Thread Xavier Guillot
Hi,

I don't know if it is related to the same reason (that's why for the
moment I don't confirm I have this bug, too), but I have a similar
problem.

I ran a fresh install of Ubuntu 15.10 (complete new one), updated, and
in January I decided to upgrade to Ubuntu 16.04 at early stage on my
Personal Computer - to test and because generally even pre-betas work
already fine.

Restart, login, general use... all is OK, except I also don't have any
desktop : only the background, no icon, none of my folders / files
"saved" on desktop appear.

There are well visible in Nautilus, and I well get Unity panel + for all
other programs, the top bar with menus etc... All works perfectly.

Just I have the desktop screen totally empty - and right click of mouse
on it, or putting it on the top black bar, does nothing...

I did not try to remove upstart at this time.

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

Title:
  No unity desktop.

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

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


[Bug 1463112] Re: Cat sitting on keyboard crashes lightdm

2015-11-19 Thread Xavier Guillot
Does the bug behavior change when we remove the "mouse" from cat ? ;)

Seriously, is this related to the GDM problem, corrected in Gnome ?
https://bugzilla.gnome.org/show_bug.cgi?id=758032

** Bug watch added: GNOME Bug Tracker #758032
   https://bugzilla.gnome.org/show_bug.cgi?id=758032

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

Title:
  Cat sitting on keyboard crashes lightdm

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

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


[Bug 1486910] Re: crash when launching radiotray (ElementaryOS)

2015-09-23 Thread Xavier Guillot
Hi

Does this solve your problem or is it related to another bug ?

http://zecheru.com/radio-tray-is-not-working-in-elementary-
freya/?v=11aedd0e4327

"Radio Tray is not working in Elementary Freya after final release. By
default in SysTray.py there is a call to gtk.gdk.threads_init() which
should be commented. To do this we need need to edit SysTray.py – type
the following commands in Terminal:

cd /usr/lib/python2.7/dist-packages/radiotray 
sudo nano SysTray.py

Then press Ctrl+W to search for gtk.gdk.threads_init() and add a # in
front of it to comment it.

Now press Ctrl+O to save the changes (WriteOut), leave the File Name
Write as it is and hit Enter. Press Ctrl+X to close the file and now you
can enjoy Radio Tray."

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

Title:
  crash when launching radiotray (ElementaryOS)

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

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

[Bug 1495074] Re: No top menu for Gpodder 3.8.4 on Ubuntu 15.10

2015-09-15 Thread Xavier Guillot
I tried today on Ubuntu 15.04 with Gpodder 3.8.1: menu is well visible,
so the problem occurs with v. 3.8.4 at/and Ubuntu 15.10

I could check that shortcut for adding new feeds is Ctrl + L, it works
on 15.10, so for the moment, waiting a bug correction or the button
addition on the panel, I can manage podcasts again :)

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

Title:
  No top menu for Gpodder 3.8.4 on Ubuntu 15.10

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

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


[Bug 1495083] Re: Impossible to launch Libre Office 5 in Ubuntu Willy: user setup not finished

2015-09-12 Thread Xavier Guillot
** Description changed:

  Hi,
  
  Since I installed a fresh Ubuntu version of alpha 15.10, I'm unable to
  launch Libre Office  5.
  
  First I used the libreoffice-5-0 ppa, today LO has been updated in main
  Willy repository on version 5.0.1
  
  Each time I try to launch the program or click on a document, I get the
  error message on the opening window (please see the screenshot attached)
  - translation from French:
  
  "Fatal Error - Impossible to launch application - User setup
  (installation) could not be finished".
  
  Thanks in advance for your help !
+ 
+ Edit: solution is easy. Just suppress the existing user profile. In
+ /home/.config rename the folder libreoffice to OLD_libreoffice
+ 
+ Re-launch the program: it should work normally now.
+ 
+ After that, if you have models, save and copy them (folder Template in
+ OLD_libreoffice profile), then it is possible to delete it.

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

Title:
  Impossible to launch Libre Office 5 in Ubuntu Willy: user setup not
  finished

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

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


[Bug 1495083] Re: Impossible to launch Libre Office 5 in Ubuntu Willy: user setup not finished

2015-09-12 Thread Xavier Guillot
Solution found via French Mailing-List of LibreOffice, very easy:
http://nabble.documentfoundation.org/Fatal-Error-td4160081.html#a4160111

Just suppress the existing user profile. In /home/.config rename the
folder libreoffice to OLD_libreoffice

Re-launch the program: it should work normally.

After that it is possible to delete OLD_libreoffice.

Solved !

** Changed in: libreoffice (Ubuntu)
   Status: New => Fix Released

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

Title:
  Impossible to launch Libre Office 5 in Ubuntu Willy: user setup not
  finished

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

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


[Bug 1495083] [NEW] Impossible to launch Libre Office 5 in Ubuntu Willy: user setup not finished

2015-09-12 Thread Xavier Guillot
Public bug reported:

Hi,

Since I installed a fresh Ubuntu version of alpha 15.10, I'm unable to
launch Libre Office  5.

First I used the libreoffice-5-0 ppa, today LO has been updated in main
Willy repository on version 5.0.1

Each time I try to launch the program or click on a document, I get the
error message on the opening window (please see the screenshot attached)
- translation from French:

"Fatal Error - Impossible to launch application - User setup
(installation) could not be finished".

Thanks in advance for your help !

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

** Attachment added: "LO5-U1510.png"
   
https://bugs.launchpad.net/bugs/1495083/+attachment/4462334/+files/LO5-U1510.png

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

Title:
  Impossible to launch Libre Office 5 in Ubuntu Willy: user setup not
  finished

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

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


[Bug 1495088] [NEW] gThumb doesn't copy an image as image with shortcut Ctrl + C

2015-09-12 Thread Xavier Guillot
Public bug reported:

Hi,

I'm using the 3.2.8 gThumb version on Ubuntu 15.10

I have a little problem when I try to copy the viewed image to The Gimp
for example.

If I use the gThumb "Edit - Copy image" menu, no problem: image is well
copied to Gimp.

But if I use instead the keyboard shortcut Ctrl + C then I get an error
message (please see the screenshot):

"There is no image data to paste from clipboard".

Tell me if I can add more details to help resolve this.

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

** Attachment added: "gThumb.png"
   https://bugs.launchpad.net/bugs/1495088/+attachment/4462349/+files/gThumb.png

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

Title:
  gThumb doesn't copy an image as image with shortcut Ctrl + C

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

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


[Bug 1495074] [NEW] No top menu for Gpodder 3.8.4 on Ubuntu 15.10

2015-09-12 Thread Xavier Guillot
Public bug reported:

Hi,

I'm using the great Gpodder soft version 3.8.4 on Ubuntu 15.10

Problem : on the top bar (of Unity desktop or app one depending on the
user preference settings), when the mouse comes on it, like other apps
the menu (File - ... - About) should appear instead of application name.

Here nothing, only the "Gpodder" title remains.

And as there is no button on the main screen to add an new subscription
(there are only Download - Read - Cancel - Settings - Quit), I'm not
able to add my new podcast feeds (I don't know if there is a keyboard
shortcut for that).

Thanks in advance for your help !

** Affects: gpodder (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/1495074

Title:
  No top menu for Gpodder 3.8.4 on Ubuntu 15.10

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

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


[Bug 1490250] Re: Update libtorrent-rasterbar to 1.0.6 - Fix DRDoS critical bug

2015-08-30 Thread Xavier Guillot
** Description changed:

  Hi,
  
  Sorry to create deliberately a duplicate, but even if original bug was
  assigned I'm not sure who receive all the updates and I can't modify the
  existing one to declare it as security concerned, now:
  
  https://bugs.launchpad.net/bugs/1485365
  
  A critical vulnerability has just been patched against DRDoS in the
  BitTorrent ecosystem, regarding libtorrent-rasterbar library.
  
  As Debian package has already been updated in experimental:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785676
  
  I guess it should be easy now for Ubuntu to make version 1.0.6 with the
  fix available for all distributions, as clients such Deluge and
  qBitTorrent depend from libtorrent-rasterbar.
  
  Transmission seems not concerned:
  https://trac.transmissionbt.com/ticket/5984
  
  And Vuze is working on it, package will have to be updated short after
  their next release: http://forum.vuze.com/Thread-Update-Vuze-with-
  libuTP-patch-to-correct-bug-allowing-DRDoS-attacks
  
  Here are data on this bug:
  
http://blog.bittorrent.com/2015/08/27/mitigating-drdos-vulnerability-in-the-bittorrent-ecosystem/
  
https://github.com/arvidn/libtorrent/commit/677e64275405a3a2fd9017c8b4c51f9cc5e0a2e1
  
http://www.researchgate.net/publication/280878634_P2P_File-Sharing_in_Hell_Exploiting_BitTorrent_Vulnerabilities_to_Launch_Distributed_Reflective_DoS_Attacks
  
+ Moreover, libtorrent-rasterbar version 0.15.10 (present in Ubuntu Precise and 
Debian wheezy), 0.16.18 (Ubuntu Vivid, Debian sid, jessie)... are also affected 
by CVE-2015-5685:
+ https://security-tracker.debian.org/tracker/CVE-2015-5685
+ 
  Thanks and best regards,
  
  Xavier Guillot

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

Title:
  Update libtorrent-rasterbar to 1.0.6 - Fix DRDoS critical bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtorrent-rasterbar/+bug/1490250/+subscriptions

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


[Bug 1485365] Re: Update libtorrent-rasterbar to latest 1.x release

2015-08-30 Thread Xavier Guillot
Hi, regarding the vulnerability recently patched against DRDoS
Vulnerability in the BitTorrent ecosystem, and as Debian package has
already been updated, it is urgent now for security that Ubuntu also
makes version 1.0.6 with the fix available for all distributions, as
clients such Deluge and qBitTorrent depend from libtorrent-rasterbar.

Here are data on this bug:
http://blog.bittorrent.com/2015/08/27/mitigating-drdos-vulnerability-in-the-bittorrent-ecosystem/
https://github.com/arvidn/libtorrent/commit/677e64275405a3a2fd9017c8b4c51f9cc5e0a2e1
http://www.researchgate.net/publication/280878634_P2P_File-Sharing_in_Hell_Exploiting_BitTorrent_Vulnerabilities_to_Launch_Distributed_Reflective_DoS_Attacks

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

Title:
  Update libtorrent-rasterbar to latest 1.x release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtorrent-rasterbar/+bug/1485365/+subscriptions

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


[Bug 1490250] [NEW] Update libtorrent-rasterbar to 1.0.6 - Fix DRDoS critical bug

2015-08-30 Thread Xavier Guillot
*** This bug is a security vulnerability ***

Public security bug reported:

Hi,

Sorry to create deliberately a duplicate, but even if original bug was
assigned I'm not sure who receive all the updates and I can't modify the
existing one to declare it as security concerned, now:

https://bugs.launchpad.net/bugs/1485365

A critical vulnerability has just been patched against DRDoS in the
BitTorrent ecosystem, regarding libtorrent-rasterbar library.

As Debian package has already been updated in experimental:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785676

I guess it should be easy now for Ubuntu to make version 1.0.6 with the
fix available for all distributions, as clients such Deluge and
qBitTorrent depend from libtorrent-rasterbar.

Transmission seems not concerned:
https://trac.transmissionbt.com/ticket/5984

And Vuze is working on it, package will have to be updated short after
their next release: http://forum.vuze.com/Thread-Update-Vuze-with-
libuTP-patch-to-correct-bug-allowing-DRDoS-attacks

Here are data on this bug:
http://blog.bittorrent.com/2015/08/27/mitigating-drdos-vulnerability-in-the-bittorrent-ecosystem/
https://github.com/arvidn/libtorrent/commit/677e64275405a3a2fd9017c8b4c51f9cc5e0a2e1
http://www.researchgate.net/publication/280878634_P2P_File-Sharing_in_Hell_Exploiting_BitTorrent_Vulnerabilities_to_Launch_Distributed_Reflective_DoS_Attacks

Thanks and best regards,

Xavier Guillot

** Affects: libtorrent-rasterbar (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: upgrade-software-version

** Information type changed from Private Security to Public Security

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

Title:
  Update libtorrent-rasterbar to 1.0.6 - Fix DRDoS critical bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtorrent-rasterbar/+bug/1490250/+subscriptions

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


[Bug 1485365] Re: Update libtorrent-rasterbar to latest 1.x release

2015-08-30 Thread Xavier Guillot
*** This bug is a duplicate of bug 1490250 ***
https://bugs.launchpad.net/bugs/1490250

** This bug has been marked a duplicate of bug 1490250
   Update libtorrent-rasterbar to 1.0.6 - Fix DRDoS critical bug

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

Title:
  Update libtorrent-rasterbar to latest 1.x release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtorrent-rasterbar/+bug/1485365/+subscriptions

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


[Bug 1359564] Re: radiotray crashed with Attempt to unlock mutex that was not locked

2014-09-09 Thread Xavier Guillot
If it can help, I was initially affected by this other bug : radiotray crashed 
with SIGABRT in gtk_main()
https://bugs.launchpad.net/ubuntu/+source/radiotray/+bug/1344043

in which a link was given to here with the solution (edit SysTray.py and
comment line 185).

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

Title:
  radiotray crashed with Attempt to unlock mutex that was not locked

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

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


  1   2   3   >