[Touch-packages] [Bug 2053228] Re: software-properties-gtk does not start

2024-03-22 Thread Francois Thirioux
I confirm this.
BUT:

with this ubuntu.sources:

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

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

I get a line in 'Other softwares' tab in software-properties-gtk,
containing noble noble-updates noble-backports suites. Is that ok?

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

Title:
  software-properties-gtk does not start

Status in software-properties package in Ubuntu:
  Fix Committed

Bug description:
  On a new install with the new format sources.list software-properties-gtk 
does not start:
  corrado@corrado-n4-nn-0215:~$ software-properties-gtk
  Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 100, in 
  app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)

^^^
File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 163, in __init__
  SoftwareProperties.__init__(self, options=options, datadir=datadir,
File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
109, in __init__
  self.backup_sourceslist()
File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
437, in backup_sourceslist
  source_bkp = SourceEntry(line=source.line,file=source.file)
   ^^
File "/usr/lib/python3/dist-packages/aptsources/sourceslist.py", line 509, 
in __init__
  raise ValueError("Classic SourceEntry cannot be written to .sources file")
  ValueError: Classic SourceEntry cannot be written to .sources file
  corrado@corrado-n4-nn-0215:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: software-properties-gtk 0.99.42
  ProcVersionSignature: Ubuntu 6.6.0-14.14-generic 6.6.3
  Uname: Linux 6.6.0-14-generic x86_64
  ApportVersion: 2.27.0-0ubuntu6
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Feb 15 10:07:43 2024
  InstallationDate: Installed on 2024-02-15 (0 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240215)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2053165] [NEW] [noble] Version 2.7.5 causes software-properties to crash

2024-02-14 Thread Francois Thirioux
Public bug reported:

Hi,

Only since recent 2.7.5 update along with 0.99.42 for software-properties.
Crash on start-up.

$ software-properties-gtk 
Traceback (most recent call last):
  File "/usr/bin/software-properties-gtk", line 100, in 
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)
  
^^^
  File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 163, in __init__
SoftwareProperties.__init__(self, options=options, datadir=datadir,
  File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
109, in __init__
self.backup_sourceslist()
  File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
437, in backup_sourceslist
source_bkp = SourceEntry(line=source.line,file=source.file)
 ^^
  File "/usr/lib/python3/dist-packages/aptsources/sourceslist.py", line 509, in 
__init__
raise ValueError("Classic SourceEntry cannot be written to .sources file")
ValueError: Classic SourceEntry cannot be written to .sources file

** Affects: python-apt (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- [noble] Version 2.7.5 causes software-propeties to crash
+ [noble] Version 2.7.5 causes software-properties to crash

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python-apt in Ubuntu.
https://bugs.launchpad.net/bugs/2053165

Title:
  [noble] Version 2.7.5 causes software-properties to crash

Status in python-apt package in Ubuntu:
  New

Bug description:
  Hi,

  Only since recent 2.7.5 update along with 0.99.42 for software-properties.
  Crash on start-up.

  $ software-properties-gtk 
  Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 100, in 
  app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)

^^^
File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 163, in __init__
  SoftwareProperties.__init__(self, options=options, datadir=datadir,
File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
109, in __init__
  self.backup_sourceslist()
File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
437, in backup_sourceslist
  source_bkp = SourceEntry(line=source.line,file=source.file)
   ^^
File "/usr/lib/python3/dist-packages/aptsources/sourceslist.py", line 509, 
in __init__
  raise ValueError("Classic SourceEntry cannot be written to .sources file")
  ValueError: Classic SourceEntry cannot be written to .sources file

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2011347] Re: language-pack-fr (1:23.04+20230310) breaks at least g-c-c

2023-03-12 Thread Francois Thirioux
Does not happen on every component of g-c-c.
Breaks at least:
user-accounts
location
Seems to not break, at least:
mouse

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to language-pack-fr in
Ubuntu.
https://bugs.launchpad.net/bugs/2011347

Title:
  language-pack-fr (1:23.04+20230310) breaks at least g-c-c

Status in language-pack-fr package in Ubuntu:
  New

Bug description:
  Hi,

  Since this update:

  $ gnome-control-center 
  18:44:17.3415   **[27440]: WARNING: Couldn't get locale for 
language: (null)
  Erreur de segmentation (core dumped)

  Was ok in previous one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-fr/+bug/2011347/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2011347] [NEW] language-pack-fr (1:23.04+20230310) breaks at least g-c-c

