[Desktop-packages] [Bug 2058810] [NEW] Unable to purge snapd on the freshly installed system

2024-03-23 Thread Norbert
Public bug reported:

Steps to reproduce:
1. Have Ubuntu 24.04 LTS installed from 20240323 ISO
2. Install Konqueror browser to make it fallback web-browser by `sudo apt-get 
install konqueror --no-install-recommends`
3. Try to purge Snapd from the system by `sudo apt autopurge snapd`

Expected results:
* Snapd purged, /snap and /var/snap directories are removed

Actual results:
* got many errors in the terminal (see below), /snap and /var/snap directories 
are not removed:

```
$ sudo apt autopurge snapd
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  snapd*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 0 B of additional disk space will be used.
N: Ignoring file 'ubuntu.sources.curtin.old' in directory 
'/etc/apt/sources.list.d/' as it has an invalid filename extension
Do you want to continue? [Y/n]
(Reading database ... 173821 files and directories currently installed.)
Purging configuration files for snapd (2.60.4+23.10) ...
Stopping snap-firefox-4033.mount
Stopping unit snap-firefox-4033.mount
Waiting until unit snap-firefox-4033.mount is stopped [attempt 1]
snap-firefox-4033.mount is stopped.
Removing snap firefox and revision 4033
rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_AU.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr.dic': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_FR.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_LU.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_LU.dic': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_US.dic': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_CA.dic': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_ZA.dic': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_GB.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_BE.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_CH.dic': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_BE.dic': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_CA.dic': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_CH.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_CA.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_ZA.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_FR.dic': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_MC.dic': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/fr_MC.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_CA.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_GB.dic': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_US.aff': Read-only 
file system
rm: cannot remove '/var/snap/firefox/common/host-hunspell/en_AU.dic': Read-only 
file system
dpkg: error processing package snapd (--purge):
 installed snapd package post-removal script subprocess returned error exit 
status 1
Errors were encountered while processing:
 snapd
E: Sub-process /usr/bin/dpkg returned an error code (1)

$ sudo du -sh /snap/
72K /snap/

$ sudo du -sh /var/snap/
12M /var/snap/
```

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: snapd (not installed)
ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
Uname: Linux 6.8.0-11-generic x86_64
ApportVersion: 2.28.0-0ubuntu1
AptOrdering:
 snapd:amd64: Purge
 NULL: ConfigurePending
 NULL: PurgePending
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: pass
Date: Sat Mar 23 17:43:57 2024
ErrorMessage: installed snapd package post-removal script subprocess returned 
error exit status 1
InstallationDate: Installed on 2024-03-23 (0 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240323)
Python3Details: /usr/bin/python3.12, Python 3.12.2, python3-minimal, 
3.12.1-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.22.4ubuntu5
 apt  2.7.12
SourcePackage: snapd
Title: package snapd (not installed) failed to install/upgrade: installed snapd 
package post-removal script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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

** Affects: hunspell-en-us (Ubuntu)
 Importance: Undecided
 

[Desktop-packages] [Bug 2054868] [NEW] invalid escape sequence

2024-02-24 Thread Norbert
Public bug reported:

Todays update with python 3.12


/usr/share/hplip/base/LedmWifi.py:34: SyntaxWarning: invalid escape sequence '\d
'
  http_result_pat = re.compile("""HTTP/\d.\d\s(\d+)""", re.I)
/usr/share/hplip/base/device.py:49: SyntaxWarning: invalid escape sequence '\d'
  http_result_pat = re.compile("""HTTP/\d.\d\s(\d+)""", re.I)
/usr/share/hplip/base/g.py:304: SyntaxWarning: invalid escape sequence '\|'
  spinner = "\|/-\|/-"
/usr/share/hplip/base/g.py:354: SyntaxWarning: invalid escape sequence '\d'
  m = re.search('python(\d(\.\d){0,2})', ext_path)#get the python ve
rsion where the .so file is found
/usr/share/hplip/base/imagesize.py:186: SyntaxWarning: invalid escape sequence '
\#'
  re.compile('\#define\s+\S+\s+\d+') : ('image/x-xbitmap', xbmsize),
/usr/share/hplip/base/imagesize.py:187: SyntaxWarning: invalid escape sequence '
\/'
  re.compile('\/\* XPM \*\/'): ('image/x-xpixmap', xpmsize),
/usr/share/hplip/base/imagesize.py:189: SyntaxWarning: invalid escape sequence '
\*'
  re.compile('^II\*\x00'): ('image/tiff', tiffsize),
/usr/share/hplip/base/logger.py:439: SyntaxWarning: invalid escape sequence '\<'
  elem_start = re.findall("(\<\W{0,1}\w+) ?", line)[0]
/usr/share/hplip/base/logger.py:440: SyntaxWarning: invalid escape sequence '\]'
  elem_finished = re.findall("([?|\]\]]*\>)", line)[0]
/usr/share/hplip/base/logger.py:442: SyntaxWarning: invalid escape sequence '\S'
  attrs = re.findall("(\S*?\=\".*?\")", line)
/usr/share/hplip/base/models.py:37: SyntaxWarning: invalid escape sequence '\d'
  pat_prod_num = re.compile("""(\d+)""", re.I)
/usr/share/hplip/base/models.py:428: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^r(\d+)-agent(\d+)-kind', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:429: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^r(\d+)-agent(\d+)-type', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:430: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^r(\d+)-agent(\d+)-sku', re.IGNORECASE) : TYPE_STR,
/usr/share/hplip/base/models.py:431: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-desc', re.IGNORECASE) : TYPE_STR,
/usr/share/hplip/base/models.py:432: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-virgin', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:433: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-dvc', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:434: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-kind', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:435: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-type', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:436: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-id', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:437: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-hp-ink', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:438: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-health-desc', re.IGNORECASE) : TYPE_STR,
/usr/share/hplip/base/models.py:439: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-health$', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:440: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-known', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:441: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-level', re.IGNORECASE) : TYPE_INT,
/usr/share/hplip/base/models.py:442: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-ack', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:443: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^agent(\d+)-sku', re.IGNORECASE) : TYPE_STR,
/usr/share/hplip/base/models.py:444: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^in-tray(\d+)', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:445: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^out-tray(\d+)', re.IGNORECASE) : TYPE_BOOL,
/usr/share/hplip/base/models.py:446: SyntaxWarning: invalid escape sequence '\d'
  re.compile('^model(\d+)', re.IGNORECASE) : TYPE_STR,
/usr/share/hplip/base/password.py:212: SyntaxWarning: invalid escape sequence '\
['
  cb = cb.replace("[", "\[")
/usr/share/hplip/base/password.py:213: SyntaxWarning: invalid escape sequence '\
]'
  cb = cb.replace("]", "\]")
/usr/share/hplip/base/queues.py:48: SyntaxWarning: invalid escape sequence '\*'
  NICKNAME_PATTERN = re.compile(b'''\*NickName:\s*\"(.*)"''', re.MULTILINE)
/usr/share/hplip/base/status.py:1335: SyntaxWarning: invalid escape sequence '\s
'
  pjl_code_pat = re.compile("""^CODE\s*=\s*(\d.*)$""", re.IGNORECASE)
/usr/share/hplip/base/tui.py:220: SyntaxWarning: invalid escape sequence '\|'
  self.spinner = "\|/-\|/-*"

[Desktop-packages] [Bug 2037210] Re: unable to add PPA by its sources.list line

2023-09-24 Thread Norbert
** Tags added: rls-mm-incoming

** Changed in: software-properties (Ubuntu)
   Status: New => Confirmed

** Also affects: software-properties
   Importance: Undecided
   Status: New

** Changed in: software-properties
   Status: New => Confirmed

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

Title:
  unable to add PPA by its sources.list line

Status in Software Properties:
  Confirmed
Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 23.10 installed
  2. Run 

  ```
  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 
E756285F30DB2B2BB35012E219BFCAF5168D33A9
  sudo add-apt-repository -y "deb http://ppa.launchpad.net/nrbrtx/vte/ubuntu 
jammy main"
  sudo add-apt-repository -y "deb http://ppa.launchpad.net/nrbrtx/wnck/ubuntu 
jammy main"
  ```

  Expected results:

  * key added, two repositories are added to the relevant *.list files
  at /etc/apt/sources.list.d/

  Actual results:

  * relevant *.list files at /etc/apt/sources.list.d/ are not created,
  having errors instead

  ```
  $ sudo add-apt-repository -y "deb http://ppa.launchpad.net/nrbrtx/vte/ubuntu 
jammy main"
  Repository: 'deb http: //ppa.launchpad.net/nrbrtx/vte/ubuntu jammy main
  Components: 
  '
  Description:
  This PPA contains VTE library from Ubuntu 20.04 LTS which is not affected by 
stupid bug https://pad.lv/1922276 . So user will be able to select all terminal 
output with full scroll-back in MATE Terminal and other VTE-based terminals as 
it is expected.

  This PPA is useful for Ubuntu 22.04 LTS, Debian 11 (bullseye) and
  Debian 12 (bookworm).

  As usual one can always remove this PPA and downgrade VTE packages by using 
`sudo apt-get install ppa-purge` and `sudo ppa-purge ppa:nrbrtx/vte`.
  More info: https://launchpad.net/~nrbrtx/+archive/ubuntu/vte
  Adding repository.
  E: Malformed entry 1 in sources file 
/etc/apt/sources.list.d/nrbrtx-ubuntu-vte-mantic.sources (URI)
  E: The list of sources could not be read.

  $ sudo add-apt-repository -y "deb http://ppa.launchpad.net/nrbrtx/wnck/ubuntu 
jammy main"
  Repository: 'deb http: //ppa.launchpad.net/nrbrtx/wnck/ubuntu jammy main
  Components: 
  '
  Description:
  This PPA provides patched libwnck3 package to fix  
https://github.com/mate-desktop/mate-panel/issues/1230 and 
https://pad.lv/1947420 .
  See details at 
https://github.com/mate-desktop/mate-panel/issues/1230#issuecomment-997422612 .

  This PPA is useful for Ubuntu 22.04 LTS and Debian 12 (bookworm).

  As usual one can always remove this PPA and downgrade WNCK packages by using 
`sudo apt-get install ppa-purge` and `sudo ppa-purge ppa:nrbrtx/wnck`.
  More info: https://launchpad.net/~nrbrtx/+archive/ubuntu/wnck
  Adding repository.
  Found existing deb entry in 
/etc/apt/sources.list.d/nrbrtx-ubuntu-vte-mantic.sources
  E: Malformed entry 1 in sources file 
/etc/apt/sources.list.d/nrbrtx-ubuntu-vte-mantic.sources (URI)
  E: The list of sources could not be read.

  $ sudo apt-get update 
  E: Malformed entry 1 in sources file 
/etc/apt/sources.list.d/nrbrtx-ubuntu-vte-mantic.sources (URI)
  E: The list of sources could not be read.
  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: software-properties-common 0.99.39
  ProcVersionSignature: Ubuntu 6.5.0-5.5-generic 6.5.0
  Uname: Linux 6.5.0-5-generic x86_64
  ApportVersion: 2.27.0-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME-Flashback
  Date: Sun Sep 24 14:02:10 2023
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: Upgraded to mantic on 2023-04-13 (164 days ago)
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2023-09-24T13:25:34.901411

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


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


[Desktop-packages] [Bug 2037210] [NEW] unable to add PPA by its sources.list line

2023-09-24 Thread Norbert
Public bug reported:

Steps to reproduce:
1. Have Ubuntu 23.10 installed
2. Run 

```
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 
E756285F30DB2B2BB35012E219BFCAF5168D33A9
sudo add-apt-repository -y "deb http://ppa.launchpad.net/nrbrtx/vte/ubuntu 
jammy main"
sudo add-apt-repository -y "deb http://ppa.launchpad.net/nrbrtx/wnck/ubuntu 
jammy main"
```

Expected results:

* key added, two repositories are added to the relevant *.list files at
/etc/apt/sources.list.d/

Actual results:

* relevant *.list files at /etc/apt/sources.list.d/ are not created,
having errors instead

```
$ sudo add-apt-repository -y "deb http://ppa.launchpad.net/nrbrtx/vte/ubuntu 
jammy main"
Repository: 'deb http: //ppa.launchpad.net/nrbrtx/vte/ubuntu jammy main
Components: 
'
Description:
This PPA contains VTE library from Ubuntu 20.04 LTS which is not affected by 
stupid bug https://pad.lv/1922276 . So user will be able to select all terminal 
output with full scroll-back in MATE Terminal and other VTE-based terminals as 
it is expected.

This PPA is useful for Ubuntu 22.04 LTS, Debian 11 (bullseye) and Debian
12 (bookworm).

As usual one can always remove this PPA and downgrade VTE packages by using 
`sudo apt-get install ppa-purge` and `sudo ppa-purge ppa:nrbrtx/vte`.
More info: https://launchpad.net/~nrbrtx/+archive/ubuntu/vte
Adding repository.
E: Malformed entry 1 in sources file 
/etc/apt/sources.list.d/nrbrtx-ubuntu-vte-mantic.sources (URI)
E: The list of sources could not be read.

$ sudo add-apt-repository -y "deb http://ppa.launchpad.net/nrbrtx/wnck/ubuntu 
jammy main"
Repository: 'deb http: //ppa.launchpad.net/nrbrtx/wnck/ubuntu jammy main
Components: 
'
Description:
This PPA provides patched libwnck3 package to fix  
https://github.com/mate-desktop/mate-panel/issues/1230 and 
https://pad.lv/1947420 .
See details at 
https://github.com/mate-desktop/mate-panel/issues/1230#issuecomment-997422612 .

This PPA is useful for Ubuntu 22.04 LTS and Debian 12 (bookworm).

As usual one can always remove this PPA and downgrade WNCK packages by using 
`sudo apt-get install ppa-purge` and `sudo ppa-purge ppa:nrbrtx/wnck`.
More info: https://launchpad.net/~nrbrtx/+archive/ubuntu/wnck
Adding repository.
Found existing deb entry in 
/etc/apt/sources.list.d/nrbrtx-ubuntu-vte-mantic.sources
E: Malformed entry 1 in sources file 
/etc/apt/sources.list.d/nrbrtx-ubuntu-vte-mantic.sources (URI)
E: The list of sources could not be read.

$ sudo apt-get update 
E: Malformed entry 1 in sources file 
/etc/apt/sources.list.d/nrbrtx-ubuntu-vte-mantic.sources (URI)
E: The list of sources could not be read.
```

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: software-properties-common 0.99.39
ProcVersionSignature: Ubuntu 6.5.0-5.5-generic 6.5.0
Uname: Linux 6.5.0-5-generic x86_64
ApportVersion: 2.27.0-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME-Flashback
Date: Sun Sep 24 14:02:10 2023
PackageArchitecture: all
SourcePackage: software-properties
UpgradeStatus: Upgraded to mantic on 2023-04-13 (164 days ago)
modified.conffile..etc.default.apport:
 # set this to 0 to disable apport, or to 1 to enable it
 # you can temporarily override this with
 # sudo service apport start force_start=1
 enabled=0
mtime.conffile..etc.default.apport: 2023-09-24T13:25:34.901411

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


** Tags: amd64 apport-bug mantic

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

Title:
  unable to add PPA by its sources.list line

Status in software-properties package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 23.10 installed
  2. Run 

  ```
  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 
E756285F30DB2B2BB35012E219BFCAF5168D33A9
  sudo add-apt-repository -y "deb http://ppa.launchpad.net/nrbrtx/vte/ubuntu 
jammy main"
  sudo add-apt-repository -y "deb http://ppa.launchpad.net/nrbrtx/wnck/ubuntu 
jammy main"
  ```

  Expected results:

  * key added, two repositories are added to the relevant *.list files
  at /etc/apt/sources.list.d/

  Actual results:

  * relevant *.list files at /etc/apt/sources.list.d/ are not created,
  having errors instead

  ```
  $ sudo add-apt-repository -y "deb http://ppa.launchpad.net/nrbrtx/vte/ubuntu 
jammy main"
  Repository: 'deb http: //ppa.launchpad.net/nrbrtx/vte/ubuntu jammy main
  Components: 
  '
  Description:
  This PPA contains VTE library from Ubuntu 20.04 LTS which is not affected by 
stupid bug https://pad.lv/1922276 . So user will be able to select all terminal 
output with full scroll-back in MATE Terminal and other VTE-based terminals as 
it is expected.

  This PPA is useful for Ubuntu 22.04 LTS, Debian 11 (bullseye) and
  Debian 12 (bookworm).

  As usual one can always remove this PPA and downgrade VTE packages by using 

[Desktop-packages] [Bug 2034997] Re: gnome-shell crashed with SIGSEGV / scan with simple-scan

2023-09-10 Thread Norbert
Upstream bug:

https://gitlab.gnome.org/GNOME/mutter/-/issues/2993


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

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

** No longer affects: gnome-shell (Ubuntu)

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

Title:
  gnome-shell crashed with SIGSEGV / scan with simple-scan

Status in Mutter:
  Unknown

Bug description:
  When I start a scan with simple-scan the gnome-shell crash. I can't
  find a log.

  ProblemType: Crash
  DistroRelease: Ubuntu 23.10
  Package: gnome-shell 45~rc-0ubuntu1
  ProcVersionSignature: Ubuntu 6.5.0-2.2-generic 6.5.0
  Uname: Linux 6.5.0-2-generic x86_64
  ApportVersion: 2.27.0-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Sep  8 17:04:07 2023
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2023-07-31 (40 days ago)
  InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230731)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   LANG=de_DE.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  RelatedPackageVersions: mutter-common 45~rc-0ubuntu1
  Signal: 11
  SourcePackage: gnome-shell
  Stacktrace:
   #0  0x7f0fd86b in ?? ()
   No symbol table info available.
   Backtrace stopped: Cannot access memory at address 0x7ffdaf029c60
  StacktraceTop: ?? ()
  Title: gnome-shell crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sudo users
  separator:

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


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


[Desktop-packages] [Bug 2034997] Re: gnome-shell crashed with SIGSEGV / scan with simple-scan

2023-09-09 Thread Norbert
** Information type changed from Private to Public

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

Title:
  gnome-shell crashed with SIGSEGV / scan with simple-scan

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  When I start a scan with simple-scan the gnome-shell crash. I can't
  find a log.

  ProblemType: Crash
  DistroRelease: Ubuntu 23.10
  Package: gnome-shell 45~rc-0ubuntu1
  ProcVersionSignature: Ubuntu 6.5.0-2.2-generic 6.5.0
  Uname: Linux 6.5.0-2-generic x86_64
  ApportVersion: 2.27.0-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Sep  8 17:04:07 2023
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2023-07-31 (40 days ago)
  InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230731)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   LANG=de_DE.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  RelatedPackageVersions: mutter-common 45~rc-0ubuntu1
  Signal: 11
  SourcePackage: gnome-shell
  Stacktrace:
   #0  0x7f0fd86b in ?? ()
   No symbol table info available.
   Backtrace stopped: Cannot access memory at address 0x7ffdaf029c60
  StacktraceTop: ?? ()
  Title: gnome-shell crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sudo users
  separator:

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


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


[Desktop-packages] [Bug 1987976] Re: firefox black window on wayland

2023-05-14 Thread Norbert
Firefox works fine with the new mutter version on lunar.

Thanks

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

Title:
  firefox black window on wayland

Status in Mozilla Firefox:
  Unknown
Status in Mutter:
  New
Status in Release Notes for Ubuntu:
  Fix Released
Status in mutter package in Ubuntu:
  Fix Released
Status in mutter source package in Lunar:
  Fix Committed

Bug description:
  [ Impact ]

  On some systems, when you open the Firefox snap right after having
  logged in into an Ubuntu on Wayland session, you are met by a black
  window. This happens because the FF snap is run under Xwayland, and
  Xwayland may not be enabled early enough to handle the start of the
  application properly.

  You can easily reproduce the issue in a Wayland session:

  * Close Firefox
  * Run the command "killall Xwayland" in terminal
  * Open Firefox

  An upstream mutter change addresses this issue, and the proposed lunar
  change cherry picks that upstream change as a patch.

  [ Test Plan ]

  On an updated Ubuntu 23.04:

  * Install the mutter related binaries from lunar-proposed

  * Reboot and log in to an Ubuntu on Wayland session

  * Run the command "killall Xwayland"

  * Open the Firefox snap, and find that it starts normally

  [ Where problems could occur ]

  This is the upstream merge request in question:

  https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2970

  The changes (except for the test related ones) are small, and
  specifically intended to address issues like the one reported in this
  bug. There are also reviews by a couple of experienced GNOME devs.

  So even if the proposed change is not well tested yet, it seems to me
  that the risk for adverse side effects is limited.

  [ Original description ]

  nicolas@nicolas-fixe:~$ lsb_release -rd
  Description:  Ubuntu 22.04.1 LTS
  Release:  22.04

  nicolas@nicolas-fixe:~$ apt-cache policy firefox
  firefox:
    Installé : 1:1snap1-0ubuntu2
    Candidat : 1:1snap1-0ubuntu2
   Table de version :
   *** 1:1snap1-0ubuntu2 500
  500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  100 /var/lib/dpkg/status

  When I boot Ubuntu and start Firefox, the Firefox's window is totally
  black. See attachment.

  I am at your disposal to answer any question you have.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 28 12:42:29 2022
  InstallationDate: Installed on 2022-08-25 (2 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Snap.Changes: aucun changement trouvé
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1922276] Re: Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only visible part of terminal output

2023-03-26 Thread Norbert
** Package changed: vte (Debian) => vte2.91 (Debian)

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

Title:
  Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only
  visible part of terminal output

Status in MATE Desktop:
  Unknown
Status in Gnome Virtual Terminal Emulator:
  New
Status in mate-terminal package in Ubuntu:
  Invalid
Status in vte2.91 package in Ubuntu:
  Confirmed
Status in vte2.91 package in Debian:
  Unknown

Bug description:
  Steps to reproduce:
  1. Have Ubuntu MATE 21.04 installed (or use Live session)
  2. Launch MATE Terminal
  3. Enable infinite history (Edit - Profile Preferences - Scrolling, 
Scrollback - Unlimited)
  4. Execute command with long output such as `journalctl | cat`
  5. Select Edit - Select All (or press ++), then Edit - Copy 
(or press ++)
  6. Open Pluma text editor and paste just copied terminal output

  Expected results:
  * whole terminal output is copied - staring by `user@host:~$ journalctl | 
cat` and ending by `user@host:~$`

  Actual results:
  * only last 15 lines were copied (depends on terminal size)

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.461
  Date: Thu Apr  1 17:35:47 2021
  LiveMediaBuild: Ubuntu-MATE 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1947420] Re: Buggish interface @ workstation panels previews when using dual portrait

2023-03-26 Thread Norbert
** Bug watch added: Debian Bug tracker #1033501
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033501