2023-03-12 Thread Francois Thirioux
Public bug reported:

Hi,

Since this update:

$ gnome-control-center 
18:44:17.3415   **[27440]: WARNING: Couldn't get locale for 
language: (null)
Erreur de segmentation (core dumped)

Was ok in previous one.

** Affects: language-pack-fr (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to language-pack-fr in
Ubuntu.
https://bugs.launchpad.net/bugs/2011347

Title:
  language-pack-fr (1:23.04+20230310) breaks at least g-c-c

Status in language-pack-fr package in Ubuntu:
  New

Bug description:
  Hi,

  Since this update:

  $ gnome-control-center 
  18:44:17.3415   **[27440]: WARNING: Couldn't get locale for 
language: (null)
  Erreur de segmentation (core dumped)

  Was ok in previous one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-fr/+bug/2011347/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861558] Re: Snap 'ed applicaitons have garbage on top of the window Close [x] button

2020-11-18 Thread Francois Thirioux
Seems to be Wayland related, from other sources.
(I did not test it in X, though.)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to humanity-icon-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1861558

Title:
  Snap 'ed applicaitons have garbage on top of the window Close [x]
  button

Status in adwaita-icon-theme package in Ubuntu:
  Confirmed
Status in gnome-themes-extra package in Ubuntu:
  Confirmed
Status in humanity-icon-theme package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Confirmed
Status in ubuntu-mono package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 19.10 installed
  2. Install GNOME application as a Snap - for example with

  sudo snap install gedit gnome-calculator

  3. Open GNOME Tweaks -> Appearance tab, then switch Icon set to the
  one of the following:

  * Adwaita
  * DMZ-Black
  * DMZ-White
  * hicolor
  * HighContrast
  * Humanity
  * Humanity-Dark
  * LoginIcons

  For example - Adwaita theme with Adwaita icon set.

  4. Open GNOME Calculator as a Snap application:

 /snap/bin/gnome-calculator

  Expected result:

  * GNOME Calculator looks as any other GTK application

  Actual result:

  * GNOME Calculator has garbage on top of the window Close [x] button

  ---

  Notes: 
  1. Problem was first seen on AskUbuntu - https://askubuntu.com/q/1206868
  2. one can use the script below to check all possible Theme<->Icon 
combinations:

  ```
  #!/bin/bash

  DISPLAY=:0

  for t in $(ls -1 /usr/share/themes/)
  do 
for i in $(ls -1 /usr/share/icons/)
do

  echo -e "\nTheme: $t, Icons: $i\n"

gsettings set org.gnome.desktop.interface gtk-theme "$t"
gsettings set org.gnome.desktop.interface icon-theme "$i"

  /snap/bin/gnome-calculator

#read -r -s -p "Press  for next theme"   
done
  done

  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: snapd 2.41+19.10.1
  ProcVersionSignature: Ubuntu 5.3.0-29.31-generic 5.3.13
  Uname: Linux 5.3.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb  1 17:55:09 2020
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: snapd
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adwaita-icon-theme/+bug/1861558/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861558] Re: Snap 'ed applicaitons have garbage on top of the window Close [x] button

2020-11-17 Thread Francois Thirioux
Still happens, Focal.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to humanity-icon-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1861558

Title:
  Snap 'ed applicaitons have garbage on top of the window Close [x]
  button

Status in adwaita-icon-theme package in Ubuntu:
  Confirmed
Status in gnome-themes-extra package in Ubuntu:
  Confirmed
Status in humanity-icon-theme package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Confirmed
Status in ubuntu-mono package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 19.10 installed
  2. Install GNOME application as a Snap - for example with

  sudo snap install gedit gnome-calculator

  3. Open GNOME Tweaks -> Appearance tab, then switch Icon set to the
  one of the following:

  * Adwaita
  * DMZ-Black
  * DMZ-White
  * hicolor
  * HighContrast
  * Humanity
  * Humanity-Dark
  * LoginIcons

  For example - Adwaita theme with Adwaita icon set.

  4. Open GNOME Calculator as a Snap application:

 /snap/bin/gnome-calculator

  Expected result:

  * GNOME Calculator looks as any other GTK application

  Actual result:

  * GNOME Calculator has garbage on top of the window Close [x] button

  ---

  Notes: 
  1. Problem was first seen on AskUbuntu - https://askubuntu.com/q/1206868
  2. one can use the script below to check all possible Theme<->Icon 
combinations:

  ```
  #!/bin/bash

  DISPLAY=:0

  for t in $(ls -1 /usr/share/themes/)
  do 
for i in $(ls -1 /usr/share/icons/)
do

  echo -e "\nTheme: $t, Icons: $i\n"

gsettings set org.gnome.desktop.interface gtk-theme "$t"
gsettings set org.gnome.desktop.interface icon-theme "$i"

  /snap/bin/gnome-calculator

#read -r -s -p "Press  for next theme"   
done
  done

  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: snapd 2.41+19.10.1
  ProcVersionSignature: Ubuntu 5.3.0-29.31-generic 5.3.13
  Uname: Linux 5.3.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb  1 17:55:09 2020
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: snapd
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adwaita-icon-theme/+bug/1861558/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1865263] Re: [Focal] xkb-data 2.29-1 breaks AZERTY keyboard

2020-02-29 Thread Francois Thirioux
Following above Timo Aaltonen's statement, we have to upgrade to 7.7+5:
https://packages.debian.org/fr/sid/x11-xkb-utils
too.

Tested and approved !

** Changed in: xkeyboard-config (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xkeyboard-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1865263

Title:
  [Focal] xkb-data 2.29-1 breaks AZERTY keyboard

Status in xkeyboard-config:
  Unknown
Status in xkeyboard-config package in Ubuntu:
  Confirmed

Bug description:
  Running :
  Ubuntu GNOME session 20.04 up to date
  GNOME Shell + Mutter 3.35.91
  Wayland session
  French language configuration (fr in kb config files)
  AZERTY keyboard

  Upgrading from 2.26-2ubuntu4 to 2.29-1 caused my French AZERTY keyboard to be 
QWERTY.
  If I run :
  setxkbmap fr
  in a terminal, then everything becomes ok again.
  The issue is not present in GNOME Terminal but is present in Synaptic or 
Firefox e.g., I guess it could be X/Wayland apps difference ?

  Anyway, downgrading to xkb-data 2.26-2ubuntu4 did solve the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1865263/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1865263] [NEW] [Focal] xkb-data 2.29-1 breaks AZERTY keyboard

2020-02-29 Thread Francois Thirioux
Public bug reported:

Running :
Ubuntu GNOME session 20.04 up to date
GNOME Shell + Mutter 3.35.91
Wayland session
French language configuration (fr in kb config files)
AZERTY keyboard

Upgrading from 2.26-2ubuntu4 to 2.29-1 caused my French AZERTY keyboard to be 
QWERTY.
If I run :
setxkbmap fr
in a terminal, then everything becomes ok again.
The issue is not present in GNOME Terminal but is present in Synaptic or 
Firefox e.g., I guess it could be X/Wayland apps difference ?

Anyway, downgrading to xkb-data 2.26-2ubuntu4 did solve the issue.

** Affects: xkeyboard-config
 Importance: Unknown
 Status: Unknown

** Affects: xkeyboard-config (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: focal

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xkeyboard-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1865263

Title:
  [Focal] xkb-data 2.29-1 breaks AZERTY keyboard

Status in xkeyboard-config:
  Unknown
Status in xkeyboard-config package in Ubuntu:
  New

Bug description:
  Running :
  Ubuntu GNOME session 20.04 up to date
  GNOME Shell + Mutter 3.35.91
  Wayland session
  French language configuration (fr in kb config files)
  AZERTY keyboard

  Upgrading from 2.26-2ubuntu4 to 2.29-1 caused my French AZERTY keyboard to be 
QWERTY.
  If I run :
  setxkbmap fr
  in a terminal, then everything becomes ok again.
  The issue is not present in GNOME Terminal but is present in Synaptic or 
Firefox e.g., I guess it could be X/Wayland apps difference ?

  Anyway, downgrading to xkb-data 2.26-2ubuntu4 did solve the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1865263/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1865263] Re: [Focal] xkb-data 2.29-1 breaks AZERTY keyboard

2020-02-29 Thread Francois Thirioux
Seems clearly related to this one :
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952731