** Also affects: libwnck3 (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033501
   Importance: Unknown
   Status: Unknown

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

Title:
  Buggish interface @ workstation panels previews when using dual
  portrait

Status in MATE Desktop:
  New
Status in libwnck3 package in Ubuntu:
  Fix Released
Status in mate-panel package in Ubuntu:
  Invalid
Status in libwnck3 package in Debian:
  Unknown

Bug description:
  ...Freshly upgraded to 21.10 using the same OS that I used to open
  most of my previous video glitches ever...

  Using 2x monitor in portrait mode, the preview panel/widget(?) located
  at the bottom right side shows 2 things wrong:

  1. The "Workspace 1" preview is very elongated when compared to not only all 
of it's previous incarnations (from 14.04 to 21.10) but also has an 
inconsistent size when compared to it's neighbouring "Workspace 2". 
Expectation: both 1 and 2 should be sized identically.
  2. When hovering the mouse cursor on "Workspace 2" only it's left portion 
will highlight.
  Expectation: both monitors of "2" should highlight

  See enclosed picture.

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


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


[Desktop-packages] [Bug 1922276] Re: Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only visible part of terminal output

2023-03-26 Thread Norbert
** Bug watch added: Debian Bug tracker #1033495
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033495

** Also affects: vte (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033495
   Importance: Unknown
   Status: Unknown

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

Title:
  Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only
  visible part of terminal output

Status in MATE Desktop:
  Unknown
Status in Gnome Virtual Terminal Emulator:
  New
Status in mate-terminal package in Ubuntu:
  Invalid
Status in vte2.91 package in Ubuntu:
  Confirmed
Status in vte package in Debian:
  Unknown

Bug description:
  Steps to reproduce:
  1. Have Ubuntu MATE 21.04 installed (or use Live session)
  2. Launch MATE Terminal
  3. Enable infinite history (Edit - Profile Preferences - Scrolling, 
Scrollback - Unlimited)
  4. Execute command with long output such as `journalctl | cat`
  5. Select Edit - Select All (or press ++), then Edit - Copy 
(or press ++)
  6. Open Pluma text editor and paste just copied terminal output

  Expected results:
  * whole terminal output is copied - staring by `user@host:~$ journalctl | 
cat` and ending by `user@host:~$`

  Actual results:
  * only last 15 lines were copied (depends on terminal size)

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.461
  Date: Thu Apr  1 17:35:47 2021
  LiveMediaBuild: Ubuntu-MATE 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1983781] Re: Firefox file picker changes focus incorrectly when typing

2022-08-07 Thread Norbert
Please run

apport-collect 1983781

on the affected system and specify its version.

** Also affects: firefox (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: marco (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-mate
   Status: New => Incomplete

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

Title:
  Firefox file picker changes focus incorrectly when typing

Status in Ubuntu MATE:
  Incomplete
Status in firefox package in Ubuntu:
  New
Status in marco package in Ubuntu:
  New

Bug description:
  1. Start Firefox
  2. Try to download something.  (I usually right-click an image, and then use 
"save image as".  But any download operation that starts the file picker will 
do.)
  3. Highlight the name of the file to be saved.  
  4. Start typing over the file name
  5. The focus will change to the "search" box on the file picker, and all 
additional keystrokes will go there.

  The only way to change the file name is to

  a. type one character in the file name box
  b. mouse-click in the file name box
  c. type the next character in the file name box

  (repeat until file name is complete or your have gone insane :)

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


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


[Desktop-packages] [Bug 36812] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts

2022-07-14 Thread Norbert
** Tags added: jammy kinetic

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

Status in gnome-control-center:
  Unknown
Status in X.Org X server:
  New
Status in gnome-control-center package in Ubuntu:
  Invalid
Status in xorg-server package in Ubuntu:
  Invalid

Bug description:
  This is a bug about shortcuts mapped to combinations which include
  each other.

  For example, if we have Ctrl+Shift (for keyboard layout) and Ctrl+Shift+N (to 
open a new terminal), then we are practically unable to use the second 
shortcut; this is what happens:
  Ctrl press  (nothing happens)
  Shift press (keyboard layout change)
  N (a simple N appears, since a shortcut has already fired)

  The expected behavior is to fire shortcuts on the release (not on
  press) of the special keys (ctrl,shift,alt, etc) which is also how
  Windows behave. This is a serious problem for bilingual layouts,
  typically using Alt+Shift or Ctrl+Shift for keyboard layout change.

  For users being affected by this problem, the easiest solution for now is to 
add this PPA in your repositories:
  https://launchpad.net/~oded-geek/+archive/xorg-patches

  Practical summary of this bug for ubuntu developers (since reading 120 
comments is impractical for most):
  This problem is a really old (since 2004) issue of the xkb part of xorg; the 
main discussion was made upstream in freedesktop-bugs #865. There has been a 
patch from Ilya Murav'jov for upstream (#55), and attached here (#61).
  Upstream xorg has refused to apply the patch, mainly because it "explicitly 
contradicts the (xkb) spec"  (#84, #91).
  This patch has been reported to work for many people without any problems, 
and there is also a PPA by Oded Arbel (#95) where he maintains a patched 
version of the ubuntu xorg.
  The proper resolution of this bug would be to apply this patch to the 
upstream xorg, or at minimum to the official ubuntu xorg package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions


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


[Desktop-packages] [Bug 1683383] Re: Keyboard layout change on hotkeys press instead of release and do not work well with shortcuts (reopen)

2022-07-14 Thread Norbert
** Tags added: kinetic

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts (reopen)

Status in X.Org X server:
  New
Status in xorg-server package in Ubuntu:
  Confirmed
Status in xorg package in Debian:
  New

Bug description:
  From duplicate bug 1720364 report.

  Steps to reproduce:
  1. Install ubuntu-mate-desktop on Ubuntu 16.04 LTS with HWE (Xorg 1.19.5), or 
17.10 or 18.04 LTS.
  2. Set-up two keyboard layouts - English and Russian
  3. Set  as keyboard layout switcher in mate-control-center
  4. Try to use shortcuts starting from :
  4.1. Open Firefox, open new tab, go to some site in it, close tab, try to 
click  to restore closed tab.
  4.2. Open mate-terminal, try to open new tab with , or copy 
(), or paste ().
  4.3. Open pluma, write some text, try to navigate in it with 
.

  Expected results:
   switches keyboard layout, shortcuts starting from 
 work normally.

  Actual results:
   switches keyboard layout, shortcuts starting from 
 do not work.

  Notes:
  1. Ubuntu 16.04 LTS (Xorg 1.18.4) with Marco and Compton work normally with 
 keyboard layout switcher.
  2. This problem was discovered before on 13.10, 14.04 and other modern 
versions with GNOME desktop (Metacity and Compiz) - see bug 1245473.

  ---
  Original description below:

  This is a reopen of bug #36812, which has reappeared in Kubuntu 17.04
  Zesty Zapus.

  This is a bug about shortcuts mapped to combinations which include
  each other.

  For example, if we have Ctrl+Shift (for keyboard layout) and Ctrl+Shift+N (to 
open a new terminal), then we are practically unable to use the second 
shortcut; this is what happens:
  Ctrl press (nothing happens)
  Shift press (keyboard layout change)
  N (a simple N appears, since a shortcut has already fired)

  The expected behavior is to fire shortcuts on the release (not on
  press) of the special keys (ctrl,shift,alt, etc) which is also how
  Windows behave. This is a serious problem for bilingual layouts,
  typically using Alt+Shift or Ctrl+Shift for keyboard layout change.

  Apparently, the bug has reappeared after the patch that used to fix
  the problem (208_switch_on_release.diff) has been removed from X.Org
  1.19 packages. There is an updated patch in the upstream ticket
  https://bugs.freedesktop.org/show_bug.cgi?id=865 (link to the
  attachment: https://bugs.freedesktop.org/attachment.cgi?id=129861).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xserver-xorg-core 2:1.19.3-1ubuntu1
  Uname: Linux 4.9.0-22.1-liquorix-amd64 x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 17 17:46:35 2017
  InstallationDate: Installed on 2015-05-01 (716 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: xorg-server
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1683383/+subscriptions


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


[Desktop-packages] [Bug 1922414] Re: ssh-agent fails to start (has_option: command not found)

2022-07-14 Thread Norbert
Please finally fix this bug!

** Tags added: kinetic

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

Title:
  ssh-agent fails to start (has_option: command not found)

Status in gdm3 package in Ubuntu:
  Fix Released
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have been using ssh-agent for years and since I upgraded my system
  to Ubuntu 21.04/groovy, ssh-agent fails to start.

  Here is the error message:

  # journalctl | grep ssh-agent
  [...]
  Apr 02 20:16:32 vougeot /usr/libexec/gdm-x-session[3752]: 
/etc/X11/Xsession.d/90x11-common_ssh-agent: line 9: has_option: command not 
found

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: x11-common 1:7.7+22ubuntu1
  Uname: Linux 5.11.11-05-lowlatency x86_64
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Apr  3 09:02:46 2021
  Dependencies: lsb-base 11.1.0ubuntu2
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroVariant: ubuntu
  DkmsStatus:
   tuxedo-keyboard, 3.0.4, 5.11.0-13-generic, x86_64: installed
   tuxedo-keyboard, 3.0.4, 5.11.0-13-lowlatency, x86_64: installed
   tuxedo-keyboard, 3.0.4, 5.11.11-05-lowlatency, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation TigerLake GT2 [Iris Xe Graphics] [8086:9a49] (rev 01) 
(prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Iris Xe Graphics [1558:51a1]
  MachineType: TUXEDO TUXEDO InfinityBook S 15 Gen6
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.11-05-lowlatency 
root=/dev/mapper/MonVolume2-UbuntuRacine ro vsyscall=none security=apparmor 
quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/07/2020
  dmi.bios.release: 7.3
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.07.03RTR
  dmi.board.name: NS50MU
  dmi.board.vendor: TUXEDO
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 7.2
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.07.03RTR:bd09/07/2020:br7.3:efr7.2:svnTUXEDO:pnTUXEDOInfinityBookS15Gen6:pvrNotApplicable:rvnTUXEDO:rnNS50MU:rvrNotApplicable:cvnNotebook:ct10:cvrN/A:
  dmi.product.family: Not Applicable
  dmi.product.name: TUXEDO InfinityBook S 15 Gen6
  dmi.product.sku: Not Applicable
  dmi.product.version: Not Applicable
  dmi.sys.vendor: TUXEDO
  version.compiz: compiz 1:0.9.14.1+20.10.20200813-0ubuntu4
  version.libdrm2: libdrm2 2.4.104-1build1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.1-1
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.1-1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.10-3ubuntu5
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2build1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

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


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


[Desktop-packages] [Bug 1949340] Re: [upstream] Saving downloads or pages is difficult because of unfocused file chooser dialog

2022-07-14 Thread Norbert
** Tags added: kinetic

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

Title:
  [upstream] Saving downloads or pages is difficult because of unfocused
  file chooser dialog

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Open Chromium (release does not matter, here deb-packaged version from 
18.04 LTS is used)
  2a. Navigate to some page, press +
  2b. Navigate to some page, with "Ask where to save each file before 
downloading" enabled try to download some file

  Actual result:
  * file chooser dialog is unfocused, user should select the window by mouse 
and then hit  for specified location

  Expected result:
  * file chooser dialog is focused, user can simply hit  to save in 
previously selected location.

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


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


[Desktop-packages] [Bug 1978488] Re: LibreOffice Writer lags freezes high CPU 22.04 LTS

2022-06-13 Thread Norbert
Please run

apport-collect 1978488

** Also affects: libreoffice (Ubuntu)
   Importance: Undecided
   Status: New

** Tags removed: 22.04 libreoffice writer
** Tags added: jammy

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-470 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-510 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  LibreOffice Writer lags freezes high CPU 22.04 LTS

Status in Ubuntu MATE:
  New
Status in libreoffice package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in nvidia-graphics-drivers-470 package in Ubuntu:
  New
Status in nvidia-graphics-drivers-510 package in Ubuntu:
  New

Bug description:
  Upgraded to 22.04 LTS (20.04 no issues).

  Using Nvidia 4xx series driver. 48GB RAM, dual 1080ti gpu, i7 cpu.

  LibreOffice Writer constantly lags, losing function, freezes (does not
  crash) with any type of writer document (odt or xslx). New single page
  or existing multi-page documents, doesn't matter, same issue after a
  minute or two. Hates text selection, mouse-wheel scrolling is a tell-
  tale sign. New Writer windows opened during lag are black. CPU usage
  in htop is very high for soffice.bin, ~60 - 80%. Must pkill the
  soffice.bin and use file recover but lag freeze up will occur again
  soon after opening.

  I experience the issue with all three installation methods: snap,
  distro command-line install, or using the LibreOffice ppa "fresh".

  I've tried changing OpenCL settings, disabling all extensions, disable
  smooth scrolling, disabling java, have purged install/reinstall and
  limiting to single window. I have the Marco ppa installed (ppa:ubuntu-
  mate-dev/marco). Doesn't seem to matter or what mate-tweak option is
  selected. LO using Yaru or other theme; doesn't matter same effect.

  Terminal does not show me any helpful errors when Writer is called
  directly from command line, at least I can easily identify.

  Guessing this is upstream of MATE and a libreoffice thing; a few
  similar issues around the web but no good workaround.

  I can update my exact specs and kernel later as required.

  Thanks!

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


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


[Desktop-packages] [Bug 1957779] Re: Regression: GNOME-specific interfaces not available in main

2022-05-30 Thread Norbert
** Tags added: jammy

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

Title:
  Regression: GNOME-specific interfaces not available in main

Status in xdg-desktop-portal-gtk package in Ubuntu:
  Fix Committed

Bug description:
  Historically, xdg-desktop-portal-gtk had two roles:

  * Generic GTK implementations of various interfaces, suitable for all
  GTK desktops (GNOME, XFCE, etc.) and also as a fallback implementation
  for desktops that do not have something more "native". Interfaces:
  Access, Account, AppChooser, Email, FileChooser, Inhibit, Lockdown,
  Notification, Print, Settings.

  * GNOME-specific implementations of various interfaces, suitable for
  GNOME Shell only (and mybe Budgie, but not XFCE, MATE or Cinnamon
  because they do not use gnome-settings-daemon or a libmutter-based
  compositor). Interfaces: Background, Remote Desktop, Screencast,
  Screenshot, Wallpaper.

  In 1.10.0-2, these roles were separated:

  * Generic GTK stuff is still in x-d-p-gtk

  * GNOME-specific functionality has moved to x-d-p-gnome, a separate
  source package, which is installed by the gnome-core metapackage in
  Debian

  In Ubuntu, x-d-p-gtk is in main but x-d-p-gnome is in universe (and
  presumably not installed by default). This means that users of Snap
  and Flatpak apps will not have access to the affected interfaces via
  xdg-desktop-portal any more, which is a regression, particularly if
  using native Wayland rather than X11.

  There are two possible solutions to this:

  1. Move x-d-p-gnome to main, and install it by default (in any
  installation that has GNOME Shell). GNOME upstream consider it to be
  part of a complete GNOME desktop. This is the long-term solution.

  2. Patch x-d-p-gtk to reinstate the build-dependencies that were
  disabled in 1.10.0-2, and re-enable them in d/rules. This provides an
  older version of these interfaces, which is no longer routinely tested
  by upstream or Debian. This solution will probably stop working in a
  future release when these interfaces are removed completely.

  I would recommend the first solution for Ubuntu 22.04 LTS.

  I am probably going to use the second solution in Debian bullseye-
  backports, and if Ubuntu people want to maintain a backport of x-d-p-
  gtk to older suites like focal, it's probably the right thing to do
  for those too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-gtk/+bug/1957779/+subscriptions


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


[Desktop-packages] [Bug 1969340] Re: onboard hover click cant be activated

2022-05-30 Thread Norbert
please run

apport-collect 1969340

** Tags added: impish jammy

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

Title:
  onboard hover click cant be activated

Status in Onboard:
  New
Status in onboard package in Ubuntu:
  New

Bug description:
  Hover click cant be activated on ubuntu 21.10 
  i launch onboard in a terminal and when
   i try to activate Hover click,  i see the following error :
  (mousetweaks:2139) : CRITICAL ** 11:06:12:270 : Not running in X11 
environment. Aborting 

  same problem in  ubuntu mate 21.10 (with mousetweaks installed) and
  ubuntu 22.04 beta

  I have physical disability
  ,, the Hover click is very important for me
  Thanks

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


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


[Desktop-packages] [Bug 1971984] Re: pcscd 1.9.5-3 do not start automatically, only manual

2022-05-30 Thread Norbert
** Tags added: jammy

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

Title:
  pcscd 1.9.5-3 do not start automatically, only manual

Status in pcsc-lite package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu Mate 22.04 with the latest updates.
  Problem is present with internal smart-card reader and also external usb 
smart-card reader.

  eid-viewer sees no card reader,but When i do:

  sudo pcscd -f

  it is working, also following the tips of Ludovic:
  
https://ludovicrousseau.blogspot.com/2011/11/pcscd-auto-start-using-systemd.html

  sudo systemctl stop pcscd.socket
  sudo systemctl start pcscd.socket

  It is working until next restart.

  libacsccid1  version: 1.1.8-1
  libccid version: 1.5.0-2
  pcscd version: 1.9.5-3
  eid-archive version: 2022.3
  eid-mw version: 5.0.28v5.0.28-0u2204-1
  eid-viewer version: 5.0.28v5.0.28-0u2204-1

  In Firefox, my eid card is then also recognized, but only in the ESR
  version, but this is a know Mozilla bug.

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


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


[Desktop-packages] [Bug 1976161] Re: Session restarts when opening Pluma or GitHub link in browser

2022-05-28 Thread Norbert
Please run

apport-collect 1976161

** Also affects: snapd (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Session restarts when opening Pluma or GitHub link in browser

Status in Ubuntu MATE:
  New
Status in firefox package in Ubuntu:
  New
Status in snapd package in Ubuntu:
  New

Bug description:
  From a fresh install with Ubuntu Mate 22.04, do:

  1. Login into your user with password.
  2. Open Firefox.
  3. Enter "https://github.com/pimlie/ubuntu-mainline-kernel.sh; at URL address.
  4. GUI will reset and go back to login screen like started a new session.

  This also happens when I tried with opening a '.log' with Pluma.

  I've tried a lot of things at other installation to tackle this
  problem, but I couldn't solve the problem.

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


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


[Desktop-packages] [Bug 1976161] Re: Session restarts when opening Pluma or GitHub link in browser

2022-05-28 Thread Norbert
** Tags added: jammy

** Also affects: firefox (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Session restarts when opening Pluma or GitHub link in browser

Status in Ubuntu MATE:
  New
Status in firefox package in Ubuntu:
  New

Bug description:
  From a fresh install with Ubuntu Mate 22.04, do:

  1. Login into your user with password.
  2. Open Firefox.
  3. Enter "https://github.com/pimlie/ubuntu-mainline-kernel.sh; at URL address.
  4. GUI will reset and go back to login screen like started a new session.

  This also happens when I tried with opening a '.log' with Pluma.

  I've tried a lot of things at other installation to tackle this
  problem, but I couldn't solve the problem.

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


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


[Desktop-packages] [Bug 1889057] Re: shares-admin can't install services - failed to install package: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PackageKit was not

2022-05-21 Thread Norbert
This still happens on Ubuntu MATE 22.04 LTS.
Reported upstream to https://github.com/LStranger/gnome-system-tools/issues/1 .

** Tags removed: hirsute
** Tags added: jammy

** Bug watch added: github.com/LStranger/gnome-system-tools/issues #1
   https://github.com/LStranger/gnome-system-tools/issues/1

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

Title:
  shares-admin can't install services - failed to install package:
  GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
  org.freedesktop.PackageKit was not provided by any .service files

Status in gnome-software package in Ubuntu:
  Expired
Status in gnome-system-tools package in Ubuntu:
  New
Status in sessioninstaller package in Ubuntu:
  Won't Fix

Bug description:
  Steps to reproduce:
  1. Have Ubuntu MATE 20.04 LTS installed
  2. Launch `shares-admin`
  3. Confirm installation of sharing services by clicking "Install services" in 
the opened window

  Expected results:
  * services are installed

  Actual results:
  * services are not installed, terminal shows the error:

  ```
  ** (shares-admin:9029): WARNING **: 12:11:42.050: failed to install package: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.PackageKit was not provided by any .service files
  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-system-tools 3.0.0-9ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Mon Jul 27 12:06:27 2020
  InstallationDate: Installed on 2020-07-08 (18 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
  SourcePackage: gnome-system-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1889057] Re: shares-admin can't install services - failed to install package: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PackageKit was not

2022-05-21 Thread Norbert
** Also affects: gnome-system-tools (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  shares-admin can't install services - failed to install package:
  GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
  org.freedesktop.PackageKit was not provided by any .service files

Status in gnome-software package in Ubuntu:
  Expired
Status in gnome-system-tools package in Ubuntu:
  New
Status in sessioninstaller package in Ubuntu:
  Won't Fix

Bug description:
  Steps to reproduce:
  1. Have Ubuntu MATE 20.04 LTS installed
  2. Launch `shares-admin`
  3. Confirm installation of sharing services by clicking "Install services" in 
the opened window

  Expected results:
  * services are installed

  Actual results:
  * services are not installed, terminal shows the error:

  ```
  ** (shares-admin:9029): WARNING **: 12:11:42.050: failed to install package: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.PackageKit was not provided by any .service files
  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-system-tools 3.0.0-9ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Mon Jul 27 12:06:27 2020
  InstallationDate: Installed on 2020-07-08 (18 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
  SourcePackage: gnome-system-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1922276] Re: Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only visible part of terminal output

2022-05-21 Thread Norbert
Temporary fix for Ubuntu MATE 22.04 LTS is reverting VTE to previous
non-buggy version:

> To fix the 1922276 bug one can use 20.04 LTS's VTE library from [my 
> PPA](https://launchpad.net/~nrbrtx/+archive/ubuntu/vte?field.series_filter=jammy)
>  as follows:
> ```
> sudo add-apt-repository ppa:nrbrtx/vte
> sudo apt-get update
> sudo apt-get dist-upgrade
>

(The method shown above was originally posted at https://ubuntu-
mate.community/t/howto-fixing-some-ubuntu-mate-22-04-lts-issues/25345 )
.

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

Title:
  Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only
  visible part of terminal output

Status in MATE Desktop:
  Unknown
Status in Gnome Virtual Terminal Emulator:
  New
Status in mate-terminal package in Ubuntu:
  Invalid
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu MATE 21.04 installed (or use Live session)
  2. Launch MATE Terminal
  3. Enable infinite history (Edit - Profile Preferences - Scrolling, 
Scrollback - Unlimited)
  4. Execute command with long output such as `journalctl | cat`
  5. Select Edit - Select All (or press ++), then Edit - Copy 
(or press ++)
  6. Open Pluma text editor and paste just copied terminal output

  Expected results:
  * whole terminal output is copied - staring by `user@host:~$ journalctl | 
cat` and ending by `user@host:~$`

  Actual results:
  * only last 15 lines were copied (depends on terminal size)

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.461
  Date: Thu Apr  1 17:35:47 2021
  LiveMediaBuild: Ubuntu-MATE 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1972096] Re: no login window in control-center for version 22.04

2022-05-08 Thread Norbert
Please run

apport-collect 1972096

and next time report bugs by

apport-bug mate-control-center

** Also affects: mate-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: jammy

** Also affects: lightdm (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: arctica-greeter (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  no login window in control-center for version 22.04

Status in Ubuntu MATE:
  New
Status in arctica-greeter package in Ubuntu:
  New
Status in lightdm package in Ubuntu:
  New
Status in mate-control-center package in Ubuntu:
  New

Bug description:
  I have not seen Login window in Control-Center since version 21.10. 
  This is always the case with the latest lts version, 22.04.
  I don't like jellyfish images. Instead I want to have another background 
image especially for the login session.
  But I cannot find the way to do so. (I know how to change background images 
if it is not for the login session.)

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


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


[Desktop-packages] [Bug 1593407] Re: Guest session cannot run snaps

2022-05-03 Thread Norbert
** Changed in: ubuntu-mate
   Status: New => Confirmed

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

Title:
  Guest session cannot run snaps

Status in Light Display Manager:
  Confirmed
Status in Snappy:
  Confirmed
Status in Ubuntu MATE:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed
Status in lightdm package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Confirmed
Status in firefox source package in Xenial:
  Confirmed
Status in lightdm source package in Xenial:
  Confirmed
Status in snapd source package in Xenial:
  Confirmed

Bug description:
  I'm using Ubuntu 16.04.

  The guest session cannot execute snaps, because of a permission error.
  The LightDM's guest session AppArmor profile is not allowing access to /snap 
and other needed files and folders.

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


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


[Desktop-packages] [Bug 1593407] Re: Guest session cannot run snaps

2022-05-03 Thread Norbert

This is fantastically cool decision to ship pre-installed Firefox web-browser 
as Snap.
It can't be started on freshly installed Ubuntu MATE 22.04 LTS. Very smart and 
efficient idea. Very useful for internet kiosks.


```
guest-t2chxy@m:~/Desktop$ firefox
2022/05/03 10:18:59.480499 tool_linux.go:82: cannot open snapd info file 
"/snap/snapd/current/usr/lib/snapd/info": open 
/snap/snapd/current/usr/lib/snapd/info: permission denied

guest-t2chxy@m:~/Desktop$ snap list
2022/05/03 10:26:00.694252 tool_linux.go:82: cannot open snapd info file 
"/snap/snapd/current/usr/lib/snapd/info": open 
/snap/snapd/current/usr/lib/snapd/info: permission denied

```

I can confirm this bug on Ubuntu MATE 22.04 LTS. Should you plan to fix
it?

** Changed in: snapd (Ubuntu)
   Status: Triaged => Confirmed

** Changed in: lightdm (Ubuntu)
   Status: Triaged => Confirmed

** Tags added: bionic focal impish jammy

** Also affects: ubuntu-mate
   Importance: Undecided
   Status: New

** Also affects: firefox (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Guest session cannot run snaps

Status in Light Display Manager:
  Confirmed
Status in Snappy:
  Confirmed
Status in Ubuntu MATE:
  New
Status in firefox package in Ubuntu:
  New
Status in lightdm package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Confirmed
Status in firefox source package in Xenial:
  New
Status in lightdm source package in Xenial:
  New
Status in snapd source package in Xenial:
  New

Bug description:
  I'm using Ubuntu 16.04.

  The guest session cannot execute snaps, because of a permission error.
  The LightDM's guest session AppArmor profile is not allowing access to /snap 
and other needed files and folders.

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


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


[Desktop-packages] [Bug 1970799] Re: wifi connection on hotspot with wpa enterprise on 22.04

2022-04-29 Thread Norbert
Please run

apport-collect 1970799


** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  wifi connection on hotspot with wpa enterprise on 22.04

Status in Ubuntu MATE:
  New
Status in linux package in Ubuntu:
  New
Status in network-manager package in Ubuntu:
  New
Status in wpa package in Ubuntu:
  New

Bug description:
  With 20.04 I used a wifi connection with a hotspot Telenet with following 
parametres:
  security : WPA2 entreprise
  authentification : tunneled TLS
  no AC certificat drequired
  inner authentication : MSCHAPV2(non EAP)
  user name: my id
  password : my pswd

  with 22.04 it doesn’t work anymore nor with the internal broadcom wifi
  nor with dongles (nor my Dlink 140 nor TP-link WN7200)

  This problem is only present with hotspot requesting an identification
  (user+pswd) awith hotspots without identification everything is OK

  in appendice some infos

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


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


[Desktop-packages] [Bug 1970799] Re: wifi connection on hotspot with wpa enterprise on 22.04

2022-04-29 Thread Norbert
** Tags removed: 22.04 mate wifi
** Tags added: jammy

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

** Also affects: wpa (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  wifi connection on hotspot with wpa enterprise on 22.04

Status in Ubuntu MATE:
  New
Status in network-manager package in Ubuntu:
  New
Status in wpa package in Ubuntu:
  New

Bug description:
  With 20.04 I used a wifi connection with a hotspot Telenet with following 
parametres:
  security : WPA2 entreprise
  authentification : tunneled TLS
  no AC certificat drequired
  inner authentication : MSCHAPV2(non EAP)
  user name: my id
  password : my pswd

  with 22.04 it doesn’t work anymore nor with the internal broadcom wifi
  nor with dongles (nor my Dlink 140 nor TP-link WN7200)

  This problem is only present with hotspot requesting an identification
  (user+pswd) awith hotspots without identification everything is OK

  in appendice some infos

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


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


[Desktop-packages] [Bug 1970663] Re: Tiny mouse cursor in firefox snap

2022-04-27 Thread Norbert
please run

apport-collect 1970663

** Tags removed: firefox hidpi snap
** Tags added: jammy

** Also affects: firefox (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-mate-artwork (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: hidpi snap

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

Title:
  Tiny mouse cursor in firefox snap

Status in Ubuntu MATE:
  New
Status in firefox package in Ubuntu:
  New
Status in ubuntu-mate-artwork package in Ubuntu:
  New

Bug description:
  Since a few day I've updated to Ubuntu Mate 22.04 with the firefox
  snap. Since then I've been having this strange bug. I have a 4k screen
  which I'm running at a 2180p resolution with scaling on HiDPI. This
  runs just fine except for in firefox. In the new firefox snap I get a
  really tiny mouse cursor. I also checked other snap, it is not the
  case there.

  Regards,
  Chris

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


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


[Desktop-packages] [Bug 1970490] Re: Yaru-magenta-dark - location entry is white on white (CAJA)

2022-04-27 Thread Norbert
Run

apport-collect 1970490

** Also affects: ubuntu-mate-artwork (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: caja (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnome-themes-extra (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: yaru-theme (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Yaru-magenta-dark - location entry is white on white (CAJA)

Status in Ubuntu MATE:
  New
Status in caja package in Ubuntu:
  New
Status in gnome-themes-extra package in Ubuntu:
  New
Status in ubuntu-mate-artwork package in Ubuntu:
  New
Status in yaru-theme package in Ubuntu:
  New

Bug description:
  Welcome to another episode of: IS THIS A FEATURE OR IS THIS A BUG??

  When using 22.04-latest, switching to the "Yaru-magenta-dark"
  appearance, the police color is exactly the same as the background
  color hence rendering it unread-able in the location bar.

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


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


[Desktop-packages] [Bug 1922414] Re: ssh-agent fails to start (has_option: command not found)

2022-04-26 Thread Norbert
Still happens on UM Jammy.

How Long?

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

Title:
  ssh-agent fails to start (has_option: command not found)

Status in gdm3 package in Ubuntu:
  Fix Released
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have been using ssh-agent for years and since I upgraded my system
  to Ubuntu 21.04/groovy, ssh-agent fails to start.

  Here is the error message:

  # journalctl | grep ssh-agent
  [...]
  Apr 02 20:16:32 vougeot /usr/libexec/gdm-x-session[3752]: 
/etc/X11/Xsession.d/90x11-common_ssh-agent: line 9: has_option: command not 
found

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: x11-common 1:7.7+22ubuntu1
  Uname: Linux 5.11.11-05-lowlatency x86_64
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Apr  3 09:02:46 2021
  Dependencies: lsb-base 11.1.0ubuntu2
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroVariant: ubuntu
  DkmsStatus:
   tuxedo-keyboard, 3.0.4, 5.11.0-13-generic, x86_64: installed
   tuxedo-keyboard, 3.0.4, 5.11.0-13-lowlatency, x86_64: installed
   tuxedo-keyboard, 3.0.4, 5.11.11-05-lowlatency, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation TigerLake GT2 [Iris Xe Graphics] [8086:9a49] (rev 01) 
(prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Iris Xe Graphics [1558:51a1]
  MachineType: TUXEDO TUXEDO InfinityBook S 15 Gen6
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.11-05-lowlatency 
root=/dev/mapper/MonVolume2-UbuntuRacine ro vsyscall=none security=apparmor 
quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/07/2020
  dmi.bios.release: 7.3
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.07.03RTR
  dmi.board.name: NS50MU
  dmi.board.vendor: TUXEDO
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 7.2
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.07.03RTR:bd09/07/2020:br7.3:efr7.2:svnTUXEDO:pnTUXEDOInfinityBookS15Gen6:pvrNotApplicable:rvnTUXEDO:rnNS50MU:rvrNotApplicable:cvnNotebook:ct10:cvrN/A:
  dmi.product.family: Not Applicable
  dmi.product.name: TUXEDO InfinityBook S 15 Gen6
  dmi.product.sku: Not Applicable
  dmi.product.version: Not Applicable
  dmi.sys.vendor: TUXEDO
  version.compiz: compiz 1:0.9.14.1+20.10.20200813-0ubuntu4
  version.libdrm2: libdrm2 2.4.104-1build1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.1-1
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.1-1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.10-3ubuntu5
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2build1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

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


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


[Desktop-packages] [Bug 1955135] Re: multiple issues with /etc/X11/Xsession.d/ - "has_option: command not found"

2022-04-26 Thread Norbert
*** This bug is a duplicate of bug 1922414 ***
https://bugs.launchpad.net/bugs/1922414

Still happens on UM Jammy.

How Long?

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

Title:
  multiple issues with /etc/X11/Xsession.d/ - "has_option: command not
  found"

Status in dbus package in Ubuntu:
  New
Status in xorg package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Boot 20211217 Ubuntu MATE daily ISO
  2. Open ~/.xsession-errors

  Expected results:
  * no errors and warnings 

  Actual results:
  * there are two errors about xorg:

  /etc/X11/Xsession.d/30x11-common_xresources: line 16: has_option: command not 
found
  /etc/X11/Xsession.d/90x11-common_ssh-agent: line 9: has_option: command not 
found

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: x11-common 1:7.7+23ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu74
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CasperVersion: 1.465
  CompositorRunning: None
  CurrentDesktop: MATE
  Date: Fri Dec 17 14:22:15 2021
  Dependencies: lsb-base 11.1.0ubuntu3
  DistUpgraded: Fresh install
  DistroCodename: jammy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GF108M [GeForce GT 425M] [10de:0df0] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Sony Corporation GF108M [GeForce GT 425M] [104d:907a]
  LiveMediaBuild: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211217)
  MachineType: Sony Corporation VPCF13Z1R
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/20/2010
  dmi.bios.release: 1.90
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0190Y9
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 1.90
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0190Y9:bd10/20/2010:br1.90:efr1.90:svnSonyCorporation:pnVPCF13Z1R:pvrC606GZYK:skuN/A:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.family: VAIO
  dmi.product.name: VPCF13Z1R
  dmi.product.sku: N/A
  dmi.product.version: C606GZYK
  dmi.sys.vendor: Sony Corporation
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.107-8ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.2-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.17-1build1

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


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


[Desktop-packages] [Bug 1970068] Re: L2TP+IPSec not working after upgrade to 22.04 LTS

2022-04-24 Thread Norbert
** Also affects: xl2tpd (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  L2TP+IPSec not working after upgrade to 22.04 LTS

Status in network-manager package in Ubuntu:
  New
Status in network-manager-l2tp package in Ubuntu:
  New
Status in ppp package in Ubuntu:
  New
Status in xl2tpd package in Ubuntu:
  New

Bug description:
  In 20.04LTS i was able to connect to my work over the L2TP tunel. Now
  it seems like this in journald:

  kwi 24 01:00:37 nm-l2tp-service[11368]: xl2tpd started with pid 11433
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Not looking for kernel 
SAref support.
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Using l2tp kernel 
support.
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: xl2tpd version 
xl2tpd-1.3.16 started on crushXnitro PID:11433
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Written by Mark 
Spencer, Copyright (C) 1998, Adtran, Inc.
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Forked by Scott Balmos 
and David Stipp, (C) 2001
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Inherited by Jeff 
McAdams, (C) 2002
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Forked again by 
Xelerance (www.xelerance.com) (C) 2006-2016
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Listening on IP address 
0.0.0.0, port 49636
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Connecting to host 
X.X.X.X, port 1701
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Connection established 
to X.X.X.X, 1701.  Local: 19994, Remote: 201 (ref=0/0).
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Calling on tunnel 19994
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Call established with 
X.X.X.X, Local: 65441, Remote: 142, Serial: 1 (ref=0/0)
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: start_pppd: I'm running:
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "/usr/sbin/pppd"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "plugin"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "pppol2tp.so"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "pppol2tp"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "7"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "passive"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "nodetach"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: ":"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "file"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: 
"/run/nm-l2tp-bd8ac49b-a2e9-4094-91dc-17a13ce61ec8/ppp-options"
  kwi 24 01:00:37 pppd[11434]: Plugin pppol2tp.so loaded.
  kwi 24 01:00:37 pppd[11434]: Plugin 
/usr/lib/pppd/2.4.9/nm-l2tp-pppd-plugin.so loaded.
  kwi 24 01:00:37 pppd[11434]: pppd 2.4.9 started by root, uid 0
  kwi 24 01:00:37 pppd[11434]: Using interface ppp0
  kwi 24 01:00:37 pppd[11434]: Connect: ppp0 <-->
  kwi 24 01:00:37 pppd[11434]: Overriding mtu 1500 to 1400
  kwi 24 01:00:37 pppd[11434]: Overriding mru 1500 to mtu value 1400
  kwi 24 01:00:37 NetworkManager[1017]:   [1650754837.9839] manager: 
(ppp0): new Ppp device (/org/freedesktop/NetworkManager/Devices/6)
  kwi 24 01:00:38 pppd[11434]: CHAP authentication succeeded
  kwi 24 01:00:38 charon[11397]: 10[KNL] interface ppp0 activated
  kwi 24 01:00:38 charon[11397]: 13[KNL] fe80::81ee:6717:6637:2084 appeared on 
ppp0
  kwi 24 01:00:38 charon[11397]: 14[KNL] flags changed for 
fe80::81ee:6717:6637:2084 on ppp0
  kwi 24 01:00:38 pppd[11434]: local  LL address fe80::81ee:6717:6637:2084
  kwi 24 01:00:38 pppd[11434]: remote LL address fe80::::00f0:0c0e
  kwi 24 01:00:38 charon[11397]: 16[KNL] 192.168.57.181 appeared on ppp0
  kwi 24 01:00:38 NetworkManager[1017]:   [1650754838.0741] device 
(ppp0): state change: unmanaged -> unavailable (reason 'connection-assumed', 
sys-iface-state: 'external')
  kwi 24 01:00:38 charon[11397]: 08[KNL] 192.168.57.181 disappeared from ppp0
  kwi 24 01:00:38 charon[11397]: 10[KNL] 192.168.57.181 appeared on ppp0
  kwi 24 01:00:38 NetworkManager[1017]:   [1650754838.0751] device 
(ppp0): state change: unavailable -> disconnected (reason 'none', 
sys-iface-state: 'external')
  kwi 24 01:00:38 pppd[11434]: local  IP address 192.168.57.181
  kwi 24 01:00:38 pppd[11434]: remote IP address X.X.X.X
  kwi 24 01:00:38 pppd[11434]: primary   DNS address 192.168.56.19
  kwi 24 01:00:38 NetworkManager[1017]:   [1650754838.0952] policy: set 
'xyyyxyyyx' (ppp0) as default for IPv4 routing and DNS
  kwi 24 01:01:03 charon[11397]: 12[IKE] sending keep alive to 91.X.63.182[4500]
  kwi 24 01:01:23 charon[11397]: 15[IKE] sending keep alive to X.X.X.X[4500]
  kwi 24 01:01:38 NetworkManager[11433]: xl2tpd[11433]: check_control: Received 
out of order control packet on tunnel 201 (got 2, expected 3)
  kwi 24 01:01:38 

[Desktop-packages] [Bug 1970068] Re: L2TP+IPSec not working after upgrade to 22.04 LTS

2022-04-24 Thread Norbert
Please run

apport-collect 1970068

** Tags added: jammy

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

** No longer affects: ubuntu-mate

** Also affects: network-manager-l2tp (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ppp (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  L2TP+IPSec not working after upgrade to 22.04 LTS

Status in network-manager package in Ubuntu:
  New
Status in network-manager-l2tp package in Ubuntu:
  New
Status in ppp package in Ubuntu:
  New

Bug description:
  In 20.04LTS i was able to connect to my work over the L2TP tunel. Now
  it seems like this in journald:

  kwi 24 01:00:37 nm-l2tp-service[11368]: xl2tpd started with pid 11433
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Not looking for kernel 
SAref support.
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Using l2tp kernel 
support.
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: xl2tpd version 
xl2tpd-1.3.16 started on crushXnitro PID:11433
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Written by Mark 
Spencer, Copyright (C) 1998, Adtran, Inc.
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Forked by Scott Balmos 
and David Stipp, (C) 2001
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Inherited by Jeff 
McAdams, (C) 2002
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Forked again by 
Xelerance (www.xelerance.com) (C) 2006-2016
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Listening on IP address 
0.0.0.0, port 49636
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Connecting to host 
X.X.X.X, port 1701
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Connection established 
to X.X.X.X, 1701.  Local: 19994, Remote: 201 (ref=0/0).
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Calling on tunnel 19994
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: Call established with 
X.X.X.X, Local: 65441, Remote: 142, Serial: 1 (ref=0/0)
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: start_pppd: I'm running:
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "/usr/sbin/pppd"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "plugin"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "pppol2tp.so"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "pppol2tp"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "7"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "passive"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "nodetach"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: ":"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: "file"
  kwi 24 01:00:37 NetworkManager[11433]: xl2tpd[11433]: 
"/run/nm-l2tp-bd8ac49b-a2e9-4094-91dc-17a13ce61ec8/ppp-options"
  kwi 24 01:00:37 pppd[11434]: Plugin pppol2tp.so loaded.
  kwi 24 01:00:37 pppd[11434]: Plugin 
/usr/lib/pppd/2.4.9/nm-l2tp-pppd-plugin.so loaded.
  kwi 24 01:00:37 pppd[11434]: pppd 2.4.9 started by root, uid 0
  kwi 24 01:00:37 pppd[11434]: Using interface ppp0
  kwi 24 01:00:37 pppd[11434]: Connect: ppp0 <-->
  kwi 24 01:00:37 pppd[11434]: Overriding mtu 1500 to 1400
  kwi 24 01:00:37 pppd[11434]: Overriding mru 1500 to mtu value 1400
  kwi 24 01:00:37 NetworkManager[1017]:   [1650754837.9839] manager: 
(ppp0): new Ppp device (/org/freedesktop/NetworkManager/Devices/6)
  kwi 24 01:00:38 pppd[11434]: CHAP authentication succeeded
  kwi 24 01:00:38 charon[11397]: 10[KNL] interface ppp0 activated
  kwi 24 01:00:38 charon[11397]: 13[KNL] fe80::81ee:6717:6637:2084 appeared on 
ppp0
  kwi 24 01:00:38 charon[11397]: 14[KNL] flags changed for 
fe80::81ee:6717:6637:2084 on ppp0
  kwi 24 01:00:38 pppd[11434]: local  LL address fe80::81ee:6717:6637:2084
  kwi 24 01:00:38 pppd[11434]: remote LL address fe80::::00f0:0c0e
  kwi 24 01:00:38 charon[11397]: 16[KNL] 192.168.57.181 appeared on ppp0
  kwi 24 01:00:38 NetworkManager[1017]:   [1650754838.0741] device 
(ppp0): state change: unmanaged -> unavailable (reason 'connection-assumed', 
sys-iface-state: 'external')
  kwi 24 01:00:38 charon[11397]: 08[KNL] 192.168.57.181 disappeared from ppp0
  kwi 24 01:00:38 charon[11397]: 10[KNL] 192.168.57.181 appeared on ppp0
  kwi 24 01:00:38 NetworkManager[1017]:   [1650754838.0751] device 
(ppp0): state change: unavailable -> disconnected (reason 'none', 
sys-iface-state: 'external')
  kwi 24 01:00:38 pppd[11434]: local  IP address 192.168.57.181
  kwi 24 01:00:38 pppd[11434]: remote IP address X.X.X.X
  kwi 24 01:00:38 pppd[11434]: primary   DNS address 192.168.56.19
  kwi 24 01:00:38 NetworkManager[1017]:   [1650754838.0952] policy: set 
'xyyyxyyyx' (ppp0) as default for IPv4 routing and DNS
  kwi 24 01:01:03 charon[11397]: 12[IKE] sending keep alive to 91.X.63.182[4500]
  

[Desktop-packages] [Bug 1970081] Re: The background image of the login window cannot be changed

2022-04-24 Thread Norbert
Please run

apport-collect 1970081

** Tags added: jammy

** Also affects: arctica-greeter (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: lightdm (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  The background image of the login window cannot be changed

Status in Ubuntu MATE:
  New
Status in arctica-greeter package in Ubuntu:
  New
Status in lightdm package in Ubuntu:
  New

Bug description:
  After upgrading from Ubuntu 20.04 Mate to 22.04 Mate, my custom
  wallpaper was replaced with the default one. I can make a change via
  the menu, but it stays with the default background image.

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


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


[Desktop-packages] [Bug 1890569] Re: javaldx: Could not find a Java Runtime Environment! Please ensure that a JVM and the package libreoffice-java-common is installed.

2022-04-17 Thread Norbert
Still happens on UM Jammy.

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

Title:
  javaldx: Could not find a Java Runtime Environment! Please ensure that
  a JVM and the package libreoffice-java-common is installed.

Status in LibreOffice:
  New
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Boot Ubuntu 20.10 daily ISO
  2. Launch libreoffice-calc from its desktop file
  3. Monitor the output of error-log by `tail -f ~/.xsession-errors`

  Expected results:
  * error log is empty

  Actual results:
  * error log contains lines:

  ```
  javaldx: Could not find a Java Runtime Environment!
  Please ensure that a JVM and the package libreoffice-java-common
  is installed.
  If it is already installed then try removing 
~/.config/libreoffice/4/user/config/javasettings_Linux_*.xml
  Warning: failed to read path from javaldx
  ```

  Note: also happens for Draw, Impress, Math, StartCenter, Writer,
  xsltfilter.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: libreoffice-calc 1:6.4.4-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu43
  Architecture: amd64
  CasperMD5CheckMismatches: ./casper/filesystem.squashfs
  CasperMD5CheckResult: skip
  CasperVersion: 1.452
  CurrentDesktop: MATE
  Date: Thu Aug  6 10:10:47 2020
  LiveMediaBuild: Ubuntu-MATE 20.10 "Groovy Gorilla" - Alpha amd64 (20200806)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1922414] Re: ssh-agent fails to start (has_option: command not found)

2022-04-17 Thread Norbert
Still happens on UM Jammy.

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

Title:
  ssh-agent fails to start (has_option: command not found)

Status in gdm3 package in Ubuntu:
  Fix Released
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have been using ssh-agent for years and since I upgraded my system
  to Ubuntu 21.04/groovy, ssh-agent fails to start.

  Here is the error message:

  # journalctl | grep ssh-agent
  [...]
  Apr 02 20:16:32 vougeot /usr/libexec/gdm-x-session[3752]: 
/etc/X11/Xsession.d/90x11-common_ssh-agent: line 9: has_option: command not 
found

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: x11-common 1:7.7+22ubuntu1
  Uname: Linux 5.11.11-05-lowlatency x86_64
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Apr  3 09:02:46 2021
  Dependencies: lsb-base 11.1.0ubuntu2
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroVariant: ubuntu
  DkmsStatus:
   tuxedo-keyboard, 3.0.4, 5.11.0-13-generic, x86_64: installed
   tuxedo-keyboard, 3.0.4, 5.11.0-13-lowlatency, x86_64: installed
   tuxedo-keyboard, 3.0.4, 5.11.11-05-lowlatency, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation TigerLake GT2 [Iris Xe Graphics] [8086:9a49] (rev 01) 
(prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Iris Xe Graphics [1558:51a1]
  MachineType: TUXEDO TUXEDO InfinityBook S 15 Gen6
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.11-05-lowlatency 
root=/dev/mapper/MonVolume2-UbuntuRacine ro vsyscall=none security=apparmor 
quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/07/2020
  dmi.bios.release: 7.3
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.07.03RTR
  dmi.board.name: NS50MU
  dmi.board.vendor: TUXEDO
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 7.2
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.07.03RTR:bd09/07/2020:br7.3:efr7.2:svnTUXEDO:pnTUXEDOInfinityBookS15Gen6:pvrNotApplicable:rvnTUXEDO:rnNS50MU:rvrNotApplicable:cvnNotebook:ct10:cvrN/A:
  dmi.product.family: Not Applicable
  dmi.product.name: TUXEDO InfinityBook S 15 Gen6
  dmi.product.sku: Not Applicable
  dmi.product.version: Not Applicable
  dmi.sys.vendor: TUXEDO
  version.compiz: compiz 1:0.9.14.1+20.10.20200813-0ubuntu4
  version.libdrm2: libdrm2 2.4.104-1build1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.1-1
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.1-1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.10-3ubuntu5
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2build1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

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


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


[Desktop-packages] [Bug 1936966] Re: Libreoffice 7.x uses wrong desktop/panel/window icons for Template wizards

2022-04-17 Thread Norbert
Still happens on UM Jammy.

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

Title:
  Libreoffice 7.x uses wrong desktop/panel/window icons for Template
  wizards

Status in LibreOffice:
  New
Status in bamf package in Ubuntu:
  New
Status in libreoffice package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 18.04 LTS installed with Unity and MATE desktops
  2. Add LO PPA, install full LO by

     sudo add-apt-repository ppa:libreoffice/ppa
     sudo apt-get update
     sudo apt-get install libreoffice

  3a. Launch Libreoffice Impress, wait the Select a Template window to appear 
on task bar/window list
  3b. Launch Libreoffice Writer, click on File → Templates → Manage templates, 
wait Templates window to appear on task bar/window list
  3c. Launch Libreoffice Calc, click on File → Templates → Manage templates, 
wait Templates window to appear on task bar/window list
  3d. Launch Libreoffice Draw, click on File → Templates → Manage templates, 
wait Templates window to appear on task bar/window list

  Expected results:
  * all Template windows use correct desktop/panel/window icons on task 
bar/window list

  Actual results:
  * all Template windows use wrong  desktop/panel/window icons on task 
bar/window list

  Details:

   libreoffice1:7.1.4~rc2-0ubuntu0.18.04.1~lo1

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


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


[Desktop-packages] [Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2022-04-16 Thread Norbert
Still a problem for Ubuntu MATE 22.04 LTS. Please fix it on distro level.
You break UX.

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

Title:
  Pasted text in the terminal is always highlighted and selected

Status in bash package in Ubuntu:
  Invalid
Status in gnome-terminal package in Ubuntu:
  Invalid
Status in mate-terminal package in Ubuntu:
  Invalid
Status in readline package in Ubuntu:
  Confirmed
Status in vte2.91 package in Ubuntu:
  Invalid

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 21.04 installed
  2. Launch terminal
  3a. Execute some command, select this command to copy it, then paste command
  3b. Paste some command from clipboard to terminal

  Expected result:
  * pasted command is not highlighted and is not selected

  Actual result:
  * pasted command is selected and highlighted

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
  Uname: Linux 5.11.0-16-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Tue Apr 27 09:43:56 2021
  InstallationDate: Installed on 2021-04-23 (3 days ago)
  InstallationMedia: Ubuntu-MATE 21.04 "Hirsute Hippo" - Release amd64 
(20210420)
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1922276] Re: Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only visible part of terminal output

2022-04-15 Thread Norbert
Please fix this before final 22.04 LTS release!11

** Also affects: mate-desktop via
   https://github.com/mate-desktop/mate-terminal/issues/372
   Importance: Unknown
   Status: Unknown

** Bug watch added: gitlab.gnome.org/GNOME/vte/-/issues #2504
   https://gitlab.gnome.org/GNOME/vte/-/issues/2504

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

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

Title:
  Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only
  visible part of terminal output

Status in MATE Desktop:
  Unknown
Status in Gnome Virtual Terminal Emulator:
  Unknown
Status in mate-terminal package in Ubuntu:
  Invalid
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu MATE 21.04 installed (or use Live session)
  2. Launch MATE Terminal
  3. Enable infinite history (Edit - Profile Preferences - Scrolling, 
Scrollback - Unlimited)
  4. Execute command with long output such as `journalctl | cat`
  5. Select Edit - Select All (or press ++), then Edit - Copy 
(or press ++)
  6. Open Pluma text editor and paste just copied terminal output

  Expected results:
  * whole terminal output is copied - staring by `user@host:~$ journalctl | 
cat` and ending by `user@host:~$`

  Actual results:
  * only last 15 lines were copied (depends on terminal size)

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.461
  Date: Thu Apr  1 17:35:47 2021
  LiveMediaBuild: Ubuntu-MATE 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1873750] Re: Custom Application Launcher with Application in Terminal enabled should use user-specified terminal emulator

2022-04-09 Thread Norbert
For me Application in Terminal are continuing to run in the default MATE
Terminal. I have latest Ubuntu MATE 22.04 LTS:

```
$ gsettings get org.mate.applications-terminal exec
'tilix'

$ ls /etc/alternatives/x-terminal-emulator -al
lrwxrwxrwx 1 root root 22 апр  9 19:01 /etc/alternatives/x-terminal-emulator -> 
/usr/bin/tilix.wrapper
```

Also please note that mate-desktop-environment is not installed on UM
22.04 LTS by default.

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

Title:
  Custom Application Launcher with Application in Terminal enabled
  should use user-specified terminal emulator

Status in brisk-menu package in Ubuntu:
  Invalid
Status in classicmenu-indicator package in Ubuntu:
  Invalid
Status in glib2.0 package in Ubuntu:
  Confirmed
Status in mate-desktop-environment package in Ubuntu:
  Fix Released
Status in mate-menu package in Ubuntu:
  Invalid
Status in mate-menus package in Ubuntu:
  Invalid
Status in mate-panel package in Ubuntu:
  Invalid
Status in mate-settings-daemon package in Ubuntu:
  Invalid
Status in ubuntu-mate-settings package in Ubuntu:
  Fix Released
Status in vala-panel-appmenu package in Ubuntu:
  Invalid

Bug description:
  Steps to reproduce:
  1. Install Ubuntu MATE 20.04 LTS
  2. Install non-default terminal - Tilix, by `sudo apt-get install tilix`
  3. Install terminal-based application - Midnight Commander, by `sudo apt-get 
install mc`
  3. Set Tilix as default terminal in `mate-default-applications-properties` or 
programmatically:

    gsettings set org.mate.applications-terminal exec "'tilix'"

  4. Set Tilix as alternative for x-terminal-emulator by update-
  alternatives:

    update-alternatives --set x-terminal-emulator /usr/bin/tilix.wrapper
    sudo update-alternatives --set x-terminal-emulator 
/usr/bin/tilix.wrapper

  5. Reboot
  6. Add Custom Application Launcher to the MATE Panel:

    Type: Application in Terminal
    Name: mc
    Command: mc

  7. Click the icon of just created Custom Application Launcher

  Expected results:

  * Midnight Commander is opened in the user-defined terminal - in Tilix

  Actual results:

  * Midnight Commander is default terminal - in MATE Terminal

  Notes:
  * This also happens with desktop-files installed by Midnight Commander, it 
opens in MATE Terminal when called from Brisk menu, Classic menu, Compact Menu, 
Dock, + menu, Advanced Mate Menu (`mate-menu` package)
  * What is interesting, the + respects user preferences and uses Tilix
  * Also ++ opens Tilix as expected.

  ---

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: mate-panel 1.24.0-2
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  Uname: Linux 5.4.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Mon Apr 20 10:48:51 2020
  InstallationDate: Installed on 2020-04-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Beta amd64 (20200419)
  SourcePackage: mate-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1810745] Re: HPLIP hp-systray tray icon does not show dropdown menu in MATE Panel on 18.04 LTS and newer versions

2022-04-09 Thread Norbert
Bug still exists in latest Ubuntu MATE 22.04 LTS.

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

Title:
  HPLIP hp-systray tray icon does not show dropdown menu in MATE Panel
  on 18.04 LTS and newer versions

Status in HPLIP:
  New
Status in hplip package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Install Ubuntu MATE 18.04 LTS with all updates
  2. Install HPLIP into it with `sudo apt install hplip-gui`
  3. Log out.

  Expected results:
  * HPLIP shows hp-systray icon and its fully functional

  Actual results:
  * HPLIP shows hp-systrat icon but it is non-functional (see screenshot)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: mate-panel 1.20.1-3ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Mon Jan  7 12:15:48 2019
  InstallationDate: Installed on 2019-01-07 (0 days ago)
  InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  SourcePackage: mate-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1721955] Re: Human, Human-Clearlooks and other themes have incorrect gray window title color

2022-04-09 Thread Norbert
The bug still exists in Ubuntu MATE 22.04 LTS.

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

Title:
  Human, Human-Clearlooks and other themes have incorrect gray window
  title color

Status in human-theme:
  New
Status in community-themes package in Ubuntu:
  New
Status in compiz package in Ubuntu:
  Confirmed
Status in gtk+2.0 package in Ubuntu:
  New
Status in gtk+3.0 package in Ubuntu:
  New
Status in human-theme package in Ubuntu:
  Confirmed
Status in marco package in Ubuntu:
  Invalid
Status in mate-themes package in Ubuntu:
  Invalid

Bug description:
  Steps to reproduce:
  1. Install Ubuntu 17.10 MATE or 18.04 LTS MATE
  2. Install Human theme from `human-theme` package
  3. Select Human theme from `mate-control-center` Appearance

  Expected results:
  window title color is set to Ubuntu's orange (#FFBE6B)

  Actual results:
  window title color is set to different gray/silver color (#a5a5a2)

  Note:
  other themes are affected too.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: human-theme 0.39.2
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic i686
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: i386
  CurrentDesktop: MATE
  Date: Sat Oct  7 15:43:03 2017
  InstallationDate: Installed on 2017-10-07 (0 days ago)
  InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Alpha i386 
(20170925.1)
  PackageArchitecture: all
  SourcePackage: human-theme
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/human-theme/+bug/1721955/+subscriptions


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


[Desktop-packages] [Bug 1965636] Re: libfuse2 no longer included in jammy, required for AppImages

2022-04-07 Thread Norbert
** Tags added: jammy

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

Title:
  libfuse2 no longer included in jammy, required for AppImages

Status in kubuntu-meta package in Ubuntu:
  Fix Released
Status in lubuntu-meta package in Ubuntu:
  Confirmed
Status in ubuntu-budgie-meta package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Confirmed
Status in ubuntukylin-meta package in Ubuntu:
  Confirmed
Status in ubuntustudio-meta package in Ubuntu:
  Fix Released
Status in xubuntu-meta package in Ubuntu:
  Fix Released

Bug description:
  Attempting to run an AppImage in Xubuntu 22.04 displays the following
  error:

  $ ./cryptomator-1.6.5-x86_64.AppImage 
  dlopen(): error loading libfuse.so.2

  AppImages require FUSE to run. 
  You might still be able to extract the contents of this AppImage 
  if you run it with the --appimage-extract option. 
  See https://github.com/AppImage/AppImageKit/wiki/FUSE 
  for more information

  ---

  Simply installing libfuse2 resolves this issue. Some flavors seem to
  still include it. I noticed that today's Ubuntu MATE daily still does.
  Ubuntu and Xubuntu do not.

  Ubuntu: 
https://cdimage.ubuntu.com/daily-live/current/jammy-desktop-arm64.manifest
  Xubuntu: 
https://cdimage.ubuntu.com/xubuntu/daily-live/current/jammy-desktop-amd64.manifest
  Ubuntu MATE: 
https://cdimage.ubuntu.com/ubuntu-mate/daily-live/current/jammy-desktop-amd64.manifest

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


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


[Desktop-packages] [Bug 1967500] Re: kazam installation in 22.04 mate

2022-04-01 Thread Norbert
Fixed on the libayatana-appindicator side.

** No longer affects: ubuntu-mate

** Also affects: libayatana-appindicator (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libayatana-appindicator (Ubuntu)
   Status: New => Fix Released

** Changed in: kazam (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  kazam installation in 22.04 mate

Status in kazam package in Ubuntu:
  Invalid
Status in libayatana-appindicator package in Ubuntu:
  Fix Released

Bug description:
  In Ubuntu Mate 22.04 I try to install KAZAM but I receive an error
  indication that dependencies can't be solved. gstreamer1.0-plugins-
  good

  When i try to install it via Synaptic it works after repairing broken
  packages  libayatana-appindicator 3-1 (00.5.90.77) (info not given by
  software boutique)

  
  after that i remove kazam via synaptic and tried to reinstall it via software 
boutique and it works

  conclusion : software boutique doesn't give the correct info to solve
  the problem

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


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


[Desktop-packages] [Bug 1966501] [NEW] xdg-desktop-portal crashed with SIGSEGV in g_cclosure_marshal_generic()

2022-03-25 Thread Norbert Cserpnyák
Public bug reported:

closure_marshal_generic()

ProblemType: Crash
DistroRelease: Ubuntu 22.04
Package: xdg-desktop-portal 1.14.1-1
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Mar 25 18:11:56 2022
ExecutablePath: /usr/libexec/xdg-desktop-portal
InstallationDate: Installed on 2022-03-25 (0 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220325)
ProcCmdline: /usr/libexec/xdg-desktop-portal
SegvAnalysis:
 Segfault happened at: 0x556025d66421:  mov0x8(%rax),%rcx
 PC (0x556025d66421) ok
 source "0x8(%rax)" (0x0008) not located in a known VMA region (needed 
readable region)!
 destination "%rcx" ok
 Stack memory exhausted (SP below stack segment)
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: xdg-desktop-portal
StacktraceTop:
 ?? ()
 ?? ()
 ?? () from /lib/x86_64-linux-gnu/libffi.so.8
 ?? () from /lib/x86_64-linux-gnu/libffi.so.8
 g_cclosure_marshal_generic () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
Title: xdg-desktop-portal crashed with SIGSEGV in g_cclosure_marshal_generic()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
separator:

** Affects: xdg-desktop-portal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash jammy wayland-session

** Information type changed from Private to Public

** Description changed:

- -closure_marshal_generic()
+ closure_marshal_generic()
  
  ProblemType: Crash
  DistroRelease: Ubuntu 22.04
  Package: xdg-desktop-portal 1.14.1-1
  ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
  Uname: Linux 5.15.0-23-generic x86_64
  ApportVersion: 2.20.11-0ubuntu79
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar 25 18:11:56 2022
  ExecutablePath: /usr/libexec/xdg-desktop-portal
  InstallationDate: Installed on 2022-03-25 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220325)
  ProcCmdline: /usr/libexec/xdg-desktop-portal
  SegvAnalysis:
-  Segfault happened at: 0x556025d66421:mov0x8(%rax),%rcx
-  PC (0x556025d66421) ok
-  source "0x8(%rax)" (0x0008) not located in a known VMA region (needed 
readable region)!
-  destination "%rcx" ok
-  Stack memory exhausted (SP below stack segment)
+  Segfault happened at: 0x556025d66421:mov0x8(%rax),%rcx
+  PC (0x556025d66421) ok
+  source "0x8(%rax)" (0x0008) not located in a known VMA region (needed 
readable region)!
+  destination "%rcx" ok
+  Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: xdg-desktop-portal
  StacktraceTop:
-  ?? ()
-  ?? ()
-  ?? () from /lib/x86_64-linux-gnu/libffi.so.8
-  ?? () from /lib/x86_64-linux-gnu/libffi.so.8
-  g_cclosure_marshal_generic () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  ?? ()
+  ?? ()
+  ?? () from /lib/x86_64-linux-gnu/libffi.so.8
+  ?? () from /lib/x86_64-linux-gnu/libffi.so.8
+  g_cclosure_marshal_generic () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: xdg-desktop-portal crashed with SIGSEGV in g_cclosure_marshal_generic()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

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

Title:
  xdg-desktop-portal crashed with SIGSEGV in
  g_cclosure_marshal_generic()

Status in xdg-desktop-portal package in Ubuntu:
  New

Bug description:
  closure_marshal_generic()

  ProblemType: Crash
  DistroRelease: Ubuntu 22.04
  Package: xdg-desktop-portal 1.14.1-1
  ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
  Uname: Linux 5.15.0-23-generic x86_64
  ApportVersion: 2.20.11-0ubuntu79
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar 25 18:11:56 2022
  ExecutablePath: /usr/libexec/xdg-desktop-portal
  InstallationDate: Installed on 2022-03-25 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220325)
  ProcCmdline: /usr/libexec/xdg-desktop-portal
  SegvAnalysis:
   Segfault happened at: 0x556025d66421:mov0x8(%rax),%rcx
   PC (0x556025d66421) ok
   source "0x8(%rax)" (0x0008) not located in a known VMA region (needed 
readable region)!
   destination "%rcx" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: xdg-desktop-portal
  StacktraceTop:
   ?? ()
   ?? ()
   ?? () from /lib/x86_64-linux-gnu/libffi.so.8
   ?? () from /lib/x86_64-linux-gnu/libffi.so.8
   g_cclosure_marshal_generic () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: 

[Desktop-packages] [Bug 1947420] Re: Buggish interface @ workstation panels previews when using dual portrait

2022-03-12 Thread Norbert
Still a problem for Ubuntu MATE 22.04 LTS. Please fix it on distro
level.

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

Title:
  Buggish interface @ workstation panels previews when using dual
  portrait

Status in MATE Desktop:
  New
Status in Ubuntu MATE:
  Confirmed
Status in libwnck3 package in Ubuntu:
  Confirmed
Status in mate-panel package in Ubuntu:
  Confirmed

Bug description:
  ...Freshly upgraded to 21.10 using the same OS that I used to open
  most of my previous video glitches ever...

  Using 2x monitor in portrait mode, the preview panel/widget(?) located
  at the bottom right side shows 2 things wrong:

  1. The "Workspace 1" preview is very elongated when compared to not only all 
of it's previous incarnations (from 14.04 to 21.10) but also has an 
inconsistent size when compared to it's neighbouring "Workspace 2". 
Expectation: both 1 and 2 should be sized identically.
  2. When hovering the mouse cursor on "Workspace 2" only it's left portion 
will highlight.
  Expectation: both monitors of "2" should highlight

  See enclosed picture.

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


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


[Desktop-packages] [Bug 1922276] Re: Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only visible part of terminal output

2022-03-12 Thread Norbert
Still a problem for Ubuntu MATE 22.04 LTS. Please fix it on distro
level.

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

Title:
  Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only
  visible part of terminal output

Status in MATE Desktop:
  New
Status in mate-terminal package in Ubuntu:
  Confirmed
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu MATE 21.04 installed (or use Live session)
  2. Launch MATE Terminal
  3. Enable infinite history (Edit - Profile Preferences - Scrolling, 
Scrollback - Unlimited)
  4. Execute command with long output such as `journalctl | cat`
  5. Select Edit - Select All (or press ++), then Edit - Copy 
(or press ++)
  6. Open Pluma text editor and paste just copied terminal output

  Expected results:
  * whole terminal output is copied - staring by `user@host:~$ journalctl | 
cat` and ending by `user@host:~$`

  Actual results:
  * only last 15 lines were copied (depends on terminal size)

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.461
  Date: Thu Apr  1 17:35:47 2021
  LiveMediaBuild: Ubuntu-MATE 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2022-03-12 Thread Norbert
Still a problem for Ubuntu MATE 22.04 LTS. Please fix it on distro
level.

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

Title:
  Pasted text in the terminal is always highlighted and selected

Status in bash package in Ubuntu:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Invalid
Status in mate-terminal package in Ubuntu:
  Confirmed
Status in readline package in Ubuntu:
  Confirmed
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 21.04 installed
  2. Launch terminal
  3a. Execute some command, select this command to copy it, then paste command
  3b. Paste some command from clipboard to terminal

  Expected result:
  * pasted command is not highlighted and is not selected

  Actual result:
  * pasted command is selected and highlighted

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
  Uname: Linux 5.11.0-16-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Tue Apr 27 09:43:56 2021
  InstallationDate: Installed on 2021-04-23 (3 days ago)
  InstallationMedia: Ubuntu-MATE 21.04 "Hirsute Hippo" - Release amd64 
(20210420)
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1964254] [NEW] gnome-shell crashed with SIGSEGV

2022-03-08 Thread Norbert Cserpnyák
Public bug reported:

ProblemType: Crash
DistroRelease: Ubuntu 22.04
Package: gnome-shell 41.3-1ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
Uname: Linux 5.15.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu78
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Mar  8 18:28:18 2022
DisplayManager: gdm3
ExecutablePath: /usr/bin/gnome-shell
InstallationDate: Installed on 2022-03-08 (0 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220305)
ProcCmdline: /usr/bin/gnome-shell
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions: mutter-common 41.3-3ubuntu1
Signal: 11
SourcePackage: gnome-shell
Stacktrace:
 #0  0x7fc4fe18aa7c in ?? ()
 No symbol table info available.
 Backtrace stopped: Cannot access memory at address 0x7ffd499cdaa0
StacktraceTop: ?? ()
Title: gnome-shell crashed with SIGSEGV
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
separator:

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


** Tags: amd64 apport-crash jammy need-amd64-retrace

** Description changed:

- No.
- 
  ProblemType: Crash
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 41.3-1ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
  Uname: Linux 5.15.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu78
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Mar  8 18:28:18 2022
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2022-03-08 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220305)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
-  LANG=en_US.UTF-8
-  PATH=(custom, no user)
-  SHELL=/bin/bash
-  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  PATH=(custom, no user)
+  SHELL=/bin/bash
+  XDG_RUNTIME_DIR=
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: mutter-common 41.3-3ubuntu1
  Signal: 11
  SourcePackage: gnome-shell
  Stacktrace:
-  #0  0x7fc4fe18aa7c in ?? ()
-  No symbol table info available.
-  Backtrace stopped: Cannot access memory at address 0x7ffd499cdaa0
+  #0  0x7fc4fe18aa7c in ?? ()
+  No symbol table info available.
+  Backtrace stopped: Cannot access memory at address 0x7ffd499cdaa0
  StacktraceTop: ?? ()
  Title: gnome-shell crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

** Information type changed from Private to Public

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

Title:
  gnome-shell crashed with SIGSEGV

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  ProblemType: Crash
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 41.3-1ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
  Uname: Linux 5.15.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu78
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Mar  8 18:28:18 2022
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2022-03-08 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220305)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: mutter-common 41.3-3ubuntu1
  Signal: 11
  SourcePackage: gnome-shell
  Stacktrace:
   #0  0x7fc4fe18aa7c in ?? ()
   No symbol table info available.
   Backtrace stopped: Cannot access memory at address 0x7ffd499cdaa0
  StacktraceTop: ?? ()
  Title: gnome-shell crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

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


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


[Desktop-packages] [Bug 1960621] Re: MATE Desktop session fails to start with NVIDIA 495 & 510 drivers

2022-02-25 Thread Norbert
** Tags added: impish

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

Title:
  MATE Desktop session fails to start with NVIDIA 495 & 510 drivers

Status in marco package in Ubuntu:
  Fix Released
Status in metacity package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-510 package in Ubuntu:
  Confirmed
Status in marco source package in Focal:
  In Progress
Status in nvidia-graphics-drivers-510 source package in Focal:
  Confirmed
Status in marco source package in Impish:
  In Progress
Status in nvidia-graphics-drivers-510 source package in Impish:
  Confirmed
Status in marco source package in Jammy:
  Fix Released
Status in metacity source package in Jammy:
  Confirmed
Status in nvidia-graphics-drivers-510 source package in Jammy:
  Confirmed

Bug description:
  I have been using nvidia-graphics-drivers-470 for a while. In January,
  I tried the 495 drivers, but this resulted in failing to start the GUI
  when booting: the mouse cursor would appear, but then the screen would
  clear and the switch to graphics would be attempted again. This would
  repeat until restarted, so I used recovery mode to test that a) it
  still happened with that (yes) and b) to go back to the 470 drivers
  via the root terminal.

  For some reason, yesterday xscreensaver had a problem getting the
  right GLcontext. I noticed that the 510 drivers were available, so
  used Software & Updates's Additional Drivers to install those.

  Exactly the same issue as with the 495 drivers: the mouse cursor
  appears for a second, then disappears, and reappears, and.. until I
  reboot and go back to 470.

  I am using Ubuntu MATE 21.10 with a GeForce GTX 1050 Ti card.

  $ lsb_release -rd
  Description:  Ubuntu 21.10
  Release:  21.10

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


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


[Desktop-packages] [Bug 1947420] Re: Buggish interface @ workstation panels previews when using dual portrait

2022-02-20 Thread Norbert
Still happens on Jammy. Should be fixed before final release.

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

Title:
  Buggish interface @ workstation panels previews when using dual
  portrait

Status in MATE Desktop:
  New
Status in Ubuntu MATE:
  Confirmed
Status in libwnck3 package in Ubuntu:
  Confirmed
Status in mate-panel package in Ubuntu:
  Confirmed

Bug description:
  ...Freshly upgraded to 21.10 using the same OS that I used to open
  most of my previous video glitches ever...

  Using 2x monitor in portrait mode, the preview panel/widget(?) located
  at the bottom right side shows 2 things wrong:

  1. The "Workspace 1" preview is very elongated when compared to not only all 
of it's previous incarnations (from 14.04 to 21.10) but also has an 
inconsistent size when compared to it's neighbouring "Workspace 2". 
Expectation: both 1 and 2 should be sized identically.
  2. When hovering the mouse cursor on "Workspace 2" only it's left portion 
will highlight.
  Expectation: both monitors of "2" should highlight

  See enclosed picture.

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


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


[Desktop-packages] [Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2022-02-20 Thread Norbert
Still a problem for Ubuntu MATE 22.04 LTS. Please fix it on distro
level.

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

Title:
  Pasted text in the terminal is always highlighted and selected

Status in bash package in Ubuntu:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Invalid
Status in mate-terminal package in Ubuntu:
  Confirmed
Status in readline package in Ubuntu:
  Confirmed
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 21.04 installed
  2. Launch terminal
  3a. Execute some command, select this command to copy it, then paste command
  3b. Paste some command from clipboard to terminal

  Expected result:
  * pasted command is not highlighted and is not selected

  Actual result:
  * pasted command is selected and highlighted

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
  Uname: Linux 5.11.0-16-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Tue Apr 27 09:43:56 2021
  InstallationDate: Installed on 2021-04-23 (3 days ago)
  InstallationMedia: Ubuntu-MATE 21.04 "Hirsute Hippo" - Release amd64 
(20210420)
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1960718] [NEW] Libreoffice is not opened after building bookdown book in RStudio to DOCX or ODT

2022-02-12 Thread Norbert
Public bug reported:

Steps to reproduce:
1. Install Ubuntu MATE 22.04 LTS
2. Download and install RStudio by

wget -c 
https://rstudio.org/download/latest/stable/desktop/bionic/rstudio-latest-amd64.deb
apt-get install -y ./rstudio-latest-amd64.deb
3. Launch Rstudio from terminal using `rstudio`
4. Open existing bookdown project
5. Build MS Word (docx) book or OpenDocument (ODT) by *Build book* ->  
*bookdown::word_document2* or *bookdown::odt_document2*

Expected results:
* resulting document is shown in LibreOffice Writer window

Actual results:
* resulting document is not shown in LibreOffice Writer window; have the 
following messages in the terminal

```

/usr/lib/libreoffice/program/javaldx: error while loading shared libraries: 
libreglo.so: cannot open shared object file: No such file or directory
Warning: failed to read path from javaldx
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: 
libreglo.so: cannot open shared object file: No such file or directory
/usr/lib/libreoffice/program/javaldx: error while loading shared libraries: 
libreglo.so: cannot open shared object file: No such file or directory
Warning: failed to read path from javaldx
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: 
libreglo.so: cannot open shared object file: No such file or directory
```


Note:
this problem started to happen from Ubuntu 18.04 LTS, so Ubuntu 20.04 LTS is 
affected too.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: uno-libs-private 1:7.2.5~rc2-0ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
Uname: Linux 5.15.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu76
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Sat Feb 12 20:55:55 2022
InstallationDate: Installed on 2022-02-06 (6 days ago)
InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220206)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.apport:
 # set this to 0 to disable apport, or to 1 to enable it
 # you can temporarily override this with
 # sudo service apport start force_start=1
 enabled=0
mtime.conffile..etc.default.apport: 2022-02-12T19:31:56.444053

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


** Tags: amd64 apport-bug bionic focal impish jammy

** Summary changed:

- Libreoffice is not opened after building bookdown book in RStudio
+ Libreoffice is not opened after building bookdown book in RStudio to DOCX or 
ODT

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

Title:
  Libreoffice is not opened after building bookdown book in RStudio to
  DOCX or ODT

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Install Ubuntu MATE 22.04 LTS
  2. Download and install RStudio by

  wget -c 
https://rstudio.org/download/latest/stable/desktop/bionic/rstudio-latest-amd64.deb
  apt-get install -y ./rstudio-latest-amd64.deb
  3. Launch Rstudio from terminal using `rstudio`
  4. Open existing bookdown project
  5. Build MS Word (docx) book or OpenDocument (ODT) by *Build book* ->  
*bookdown::word_document2* or *bookdown::odt_document2*

  Expected results:
  * resulting document is shown in LibreOffice Writer window

  Actual results:
  * resulting document is not shown in LibreOffice Writer window; have the 
following messages in the terminal

  ```

  /usr/lib/libreoffice/program/javaldx: error while loading shared libraries: 
libreglo.so: cannot open shared object file: No such file or directory
  Warning: failed to read path from javaldx
  /usr/lib/libreoffice/program/soffice.bin: error while loading shared 
libraries: libreglo.so: cannot open shared object file: No such file or 
directory
  /usr/lib/libreoffice/program/javaldx: error while loading shared libraries: 
libreglo.so: cannot open shared object file: No such file or directory
  Warning: failed to read path from javaldx
  /usr/lib/libreoffice/program/soffice.bin: error while loading shared 
libraries: libreglo.so: cannot open shared object file: No such file or 
directory
  ```

  
  Note:
  this problem started to happen from Ubuntu 18.04 LTS, so Ubuntu 20.04 LTS is 
affected too.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: uno-libs-private 1:7.2.5~rc2-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
  Uname: Linux 5.15.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu76
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Sat Feb 12 20:55:55 2022
  InstallationDate: Installed on 2022-02-06 (6 days ago)
  InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220206)
  RebootRequiredPkgs: Error: path contained symlinks.
  

[Desktop-packages] [Bug 1949654] Re: Weird UI behavior when addprint off LAN using 21.10

2022-02-07 Thread Norbert
** Changed in: system-config-printer (Ubuntu)
   Status: New => Incomplete

** No longer affects: ubuntu-mate

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

Title:
  Weird UI behavior when addprint off LAN using 21.10

Status in system-config-printer package in Ubuntu:
  Incomplete

Bug description:
  When using a fully patched 21.10 system and adding a LAN printer via
  it's IP, the response is very weird. See enclosed picture.

  PS: I believe this problem has been happening since AT LEAST 20.04.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-08-29 (437 days ago)
  InstallationMedia: Ubuntu-MATE 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  Lpstat:
   device for _xeroxofficetq1_: ///dev/null
   device for C405: ///dev/null
   device for Xerox-CommonXCPT: socket://10.11.0.249:9100
  MachineType: System manufacturer System Product Name
  Package: system-config-printer 1.5.15-0ubuntu2
  PackageArchitecture: all
  Papersize: letter
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Xerox-CommonXCPT.ppd', '/etc/cups/ppd/C405.ppd', 
'/etc/cups/ppd/_xeroxofficetq1_.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/Xerox-CommonXCPT.ppd: Permission denied
   grep: /etc/cups/ppd/C405.ppd: Permission denied
   grep: /etc/cups/ppd/_xeroxofficetq1_.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-20-generic 
root=/dev/mapper/vgubuntu--mate-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
  RebootRequiredPkgs: Error: path contained symlinks.
  Tags:  impish
  Uname: Linux 5.13.0-20-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-14 (26 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/02/2020
  dmi.bios.release: 5.17
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5809
  dmi.board.asset.tag: Default string
  dmi.board.name: TUF X470-PLUS GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5809:bd12/02/2020:br5.17:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:skuSKU:rvnASUSTeKCOMPUTERINC.:rnTUFX470-PLUSGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1949654/+subscriptions


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


[Desktop-packages] [Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2022-02-01 Thread Norbert
The temporary workaround is

echo "set enable-bracketed-paste Off" > ~/.inputrc


For better user experience this file should be placed into `/etc/shel` on the 
installation stage. So I'll mark base-files package as affected.

** Also affects: base-files (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: base-files (Ubuntu)
   Status: New => Confirmed

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

Title:
  Pasted text in the terminal is always highlighted and selected

Status in base-files package in Ubuntu:
  Confirmed
Status in bash package in Ubuntu:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Invalid
Status in mate-terminal package in Ubuntu:
  Confirmed
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 21.04 installed
  2. Launch terminal
  3a. Execute some command, select this command to copy it, then paste command
  3b. Paste some command from clipboard to terminal

  Expected result:
  * pasted command is not highlighted and is not selected

  Actual result:
  * pasted command is selected and highlighted

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
  Uname: Linux 5.11.0-16-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Tue Apr 27 09:43:56 2021
  InstallationDate: Installed on 2021-04-23 (3 days ago)
  InstallationMedia: Ubuntu-MATE 21.04 "Hirsute Hippo" - Release amd64 
(20210420)
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1959473] Re: Evolution: Migrate to People API to retain programmatic access to Google Contacts.

2022-01-29 Thread Norbert
Probably you can try Flatpak version of Evolution from
https://flathub.org/apps/details/org.gnome.Evolution as a workaround.

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

Title:
  Evolution: Migrate to People API to retain programmatic access to
  Google Contacts.

Status in Evolution:
  Unknown
Status in Ubuntu MATE:
  New
Status in evolution package in Ubuntu:
  New
Status in evolution-data-server package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu MATE 20.04; I stick with LTS for this system.  I
  use Evolution for email and calendar.  Tonight I got this message:

  =
  Failed to connect address book “guy.rouill...@gmail.com : Contacts”

  Invalid request URI or header, or unsupported nonstandard parameter: Contacts 
API is being deprecated. Migrate to People API to retain programmatic access to 
Google Contacts. See 
https://developers.google.com/people/contacts-api-migration.
  ==

  I went to report this on the GNOME bug tracker and found this existing
  issue:

  https://gitlab.gnome.org/GNOME/evolution/-/issues/1655

  That issue was closed with this comment:
  ==
  "Andre Klapper

  Issue found on latest Evolution in Debian 11 (3.38.3-1)

  That version is ancient and not maintained anymore by GNOME
  developers. Feel free to file a bug report in your distribution's
  issue tracker."

  The version in MATE is even older: 3.36.5-0ubuntu1

  So apparently Evolution in MATE is currently not functional.  We need
  to update to a later release.  I will update to the newer LTS of MATE
  when it is released.

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


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


[Desktop-packages] [Bug 1959473] Re: Evolution: Migrate to People API to retain programmatic access to Google Contacts.

2022-01-29 Thread Norbert
Please run

apport-collect 1959473

** Also affects: evolution (Ubuntu)
   Importance: Undecided
   Status: New

** Tags removed: api contacts evolution google
** Tags added: focal

** Bug watch added: gitlab.gnome.org/GNOME/evolution/-/issues #1655
   https://gitlab.gnome.org/GNOME/evolution/-/issues/1655

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

** Also affects: evolution-data-server (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Evolution: Migrate to People API to retain programmatic access to
  Google Contacts.

Status in Evolution:
  Unknown
Status in Ubuntu MATE:
  New
Status in evolution package in Ubuntu:
  New
Status in evolution-data-server package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu MATE 20.04; I stick with LTS for this system.  I
  use Evolution for email and calendar.  Tonight I got this message:

  =
  Failed to connect address book “guy.rouill...@gmail.com : Contacts”

  Invalid request URI or header, or unsupported nonstandard parameter: Contacts 
API is being deprecated. Migrate to People API to retain programmatic access to 
Google Contacts. See 
https://developers.google.com/people/contacts-api-migration.
  ==

  I went to report this on the GNOME bug tracker and found this existing
  issue:

  https://gitlab.gnome.org/GNOME/evolution/-/issues/1655

  That issue was closed with this comment:
  ==
  "Andre Klapper

  Issue found on latest Evolution in Debian 11 (3.38.3-1)

  That version is ancient and not maintained anymore by GNOME
  developers. Feel free to file a bug report in your distribution's
  issue tracker."

  The version in MATE is even older: 3.36.5-0ubuntu1

  So apparently Evolution in MATE is currently not functional.  We need
  to update to a later release.  I will update to the newer LTS of MATE
  when it is released.

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


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


[Desktop-packages] [Bug 1959417] Re: unable to use jupyter-notebook package with snap'd browsers like firefox or chromium

2022-01-28 Thread Norbert
For any other file it is reproducible as simple as

```
mkdir -p ~/.i/love/dot/folders
echo "HELLO, SNAP!" > ~/.i/love/dot/folders/hello.html
firefox ~/.i/love/dot/folders/hello.html
chromium-browser ~/.i/love/dot/folders/hello.html
```

Fantastic user-friendless!

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

Title:
  unable to use jupyter-notebook package with snap'd browsers like
  firefox or chromium

Status in Chromium Browser:
  New
Status in Mozilla Firefox:
  New
Status in snapd:
  New
Status in chromium package in Ubuntu:
  New
Status in firefox package in Ubuntu:
  New
Status in jupyter-notebook package in Ubuntu:
  New
Status in snapd package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Install Ubuntu 22.04 LTS
  2. Install jupyter-notebook package
  3. Open terminal to launch jupyter-notebook command

  $ jupyter-notebook
  [I 18:53:12.601 NotebookApp] Serving notebooks from local directory: /home/j
  [I 18:53:12.601 NotebookApp] Jupyter Notebook 6.4.5 is running at:
  [I 18:53:12.601 NotebookApp] 
http://localhost:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
  [I 18:53:12.601 NotebookApp]  or 
http://127.0.0.1:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
  [I 18:53:12.601 NotebookApp] Use Control-C to stop this server and shut down 
all kernels (twice to skip confirmation).
  [C 18:53:12.635 NotebookApp] 
  
  To access the notebook, open this file in a browser:
  file:///home/j/.local/share/jupyter/runtime/nbserver-45601-open.html
  Or copy and paste one of these URLs:
  
http://localhost:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
   or 
http://127.0.0.1:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9


  
  Expected results:
  * default web-browser opened and it shows jupyter-notebook interface after 
redirection from local html-file to http://localhost:

  
  Actual results:
  * default web-browser opened with error message

  > Access to the file was denied
  > The file at /home/j/.local/share/jupyter/runtime/nbserver-45601-open.html 
is not readable.
  > It may have been removed, moved, or file permissions may be preventing 
access.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: jupyter-notebook 6.4.5-4
  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
  Uname: Linux 5.15.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu76
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Fri Jan 28 18:49:44 2022
  InstallationDate: Installed on 2022-01-28 (0 days ago)
  InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220128)
  PackageArchitecture: all
  SourcePackage: jupyter-notebook
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2022-01-28T14:45:41.897765

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1959417/+subscriptions


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


[Desktop-packages] [Bug 1959417] Re: unable to use jupyter-notebook package with snap'd browsers like firefox or chromium

2022-01-28 Thread Norbert
Chromium:

$ chromium file:///home/j/.local/share/jupyter/runtime/nbserver-45601-open.html
Gtk-Message: 18:55:47.022: Failed to load module "appmenu-gtk-module"
Gtk-Message: 18:55:47.023: Failed to load module "canberra-gtk-module"
[46086:46165:0128/185547.162380:ERROR:object_proxy.cc(642)] Failed to call 
method: org.freedesktop.DBus.ListActivatableNames: object_path= 
/org/freedesktop/DBus: org.freedesktop.DBus.Error.AccessDenied: An AppArmor 
policy prevents this sender from sending this message to this recipient; 
type="method_call", sender=":1.183" (uid=1000 pid=46086 
comm="/snap/chromium/1878/usr/lib/chromium-browser/chrom" 
label="snap.chromium.chromium (enforce)") interface="org.freedesktop.DBus" 
member="ListActivatableNames" error name="(unset)" requested_reply="0" 
destination="org.freedesktop.DBus" (bus)

(chrome:46086): dbind-WARNING **: 18:55:47.242: Couldn't connect to 
accessibility bus: Failed to connect to socket /run/user/1000/at-spi/bus_0: 
Permission denied
[46178:46178:0128/185547.282857:ERROR:sandbox_linux.cc(378)] 
InitializeSandbox() called with multiple threads in process gpu-process.
Fontconfig error: Cannot load default config file
[46086:46159:0128/185550.969823:ERROR:chrome_browser_main_extra_parts_metrics.cc(227)]
 START: ReportBluetoothAvailability(). If you don't see the END: message, this 
is crbug.com/1216328.
[46086:46159:0128/185550.969872:ERROR:chrome_browser_main_extra_parts_metrics.cc(230)]
 END: ReportBluetoothAvailability()
[46086:46160:0128/185551.087333:ERROR:udev_watcher.cc(98)] Failed to begin udev 
enumeration.


Access to the file was denied
The file at 
file:///home/j/.local/share/jupyter/runtime/nbserver-45601-open.html is not 
readable. It may have been removed, moved, or file permissions may be 
preventing access.
ERR_ACCESS_DENIED

** Also affects: chromium-browser
   Importance: Undecided
   Status: New

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

Title:
  unable to use jupyter-notebook package with snap'd browsers like
  firefox or chromium

Status in Chromium Browser:
  New
Status in Mozilla Firefox:
  New
Status in snapd:
  New
Status in chromium package in Ubuntu:
  New
Status in firefox package in Ubuntu:
  New
Status in jupyter-notebook package in Ubuntu:
  New
Status in snapd package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Install Ubuntu 22.04 LTS
  2. Install jupyter-notebook package
  3. Open terminal to launch jupyter-notebook command

  $ jupyter-notebook
  [I 18:53:12.601 NotebookApp] Serving notebooks from local directory: /home/j
  [I 18:53:12.601 NotebookApp] Jupyter Notebook 6.4.5 is running at:
  [I 18:53:12.601 NotebookApp] 
http://localhost:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
  [I 18:53:12.601 NotebookApp]  or 
http://127.0.0.1:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
  [I 18:53:12.601 NotebookApp] Use Control-C to stop this server and shut down 
all kernels (twice to skip confirmation).
  [C 18:53:12.635 NotebookApp] 
  
  To access the notebook, open this file in a browser:
  file:///home/j/.local/share/jupyter/runtime/nbserver-45601-open.html
  Or copy and paste one of these URLs:
  
http://localhost:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
   or 
http://127.0.0.1:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9


  
  Expected results:
  * default web-browser opened and it shows jupyter-notebook interface after 
redirection from local html-file to http://localhost:

  
  Actual results:
  * default web-browser opened with error message

  > Access to the file was denied
  > The file at /home/j/.local/share/jupyter/runtime/nbserver-45601-open.html 
is not readable.
  > It may have been removed, moved, or file permissions may be preventing 
access.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: jupyter-notebook 6.4.5-4
  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
  Uname: Linux 5.15.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu76
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Fri Jan 28 18:49:44 2022
  InstallationDate: Installed on 2022-01-28 (0 days ago)
  InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220128)
  PackageArchitecture: all
  SourcePackage: jupyter-notebook
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2022-01-28T14:45:41.897765

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1959417/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages

[Desktop-packages] [Bug 1959417] [NEW] unable to use jupyter-notebook package with snap'd browsers like firefox or chromium

2022-01-28 Thread Norbert
Public bug reported:

Steps to reproduce:
1. Install Ubuntu 22.04 LTS
2. Install jupyter-notebook package
3. Open terminal to launch jupyter-notebook command

$ jupyter-notebook
[I 18:53:12.601 NotebookApp] Serving notebooks from local directory: /home/j
[I 18:53:12.601 NotebookApp] Jupyter Notebook 6.4.5 is running at:
[I 18:53:12.601 NotebookApp] 
http://localhost:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
[I 18:53:12.601 NotebookApp]  or 
http://127.0.0.1:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
[I 18:53:12.601 NotebookApp] Use Control-C to stop this server and shut down 
all kernels (twice to skip confirmation).
[C 18:53:12.635 NotebookApp] 

To access the notebook, open this file in a browser:
file:///home/j/.local/share/jupyter/runtime/nbserver-45601-open.html
Or copy and paste one of these URLs:

http://localhost:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
 or 
http://127.0.0.1:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9


Expected results:
* default web-browser opened and it shows jupyter-notebook interface after 
redirection from local html-file to http://localhost:


Actual results:
* default web-browser opened with error message

> Access to the file was denied
> The file at /home/j/.local/share/jupyter/runtime/nbserver-45601-open.html is 
> not readable.
> It may have been removed, moved, or file permissions may be preventing access.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: jupyter-notebook 6.4.5-4
ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
Uname: Linux 5.15.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu76
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Fri Jan 28 18:49:44 2022
InstallationDate: Installed on 2022-01-28 (0 days ago)
InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220128)
PackageArchitecture: all
SourcePackage: jupyter-notebook
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.apport:
 # set this to 0 to disable apport, or to 1 to enable it
 # you can temporarily override this with
 # sudo service apport start force_start=1
 enabled=0
mtime.conffile..etc.default.apport: 2022-01-28T14:45:41.897765

** Affects: chromium-browser
 Importance: Undecided
 Status: New

** Affects: firefox
 Importance: Undecided
 Status: New

** Affects: snapd
 Importance: Undecided
 Status: New

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

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

** Affects: jupyter-notebook (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug jammy snap

** Also affects: firefox (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: chromium (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: snapd (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: snapd
   Importance: Undecided
   Status: New

** Also affects: firefox
   Importance: Undecided
   Status: New

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

Title:
  unable to use jupyter-notebook package with snap'd browsers like
  firefox or chromium

Status in Chromium Browser:
  New
Status in Mozilla Firefox:
  New
Status in snapd:
  New
Status in chromium package in Ubuntu:
  New
Status in firefox package in Ubuntu:
  New
Status in jupyter-notebook package in Ubuntu:
  New
Status in snapd package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Install Ubuntu 22.04 LTS
  2. Install jupyter-notebook package
  3. Open terminal to launch jupyter-notebook command

  $ jupyter-notebook
  [I 18:53:12.601 NotebookApp] Serving notebooks from local directory: /home/j
  [I 18:53:12.601 NotebookApp] Jupyter Notebook 6.4.5 is running at:
  [I 18:53:12.601 NotebookApp] 
http://localhost:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
  [I 18:53:12.601 NotebookApp]  or 
http://127.0.0.1:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
  [I 18:53:12.601 NotebookApp] Use Control-C to stop this server and shut down 
all kernels (twice to skip confirmation).
  [C 18:53:12.635 NotebookApp] 
  
  To access the notebook, open this file in a browser:
  file:///home/j/.local/share/jupyter/runtime/nbserver-45601-open.html
  Or copy and paste one of these URLs:
  
http://localhost:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9
   or 
http://127.0.0.1:/?token=6df6a314b44a50e058ff27f735d91cbd46bfaf0e403bd2e9


  
  Expected results:
  * default web-browser opened and it shows jupyter-notebook interface after 
redirection from local html-file to 

[Desktop-packages] [Bug 1959223] [NEW] can't connect to XDMCP server with default settings, while Xephyr connects normally

2022-01-27 Thread Norbert
Public bug reported:

Steps to reproduce:
1. Configure XDMCP server by adding three lines

[XDMCPServer]
enabled=true
port=177

into /etc/lightdm/lightdm.conf . Then reboot it.
2. On client (18.04 LTS or newer) install remmina-plugin-xdmcp package.
3. Open Remmina, click +, select XDMCP, provide IP address or hostname

Expected results:
* connection is successful

Actual results:
* connection failed, below is the terminal output

$ remmina
Load modules from /usr/lib/x86_64-linux-gnu/remmina/plugins
Remmina plugin glibsecret (type=Secret) has been registered, but is not yet 
initialized/activated. The initialization order is 2000.
The glibsecret secret plugin  has been initialized and it will be your default 
secret plugin
StatusNotifier/Appindicator support: your desktop does support it and 
libappindicator is compiled in Remmina. Good.

(org.remmina.Remmina:3492): Gtk-WARNING **: 18:00:24.372: 
gtk_menu_attach_to_widget(): menu already attached to GtkMenuItem
text: 
def: (null)
text: (null)
def: (null)
text: 2600 (Windows XP), 7601 (Windows Vista/7), 9600 (Windows 8 and newer)
def: (null)
  
  
text: (null)
def: (null)
(EE) 
Fatal server error:
(EE) X11 error
Error code: 8
Sequence number: 5
Major code: 1   Minor code: 0
Error value: 60825008
(EE)

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: remmina-plugin-xdmcp 1.4.11+dfsg-2ubuntu2
ProcVersionSignature: Ubuntu 5.11.0-41.45-generic 5.11.22
Uname: Linux 5.11.0-41-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.4
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Thu Jan 27 18:00:54 2022
InstallationDate: Installed on 2022-01-02 (25 days ago)
InstallationMedia: Ubuntu-MATE 21.04 "Hirsute Hippo" - Release amd64 (20210420)
SourcePackage: remmina
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic focal hirsute

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

Title:
  can't connect to XDMCP server with default settings, while Xephyr
  connects normally

Status in remmina package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Configure XDMCP server by adding three lines

  [XDMCPServer]
  enabled=true
  port=177

  into /etc/lightdm/lightdm.conf . Then reboot it.
  2. On client (18.04 LTS or newer) install remmina-plugin-xdmcp package.
  3. Open Remmina, click +, select XDMCP, provide IP address or hostname

  Expected results:
  * connection is successful

  Actual results:
  * connection failed, below is the terminal output

  $ remmina
  Load modules from /usr/lib/x86_64-linux-gnu/remmina/plugins
  Remmina plugin glibsecret (type=Secret) has been registered, but is not yet 
initialized/activated. The initialization order is 2000.
  The glibsecret secret plugin  has been initialized and it will be your 
default secret plugin
  StatusNotifier/Appindicator support: your desktop does support it and 
libappindicator is compiled in Remmina. Good.

  (org.remmina.Remmina:3492): Gtk-WARNING **: 18:00:24.372: 
gtk_menu_attach_to_widget(): menu already attached to GtkMenuItem
  text: 
  def: (null)
  text: (null)
  def: (null)
  text: 2600 (Windows XP), 7601 (Windows Vista/7), 9600 (Windows 8 and newer)
  def: (null)


  text: (null)
  def: (null)
  (EE) 
  Fatal server error:
  (EE) X11 error
  Error code: 8
  Sequence number: 5
  Major code: 1 Minor code: 0
  Error value: 60825008
  (EE)

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: remmina-plugin-xdmcp 1.4.11+dfsg-2ubuntu2
  ProcVersionSignature: Ubuntu 5.11.0-41.45-generic 5.11.22
  Uname: Linux 5.11.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65.4
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Thu Jan 27 18:00:54 2022
  InstallationDate: Installed on 2022-01-02 (25 days ago)
  InstallationMedia: Ubuntu-MATE 21.04 "Hirsute Hippo" - Release amd64 
(20210420)
  SourcePackage: remmina
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1945645] Re: cups-pdf prints blank pages

2022-01-15 Thread Norbert
Jammy is not affected, it is great.

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

Title:
  cups-pdf prints blank pages

Status in cups package in Ubuntu:
  Invalid
Status in cups-pdf package in Ubuntu:
  Fix Released
Status in ghostscript package in Ubuntu:
  Invalid
Status in ghostscript package in Debian:
  New

Bug description:
  after updating from ubuntu 21.04 to ubuntu 21.10 the virtual pdf
  printer started to print blank pages (to create washed pdf files)

  printer-driver-cups-pdf, version 3.0.1-10

  Description:Ubuntu Impish Indri (development branch)
  Release:21.10

  printer-driver-cups-pdf:
Installed: 3.0.1-10
Candidate: 3.0.1-10
Version table:
   *** 3.0.1-10 500
  500 http://bg.archive.ubuntu.com/ubuntu impish/universe amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: printer-driver-cups-pdf 3.0.1-10
  ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
  Uname: Linux 5.13.0-16-generic x86_64
  ApportVersion: 2.20.11-0ubuntu69
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Thu Sep 30 15:56:51 2021
  InstallationDate: Installed on 2020-03-17 (561 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200205)
  Lpstat: device for PDF: cups-pdf:/
  Papersize: a4
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/PDF.ppd'] failed with exit code 2: grep: /etc/cups/ppd/PDF.ppd: 
Permission denied
  SourcePackage: cups-pdf
  UpgradeStatus: Upgraded to impish on 2021-09-28 (2 days ago)

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


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


[Desktop-packages] [Bug 1926256] Re: Pasted text in the terminal is always highlighted and selected

2022-01-15 Thread Norbert
Still happens on Jammy. Should be fixed before final release.

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

Title:
  Pasted text in the terminal is always highlighted and selected

Status in bash package in Ubuntu:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Invalid
Status in mate-terminal package in Ubuntu:
  Confirmed
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 21.04 installed
  2. Launch terminal
  3a. Execute some command, select this command to copy it, then paste command
  3b. Paste some command from clipboard to terminal

  Expected result:
  * pasted command is not highlighted and is not selected

  Actual result:
  * pasted command is selected and highlighted

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
  Uname: Linux 5.11.0-16-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Tue Apr 27 09:43:56 2021
  InstallationDate: Installed on 2021-04-23 (3 days ago)
  InstallationMedia: Ubuntu-MATE 21.04 "Hirsute Hippo" - Release amd64 
(20210420)
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1922276] Re: Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only visible part of terminal output

2022-01-15 Thread Norbert
Still happens on Jammy. Should be fixed before final release.

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

Title:
  Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only
  visible part of terminal output

Status in MATE Desktop:
  New
Status in mate-terminal package in Ubuntu:
  Confirmed
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu MATE 21.04 installed (or use Live session)
  2. Launch MATE Terminal
  3. Enable infinite history (Edit - Profile Preferences - Scrolling, 
Scrollback - Unlimited)
  4. Execute command with long output such as `journalctl | cat`
  5. Select Edit - Select All (or press ++), then Edit - Copy 
(or press ++)
  6. Open Pluma text editor and paste just copied terminal output

  Expected results:
  * whole terminal output is copied - staring by `user@host:~$ journalctl | 
cat` and ending by `user@host:~$`

  Actual results:
  * only last 15 lines were copied (depends on terminal size)

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.461
  Date: Thu Apr  1 17:35:47 2021
  LiveMediaBuild: Ubuntu-MATE 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1947420] Re: Buggish interface @ workstation panels previews when using dual portrait

2022-01-15 Thread Norbert
Still happens on Jammy. Should be fixed before final release.

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

Title:
  Buggish interface @ workstation panels previews when using dual
  portrait

Status in MATE Desktop:
  New
Status in Ubuntu MATE:
  Confirmed
Status in libwnck3 package in Ubuntu:
  Confirmed
Status in mate-panel package in Ubuntu:
  Confirmed

Bug description:
  ...Freshly upgraded to 21.10 using the same OS that I used to open
  most of my previous video glitches ever...

  Using 2x monitor in portrait mode, the preview panel/widget(?) located
  at the bottom right side shows 2 things wrong:

  1. The "Workspace 1" preview is very elongated when compared to not only all 
of it's previous incarnations (from 14.04 to 21.10) but also has an 
inconsistent size when compared to it's neighbouring "Workspace 2". 
Expectation: both 1 and 2 should be sized identically.
  2. When hovering the mouse cursor on "Workspace 2" only it's left portion 
will highlight.
  Expectation: both monitors of "2" should highlight

  See enclosed picture.

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


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


[Desktop-packages] [Bug 1931045] Re: FFMPEG silently falls back to software encoding on AMD GPU

2022-01-05 Thread Norbert
** Tags added: hirsute

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

Title:
  FFMPEG silently falls back to software encoding on AMD GPU

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

Bug description:
  FFMPEG hardware encoding fails on AMD hardware:

  Passing -hwaccel vaapi flag as per command below:

  Command used was:

  ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128
  -hwaccel_output_format vaapi -ss 15 -i input.mp4 -t 25 -c:v h264_vaapi
  -global_quality 15 -c:a copy -map 0 output.mkv

  
  Will silently fail and transcoding will be done on CPU silently when using on 
AMD GPU.

  The only sign that something is wrong is this WARNING:

  [hevc_vaapi @ 0x55f2ca003e80] Driver does not support some wanted
  packed headers (wanted 0xd, found 0x1).

  and for h264:

  Press [q] to stop, [?] for help
  [h264_vaapi @ 0x55762dd4de80] Driver does not support some wanted packed 
headers (wanted 0xd, found 0x1).

  
  During transcode operation CPU usage is high, and GPU usage is zero. FFPROBE 
on OUTPUT.MKV reports that encoder used was software.

  My syste:  Thinkpad T14s (AMD Ryzen7) Ubuntu Mate 21.04 (5.11)

  bash $ sudo inxi -x -G
  Graphics:  Device-1: Advanced Micro Devices [AMD/ATI] Renoir vendor: Lenovo 
driver: amdgpu v: kernel
     bus ID: 07:00.0
     Device-2: Chicony Integrated Camera type: USB driver: uvcvideo bus 
ID: 2-2:2
     Display: server: X.Org 1.20.11 driver: loaded: amdgpu,ati 
unloaded: fbdev,modesetting,vesa
     resolution: 1920x1080~60Hz
     OpenGL: renderer: AMD RENOIR (DRM 3.40.0 5.11.0-18-generic LLVM 
11.0.1) v: 4.6 Mesa 21.0.1
     direct render: Yes

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


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


[Desktop-packages] [Bug 1954724] Re: Removing unattended-upgrades removes ubuntu-server-minimal

2022-01-05 Thread Norbert
** Tags added: impish jammy

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

Title:
  Removing unattended-upgrades removes ubuntu-server-minimal

Status in ubuntu-meta package in Ubuntu:
  Confirmed
Status in ubuntu-meta source package in Impish:
  Confirmed
Status in ubuntu-meta source package in Jammy:
  Confirmed

Bug description:
  On Impish and later, removing unattended-upgrades also removes ubuntu-
  server-minimal due to ubuntu-server-minimal depending on unattended-
  upgrades

  $ sudo apt remove unattended-upgrades
  ...
  The following packages will be REMOVED:
    ubuntu-server-minimal unattended-upgrades
  0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.

  This behaviour has changed since ubuntu-meta 1.471 [1] when the
  ubuntu-server-minimal metapackage was introduced, declaring
  unattended-upgrades as Depends.

  [1] https://launchpadlibrarian.net/550345392/ubuntu-
  meta_1.470_1.471.diff.gz

  On Focal, there was no such behaviour on a fresh ubuntu-server
  install:

  $ sudo apt remove unattended-upgrades
  ...
  The following packages will be REMOVED:
    unattended-upgrades
  0 upgraded, 0 newly installed, 1 to remove and 9 not upgraded.

  Removing unattended-upgrades is quite popular amongst our users, and
  they should be allowed to remove the package without removing the
  ubuntu-server-minimal metapackage.

  Looking at the source package for ubuntu-meta, unattended-upgrades is
  only Depends for ubuntu-server-minimal, maybe we should simply remove
  it, or instead, change to recommends?

  $ grep -Rin "unattended-upgrades" .
  ./server-minimal-armhf:23:unattended-upgrades
  ./server-minimal-riscv64:23:unattended-upgrades
  ./server-minimal-arm64:23:unattended-upgrades
  ./server-minimal-ppc64el:23:unattended-upgrades
  ./server-minimal-s390x:24:unattended-upgrades
  ./server-minimal-amd64:23:unattended-upgrades

  $ sudo apt rdepends unattended-upgrades
  unattended-upgrades
  Reverse Depends:
    Recommends: python3-software-properties
    Recommends: ubuntu-mate-desktop
    Recommends: ubuntu-mate-core
    Depends: freedombox
    Recommends: fbx-all
    Depends: ubuntu-server-minimal

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


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


[Desktop-packages] [Bug 1955827] Re: Firefox without 'TitleBar' alters the look of MATE buttons

2022-01-05 Thread Norbert
** Tags added: focal

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

Title:
  Firefox without 'TitleBar' alters the look of MATE buttons

Status in Ubuntu MATE:
  New
Status in firefox package in Ubuntu:
  New

Bug description:
  I was testing Ubuntu MATE 20.04, and when I was configuring Firefox [95.0.1] 
I noticed that when I customized the toolbar and left it without 'Title Bar' 
the window buttons were cut off.
  I thought it might be a Firefox theme issue but when I changed the theme the 
problem persisted.

  https://subirimagenes.s3.eu-
  central-1.wasabisys.com/subirimagenes/2kYiAJh1dw.png

  https://subirimagenes.s3.eu-
  central-1.wasabisys.com/subirimagenes/uJZed9mBAC.png

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


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


[Desktop-packages] [Bug 1923023] Re: xdg-desktop-portal-gtk crashed with SIGSEGV

2022-01-05 Thread Norbert
** Information type changed from Private to Public

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

Title:
  xdg-desktop-portal-gtk crashed with SIGSEGV

Status in xdg-desktop-portal-gtk package in Ubuntu:
  New

Bug description:
  Crashed on first boot of installed Ubuntu MATE 21.04.

  ProblemType: Crash
  DistroRelease: Ubuntu 21.04
  Package: xdg-desktop-portal-gtk 1.8.0-1
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Apr  8 12:40:45 2021
  ExecutablePath: /usr/libexec/xdg-desktop-portal-gtk
  InstallationDate: Installed on 2021-04-08 (0 days ago)
  InstallationMedia: Ubuntu-MATE 21.04 "Hirsute Hippo" - Beta amd64 (20210407.1)
  ProcCmdline: /usr/libexec/xdg-desktop-portal-gtk
  Signal: 11
  SourcePackage: xdg-desktop-portal-gtk
  StacktraceTop:
   ?? () from /lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: xdg-desktop-portal-gtk crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  XsessionErrors:
   mate-session[1278]: WARNING: Unable to find provider '' of required 
component 'dock'
   (process:1712): ayatana-indicator-sound-WARNING **: 12:40:44.006: 
volume-control-pulse.vala:745: Unable to connect to dbus server at 
'unix:path=/run/user/1000/pulse/dbus-socket': Could not connect: No such file 
or directory
   (caja:1630): Gtk-WARNING **: 12:40:44.118: Failed to register client: 
GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register 
client
  separator:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-gtk/+bug/1923023/+subscriptions


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


[Desktop-packages] [Bug 1863504] Re: caja crashed with SIGSEGV

2022-01-05 Thread Norbert
** Information type changed from Private to Public

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

Title:
  caja crashed with SIGSEGV

Status in caja package in Ubuntu:
  New
Status in pygobject package in Ubuntu:
  New

Bug description:
  Caja crashed and shown the following in the terminal

   Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gi/types.py", line 252, in mro
  def mro(cls):


  Can't write exact steps to reproduce.

  ProblemType: Crash
  DistroRelease: Ubuntu 20.04
  Package: caja 1.24.0-1
  ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18
  Uname: Linux 5.4.0-14-generic x86_64
  ApportVersion: 2.20.11-0ubuntu16
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Feb 16 21:26:33 2020
  ExecutablePath: /usr/bin/caja
  InstallationDate: Installed on 2020-02-16 (0 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Alpha amd64 
(20200216)
  ProcCmdline: caja
  SegvAnalysis:
   Segfault happened at: 0x7f12812f4824:addq   $0x1,(%r14)
   PC (0x7f12812f4824) ok
   source "$0x1" ok
   destination "(%r14)" (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: caja
  StacktraceTop:
   ?? () from 
/usr/lib/python3/dist-packages/gi/_gi.cpython-38-x86_64-linux-gnu.so
   ?? () from 
/usr/lib/python3/dist-packages/gi/_gi.cpython-38-x86_64-linux-gnu.so
   ?? () from 
/usr/lib/python3/dist-packages/gi/_gi.cpython-38-x86_64-linux-gnu.so
   ?? () from 
/usr/lib/python3/dist-packages/gi/_gi.cpython-38-x86_64-linux-gnu.so
   ?? () from 
/usr/lib/python3/dist-packages/gi/_gi.cpython-38-x86_64-linux-gnu.so
  Title: caja crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

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


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


[Desktop-packages] [Bug 1887270] Re: brisk-menu crashed with SIGSEGV in g_slice_free_chain_with_offset()

2022-01-05 Thread Norbert
** Information type changed from Private to Public

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

Title:
  brisk-menu crashed with SIGSEGV in g_slice_free_chain_with_offset()

Status in brisk-menu package in Ubuntu:
  Invalid
Status in glib2.0 package in Ubuntu:
  New

Bug description:
  Happened on MATE groovy live.

  ProblemType: Crash
  DistroRelease: Ubuntu 20.10
  Package: mate-applet-brisk-menu 0.6.0-2
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu42
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.452
  CurrentDesktop: MATE
  Date: Sun Jul 12 08:25:47 2020
  ExecutablePath: /usr/lib/x86_64-linux-gnu/brisk-menu/brisk-menu
  LiveMediaBuild: Ubuntu-MATE 20.10 "Groovy Gorilla" - Alpha amd64 (20200712)
  ProcCmdline: /usr/lib/x86_64-linux-gnu/brisk-menu//brisk-menu
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f07befc5d3e :   
mov(%r15,%rax,1),%r15
   PC (0x7f07befc5d3e) ok
   source "(%r15,%rax,1)" (0x3ff8) not located in a known VMA 
region (needed readable region)!
   destination "%r15" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: brisk-menu
  StacktraceTop:
   g_slice_free_chain_with_offset () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? ()
   g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: brisk-menu crashed with SIGSEGV in g_slice_free_chain_with_offset()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

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


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


[Desktop-packages] [Bug 1755786] Re: gnome-control-center crashed with SIGABRT in g_assertion_message()

2022-01-05 Thread Norbert
** Information type changed from Private to Public

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

Title:
  gnome-control-center crashed with SIGABRT in g_assertion_message()

Status in gnome-control-center package in Ubuntu:
  Fix Released

Bug description:
  got this bug after installation of xubuntu-desktop on 18.04 LTS

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: gnome-control-center 1:3.27.92-1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  Date: Wed Mar 14 14:31:11 2018
  ExecutablePath: /usr/bin/gnome-control-center
  ProcCmdline: gnome-control-center region layouts
  ProcEnviron:
   LANG=en_US.UTF-8
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  Signal: 6
  SourcePackage: gnome-control-center
  StacktraceTop:
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   cc_panel_list_set_active_panel ()
   ?? ()
   g_type_create_instance () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-control-center crashed with SIGABRT in g_assertion_message()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


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


[Desktop-packages] [Bug 1842111] Re: plasma-discover assert failure: free(): double free detected in tcache 2

2022-01-05 Thread Norbert
** Information type changed from Private to Public

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

Title:
  plasma-discover assert failure: free(): double free detected in tcache
  2

Status in appstream package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:
  1. Install Ubuntu MATE 19.10
  2. Install Plasma Discover with `sudo apt install plasma-discover*`
  3. Run Plasma Discover with `plasma-discover`

  Expected result:
  Plasma Discover runs successfully

  Actual result:
  Plasma Discover shows rectangle of its window, then closes and shows the 
following output in the terminal - 

  ```
  $ plasma-discover 
  adding empty sources model QStandardItemModel(0x55cd8d5424c0)
  free(): double free detected in tcache 2
  Aborted (core dumped)

  ```

  ProblemType: Crash
  DistroRelease: Ubuntu 19.10
  Package: plasma-discover 5.16.4-0ubuntu1
  ProcVersionSignature: Ubuntu 5.2.0-13.14-generic 5.2.8
  Uname: Linux 5.2.0-13-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  AssertionMessage: free(): double free detected in tcache 2
  CurrentDesktop: MATE
  Date: Fri Aug 30 19:56:29 2019
  ExecutablePath: /usr/bin/plasma-discover
  InstallationDate: Installed on 2019-08-22 (7 days ago)
  InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Alpha amd64 (20190822)
  ProcCmdline: plasma-discover
  Signal: 6
  SourcePackage: plasma-discover
  StacktraceTop:
   __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7f69112cc952 
"%s\n") at ../sysdeps/posix/libc_fatal.c:181
   malloc_printerr (str=str@entry=0x7f69112ce5e0 "free(): double free detected 
in tcache 2") at malloc.c:5352
   _int_free (av=0x7f69112fec40 , p=0x55cd8d8d1cc0, 
have_lock=) at malloc.c:4209
   ?? () from /lib/x86_64-linux-gnu/libappstream.so.4
   ?? () from /lib/x86_64-linux-gnu/libappstream.so.4
  Title: plasma-discover assert failure: free(): double free detected in tcache 
2
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  separator:

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


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


[Desktop-packages] [Bug 1956388] [NEW] gtk+3.0: FTBFS: dpkg-gensymbols: error: some new symbols appeared in the symbols file: see diff output below

2022-01-04 Thread Norbert
Public bug reported:

apt-get source -b libgtk-3-dev
Reading package lists... Done
Picking 'gtk+3.0' as source package instead of 'libgtk-3-dev'
NOTICE: 'gtk+3.0' packaging is maintained in the 'Git' version control system 
at:
https://salsa.debian.org/gnome-team/gtk3.git -b ubuntu/focal
Please use:
git clone https://salsa.debian.org/gnome-team/gtk3.git -b ubuntu/focal
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 22.9 MB of source archives.
Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main gtk+3.0 
3.24.20-0ubuntu1 (dsc) [3,639 B]
Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main gtk+3.0 
3.24.20-0ubuntu1 (tar) [22.7 MB]
Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main gtk+3.0 
3.24.20-0ubuntu1 (diff) [171 kB]
 
Fetched 22.9 MB in 28s (815 kB/s)   

   
dpkg-source: info: extracting gtk+3.0 in gtk+3.0-3.24.20
dpkg-source: info: unpacking gtk+3.0_3.24.20.orig.tar.xz
dpkg-source: info: unpacking gtk+3.0_3.24.20-0ubuntu1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series

...

dwz: debian/libgtk-3-0/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2404.16: DWARF 
compression not beneficial - old size 8243658 new size 8376050
   dh_strip -O--buildsystem=autoconf
   debian/rules override_dh_makeshlibs
make[1]: Entering directory '/root/gtk+3.0-3.24.20'
sed: couldn't write 35 items to stdout: Broken pipe
dh_makeshlibs -plibgtk-3-0 --add-udeb=libgtk-3-0-udeb 
-Xusr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0 -- -c4
dpkg-gensymbols: error: some new symbols appeared in the symbols file: see diff 
output below
dpkg-gensymbols: warning: debian/libgtk-3-0/DEBIAN/symbols doesn't match 
completely debian/libgtk-3-0.symbols
--- debian/libgtk-3-0.symbols (libgtk-3-0_3.24.20-0ubuntu1_amd64)
+++ dpkg-gensymbolsrezAkY   2022-01-04 20:54:52.551202248 +
@@ -1,5 +1,8 @@
 libgdk-3.so.0 libgtk-3-0 #MINVER#
 * Build-Depends-Package: libgtk-3-dev
+ _gdk_get_resource@Base 3.24.20-0ubuntu1
+ _gdk_register_resource@Base 3.24.20-0ubuntu1
+ _gdk_unregister_resource@Base 3.24.20-0ubuntu1
  gdk__private__@Base 3.16.2
  gdk_add_option_entries_libgtk_only@Base 3.0.0
  gdk_anchor_hints_get_type@Base 3.21.5
@@ -758,6 +761,9 @@
  gdk_x11_xatom_to_atom@Base 3.0.0
  gdk_x11_xatom_to_atom_for_display@Base 3.0.0
 libgtk-3.so.0 libgtk-3-0 #MINVER#
+ _gtk_get_resource@Base 3.24.20-0ubuntu1
+ _gtk_register_resource@Base 3.24.20-0ubuntu1
+ _gtk_unregister_resource@Base 3.24.20-0ubuntu1
  gtk_about_dialog_add_credit_section@Base 3.3.16
  gtk_about_dialog_get_artists@Base 3.0.0
  gtk_about_dialog_get_authors@Base 3.0.0
dh_makeshlibs: error: failing due to earlier errors
make[1]: *** [debian/rules:243: override_dh_makeshlibs] Error 2
make[1]: Leaving directory '/root/gtk+3.0-3.24.20'
make: *** [debian/rules:135: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
W: Download is performed unsandboxed as root as file 
'gtk+3.0_3.24.20-0ubuntu1.dsc' couldn't be accessed by user '_apt'. - 
pkgAcquire::Run (13: Permission denied)
E: Build command 'cd gtk+3.0-3.24.20 && dpkg-buildpackage -b -uc' failed.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libgtk-3-dev (not installed)
ProcVersionSignature: Ubuntu 5.4.0-92.103-generic 5.4.157
Uname: Linux 5.4.0-92-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Wed Jan  5 00:02:06 2022
InstallationDate: Installed on 2020-04-23 (621 days ago)
InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
SourcePackage: gtk+3.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gtk+3.0 (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: amd64 apport-bug focal

** Patch added: 
"build-Don-t-export-GResource-related-symbols-with-newer-G.patch"
   
https://bugs.launchpad.net/bugs/1956388/+attachment/5551202/+files/build-Don-t-export-GResource-related-symbols-with-newer-G.patch

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

** Also affects: gtk+3.0 (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964679
   Importance: Unknown
   Status: Unknown

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

Title:
  gtk+3.0: FTBFS: dpkg-gensymbols: error: some new symbols appeared in
  the symbols file: see diff output below

Status in gtk+3.0 package in Ubuntu:
  New
Status in gtk+3.0 package in Debian:
  Unknown

Bug description:
  apt-get source -b libgtk-3-dev
  Reading package lists... Done
  Picking 

[Desktop-packages] [Bug 1928604] Re: ubuntu-advantage-tools should not be auto-installed on supported Ubuntu releases

2022-01-01 Thread Norbert
** Tags removed: groovy
** Tags added: jammy

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

Title:
  ubuntu-advantage-tools should not be auto-installed on supported
  Ubuntu releases

Status in ubuntu-advantage-tools package in Ubuntu:
  Invalid
Status in ubuntu-meta package in Ubuntu:
  Invalid

Bug description:
  I understand that Canonical thinks about financial profit. It is
  business and it is good.

  But please do not install ubuntu-advantage-tools to supported releases
  like 18.04 LTS, 20.04 LTS and 21.04. It may confuse users. Users do
  not expect ESM existence on supported systems.

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


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


[Desktop-packages] [Bug 1955827] Re: Firefox without 'TitleBar' alters the look of MATE buttons

2021-12-27 Thread Norbert
** Also affects: firefox (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Firefox without 'TitleBar' alters the look of MATE buttons

Status in Ubuntu MATE:
  New
Status in firefox package in Ubuntu:
  New

Bug description:
  I was testing Ubuntu MATE 20.04, and when I was configuring Firefox [95.0.1] 
I noticed that when I customized the toolbar and left it without 'Title Bar' 
the window buttons were cut off.
  I thought it might be a Firefox theme issue but when I changed the theme the 
problem persisted.

  https://subirimagenes.s3.eu-
  central-1.wasabisys.com/subirimagenes/2kYiAJh1dw.png

  https://subirimagenes.s3.eu-
  central-1.wasabisys.com/subirimagenes/uJZed9mBAC.png

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


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


[Desktop-packages] [Bug 1936966] Re: Libreoffice 7.1 uses wrong desktop/panel/window icons for Template wizards

2021-12-25 Thread Norbert
** Summary changed:

- Libreoffice 7.1 from PPA uses wrong desktop/panel/window icons for Template 
wizards
+ Libreoffice 7.1 uses wrong desktop/panel/window icons for Template wizards

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

Title:
  Libreoffice 7.1 uses wrong desktop/panel/window icons for Template
  wizards

Status in LibreOffice:
  New
Status in bamf package in Ubuntu:
  New
Status in libreoffice package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 18.04 LTS installed with Unity and MATE desktops
  2. Add LO PPA, install full LO by

     sudo add-apt-repository ppa:libreoffice/ppa
     sudo apt-get update
     sudo apt-get install libreoffice

  3a. Launch Libreoffice Impress, wait the Select a Template window to appear 
on task bar/window list
  3b. Launch Libreoffice Writer, click on File → Templates → Manage templates, 
wait Templates window to appear on task bar/window list
  3c. Launch Libreoffice Calc, click on File → Templates → Manage templates, 
wait Templates window to appear on task bar/window list
  3d. Launch Libreoffice Draw, click on File → Templates → Manage templates, 
wait Templates window to appear on task bar/window list

  Expected results:
  * all Template windows use correct desktop/panel/window icons on task 
bar/window list

  Actual results:
  * all Template windows use wrong  desktop/panel/window icons on task 
bar/window list

  Details:

   libreoffice1:7.1.4~rc2-0ubuntu0.18.04.1~lo1

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


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


[Desktop-packages] [Bug 1955505] [NEW] Wrong context menu font is displayed when using vte 0.66.2-1

2021-12-21 Thread Norbert
Public bug reported:

Expected behaviour: Font should display as expected.

Actual behaviour: A monospace font is displayed instead.

Steps to reproduce the behaviour:

1. Install Ubuntu MATE 22.04 LTS
2. Launch mate-terminal
3. Do right mouse click to get context menu

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: mate-terminal 1.26.0-0ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
Uname: Linux 5.13.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu74
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Tue Dec 21 23:49:21 2021
InstallationDate: Installed on 2021-12-21 (0 days ago)
InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211221)
SourcePackage: mate-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mate-desktop
 Importance: Unknown
 Status: Unknown

** Affects: mate-terminal (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: vte2.91 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

** Attachment added: "monospaced menu in MATE Terminal"
   
https://bugs.launchpad.net/bugs/1955505/+attachment/5548976/+files/mate-terminal-monospaced-menu.png

** Bug watch added: github.com/mate-desktop/mate-terminal/issues #407
   https://github.com/mate-desktop/mate-terminal/issues/407

** Also affects: mate-desktop via
   https://github.com/mate-desktop/mate-terminal/issues/407
   Importance: Unknown
   Status: Unknown

** Also affects: vte2.91 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Wrong context menu font is displayed when using vte 0.66.2-1

Status in MATE Desktop:
  Unknown
Status in mate-terminal package in Ubuntu:
  New
Status in vte2.91 package in Ubuntu:
  New

Bug description:
  Expected behaviour: Font should display as expected.

  Actual behaviour: A monospace font is displayed instead.

  Steps to reproduce the behaviour:

  1. Install Ubuntu MATE 22.04 LTS
  2. Launch mate-terminal
  3. Do right mouse click to get context menu

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: mate-terminal 1.26.0-0ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu74
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Tue Dec 21 23:49:21 2021
  InstallationDate: Installed on 2021-12-21 (0 days ago)
  InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211221)
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1948723] Re: /usr/lib/python3/dist-packages/Onboard/LayoutLoaderSVG.py:447: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? raise Exceptions.LayoutFile

2021-12-20 Thread Norbert
Please attach patch as file and add "patch" tag.

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

Title:
  /usr/lib/python3/dist-packages/Onboard/LayoutLoaderSVG.py:447:
  SyntaxWarning: 'str' object is not callable; perhaps you missed a
  comma?   raise Exceptions.LayoutFileError("Unrecognized modifier %s
  in" \

Status in Onboard:
  New
Status in onboard package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Install or reinstall Onboard with

  sudo apt-get install --reinstall onboard onboard-common onboard-
  data

  Expected results:
  * no warnings

  Actual results:
  * the following warning is shown -

  ```
  $ sudo apt-get install --reinstall onboard onboard-common onboard-data 
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  0 upgraded, 0 newly installed, 3 reinstalled, 0 to remove and 0 not upgraded.
  Need to get 5 217 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 onboard-common 
all 1.4.1-5build4 [595 kB]
  Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 onboard amd64 
1.4.1-5build4 [380 kB]
  Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 onboard-data all 
1.4.1-5build4 [4 242 kB]
  Fetched 5 217 kB in 2s (2 938 kB/s)   
  (Reading database ... 243599 files and directories currently installed.)
  Preparing to unpack .../onboard-common_1.4.1-5build4_all.deb ...
  Unpacking onboard-common (1.4.1-5build4) over (1.4.1-5build4) ...
  Preparing to unpack .../onboard_1.4.1-5build4_amd64.deb ...
  Unpacking onboard (1.4.1-5build4) over (1.4.1-5build4) ...
  Preparing to unpack .../onboard-data_1.4.1-5build4_all.deb ...
  Unpacking onboard-data (1.4.1-5build4) over (1.4.1-5build4) ...
  Setting up onboard-common (1.4.1-5build4) ...
  Setting up onboard (1.4.1-5build4) ...
  /usr/lib/python3/dist-packages/Onboard/LayoutLoaderSVG.py:447: SyntaxWarning: 
'str' object is not callable; perhaps you missed a comma?
raise Exceptions.LayoutFileError("Unrecognized modifier %s in" \
  Processing triggers for mailcap (3.70ubuntu1) ...
  Processing triggers for bamfdaemon (0.5.5+21.10.20210710-0ubuntu1) ...
  Rebuilding /usr/share/applications/bamf-2.index...
  Processing triggers for desktop-file-utils (0.26-1ubuntu2) ...
  Processing triggers for hicolor-icon-theme (0.17-2) ...
  Processing triggers for gnome-menus (3.36.0-1ubuntu2) ...
  Processing triggers for libglib2.0-0:amd64 (2.68.4-1ubuntu1) ...
  Processing triggers for man-db (2.9.4-2build1) ...
  Setting up onboard-data (1.4.1-5build4) ...

  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: onboard 1.4.1-5build4
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Tue Oct 26 01:08:47 2021
  InstallationDate: Installed on 2021-10-24 (1 days ago)
  InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211024)
  SourcePackage: onboard
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1947420] Re: Buggish interface @ workstation panels previews when using dual portrait

2021-12-19 Thread Norbert
** Tags added: jammy

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

Title:
  Buggish interface @ workstation panels previews when using dual
  portrait

Status in MATE Desktop:
  New
Status in Ubuntu MATE:
  Confirmed
Status in libwnck3 package in Ubuntu:
  Confirmed
Status in mate-panel package in Ubuntu:
  Confirmed

Bug description:
  ...Freshly upgraded to 21.10 using the same OS that I used to open
  most of my previous video glitches ever...

  Using 2x monitor in portrait mode, the preview panel/widget(?) located
  at the bottom right side shows 2 things wrong:

  1. The "Workspace 1" preview is very elongated when compared to not only all 
of it's previous incarnations (from 14.04 to 21.10) but also has an 
inconsistent size when compared to it's neighbouring "Workspace 2". 
Expectation: both 1 and 2 should be sized identically.
  2. When hovering the mouse cursor on "Workspace 2" only it's left portion 
will highlight.
  Expectation: both monitors of "2" should highlight

  See enclosed picture.

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


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


[Desktop-packages] [Bug 1951220] Re: Caja and Nautilus umacceptably slow for more than 50 files

2021-12-18 Thread Norbert
** Summary changed:

- Caja and Nautulus umacceptably slow for more than 50 files
+ Caja and Nautilus umacceptably slow for more than 50 files

** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Caja and Nautilus umacceptably slow for more than 50 files

Status in Ubuntu MATE:
  New
Status in caja package in Ubuntu:
  New
Status in nautilus package in Ubuntu:
  New

Bug description:
  The latest update of Caja seems to have replaced the existing
  algorithms with ones that do not scale. Right clicking takes >3
  minutes to open the menu if there are more than 300 files in the
  current folder. Opening a directory with 12,000 files takes so long
  that I get to catch up on my reading.

  Also Caja frequently crashes (even more often than Chrome).

  This was not a problem in earlier versions of Ubuntu MATE (18.04
  through 20.04.3 without the last 3 updates).

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


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


[Desktop-packages] [Bug 1854383] Re: Extra window decorations are created on windows with client-side decorations.

2021-12-18 Thread Norbert
Happens for me on Ubuntu MATE 18.04 LTS with Chromium from Ubuntu
repositories while using Chromium's own window decorations (with *Use
system title bar and decorations* unchecked).

** Tags added: bionic

** Also affects: marco (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Extra window decorations are created on windows with client-side
  decorations.

Status in Ubuntu MATE:
  Confirmed
Status in gtk+3.0 package in Ubuntu:
  Confirmed
Status in marco package in Ubuntu:
  New

Bug description:
  Steps to reproduce after a minimal/full install of Ubuntu MATE:

  1. Start up a Gtk3 application with a header bar (tested with Gnome
  Software) or a browser (such as Firefox) without using a standard
  window title bar that saves the position and size of the window before
  it was closed.

  2. Maximize the application window, then close it without changing the
  window size

  3. Relaunch the application and resize/unmaximize it

  After this, dummy window decorations will be created around the
  window. This issue has been tested on a Dell XPS 9570 and using Gnome
  Boxes 3.34.

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


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


[Desktop-packages] [Bug 1955135] Re: multiple issues with /etc/X11/Xsession.d/ - "has_option: command not found"

2021-12-17 Thread Norbert
.xsession-errors from Xubuntu

** Attachment added: ".xsession-errors from Xubuntu"
   
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1955135/+attachment/5548385/+files/.xsession-errors

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

Title:
  multiple issues with /etc/X11/Xsession.d/ - "has_option: command not
  found"

Status in dbus package in Ubuntu:
  New
Status in xorg package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Boot 20211217 Ubuntu MATE daily ISO
  2. Open ~/.xsession-errors

  Expected results:
  * no errors and warnings 

  Actual results:
  * there are two errors about xorg:

  /etc/X11/Xsession.d/30x11-common_xresources: line 16: has_option: command not 
found
  /etc/X11/Xsession.d/90x11-common_ssh-agent: line 9: has_option: command not 
found

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: x11-common 1:7.7+23ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu74
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CasperVersion: 1.465
  CompositorRunning: None
  CurrentDesktop: MATE
  Date: Fri Dec 17 14:22:15 2021
  Dependencies: lsb-base 11.1.0ubuntu3
  DistUpgraded: Fresh install
  DistroCodename: jammy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GF108M [GeForce GT 425M] [10de:0df0] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Sony Corporation GF108M [GeForce GT 425M] [104d:907a]
  LiveMediaBuild: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211217)
  MachineType: Sony Corporation VPCF13Z1R
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/20/2010
  dmi.bios.release: 1.90
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0190Y9
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 1.90
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0190Y9:bd10/20/2010:br1.90:efr1.90:svnSonyCorporation:pnVPCF13Z1R:pvrC606GZYK:skuN/A:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.family: VAIO
  dmi.product.name: VPCF13Z1R
  dmi.product.sku: N/A
  dmi.product.version: C606GZYK
  dmi.sys.vendor: Sony Corporation
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.107-8ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.2-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.17-1build1

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


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


[Desktop-packages] [Bug 1955135] Re: multiple issues with /etc/X11/Xsession.d/ - "has_option: command not found"

2021-12-17 Thread Norbert
Also happens on Xubuntu.

** Also affects: dbus (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  multiple issues with /etc/X11/Xsession.d/ - "has_option: command not
  found"

Status in dbus package in Ubuntu:
  New
Status in xorg package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Boot 20211217 Ubuntu MATE daily ISO
  2. Open ~/.xsession-errors

  Expected results:
  * no errors and warnings 

  Actual results:
  * there are two errors about xorg:

  /etc/X11/Xsession.d/30x11-common_xresources: line 16: has_option: command not 
found
  /etc/X11/Xsession.d/90x11-common_ssh-agent: line 9: has_option: command not 
found

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: x11-common 1:7.7+23ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu74
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CasperVersion: 1.465
  CompositorRunning: None
  CurrentDesktop: MATE
  Date: Fri Dec 17 14:22:15 2021
  Dependencies: lsb-base 11.1.0ubuntu3
  DistUpgraded: Fresh install
  DistroCodename: jammy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GF108M [GeForce GT 425M] [10de:0df0] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Sony Corporation GF108M [GeForce GT 425M] [104d:907a]
  LiveMediaBuild: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211217)
  MachineType: Sony Corporation VPCF13Z1R
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/20/2010
  dmi.bios.release: 1.90
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0190Y9
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 1.90
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0190Y9:bd10/20/2010:br1.90:efr1.90:svnSonyCorporation:pnVPCF13Z1R:pvrC606GZYK:skuN/A:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.family: VAIO
  dmi.product.name: VPCF13Z1R
  dmi.product.sku: N/A
  dmi.product.version: C606GZYK
  dmi.sys.vendor: Sony Corporation
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.107-8ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.2-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.17-1build1

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


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


[Desktop-packages] [Bug 1890569] Re: javaldx: Could not find a Java Runtime Environment! Please ensure that a JVM and the package libreoffice-java-common is installed.

2021-12-17 Thread Norbert
** Tags added: jammy

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

Title:
  javaldx: Could not find a Java Runtime Environment! Please ensure that
  a JVM and the package libreoffice-java-common is installed.

Status in LibreOffice:
  New
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Boot Ubuntu 20.10 daily ISO
  2. Launch libreoffice-calc from its desktop file
  3. Monitor the output of error-log by `tail -f ~/.xsession-errors`

  Expected results:
  * error log is empty

  Actual results:
  * error log contains lines:

  ```
  javaldx: Could not find a Java Runtime Environment!
  Please ensure that a JVM and the package libreoffice-java-common
  is installed.
  If it is already installed then try removing 
~/.config/libreoffice/4/user/config/javasettings_Linux_*.xml
  Warning: failed to read path from javaldx
  ```

  Note: also happens for Draw, Impress, Math, StartCenter, Writer,
  xsltfilter.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: libreoffice-calc 1:6.4.4-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu43
  Architecture: amd64
  CasperMD5CheckMismatches: ./casper/filesystem.squashfs
  CasperMD5CheckResult: skip
  CasperVersion: 1.452
  CurrentDesktop: MATE
  Date: Thu Aug  6 10:10:47 2020
  LiveMediaBuild: Ubuntu-MATE 20.10 "Groovy Gorilla" - Alpha amd64 (20200806)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1936966] Re: Libreoffice 7.1 from PPA uses wrong desktop/panel/window icons for Template wizards

2021-12-17 Thread Norbert
** Tags added: jammy

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

Title:
  Libreoffice 7.1 from PPA uses wrong desktop/panel/window icons for
  Template wizards

Status in LibreOffice:
  New
Status in bamf package in Ubuntu:
  New
Status in libreoffice package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 18.04 LTS installed with Unity and MATE desktops
  2. Add LO PPA, install full LO by

     sudo add-apt-repository ppa:libreoffice/ppa
     sudo apt-get update
     sudo apt-get install libreoffice

  3a. Launch Libreoffice Impress, wait the Select a Template window to appear 
on task bar/window list
  3b. Launch Libreoffice Writer, click on File → Templates → Manage templates, 
wait Templates window to appear on task bar/window list
  3c. Launch Libreoffice Calc, click on File → Templates → Manage templates, 
wait Templates window to appear on task bar/window list
  3d. Launch Libreoffice Draw, click on File → Templates → Manage templates, 
wait Templates window to appear on task bar/window list

  Expected results:
  * all Template windows use correct desktop/panel/window icons on task 
bar/window list

  Actual results:
  * all Template windows use wrong  desktop/panel/window icons on task 
bar/window list

  Details:

   libreoffice1:7.1.4~rc2-0ubuntu0.18.04.1~lo1

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


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


[Desktop-packages] [Bug 1955135] [NEW] multiple issues with /etc/X11/Xsession.d/ - "has_option: command not found"

2021-12-17 Thread Norbert
Public bug reported:

Steps to reproduce:
1. Boot 20211217 Ubuntu MATE daily ISO
2. Open ~/.xsession-errors

Expected results:
* no errors and warnings 

Actual results:
* there are two errors about xorg:

/etc/X11/Xsession.d/30x11-common_xresources: line 16: has_option: command not 
found
/etc/X11/Xsession.d/90x11-common_ssh-agent: line 9: has_option: command not 
found

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: x11-common 1:7.7+23ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
Uname: Linux 5.13.0-19-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu74
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CasperVersion: 1.465
CompositorRunning: None
CurrentDesktop: MATE
Date: Fri Dec 17 14:22:15 2021
Dependencies: lsb-base 11.1.0ubuntu3
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation GF108M [GeForce GT 425M] [10de:0df0] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Sony Corporation GF108M [GeForce GT 425M] [104d:907a]
LiveMediaBuild: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20211217)
MachineType: Sony Corporation VPCF13Z1R
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/username.seed 
maybe-ubiquity quiet splash ---
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/20/2010
dmi.bios.release: 1.90
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R0190Y9
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.ec.firmware.release: 1.90
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0190Y9:bd10/20/2010:br1.90:efr1.90:svnSonyCorporation:pnVPCF13Z1R:pvrC606GZYK:skuN/A:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.family: VAIO
dmi.product.name: VPCF13Z1R
dmi.product.sku: N/A
dmi.product.version: C606GZYK
dmi.sys.vendor: Sony Corporation
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.107-8ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.2-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1build1

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


** Tags: amd64 apport-bug jammy reproducible single-occurrence ubuntu

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

Title:
  multiple issues with /etc/X11/Xsession.d/ - "has_option: command not
  found"

Status in xorg package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Boot 20211217 Ubuntu MATE daily ISO
  2. Open ~/.xsession-errors

  Expected results:
  * no errors and warnings 

  Actual results:
  * there are two errors about xorg:

  /etc/X11/Xsession.d/30x11-common_xresources: line 16: has_option: command not 
found
  /etc/X11/Xsession.d/90x11-common_ssh-agent: line 9: has_option: command not 
found

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: x11-common 1:7.7+23ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu74
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CasperVersion: 1.465
  CompositorRunning: None
  CurrentDesktop: MATE
  Date: Fri Dec 17 14:22:15 2021
  Dependencies: lsb-base 11.1.0ubuntu3
  DistUpgraded: Fresh install
  DistroCodename: jammy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GF108M [GeForce GT 425M] [10de:0df0] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Sony Corporation GF108M [GeForce GT 425M] [104d:907a]
  LiveMediaBuild: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211217)
  MachineType: Sony Corporation VPCF13Z1R
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
  SourcePackage: xorg
  

[Desktop-packages] [Bug 1922276] Re: Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only visible part of terminal output

2021-12-06 Thread Norbert
** Tags added: rls-jj-incoming

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

Title:
  Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only
  visible part of terminal output

Status in MATE Desktop:
  New
Status in mate-terminal package in Ubuntu:
  Confirmed
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu MATE 21.04 installed (or use Live session)
  2. Launch MATE Terminal
  3. Enable infinite history (Edit - Profile Preferences - Scrolling, 
Scrollback - Unlimited)
  4. Execute command with long output such as `journalctl | cat`
  5. Select Edit - Select All (or press ++), then Edit - Copy 
(or press ++)
  6. Open Pluma text editor and paste just copied terminal output

  Expected results:
  * whole terminal output is copied - staring by `user@host:~$ journalctl | 
cat` and ending by `user@host:~$`

  Actual results:
  * only last 15 lines were copied (depends on terminal size)

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.461
  Date: Thu Apr  1 17:35:47 2021
  LiveMediaBuild: Ubuntu-MATE 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1922276] Re: Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only visible part of terminal output

2021-12-06 Thread Norbert
Still not fixed. It is unacceptable.

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

Title:
  Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only
  visible part of terminal output

Status in MATE Desktop:
  New
Status in mate-terminal package in Ubuntu:
  Confirmed
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu MATE 21.04 installed (or use Live session)
  2. Launch MATE Terminal
  3. Enable infinite history (Edit - Profile Preferences - Scrolling, 
Scrollback - Unlimited)
  4. Execute command with long output such as `journalctl | cat`
  5. Select Edit - Select All (or press ++), then Edit - Copy 
(or press ++)
  6. Open Pluma text editor and paste just copied terminal output

  Expected results:
  * whole terminal output is copied - staring by `user@host:~$ journalctl | 
cat` and ending by `user@host:~$`

  Actual results:
  * only last 15 lines were copied (depends on terminal size)

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: mate-terminal 1.24.1-1
  ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
  Uname: Linux 5.11.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu61
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.461
  Date: Thu Apr  1 17:35:47 2021
  LiveMediaBuild: Ubuntu-MATE 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
  SourcePackage: mate-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1952477] [NEW] unable to compile gtk+3.0-3.24.30 on 21.10

2021-11-26 Thread Norbert
Public bug reported:

Steps to reproduce:
1. Have Ubuntu 21.10 installed
2. Enable source code repositories
3. Get updates, get source to compile
 

sudo apt-get update
sudo apt-get build-dep 
apt-get source -b gtk+3.0

Expected results:
* compiled successful

Actual results:
* not compiled, shows errors:

PASS: test-settings
make[5]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/testsuite/tools'
make[4]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/testsuite/tools'
make[4]: Entering directory '/home/i/gtk+3.0-3.24.30/debian/build/deb/testsuite'
make  check-local
make[5]: Entering directory '/home/i/gtk+3.0-3.24.30/debian/build/deb/testsuite'
make[5]: Leaving directory '/home/i/gtk+3.0-3.24.30/debian/build/deb/testsuite'
make[4]: Leaving directory '/home/i/gtk+3.0-3.24.30/debian/build/deb/testsuite'
make[3]: *** [Makefile:547: check-recursive] Error 1
make[3]: Target 'check' not remade because of errors.
make[3]: Leaving directory '/home/i/gtk+3.0-3.24.30/debian/build/deb/testsuite'
Making check in examples
make[3]: Entering directory '/home/i/gtk+3.0-3.24.30/debian/build/deb/examples'
Making check in bp
make[4]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/bp'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/bp'
Making check in application1
make[4]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application1'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application1'
Making check in application2
make[4]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application2'
make  check-am
make[5]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application2'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application2'
make[4]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application2'
Making check in application3
make[4]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application3'
make  check-am
make[5]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application3'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application3'
make[4]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application3'
Making check in application4
make[4]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application4'
make  check-am
make[5]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application4'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application4'
make[4]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application4'
Making check in application5
make[4]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application5'
/usr/bin/glib-compile-schemas .
No schema files found: doing nothing.
make  check-am
make[5]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application5'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application5'
make[4]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application5'
Making check in application6
make[4]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application6'
/usr/bin/glib-compile-schemas .
No schema files found: doing nothing.
make  check-am
make[5]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application6'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application6'
make[4]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application6'
Making check in application7
make[4]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application7'
/usr/bin/glib-compile-schemas .
No schema files found: doing nothing.
make  check-am
make[5]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application7'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application7'
make[4]: Leaving directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application7'
Making check in application8
make[4]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application8'
/usr/bin/glib-compile-schemas .
No schema files found: doing nothing.
make  check-am
make[5]: Entering directory 
'/home/i/gtk+3.0-3.24.30/debian/build/deb/examples/application8'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory 

[Desktop-packages] [Bug 1952466] Re: Can't install Virtualbox guest

2021-11-26 Thread Norbert
** Tags added: hirsute impish jammy

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

Title:
  Can't install Virtualbox guest

Status in ubuntu-drivers-common package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 20.04 LTS installed inside virtualbox
  2. Try to install virtualbox additions using ubuntu-drivers as follows

  sudo ubuntu-drivers install
  sudo ubuntu-drivers autoinstall

  Expected results:
  * installed normally

  Actual results:
  * does not install with errors:

  
  ```
  $ sudo ubuntu-drivers install
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   virtualbox-guest-dkms-hwe : Conflicts: virtualbox-guest-dkms
   virtualbox-guest-x11 : Depends: virtualbox-guest-utils (= 
6.1.26-dfsg-3~ubuntu1.20.04.2)
   virtualbox-guest-x11-hwe : Conflicts: virtualbox-guest-x11
  E: Unable to correct problems, you have held broken packages.

  
  $ sudo ubuntu-drivers autoinstall
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   virtualbox-guest-dkms-hwe : Conflicts: virtualbox-guest-dkms
   virtualbox-guest-x11 : Depends: virtualbox-guest-utils (= 
6.1.26-dfsg-3~ubuntu1.20.04.2)
   virtualbox-guest-x11-hwe : Conflicts: virtualbox-guest-x11
  E: Unable to correct problems, you have held broken packages.

  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-drivers-common 1:0.9.0~0.20.04.1
  ProcVersionSignature: Ubuntu 5.4.0-90.101-generic 5.4.148
  Uname: Linux 5.4.0-90-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Fri Nov 26 18:39:44 2021
  InstallationDate: Installed on 2020-04-23 (581 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1952466] [NEW] Can't install Virtualbox guest

2021-11-26 Thread Norbert
Public bug reported:

Steps to reproduce:
1. Have Ubuntu 20.04 LTS installed inside virtualbox
2. Try to install virtualbox additions using ubuntu-drivers as follows

sudo ubuntu-drivers install
sudo ubuntu-drivers autoinstall

Expected results:
* installed normally

Actual results:
* does not install with errors:


```
$ sudo ubuntu-drivers install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 virtualbox-guest-dkms-hwe : Conflicts: virtualbox-guest-dkms
 virtualbox-guest-x11 : Depends: virtualbox-guest-utils (= 
6.1.26-dfsg-3~ubuntu1.20.04.2)
 virtualbox-guest-x11-hwe : Conflicts: virtualbox-guest-x11
E: Unable to correct problems, you have held broken packages.


$ sudo ubuntu-drivers autoinstall
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 virtualbox-guest-dkms-hwe : Conflicts: virtualbox-guest-dkms
 virtualbox-guest-x11 : Depends: virtualbox-guest-utils (= 
6.1.26-dfsg-3~ubuntu1.20.04.2)
 virtualbox-guest-x11-hwe : Conflicts: virtualbox-guest-x11
E: Unable to correct problems, you have held broken packages.

```

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubuntu-drivers-common 1:0.9.0~0.20.04.1
ProcVersionSignature: Ubuntu 5.4.0-90.101-generic 5.4.148
Uname: Linux 5.4.0-90-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Fri Nov 26 18:39:44 2021
InstallationDate: Installed on 2020-04-23 (581 days ago)
InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
SourcePackage: ubuntu-drivers-common
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  Can't install Virtualbox guest

Status in ubuntu-drivers-common package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 20.04 LTS installed inside virtualbox
  2. Try to install virtualbox additions using ubuntu-drivers as follows

  sudo ubuntu-drivers install
  sudo ubuntu-drivers autoinstall

  Expected results:
  * installed normally

  Actual results:
  * does not install with errors:

  
  ```
  $ sudo ubuntu-drivers install
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   virtualbox-guest-dkms-hwe : Conflicts: virtualbox-guest-dkms
   virtualbox-guest-x11 : Depends: virtualbox-guest-utils (= 
6.1.26-dfsg-3~ubuntu1.20.04.2)
   virtualbox-guest-x11-hwe : Conflicts: virtualbox-guest-x11
  E: Unable to correct problems, you have held broken packages.

  
  $ sudo ubuntu-drivers autoinstall
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   virtualbox-guest-dkms-hwe : Conflicts: virtualbox-guest-dkms
   virtualbox-guest-x11 : Depends: virtualbox-guest-utils (= 
6.1.26-dfsg-3~ubuntu1.20.04.2)
   virtualbox-guest-x11-hwe : Conflicts: virtualbox-guest-x11
  E: Unable to correct problems, you have held broken packages.

  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-drivers-common 1:0.9.0~0.20.04.1
  ProcVersionSignature: Ubuntu 5.4.0-90.101-generic 5.4.148
  Uname: Linux 5.4.0-90-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  

[Desktop-packages] [Bug 1950809] Re: Budgie 22.04 installer crashed within virtualbox VM

2021-11-19 Thread Norbert
*** This bug is a duplicate of bug 1951399 ***
https://bugs.launchpad.net/bugs/1951399

** This bug has been marked a duplicate of bug 1951399
   Ubuntu, Budgie, Kubuntu, Kylin, MATE, Xubuntu: jammy daily fails to install

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

Title:
  Budgie 22.04 installer crashed within virtualbox VM

Status in mutter package in Ubuntu:
  New
Status in ubiquity package in Ubuntu:
  New

Bug description:
  Installer crashed within virtualbox VM:

  I've run an installation of Ubuntu Budgie 22.04 nightly (2022)
  within a virtualbox VM (Ubuntu Budgie 21.10 host), left the
  installation unattended for a while and after coming back found the
  installer has crashed. Then the bug report page opened automatically
  (I am writing this from within the live system).

  Not sure if this is relevant to the crash, but I've set up hard drive
  encryption within the storage configuration section.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubiquity 21.10.10
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu73
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.465
  Date: Fri Nov 12 19:38:41 2021
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/ubuntu-budgie.seed maybe-ubiquity quiet splash ---
  LiveMediaBuild: Ubuntu-Budgie 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(2022)
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Desktop-packages] [Bug 1951534] [NEW] Got /usr/lib/python3/dist-packages/Onboard/LayoutLoaderSVG.py:447: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? raise Exceptions.Layo

2021-11-18 Thread Norbert
Public bug reported:

Steps to reproduce:
1. Install Ubuntu 22.04 LTS
2. Try to install or reinstall onboard with

sudo apt-get install --reinstall onboard

Expected results:
* onboard is reinstalled without errors or warnings

Actual results:
* onboard raises an exception during installation

Setting up onboard (1.4.1-5build4) ...
/usr/lib/python3/dist-packages/Onboard/LayoutLoaderSVG.py:447: SyntaxWarning: 
'str' object is not callable; perhaps you missed a comma?
  raise Exceptions.LayoutFileError("Unrecognized modifier %s in" \


Please fix this bug.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: onboard 1.4.1-5build4
ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
Uname: Linux 5.13.0-20-generic x86_64
ApportVersion: 2.20.11-0ubuntu73
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Fri Nov 19 10:01:43 2021
InstallationDate: Installed on 2021-10-14 (35 days ago)
InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Release amd64 (20211012)
SourcePackage: onboard
UpgradeStatus: Upgraded to jammy on 2021-10-26 (23 days ago)

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


** Tags: amd64 apport-bug jammy

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

Title:
  Got /usr/lib/python3/dist-packages/Onboard/LayoutLoaderSVG.py:447:
  SyntaxWarning: 'str' object is not callable; perhaps you missed a
  comma?   raise Exceptions.LayoutFileError("Unrecognized modifier %s
  in" \ during reinstallation

Status in onboard package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Install Ubuntu 22.04 LTS
  2. Try to install or reinstall onboard with

  sudo apt-get install --reinstall onboard

  Expected results:
  * onboard is reinstalled without errors or warnings

  Actual results:
  * onboard raises an exception during installation

  Setting up onboard (1.4.1-5build4) ...
  /usr/lib/python3/dist-packages/Onboard/LayoutLoaderSVG.py:447: SyntaxWarning: 
'str' object is not callable; perhaps you missed a comma?
raise Exceptions.LayoutFileError("Unrecognized modifier %s in" \

  
  Please fix this bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: onboard 1.4.1-5build4
  ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
  Uname: Linux 5.13.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu73
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Fri Nov 19 10:01:43 2021
  InstallationDate: Installed on 2021-10-14 (35 days ago)
  InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Release amd64 (20211012)
  SourcePackage: onboard
  UpgradeStatus: Upgraded to jammy on 2021-10-26 (23 days ago)

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


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


[Desktop-packages] [Bug 1951154] Re: 2FA application can’t work properly because secrets portal isn't responding

2021-11-17 Thread Norbert
** No longer affects: ubuntu-mate

** Changed in: flatpak (Ubuntu)
   Status: New => Invalid

** Changed in: xdg-desktop-portal-gtk (Ubuntu)
   Status: New => Invalid

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

Title:
  2FA application can’t work properly because secrets portal isn't
  responding

Status in flatpak package in Ubuntu:
  Invalid
Status in xdg-desktop-portal-gtk package in Ubuntu:
  Invalid

Bug description:
  Flatpak application installed from flathub has problem with secrets
  portal.

  Please take a look at this issue on github here:

  https://github.com/jhaygood86/mauborgne/issues/22

  I’m not able to import any file using this 2FA application.

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

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


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


[Desktop-packages] [Bug 1951154] Re: 2FA application can’t work properly because secrets portal isn't responding

2021-11-16 Thread Norbert
And then please write complete steps to reproduce.

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

Title:
  2FA application can’t work properly because secrets portal isn't
  responding

Status in Ubuntu MATE:
  New
Status in flatpak package in Ubuntu:
  New
Status in xdg-desktop-portal-gtk package in Ubuntu:
  New

Bug description:
  Flatpak application installed from flathub has problem with secrets
  portal.

  Please take a look at this issue on github here:

  https://github.com/jhaygood86/mauborgne/issues/22

  I’m not able to import any file using this 2FA application.

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

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


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


[Desktop-packages] [Bug 1951154] Re: 2FA application can’t work properly because secrets portal isn't responding

2021-11-16 Thread Norbert
apport-collect 1951154

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

Title:
  2FA application can’t work properly because secrets portal isn't
  responding

Status in Ubuntu MATE:
  New
Status in flatpak package in Ubuntu:
  New
Status in xdg-desktop-portal-gtk package in Ubuntu:
  New

Bug description:
  Flatpak application installed from flathub has problem with secrets
  portal.

  Please take a look at this issue on github here:

  https://github.com/jhaygood86/mauborgne/issues/22

  I’m not able to import any file using this 2FA application.

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

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


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


[Desktop-packages] [Bug 1951164] [NEW] Removal of gir1.2-snapd-1:amd64 libsnapd-glib1:amd64 should not ruin the system

2021-11-16 Thread Norbert
Public bug reported:

Running `sudo apt autopurge gir1.2-snapd-1:amd64 libsnapd-glib1:amd64`
on freshly installed Ubuntu MATE 21.10 system will ruin the system as
follows:

```
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  apturl* apturl-common* ayatana-indicator-sound* bluez-cups* cups* 
cups-browsed* cups-core-drivers* cups-daemon* cups-server-common*
  gir1.2-goa-1.0* gir1.2-snapd-1* hplip* hplip-data* libcanberra-pulse* 
libcupsimage2* libgutenprint-common* libgutenprint9* libhpmud0*
  libimagequant0* libpulsedsp* libsane-hpaio* libsbc1* libsnapd-glib1* 
libspeexdsp1* printer-driver-gutenprint* printer-driver-hpcups*
  printer-driver-postscript-hp* printer-driver-splix* pulseaudio* 
pulseaudio-module-bluetooth* pulseaudio-utils* python3-dateutil* 
python3-debconf*
  python3-olefile* python3-pil* python3-renderpm* python3-reportlab* 
python3-reportlab-accel* python3-software-properties* rtkit*
  software-properties-common* software-properties-gtk* ssl-cert* 
ubuntu-mate-core* ubuntu-mate-desktop* ubuntu-release-upgrader-gtk* 
update-manager*
  update-notifier* update-notifier-common*
0 upgraded, 0 newly installed, 49 to remove and 0 not upgraded.
After this operation, 49,3 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
```

It is not acceptable. Please change adjust dependencies and provide
users a choice. Some of them do not want to use Snaps at all while
staying with Ubuntu. Switching to Debian is not a solution.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: libsnapd-glib1 1.58-0ubuntu2
ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
Uname: Linux 5.13.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Wed Nov 17 00:28:29 2021
InstallationDate: Installed on 2021-10-14 (33 days ago)
InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Release amd64 (20211012)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: snapd-glib
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug impish jammy

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

Title:
  Removal of gir1.2-snapd-1:amd64 libsnapd-glib1:amd64 should not ruin
  the system

Status in snapd-glib package in Ubuntu:
  New

Bug description:
  Running `sudo apt autopurge gir1.2-snapd-1:amd64 libsnapd-glib1:amd64`
  on freshly installed Ubuntu MATE 21.10 system will ruin the system as
  follows:

  ```
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  The following packages will be REMOVED:
apturl* apturl-common* ayatana-indicator-sound* bluez-cups* cups* 
cups-browsed* cups-core-drivers* cups-daemon* cups-server-common*
gir1.2-goa-1.0* gir1.2-snapd-1* hplip* hplip-data* libcanberra-pulse* 
libcupsimage2* libgutenprint-common* libgutenprint9* libhpmud0*
libimagequant0* libpulsedsp* libsane-hpaio* libsbc1* libsnapd-glib1* 
libspeexdsp1* printer-driver-gutenprint* printer-driver-hpcups*
printer-driver-postscript-hp* printer-driver-splix* pulseaudio* 
pulseaudio-module-bluetooth* pulseaudio-utils* python3-dateutil* 
python3-debconf*
python3-olefile* python3-pil* python3-renderpm* python3-reportlab* 
python3-reportlab-accel* python3-software-properties* rtkit*
software-properties-common* software-properties-gtk* ssl-cert* 
ubuntu-mate-core* ubuntu-mate-desktop* ubuntu-release-upgrader-gtk* 
update-manager*
update-notifier* update-notifier-common*
  0 upgraded, 0 newly installed, 49 to remove and 0 not upgraded.
  After this operation, 49,3 MB disk space will be freed.
  Do you want to continue? [Y/n] n
  Abort.
  ```

  It is not acceptable. Please change adjust dependencies and provide
  users a choice. Some of them do not want to use Snaps at all while
  staying with Ubuntu. Switching to Debian is not a solution.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: libsnapd-glib1 1.58-0ubuntu2
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Wed Nov 17 00:28:29 2021
  InstallationDate: Installed on 2021-10-14 (33 days ago)
  InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Release amd64 (20211012)
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: snapd-glib
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : 

  1   2   3   4   5   6   7   8   9   10   >