** Also affects: xkeyboard-config via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952731
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xkeyboard-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1865263

Title:
  [Focal] xkb-data 2.29-1 breaks AZERTY keyboard

Status in xkeyboard-config:
  Unknown
Status in xkeyboard-config package in Ubuntu:
  New

Bug description:
  Running :
  Ubuntu GNOME session 20.04 up to date
  GNOME Shell + Mutter 3.35.91
  Wayland session
  French language configuration (fr in kb config files)
  AZERTY keyboard

  Upgrading from 2.26-2ubuntu4 to 2.29-1 caused my French AZERTY keyboard to be 
QWERTY.
  If I run :
  setxkbmap fr
  in a terminal, then everything becomes ok again.
  The issue is not present in GNOME Terminal but is present in Synaptic or 
Firefox e.g., I guess it could be X/Wayland apps difference ?

  Anyway, downgrading to xkb-data 2.26-2ubuntu4 did solve the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1865263/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-03-07 Thread Francois Thirioux
Quadro M1000M : works now without any tweak.

Nonetheless, if you mean "*full* support", laptop users like me will
argue the lack of a GPU switching ability and the removing of the
Wayland session.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1752053

Title:
  nvidia-390 fails to boot graphical display

Status in mesa package in Ubuntu:
  Incomplete
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Incomplete

Bug description:
  I'm using Bionic with the new 4.15 kernel. I've been using the
  nvidia-384 driver with no problem for a while.  Today I issued "sudo
  apt-get upgrade" and I was prompted to upgrade the nvidia driver to
  the nvidia-390.  After installing the driver and rebooting, I was only
  able to boot in to the tty terminal.  The graphical display failed to
  boot.  I have had similar problems with nvidia driver version 390 with
  Arch Linux and with Open Suse Tumbleweed.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1710853] Re: [Artful] Some appearance bugs in Ambiance

2017-08-15 Thread Francois Thirioux
** Description changed:

  See screenshots.
  
  Firefox : too small arrows (does not happen in Chromium, e.g., ok using 
Adwaita)
  Evolution : attachment bar, when displayed and expanded, is truncated (ok 
using Adwaita) ; it is needed to hover one of the icons to full display it
  Synaptic : error text field is too small (ok using Adwaita)
+ Tweaks : misplaced menu bar separator (ok using Adwaita)
  
  (Please note that the ubuntu-fr-artful tag is here due to Didier Roche's
  request.)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20170703-0ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug 15 11:57:47 2017
  InstallationDate: Installed on 2016-12-12 (245 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-themes
  UpgradeStatus: Upgraded to artful on 2017-05-04 (102 days ago)

** Attachment added: "Tweaks"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1710853/+attachment/4932674/+files/Capture%20d%27%C3%A9cran%20de%202017-08-15%2012-33-09.png

** Description changed:

  See screenshots.
  
  Firefox : too small arrows (does not happen in Chromium, e.g., ok using 
Adwaita)
  Evolution : attachment bar, when displayed and expanded, is truncated (ok 
using Adwaita) ; it is needed to hover one of the icons to full display it
  Synaptic : error text field is too small (ok using Adwaita)
- Tweaks : misplaced menu bar separator (ok using Adwaita)
+ Tweaks : misplaced menu bar separator (ok using Adwaita), the separator 
should be aligned with menu field below
  
  (Please note that the ubuntu-fr-artful tag is here due to Didier Roche's
  request.)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20170703-0ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug 15 11:57:47 2017
  InstallationDate: Installed on 2016-12-12 (245 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-themes
  UpgradeStatus: Upgraded to artful on 2017-05-04 (102 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1710853

Title:
  [Artful] Some appearance bugs in Ambiance

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  See screenshots.

  Firefox : too small arrows (does not happen in Chromium, e.g., ok using 
Adwaita)
  Evolution : attachment bar, when displayed and expanded, is truncated (ok 
using Adwaita) ; it is needed to hover one of the icons to full display it
  Synaptic : error text field is too small (ok using Adwaita)
  Tweaks : misplaced menu bar separator (ok using Adwaita), the separator 
should be aligned with menu field below

  (Please note that the ubuntu-fr-artful tag is here due to Didier
  Roche's request.)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20170703-0ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug 15 11:57:47 2017
  InstallationDate: Installed on 2016-12-12 (245 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-themes
  UpgradeStatus: Upgraded to artful on 2017-05-04 (102 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1710853] Re: [Artful] Some appearance bugs in Ambiance

2017-08-15 Thread Francois Thirioux
** Attachment added: "Evolution attachment bar, unexpanded"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1710853/+attachment/4932658/+files/Capture%20d%27%C3%A9cran%20de%202017-08-10%2008-27-48.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1710853

Title:
  [Artful] Some appearance bugs in Ambiance

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  See screenshots.

  Firefox : too small arrows (does not happen in Chromium, e.g., ok using 
Adwaita)
  Evolution : attachment bar, when displayed and expanded, is truncated (ok 
using Adwaita) ; it is needed to hover one of the icons to full display it
  Synaptic : error text field is too small (ok using Adwaita)

  (Please note that the ubuntu-fr-artful tag is here due to Didier
  Roche's request.)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20170703-0ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug 15 11:57:47 2017
  InstallationDate: Installed on 2016-12-12 (245 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-themes
  UpgradeStatus: Upgraded to artful on 2017-05-04 (102 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1710853] Re: [Artful] Some appearance bugs in Ambiance

2017-08-15 Thread Francois Thirioux
** Attachment added: "Synaptic usual error message"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1710853/+attachment/4932660/+files/Capture%20d%27%C3%A9cran%20de%202017-08-14%2023-33-48.png

** Description changed:

  See screenshots.
  
  Firefox : too small arrows (does not happen in Chromium, e.g., ok using 
Adwaita)
- Evolution : attachment bar, when displayed and expanded, is truncated (ok 
using Adwaita)
+ Evolution : attachment bar, when displayed and expanded, is truncated (ok 
using Adwaita) ; it is needed to hover one of the icons to full display it
  Synaptic : error text field is too small (ok using Adwaita)
  
  (Please note that the ubuntu-fr-artful tag is here due to Didier Roche's
  request.)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20170703-0ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug 15 11:57:47 2017
  InstallationDate: Installed on 2016-12-12 (245 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161211)
  PackageArchitecture: all
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  SourcePackage: ubuntu-themes
  UpgradeStatus: Upgraded to artful on 2017-05-04 (102 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1710853

Title:
  [Artful] Some appearance bugs in Ambiance

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  See screenshots.

  Firefox : too small arrows (does not happen in Chromium, e.g., ok using 
Adwaita)
  Evolution : attachment bar, when displayed and expanded, is truncated (ok 
using Adwaita) ; it is needed to hover one of the icons to full display it
  Synaptic : error text field is too small (ok using Adwaita)

  (Please note that the ubuntu-fr-artful tag is here due to Didier
  Roche's request.)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20170703-0ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug 15 11:57:47 2017
  InstallationDate: Installed on 2016-12-12 (245 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-themes
  UpgradeStatus: Upgraded to artful on 2017-05-04 (102 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1710853] Re: [Artful] Some appearance bugs in Ambiance

2017-08-15 Thread Francois Thirioux
** Attachment added: "Firefox"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1710853/+attachment/4932657/+files/Capture%20d%27%C3%A9cran%20de%202017-08-09%2015-20-32.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1710853

Title:
  [Artful] Some appearance bugs in Ambiance

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  See screenshots.

  Firefox : too small arrows (does not happen in Chromium, e.g., ok using 
Adwaita)
  Evolution : attachment bar, when displayed and expanded, is truncated (ok 
using Adwaita) ; it is needed to hover one of the icons to full display it
  Synaptic : error text field is too small (ok using Adwaita)

  (Please note that the ubuntu-fr-artful tag is here due to Didier
  Roche's request.)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20170703-0ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug 15 11:57:47 2017
  InstallationDate: Installed on 2016-12-12 (245 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-themes
  UpgradeStatus: Upgraded to artful on 2017-05-04 (102 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1710853] Re: [Artful] Some appearance bugs in Ambiance

2017-08-15 Thread Francois Thirioux
** Attachment added: "Evolution attachment bar, using Adwaita"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1710853/+attachment/4932659/+files/Capture%20d%27%C3%A9cran%20de%202017-08-10%2008-28-20.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1710853

Title:
  [Artful] Some appearance bugs in Ambiance

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  See screenshots.

  Firefox : too small arrows (does not happen in Chromium, e.g., ok using 
Adwaita)
  Evolution : attachment bar, when displayed and expanded, is truncated (ok 
using Adwaita) ; it is needed to hover one of the icons to full display it
  Synaptic : error text field is too small (ok using Adwaita)

  (Please note that the ubuntu-fr-artful tag is here due to Didier
  Roche's request.)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20170703-0ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug 15 11:57:47 2017
  InstallationDate: Installed on 2016-12-12 (245 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-themes
  UpgradeStatus: Upgraded to artful on 2017-05-04 (102 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1710853] [NEW] [Artful] Some appearance bugs in Ambiance

2017-08-15 Thread Francois Thirioux
Public bug reported:

See screenshots.

Firefox : too small arrows (does not happen in Chromium, e.g., ok using Adwaita)
Evolution : attachment bar, when displayed and expanded, is truncated (ok using 
Adwaita) ; it is needed to hover one of the icons to full display it
Synaptic : error text field is too small (ok using Adwaita)

(Please note that the ubuntu-fr-artful tag is here due to Didier Roche's
request.)

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: light-themes 16.10+17.10.20170703-0ubuntu1
ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
Uname: Linux 4.12.0-11-generic x86_64
ApportVersion: 2.20.6-0ubuntu5
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue Aug 15 11:57:47 2017
InstallationDate: Installed on 2016-12-12 (245 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161211)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-themes
UpgradeStatus: Upgraded to artful on 2017-05-04 (102 days ago)

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


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

** Attachment removed: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1710853/+attachment/4932656/+files/ProcCpuinfoMinimal.txt

** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1710853/+attachment/4932655/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1710853

Title:
  [Artful] Some appearance bugs in Ambiance

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  See screenshots.

  Firefox : too small arrows (does not happen in Chromium, e.g., ok using 
Adwaita)
  Evolution : attachment bar, when displayed and expanded, is truncated (ok 
using Adwaita) ; it is needed to hover one of the icons to full display it
  Synaptic : error text field is too small (ok using Adwaita)

  (Please note that the ubuntu-fr-artful tag is here due to Didier
  Roche's request.)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20170703-0ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug 15 11:57:47 2017
  InstallationDate: Installed on 2016-12-12 (245 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-themes
  UpgradeStatus: Upgraded to artful on 2017-05-04 (102 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1521262] Re: Clock size in panel is smaller when showing only the time than when also showing date

2015-12-02 Thread Francois Thirioux
And I feel that the hinting (slight RGBA, Ub. Gnome) is worse than
before this update.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-font-family-sources
in Ubuntu.
https://bugs.launchpad.net/bugs/1521262

Title:
  Clock size in panel is smaller when showing only the time than when
  also showing date

Status in Ubuntu Font Family:
  New
Status in ubuntu-font-family-sources package in Ubuntu:
  Confirmed

Bug description:
  After the Ubuntu font upgrade the clock in the panel seems to be
  smaller than it was.

  If I switch the clock to also show the date then the font size goes
  back to normal.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ttf-ubuntu-font-family 0.84~mono0.83+arabicfontconfig-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Nov 30 16:40:07 2015
  Dependencies:
   
  InstallationDate: Installed on 2015-11-11 (19 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151110)
  PackageArchitecture: all
  SourcePackage: ubuntu-font-family-sources
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-font-family/+bug/1521262/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1521262] Re: Clock size in panel is smaller when showing only the time than when also showing date

2015-12-02 Thread Francois Thirioux
I can add the same behaviour using Synaptic : when the version of a
package contains letters, the size is normal, but when it contains only
numbers, the size is smaller.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-font-family-sources
in Ubuntu.
https://bugs.launchpad.net/bugs/1521262

Title:
  Clock size in panel is smaller when showing only the time than when
  also showing date

Status in ubuntu-font-family-sources package in Ubuntu:
  Confirmed

Bug description:
  After the Ubuntu font upgrade the clock in the panel seems to be
  smaller than it was.

  If I switch the clock to also show the date then the font size goes
  back to normal.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ttf-ubuntu-font-family 0.84~mono0.83+arabicfontconfig-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Nov 30 16:40:07 2015
  Dependencies:
   
  InstallationDate: Installed on 2015-11-11 (19 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151110)
  PackageArchitecture: all
  SourcePackage: ubuntu-font-family-sources
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-font-family-sources/+bug/1521262/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp