[Bug 1974237] Re: Telegram Desktop crashes when switching between accounts.

2022-05-22 Thread Nicholas Guriev
*** This bug is a duplicate of bug 1967673 ***
https://bugs.launchpad.net/bugs/1967673

** This bug has been marked a duplicate of bug 1967673
   coredump when attempting to use menu options

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

Title:
  Telegram Desktop crashes when switching between accounts.

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


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

Re: [Bug 1964710] Re: XSS vulnerability in row_create

2022-05-22 Thread Nicholas Guriev
Hello! I have tested the fixes in a virtual machine and here are the
results.

Current version in Impish does not work at all and
1.9.8.2-1ubuntu0.21.10.1 version fixes the problems and is not
vulnerable to the XSS in the newRows parameter. 

Current version for Focal is vulnerable and 1.9.8.2-1ubuntu0.20.04.1
fixes the issue. 

Although, version in Bionic 1.9.7.1-1ubuntu0.1 has the XSS flaw though
the POST parameter 'num', it is hardly exploitable because of CSRF
protection. An attacker needs to know somehow a token before he could
inject malicious code. In fact, I found other problem with the current
version, the file /etc/apache/conf-available/phpliteadmin.conf contains
"Depends: php7.0" magic comment that is blocking it from automatic
activation by the postinst script. It would be great to replace digit
7.0 with 7.2. Since the original issue is mitigated, let me propose one
more one-liner fix. 樂



** Patch added: "phpliteadmin_1.9.7.1-1ubuntu0.2.debdiff"
   
https://bugs.launchpad.net/bugs/1964710/+attachment/5592042/+files/phpliteadmin_1.9.7.1-1ubuntu0.2.debdiff

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

Title:
  XSS vulnerability in row_create

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


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

[Bug 1968537] [NEW] python3.10 clears cli history at exit

2022-04-11 Thread Nicholas Guriev
Public bug reported:

python3.10 overwrites the ~/.python_history file with line
'_HiStOrY_V2_' effectively clearing any command line history.

Steps to reproduce:

1. Run python3.10 interpreter, type there 'copyright()' command (with no 
quotes).
2. Exit by pressing Ctrl-D.
3. Run the interpreter again.
4. Press Up arrow to see previous command.

Expected behaviour:

1. You see early typed 'copyright()' in the command line.

Actual behaviour:

1. Nothing appears, CLI history is clean.

** Affects: python3.10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: impish

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

Title:
  python3.10 clears cli history at exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1968537/+subscriptions


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

[Bug 1967673] Re: coredump when attempting to use menu options

2022-04-04 Thread Nicholas Guriev
** Bug watch added: Debian Bug tracker #1008156
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008156

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

Title:
  coredump when attempting to use menu options

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


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

Re: [Bug 1967673] Re: coredump when attempting to use menu options

2022-04-04 Thread Nicholas Guriev
M Conrad, I tried retracing coredump from the file you attached. And I
can conclude this issue is similar to https://bugs.debian.org/1008156.

You can even test a workaround from there.

   sudo apt-get install libjemalloc2
   LD_PRELOAD=libjemalloc.so.2 telegram-desktop

Please be careful, you've published crash-dump that in theory may
contain secret cookie allowing access to your Telegram session. You'd
better terminate it (or them, if you had logged to several accounts) via
Settings > Three dots in top-right > Log out.

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

Title:
  coredump when attempting to use menu options

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


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

[Bug 1964710] Re: XSS vulnerability in row_create

2022-03-17 Thread Nicholas Guriev
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-46709

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

Title:
  XSS vulnerability in row_create

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


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

[Bug 1964710] Re: XSS vulnerability in row_create

2022-03-13 Thread Nicholas Guriev
** Description changed:

  On 21 August 2021, it was publicly reported a little XSS vulnerability
  in the phpLiteAdmin script packaged in Ubuntu. The following versions of
  the phpliteadmin package are affected.
  
-  * 1.9.8.2-1 echoes GET parameter newRows to HTML with no properly
-escaping nor conversion.
-  * 1.9.7.1-1ubuntu0.1 does similar with POST parameter num.
+  * 1.9.8.2-1 echoes GET parameter newRows to HTML with no properly
+    escaping nor conversion.
+  * 1.9.7.1-1ubuntu0.1 does similar with POST parameter num.
+ 
+ Upstream bug report:
+ https://bitbucket.org/phpliteadmin/public/issues/399/xss-vulnerability

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

Title:
  XSS vulnerability in row_create

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


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

[Bug 1964708] Re: Fatal error: Uncaught Error: Class "MicroTimer" not found in /usr/share/phpliteadmin/phpliteadmin.php:475

2022-03-13 Thread Nicholas Guriev
** Patch added: "phpliteadmin_1.9.8.2-1ubuntu0.21.10.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/phpliteadmin/+bug/1964708/+attachment/5568399/+files/phpliteadmin_1.9.8.2-1ubuntu0.21.10.1.debdiff

** Description changed:

+ [Impact]
  phpLiteAdmin does not function in Ubuntu 21.10 (Impish Indri).
  
+ [Test Plan]
  Prerequisites:
  
  1. Have the package installed along with php-cli.
-$ sudo apt-get install php-cli phpliteadmin
+    $ sudo apt-get install php-cli phpliteadmin
  
  Steps to reproduce:
  
  1. Cd to the package directory and run PHP server as www-data user.
-$ cd /usr/share/phpliteadmin
-$ sudo -u www-data php -S localhost:8080
+    $ cd /usr/share/phpliteadmin
+    $ sudo -u www-data php -S localhost:8080
  2. Open http://localhost:8080/phpliteadmin.php in browser.
  
  Actual behavior:
  
  1. No output into browser.
  2. Fatal errors in terminal.
  
  [Sun Mar 13 12:49:08 2022] 127.0.0.1:55128 Accepted
  [Sun Mar 13 12:49:08 2022] PHP Fatal error:  Uncaught Error: Class 
"MicroTimer" not found in /usr/share/phpliteadmin/phpliteadmin.php:475
  Stack trace:
  #0 {main}
-   thrown in /usr/share/phpliteadmin/phpliteadmin.php on line 475
+   thrown in /usr/share/phpliteadmin/phpliteadmin.php on line 475
  [Sun Mar 13 12:49:08 2022] 127.0.0.1:55128 [500]: GET /phpliteadmin.php - 
Uncaught Error: Class "MicroTimer" not found in 
/usr/share/phpliteadmin/phpliteadmin.php:475
  Stack trace:
  #0 {main}
-   thrown in /usr/share/phpliteadmin/phpliteadmin.php on line 475
+   thrown in /usr/share/phpliteadmin/phpliteadmin.php on line 475
  [Sun Mar 13 12:49:08 2022] 127.0.0.1:55128 Closing
  
  Expected behavior:
  
  1. phpLiteAdmin would work under PHP 8.0.8 which is default in Ubuntu
  21.10.
+ 
+ [Where problems could occur]
+ Leaf package. Only minimal patch set applied from development branch.

** Summary changed:

- Fatal error:  Uncaught Error: Class "MicroTimer" not found in 
/usr/share/phpliteadmin/phpliteadmin.php:475
+ SRU: Fatal error:  Uncaught Error: Class "MicroTimer" not found in 
/usr/share/phpliteadmin/phpliteadmin.php:475

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

Title:
  SRU: Fatal error:  Uncaught Error: Class "MicroTimer" not found in
  /usr/share/phpliteadmin/phpliteadmin.php:475

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


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

[Bug 1964710] Re: XSS vulnerability in row_create

2022-03-13 Thread Nicholas Guriev
** Patch added: "phpliteadmin_1.9.7.1-1ubuntu0.2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/phpliteadmin/+bug/1964710/+attachment/5568398/+files/phpliteadmin_1.9.7.1-1ubuntu0.2.debdiff

** Information type changed from Public to Public Security

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

Title:
  XSS vulnerability in row_create

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


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

[Bug 1964710] Re: XSS vulnerability in row_create

2022-03-13 Thread Nicholas Guriev
** Patch added: "phpliteadmin_1.9.8.2-1ubuntu0.20.04.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/phpliteadmin/+bug/1964710/+attachment/5568397/+files/phpliteadmin_1.9.8.2-1ubuntu0.20.04.1.debdiff

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

Title:
  XSS vulnerability in row_create

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


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

[Bug 1964710] [NEW] XSS vulnerability in row_create

2022-03-13 Thread Nicholas Guriev
Public bug reported:

On 21 August 2021, it was publicly reported a little XSS vulnerability
in the phpLiteAdmin script packaged in Ubuntu. The following versions of
the phpliteadmin package are affected.

 * 1.9.8.2-1 echoes GET parameter newRows to HTML with no properly
   escaping nor conversion.
 * 1.9.7.1-1ubuntu0.1 does similar with POST parameter num.

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


** Tags: bionic focal

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

Title:
  XSS vulnerability in row_create

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


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

[Bug 1964708] [NEW] Fatal error: Uncaught Error: Class "MicroTimer" not found in /usr/share/phpliteadmin/phpliteadmin.php:475

2022-03-13 Thread Nicholas Guriev
Public bug reported:

phpLiteAdmin does not function in Ubuntu 21.10 (Impish Indri).

Prerequisites:

1. Have the package installed along with php-cli.
   $ sudo apt-get install php-cli phpliteadmin

Steps to reproduce:

1. Cd to the package directory and run PHP server as www-data user.
   $ cd /usr/share/phpliteadmin
   $ sudo -u www-data php -S localhost:8080
2. Open http://localhost:8080/phpliteadmin.php in browser.

Actual behavior:

1. No output into browser.
2. Fatal errors in terminal.

[Sun Mar 13 12:49:08 2022] 127.0.0.1:55128 Accepted
[Sun Mar 13 12:49:08 2022] PHP Fatal error:  Uncaught Error: Class "MicroTimer" 
not found in /usr/share/phpliteadmin/phpliteadmin.php:475
Stack trace:
#0 {main}
  thrown in /usr/share/phpliteadmin/phpliteadmin.php on line 475
[Sun Mar 13 12:49:08 2022] 127.0.0.1:55128 [500]: GET /phpliteadmin.php - 
Uncaught Error: Class "MicroTimer" not found in 
/usr/share/phpliteadmin/phpliteadmin.php:475
Stack trace:
#0 {main}
  thrown in /usr/share/phpliteadmin/phpliteadmin.php on line 475
[Sun Mar 13 12:49:08 2022] 127.0.0.1:55128 Closing

Expected behavior:

1. phpLiteAdmin would work under PHP 8.0.8 which is default in Ubuntu
21.10.

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


** Tags: impish

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

Title:
  Fatal error:  Uncaught Error: Class "MicroTimer" not found in
  /usr/share/phpliteadmin/phpliteadmin.php:475

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


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

[Bug 1964706] [NEW] FFe: Sync phpliteadmin 1.9.8.2-2 (universe) from Debian unstable (main)

2022-03-13 Thread Nicholas Guriev
Public bug reported:

Please sync phpliteadmin 1.9.8.2-2 (universe) from Debian unstable
(main)

Explanation of FeatureFreeze exception:

This revision fixes failures under PHP 8 which is now default in Ubuntu.
It also fixes a little XSS vulnerability in the row_create action
handler. Apart from the fixes, there is a .desktop entry with an icon
for quick access from system menu.

I would prefer to do full sync rather than split development branches
picking the fixes out.

Changelog entries since current jammy version 1.9.8.2-1:

phpliteadmin (1.9.8.2-2) unstable; urgency=medium

  * Update link in the debian/control file to moved Salsa repository.
  * Switch to Application type of .desktop entry. (Closes: #960693)
  * New Substr-may-be-empty.patch to fix build with PHP 8. (Closes: #1005441)
  * Fix runtime errors under PHP 8.
 - New patches:
+ Nonexistent-get_magic_quotes_gpc.patch
+ Classes-before-index.patch
+ Deprecated-each-function.patch
+ PDO-errmode-silent.patch
 - Remove number 7 from Apache config.
  * New Negative-parseSize.patch
  * New Fix-newRows-XSS.patch.
  * Add upstream metadata.
  * Include icon.
  * Switch to Debhelper compatibility level 13.
  * Bump Standards Version to 4.6.0, no mandatory changes.

 -- Nicholas Guriev   Sat, 12 Mar 2022 21:02:51 +0300

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

** Description changed:

  Please sync phpliteadmin 1.9.8.2-2 (universe) from Debian unstable
  (main)
  
  Explanation of FeatureFreeze exception:
  
- This revision fixes failures under PHP 8 which is now default in Ubuntu. It
- also fixes a little XSS vulnerability in the row_create action handler. Apart
- from the fixes, there is a .desktop entry with an icon for quick access from
- system menu.
+ This revision fixes failures under PHP 8 which is now default in Ubuntu.
+ It also fixes a little XSS vulnerability in the row_create action
+ handler. Apart from the fixes, there is a .desktop entry with an icon
+ for quick access from system menu.
  
- I would prefer to do full sync rather than split development branches picking
- the fixes out.
+ I would prefer to do full sync rather than split development branches
+ picking the fixes out.
  
  Changelog entries since current jammy version 1.9.8.2-1:
  
  phpliteadmin (1.9.8.2-2) unstable; urgency=medium
  
-   * Update link in the debian/control file to moved Salsa repository.
-   * Switch to Application type of .desktop entry. (Closes: #960693)
-   * New Substr-may-be-empty.patch to fix build with PHP 8. (Closes: #1005441)
-   * Fix runtime errors under PHP 8.
-  - New patches:
- + Nonexistent-get_magic_quotes_gpc.patch
- + Classes-before-index.patch
- + Deprecated-each-function.patch
- + PDO-errmode-silent.patch
-  - Remove number 7 from Apache config.
-   * New Negative-parseSize.patch
-   * New Fix-newRows-XSS.patch.
-   * Add upstream metadata.
-   * Include icon.
-   * Switch to Debhelper compatibility level 13.
-   * Bump Standards Version to 4.6.0, no mandatory changes.
+   * Update link in the debian/control file to moved Salsa repository.
+   * Switch to Application type of .desktop entry. (Closes: #960693)
+   * New Substr-may-be-empty.patch to fix build with PHP 8. (Closes: #1005441)
+   * Fix runtime errors under PHP 8.
+  - New patches:
+ + Nonexistent-get_magic_quotes_gpc.patch
+ + Classes-before-index.patch
+ + Deprecated-each-function.patch
+ + PDO-errmode-silent.patch
+  - Remove number 7 from Apache config.
+   * New Negative-parseSize.patch
+   * New Fix-newRows-XSS.patch.
+   * Add upstream metadata.
+   * Include icon.
+   * Switch to Debhelper compatibility level 13.
+   * Bump Standards Version to 4.6.0, no mandatory changes.
  
-  -- Nicholas Guriev   Sat, 12 Mar 2022 21:02:51 +0300
+  -- Nicholas Guriev   Sat, 12 Mar 2022 21:02:51 +0300

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

Title:
  FFe: Sync phpliteadmin 1.9.8.2-2 (universe) from Debian unstable
  (main)

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


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

[Bug 1943369] Re: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

2022-03-02 Thread Nicholas Guriev
This bug should be considered as security critical. I've just run into
the bug, the crash happened when screensaver was active and my laptop
unlocked by itself. It'd be great to backport the fix to impish.

||/ Name Version Architecture Description
+++--===--=
ii  mate-screensaver 1.26.0-0ubuntu1 amd64MATE screen saver and locker
ii  libmate-menu2:amd64 1.26.0-0ubuntu1 amd64implementation of the 
freedesktop menu specification for MATE (library)


dmesg output:

[  +5,223792] mate-screensave[44854]: segfault at 0 ip 7ff03ff20b07 sp 
7ffce1a529a8 error 6 in libmate-menu.so.2.4.9[7ff03ff1d000+d000]
[  +0,26] Code: da fe ff ff e8 8a d6 ff ff 66 2e 0f 1f 84 00 00 00 00 00 f3 
0f 1e fa 48 89 f8 f0 83 07 01 c3 0f 1f 40 00 f3 0f 1e fa 48 89 f8  83 07 01 
c3 0f 1f 40 00 f3 0f 1e fa f0 83 2f 01 74 06 c3 0f 1f


** Information type changed from Public to Public Security

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

Title:
  mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

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


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

[Bug 1955904] Re: Sync glibmm2.4 2.66.2-1 (main) from Debian unstable (main)

2022-02-13 Thread Nicholas Guriev
** Changed in: glibmm2.4 (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync glibmm2.4 2.66.2-1 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/1955904/+subscriptions


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

[Bug 1942699] Re: SRU: Update Telegram Desktop to 3.1.1

2022-01-21 Thread Nicholas Guriev
** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  SRU: Update Telegram Desktop to 3.1.1

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


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

Re: [Bug 1942699] Re: SRU: Update Telegram Desktop to 3.1.1

2022-01-21 Thread Nicholas Guriev
Hi1 Thank you everyone for participating!

I can confirm that version 3.1.1+ds-1~ubuntu20.04.1 of the
telegram-desktop package in focal-proposed works okay. I successfully
ran the test from the bug description. To verify update of the libtgowt
package with the static library, I did two peer-to-peer calls, incoming
and outcoming, and I also checked group video chats. They all work as
expected. No glitches with UI were noticed, which might appear due to a
lower Qt version.

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

Title:
  SRU: Update Telegram Desktop to 3.1.1

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


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

[Bug 1955044] Re: [SRU] /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected unqualified-id before ‘)’ token

2021-12-28 Thread Nicholas Guriev
** Description changed:

  There are compilation errors when I try to include the  header 
under C++20 and run default compiler, GCC 11.
  This is reproducible in Ubuntu 21.10 (Impish Indri) or Ubuntu devel (Jammy 
Jellyfish) but not in Ubuntu 21.04 (Impish Indri) or Debian unstable. And this 
is effecting building of the telegram-desktop package.
  
  mymedia@barberry:~$ g++ -x c++ -std=gnu++20 -include glibmm.h - <<< 'int 
main(){}' `pkg-config --cflags --libs glibmm-2.4` -o /dev/null
  In file included from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23,
   from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
   from /usr/include/glibmm-2.4/glibmm.h:92,
   from :
  /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected 
unqualified-id before ‘)’ token
    956 |   Variant();
    |^
  /usr/include/glibmm-2.4/glibmm/variant.h:1017:25: error: expected 
unqualified-id before ‘)’ token
   1017 |   Variant< Variant >();
    | ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1070:26: error: expected 
unqualified-id before ‘)’ token
   1070 |   Variant();
    |  ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1240:24: error: expected 
unqualified-id before ‘)’ token
   1240 |   Variant();
    |^
  /usr/include/glibmm-2.4/glibmm/variant.h:1286:30: error: expected 
unqualified-id before ‘)’ token
   1286 |   Variant< std::pair >()
    |  ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1335:29: error: expected 
unqualified-id before ‘)’ token
   1335 |   Variant< std::vector >()
    | ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1404:41: error: expected 
unqualified-id before ‘)’ token
   1404 |   Variant< std::vector >();
    | ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1530:39: error: expected 
unqualified-id before ‘)’ token
   1530 |   Variant< std::vector >();
    |   ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1606:29: error: expected 
unqualified-id before ‘)’ token
   1606 |   Variant< std::map >()
    | ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1679:33: error: expected 
unqualified-id before ‘)’ token
   1679 |   Variant>()
    | ^
  In file included from /usr/include/glibmm-2.4/glibmm/variant.h:1742,
   from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23,
   from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
   from /usr/include/glibmm-2.4/glibmm.h:92,
   from :
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:23:17: error: expected 
unqualified-id before ‘)’ token
     23 |   Variant()
    | ^
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:66:26: error: expected 
unqualified-id before ‘)’ token
     66 |   Variant()
    |  ^
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:109:19: error: expected 
unqualified-id before ‘)’ token
    109 |   Variant()
    |   ^
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:152:20: error: expected 
unqualified-id before ‘)’ token
    152 |   Variant()
    |^
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:195:19: error: expected 
unqualified-id before ‘)’ token
    195 |   Variant()
    |   ^
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:244:20: error: expected 
unqualified-id before ‘)’ token
    244 |   Variant()
    |^
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:287:19: error: expected 
unqualified-id before ‘)’ token
    287 |   Variant()
    |   ^
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:330:20: error: expected 
unqualified-id before ‘)’ token
    330 |   Variant()
    |^
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:373:19: error: expected 
unqualified-id before ‘)’ token
    373 |   Variant()
    |   ^
  In file included from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23,
   from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
   from /usr/include/glibmm-2.4/glibmm.h:92,
   from :
  /usr/include/glibmm-2.4/glibmm/variant.h:1751:1: error: no declaration 
matches ‘Glib::Variant >::Variant()’
   1751 | Variant< Variant >::Variant()
    | ^
  In file included from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23,
   from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
   from /usr/include/glibmm-2.4/glibmm.h:92,
   from :
  /usr/include/glibmm-2.4/glibmm/variant.h:1026:12: note: candidate is: 

[Bug 1955044] Re: /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected unqualified-id before ‘)’ token

2021-12-28 Thread Nicholas Guriev
** Description changed:

- There are compilation errors when I try to include the  header 
under C++20.
+ There are compilation errors when I try to include the  header 
under C++20 and run default compiler, GCC 11.
  This is reproducible in Ubuntu 21.10 (Impish Indri) or Ubuntu devel (Jammy 
Jellyfish) but not in Ubuntu 21.04 (Impish Indri) or Debian unstable. And this 
is effecting building of the telegram-desktop package.
  
- mymedia@barberry:~$ g++ -x c++ -std=gnu++20 -include glibmm.h - <<< 'int 
main(){}' `pkg-config --cflags --libs glibmm-2.4` -o /dev/null 
+ mymedia@barberry:~$ g++ -x c++ -std=gnu++20 -include glibmm.h - <<< 'int 
main(){}' `pkg-config --cflags --libs glibmm-2.4` -o /dev/null
  In file included from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23,
-  from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
-  from /usr/include/glibmm-2.4/glibmm.h:92,
-  from :
+  from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
+  from /usr/include/glibmm-2.4/glibmm.h:92,
+  from :
  /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected 
unqualified-id before ‘)’ token
-   956 |   Variant();
-   |^
+   956 |   Variant();
+   |^
  /usr/include/glibmm-2.4/glibmm/variant.h:1017:25: error: expected 
unqualified-id before ‘)’ token
-  1017 |   Variant< Variant >();
-   | ^
+  1017 |   Variant< Variant >();
+   | ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1070:26: error: expected 
unqualified-id before ‘)’ token
-  1070 |   Variant();
-   |  ^
+  1070 |   Variant();
+   |  ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1240:24: error: expected 
unqualified-id before ‘)’ token
-  1240 |   Variant();
-   |^
+  1240 |   Variant();
+   |^
  /usr/include/glibmm-2.4/glibmm/variant.h:1286:30: error: expected 
unqualified-id before ‘)’ token
-  1286 |   Variant< std::pair >()
-   |  ^
+  1286 |   Variant< std::pair >()
+   |  ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1335:29: error: expected 
unqualified-id before ‘)’ token
-  1335 |   Variant< std::vector >()
-   | ^
+  1335 |   Variant< std::vector >()
+   | ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1404:41: error: expected 
unqualified-id before ‘)’ token
-  1404 |   Variant< std::vector >();
-   | ^
+  1404 |   Variant< std::vector >();
+   | ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1530:39: error: expected 
unqualified-id before ‘)’ token
-  1530 |   Variant< std::vector >();
-   |   ^
+  1530 |   Variant< std::vector >();
+   |   ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1606:29: error: expected 
unqualified-id before ‘)’ token
-  1606 |   Variant< std::map >()
-   | ^
+  1606 |   Variant< std::map >()
+   | ^
  /usr/include/glibmm-2.4/glibmm/variant.h:1679:33: error: expected 
unqualified-id before ‘)’ token
-  1679 |   Variant>()
-   | ^
+  1679 |   Variant>()
+   | ^
  In file included from /usr/include/glibmm-2.4/glibmm/variant.h:1742,
-  from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23,
-  from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
-  from /usr/include/glibmm-2.4/glibmm.h:92,
-  from :
+  from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23,
+  from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
+  from /usr/include/glibmm-2.4/glibmm.h:92,
+  from :
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:23:17: error: expected 
unqualified-id before ‘)’ token
-23 |   Variant()
-   | ^
+    23 |   Variant()
+   | ^
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:66:26: error: expected 
unqualified-id before ‘)’ token
-66 |   Variant()
-   |  ^
+    66 |   Variant()
+   |  ^
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:109:19: error: expected 
unqualified-id before ‘)’ token
-   109 |   Variant()
-   |   ^
+   109 |   Variant()
+   |   ^
  /usr/include/glibmm-2.4/glibmm/variant_basictypes.h:152:20: error: expected 
unqualified-id before ‘)’ token
-   152 |   Variant()
-   |^
+   152 |   Variant()
+   |^
  

[Bug 1955044] Re: /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected unqualified-id before ‘)’ token

2021-12-28 Thread Nicholas Guriev
** Patch added: "glibmm2.4_2.64.2-2ubuntu0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/1955044/+attachment/5550025/+files/glibmm2.4_2.64.2-2ubuntu0.1.debdiff

** Patch removed: "glibmm2.4_2.64.2-2ubuntu0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/1955044/+attachment/5550018/+files/glibmm2.4_2.64.2-2ubuntu0.1.debdiff

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

Title:
  /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected
  unqualified-id before ‘)’ token

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/1955044/+subscriptions


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

[Bug 1955044] Re: /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected unqualified-id before ‘)’ token

2021-12-28 Thread Nicholas Guriev
** Patch added: "glibmm2.4_2.64.2-2ubuntu0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/1955044/+attachment/5550018/+files/glibmm2.4_2.64.2-2ubuntu0.1.debdiff

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

Title:
  /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected
  unqualified-id before ‘)’ token

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/1955044/+subscriptions


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

[Bug 1955904] [NEW] Sync glibmm2.4 2.66.2-1 (main) from Debian unstable (main)

2021-12-28 Thread Nicholas Guriev
Public bug reported:

Please sync glibmm2.4 2.66.2-1 (main) from Debian unstable (main)

The version 2.66.1 has an important fix of #1955044

Upstream discussion of the issue:
https://mail.gnome.org/archives/gtkmm-list/2021-May/msg7.html

Changelog entries since current jammy version 2.64.2-2build1:

glibmm2.4 (2.66.2-1) unstable; urgency=high

  * New upstream release
- Fix jackd segfault (Closes: #994969)

 -- Jeremy Bicha   Sun, 10 Oct 2021 20:58:47 -0400

glibmm2.4 (2.66.1-1) unstable; urgency=medium

  * New upstream release
  * Build with meson
  * Build-Depend on glib-networking
  * debian/rules: Drop unneeded -Wl,--as-needed
  * Bump debhelper-compat to 13

 -- Jeremy Bicha   Sun, 19 Sep 2021 09:22:18 -0400

** Affects: glibmm2.4 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Sync glibmm2.4 2.66.2-1 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/1955904/+subscriptions


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

[Bug 1955044] Re: /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected unqualified-id before ‘)’ token

2021-12-27 Thread Nicholas Guriev
This is already fixed in upstream. Please apply their patch.
https://gitlab.gnome.org/GNOME/glibmm/-/merge_requests/50/diffs

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

Title:
  /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected
  unqualified-id before ‘)’ token

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/1955044/+subscriptions


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

[Bug 1955736] Re: Lintian does not see source packages in non-English directories

2021-12-25 Thread Nicholas Guriev
This bug report is about 2.104.0ubuntu* versions. 2.111.0ubuntu2 from
jammy-proposed works okay.

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

Title:
  Lintian does not see source packages in non-English directories

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


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

[Bug 1955736] [NEW] Lintian does not see source packages in non-English directories

2021-12-25 Thread Nicholas Guriev
Public bug reported:

Lintian in Ubuntu Hirsute Hippo (21.04), Impish Indri (21.10), Jammy
Jellyfish (22.04) fails to process source packages in directories with
non-ASCI symbols.

mymedia@barberry:/tmp/tmp.K4nSmYElkt/test/тест/測試$ apt-get source hello
mymedia@barberry:/tmp/tmp.K4nSmYElkt/test/тест/測試$ lintian 
hello_2.10-2ubuntu3.dsc
Skipping hello_2.10-2ubuntu3.dsc: 
/tmp/tmp.K4nSmYElkt/test/тест/測試/hello_2.10-2ubuntu3.debian.tar.xz does not 
exist, exiting

mymedia@barberry:/tmp/tmp.K4nSmYElkt/test/тест/測試$ LANG=C stat 
/tmp/tmp.K4nSmYElkt/test/тест/測試/hello_2.10-2ubuntu3.debian.tar.xz
  File: /tmp/tmp.K4nSmYElkt/test/тест/測試/hello_2.10-2ubuntu3.debian.tar.xz
  Size: 6760Blocks: 16 IO Block: 4096   regular file
Device: fd00h/64768dInode: 11019168Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/ mymedia)   Gid: ( 1000/ mymedia)
Access: 2021-12-25 14:33:37.569009910 +0300
Modify: 2021-06-18 14:13:45.0 +0300
Change: 2021-12-25 14:33:37.353007104 +0300
 Birth: 2021-12-25 14:33:37.353007104 +0300

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


** Tags: hirsute impish jammy

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

Title:
  Lintian does not see source packages in non-English directories

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


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

[Bug 1955044] [NEW] /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected unqualified-id before ‘)’ token

2021-12-16 Thread Nicholas Guriev
Public bug reported:

There are compilation errors when I try to include the  header under 
C++20.
This is reproducible in Ubuntu 21.10 (Impish Indri) or Ubuntu devel (Jammy 
Jellyfish) but not in Ubuntu 21.04 (Impish Indri) or Debian unstable. And this 
is effecting building of the telegram-desktop package.

mymedia@barberry:~$ g++ -x c++ -std=gnu++20 -include glibmm.h - <<< 'int 
main(){}' `pkg-config --cflags --libs glibmm-2.4` -o /dev/null 
In file included from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23,
 from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
 from /usr/include/glibmm-2.4/glibmm.h:92,
 from :
/usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected unqualified-id 
before ‘)’ token
  956 |   Variant();
  |^
/usr/include/glibmm-2.4/glibmm/variant.h:1017:25: error: expected 
unqualified-id before ‘)’ token
 1017 |   Variant< Variant >();
  | ^
/usr/include/glibmm-2.4/glibmm/variant.h:1070:26: error: expected 
unqualified-id before ‘)’ token
 1070 |   Variant();
  |  ^
/usr/include/glibmm-2.4/glibmm/variant.h:1240:24: error: expected 
unqualified-id before ‘)’ token
 1240 |   Variant();
  |^
/usr/include/glibmm-2.4/glibmm/variant.h:1286:30: error: expected 
unqualified-id before ‘)’ token
 1286 |   Variant< std::pair >()
  |  ^
/usr/include/glibmm-2.4/glibmm/variant.h:1335:29: error: expected 
unqualified-id before ‘)’ token
 1335 |   Variant< std::vector >()
  | ^
/usr/include/glibmm-2.4/glibmm/variant.h:1404:41: error: expected 
unqualified-id before ‘)’ token
 1404 |   Variant< std::vector >();
  | ^
/usr/include/glibmm-2.4/glibmm/variant.h:1530:39: error: expected 
unqualified-id before ‘)’ token
 1530 |   Variant< std::vector >();
  |   ^
/usr/include/glibmm-2.4/glibmm/variant.h:1606:29: error: expected 
unqualified-id before ‘)’ token
 1606 |   Variant< std::map >()
  | ^
/usr/include/glibmm-2.4/glibmm/variant.h:1679:33: error: expected 
unqualified-id before ‘)’ token
 1679 |   Variant>()
  | ^
In file included from /usr/include/glibmm-2.4/glibmm/variant.h:1742,
 from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23,
 from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
 from /usr/include/glibmm-2.4/glibmm.h:92,
 from :
/usr/include/glibmm-2.4/glibmm/variant_basictypes.h:23:17: error: expected 
unqualified-id before ‘)’ token
   23 |   Variant()
  | ^
/usr/include/glibmm-2.4/glibmm/variant_basictypes.h:66:26: error: expected 
unqualified-id before ‘)’ token
   66 |   Variant()
  |  ^
/usr/include/glibmm-2.4/glibmm/variant_basictypes.h:109:19: error: expected 
unqualified-id before ‘)’ token
  109 |   Variant()
  |   ^
/usr/include/glibmm-2.4/glibmm/variant_basictypes.h:152:20: error: expected 
unqualified-id before ‘)’ token
  152 |   Variant()
  |^
/usr/include/glibmm-2.4/glibmm/variant_basictypes.h:195:19: error: expected 
unqualified-id before ‘)’ token
  195 |   Variant()
  |   ^
/usr/include/glibmm-2.4/glibmm/variant_basictypes.h:244:20: error: expected 
unqualified-id before ‘)’ token
  244 |   Variant()
  |^
/usr/include/glibmm-2.4/glibmm/variant_basictypes.h:287:19: error: expected 
unqualified-id before ‘)’ token
  287 |   Variant()
  |   ^
/usr/include/glibmm-2.4/glibmm/variant_basictypes.h:330:20: error: expected 
unqualified-id before ‘)’ token
  330 |   Variant()
  |^
/usr/include/glibmm-2.4/glibmm/variant_basictypes.h:373:19: error: expected 
unqualified-id before ‘)’ token
  373 |   Variant()
  |   ^
In file included from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23,
 from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
 from /usr/include/glibmm-2.4/glibmm.h:92,
 from :
/usr/include/glibmm-2.4/glibmm/variant.h:1751:1: error: no declaration matches 
‘Glib::Variant >::Variant()’
 1751 | Variant< Variant >::Variant()
  | ^
In file included from 
/usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23,
 from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:21,
 from /usr/include/glibmm-2.4/glibmm.h:92,
 from :
/usr/include/glibmm-2.4/glibmm/variant.h:1026:12: note: candidate is: 
‘Glib::Variant >::Variant(GVariant*, bool)’
 1026 |   explicit Variant< Variant >(GVariant* castitem, bool 
take_a_reference = false);
  |^

Re: [Bug 1943369] Re: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

2021-12-10 Thread Nicholas Guriev
On Чт, 2021-12-09 at 20:38 +, John E Bowman wrote:
> Dual monitors ViewSonic  22" monitors dimming for no reason that I can
> determine.  have to reboot to clear problem.
> 

You can call to xrandr(1) to set monitors brightness back to one.
Something like:

   xrandr --output eDP-1 --brightness 1 --output DP-1 --brightness 1

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

Title:
  mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

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


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

[Bug 1823299] Re: Package out of date

2021-12-06 Thread Nicholas Guriev
*** This bug is a duplicate of bug 1942699 ***
https://bugs.launchpad.net/bugs/1942699

** This bug has been marked a duplicate of bug 1942699
   SRU: Update Telegram Desktop to 3.1.1

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

Title:
  Package out of date

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


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

[Bug 1942699] Re: SRU: Update Telegram Desktop to 2.9.2

2021-10-11 Thread Nicholas Guriev
** Description changed:

  [Impact]
  
- The newer version of Telegram Desktop, 2.9.2, has support new features
- that are worth to bring in Ubuntu (video calls, voice chats, several
- pinned messages, multiple accounts, comments in channels, auto-deleting
- messages, simple image editor).
+ The newer version of Telegram Desktop, 3.1.1, which is currently in
+ Ubuntu 21.10 (Impish Indri), provides an important support for 64-bit
+ user identifiers. In the next few weeks will register users with UID
+ more than 2 ³¹ - 1 (maximal 32-bit signed number). These users will be
+ unseen in ancient versions.
+ 
+ This version also brings many new features including video calls, voice
+ chats, streaming platform, several pinned messages, multiple accounts,
+ comments in channels, auto-deleting messages, simple image editor.
+ Unfortunately, it is huge task to extract an isolated patch which is
+ responsible for 32-bit to 64-bit migration. I suggest, on an upstream
+ author's advice, to do full update of the package.
  
  Given the nature of the project, it make sense to do regular updates in
  order to adjust changes of Telegram service and its server protocol.
  
  [Test Plan]
  
- Most testing burden rests with the upstream team. I can do smoke tests
- of the new features.
+ 1. Login as a new user with ID over the bound on a test server.
+* Provided that you are not logged in, start the app, go to Settings,
+  type blindly `testmode`.
+* Use any number matching the next format: +999661, where X means
+  any digit.
+* Provide auth code 1.
+* Choose random account name if needed, then click the "Sign Up"
+  button.
+ 2. Make sure you have gotten a long UID.
+* Look into an mtp_*.txt debug log.
+ 3. Login as an old user in another application instance.
+* Use phone +999661 and the same auth code.
+ 4. The new user writes messages to the old user. The second one receives
+them regardless of ancient version.
+ 5. The old user writes messages to the new user. The second one receives
+none of them until the old user updates their application.
  
  [Regression Potential]
  
  Leaf package. Most potential issues are occasional crashes of the
  application. The new version also offers OpenGL acceleration, but I am
  going to disable it by default to reduce hardware related problems.
  
  [Other Info]
  
  The libtgowt source package need to be backported before. It caries a
  static library for support Telegram calls. Changes in the library do not
  apply immediately and require recompiling of the telegram-desktop
  package to be in effect.

** Summary changed:

- SRU: Update Telegram Desktop to 2.9.2
+ SRU: Update Telegram Desktop to 3.1.1

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

Title:
  SRU: Update Telegram Desktop to 3.1.1

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


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

Re: [Bug 1942699] Re: SRU: Update Telegram Desktop to 2.9.2

2021-10-10 Thread Nicholas Guriev
Alexey Klimenko and I checked it out on a test server and found that:

 * A new 64-bit user is unable to login with Telegram Desktop before
   v3.0.2 (beta version, was not packaged).
 * A 32-bit user with the old app do not see a new user, instead the one
   of them sees @UnsupportedUser64Bot, not real account.
 * An old user is unable to write to a new user, but a new one can. This
   is like simplex communication.
 * An old user can't distinguish different new users. They all write in
   the same dialog.
 * New users do not appear on contact list in the old app.

There may be other issues. But as for "stop working", I overestimated.
Existing installations will continue to work but with degraded
operability. There are two rather big commits which introduce 133 scheme
layer with a fix for 64-bit UIDs.

https://github.com/telegramdesktop/tdesktop/commit/a6c98f4bb44c8a5f55f86ea80f932a5d0a8be1e3
https://github.com/telegramdesktop/tdesktop/commit/e4e5c4a1d23a271dd2b38d6925917b50932191ad

Unfortunately, they do not apply cleanly against versions currently in
Ubuntu, 2.1.7 or 2.6.1. Adapting the patches will be a pretty difficult
task with unreliable result. John Preston, an upstream author, suggested
to do a full update of the package.

I know Ubuntu has backports pocket for so huge updates. But it seems the
backporting process is not started yet.

On Вс, 2021-10-10 at 16:46 +, Robie Basak wrote:
> Users who prefer the other side of the trade-off already
> have that choice via the telegram-desktop snap.

Sorry, I do not use snapd.

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

Title:
  SRU: Update Telegram Desktop to 2.9.2

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


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

[Bug 1942699] Re: SRU: Update Telegram Desktop to 2.9.2

2021-10-10 Thread Nicholas Guriev
Hello!

In the next few weeks, Telegram will migrate from 32-bit user
identifiers to 64-bit ones. Version 3.1 is the minimal that supports
UIDs over 2 ³¹ - 1. Older version may stop working for new registered
users. I think it is worth to have this version in Ubuntu. At least, SRU
policy admits such updates.

But for now, we should sync version 3.1.1-ds-1 from Debian sid. And then
we get a chance to update the LTS release.

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

Title:
  SRU: Update Telegram Desktop to 2.9.2

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


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

[Bug 1945853] Re: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

2021-10-02 Thread Nicholas Guriev
*** This bug is a duplicate of bug 1943369 ***
https://bugs.launchpad.net/bugs/1943369

Norbert, I tested an .iso image with VirtualBox and saw Apport window
when I was going to turn off the virtual machine.

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

Title:
  mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1945853/+subscriptions


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

[Bug 1898291] Re: Disabled items indistinguishable from active

2021-10-02 Thread Nicholas Guriev
This is still the issue of Ubuntu MATE 21.10 (Impish Indri) as I tested
with a daliy live .iso image either with the Ambiant-MATE or the Yaru-
MATE-light themes.

** Changed in: vala-panel-appmenu (Ubuntu)
   Status: Expired => New

** Also affects: appmenu-registrar (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Disabled items indistinguishable from active

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


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

[Bug 1945853] Re: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

2021-10-02 Thread Nicholas Guriev
*** This bug is a duplicate of bug 1943369 ***
https://bugs.launchpad.net/bugs/1943369

** Description changed:

- I found this casually when I was testing the latest Ubuntu MATE 21.04
+ I found this casually when I was testing the latest Ubuntu MATE 21.10
  Beta. I have no idea what may cause the crash.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 21.10
  Package: mate-screensaver 1.26.0-0ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
  Uname: Linux 5.13.0-16-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu69
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.465
  CurrentDesktop: MATE
  Date: Sat Oct  2 07:53:08 2021
  ExecutablePath: /usr/bin/mate-screensaver
  ExecutableTimestamp: 1629565330
  LiveMediaBuild: Ubuntu-MATE 21.10 "Impish Indri" - Beta amd64 (20211002)
  ProcCmdline: mate-screensaver
  ProcCwd: /home/ubuntu-mate
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SegvAnalysis:
-  Segfault happened at: 0x7fc222155b07 : lock 
addl $0x1,(%rdi)
-  PC (0x7fc222155b07) ok
-  source "$0x1" ok
-  destination "(%rdi)" (0x) not located in a known VMA region (needed 
writable region)!
+  Segfault happened at: 0x7fc222155b07 : lock 
addl $0x1,(%rdi)
+  PC (0x7fc222155b07) ok
+  source "$0x1" ok
+  destination "(%rdi)" (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: mate-screensaver
  StacktraceTop:
-  matemenu_tree_item_ref () from /lib/x86_64-linux-gnu/libmate-menu.so.2
-  gs_theme_manager_lookup_theme_info ()
-  ?? ()
-  ?? ()
-  g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  matemenu_tree_item_ref () from /lib/x86_64-linux-gnu/libmate-menu.so.2
+  gs_theme_manager_lookup_theme_info ()
+  ?? ()
+  ?? ()
+  g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()
  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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945853

Title:
  mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

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


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

[Bug 1898295] Re: One-pixel intervals between windows

2021-10-02 Thread Nicholas Guriev
Unfortunately, marco 1.26.0 still has the issue either with the Ambian-
MATE theme or with the Yaru-MATE-light theme. I retested with the latest
.iso live image of Ubuntu MATE 21.10 (Impish Indri) Daily Build.

** Changed in: marco (Ubuntu)
   Status: Expired => New

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

Title:
  One-pixel intervals between windows

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


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

[Bug 1898292] Re: Last item highlighted instead of app name

2021-10-02 Thread Nicholas Guriev
Unfortunately, the issue is still present in Ubuntu MATE 21.10 (Impish
Indri) Daily Build

** Also affects: appmenu-registrar (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Last item highlighted instead of app name

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


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

[Bug 1945853] [NEW] mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

2021-10-02 Thread Nicholas Guriev
*** This bug is a duplicate of bug 1943369 ***
https://bugs.launchpad.net/bugs/1943369

Public bug reported:

I found this casually when I was testing the latest Ubuntu MATE 21.04
Beta. I have no idea what may cause the crash.

ProblemType: Crash
DistroRelease: Ubuntu 21.10
Package: mate-screensaver 1.26.0-0ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
Uname: Linux 5.13.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu69
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.465
CurrentDesktop: MATE
Date: Sat Oct  2 07:53:08 2021
ExecutablePath: /usr/bin/mate-screensaver
ExecutableTimestamp: 1629565330
LiveMediaBuild: Ubuntu-MATE 21.10 "Impish Indri" - Beta amd64 (20211002)
ProcCmdline: mate-screensaver
ProcCwd: /home/ubuntu-mate
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x7fc222155b07 :   lock 
addl $0x1,(%rdi)
 PC (0x7fc222155b07) ok
 source "$0x1" ok
 destination "(%rdi)" (0x) not located in a known VMA region (needed 
writable region)!
SegvReason: writing NULL VMA
Signal: 11
SourcePackage: mate-screensaver
StacktraceTop:
 matemenu_tree_item_ref () from /lib/x86_64-linux-gnu/libmate-menu.so.2
 gs_theme_manager_lookup_theme_info ()
 ?? ()
 ?? ()
 g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
Title: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
separator:

** Affects: mate-screensaver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash impish

** Information type changed from Private to Public

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

Title:
  mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

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


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

[Bug 1945850] Re: brisk-menu crashed with SIGSEGV in g_slice_free_chain_with_offset()

2021-10-02 Thread Nicholas Guriev
*** This bug is a duplicate of bug 1872340 ***
https://bugs.launchpad.net/bugs/1872340

> any further discussion regarding the bug should occur in the other
report.

I can't that bug is private :(

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

Title:
  brisk-menu crashed with SIGSEGV in g_slice_free_chain_with_offset()

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


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

[Bug 1945850] [NEW] brisk-menu crashed with SIGSEGV in g_slice_free_chain_with_offset()

2021-10-02 Thread Nicholas Guriev
*** This bug is a duplicate of bug 1872340 ***
https://bugs.launchpad.net/bugs/1872340

Public bug reported:

Brisk Menu crashed suddenly after I had added Advanced MATE Menu to the
panel. There was perhaps some conflict. The problem is similar to
#1724262 or #1899085 but this still happens on the latest Ubuntu MATE
21.10 Beta.

ProblemType: Crash
DistroRelease: Ubuntu 21.10
Package: mate-applet-brisk-menu 0.6.2-1ubuntu0
ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
Uname: Linux 5.13.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu69
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.465
CurrentDesktop: MATE
Date: Sat Oct  2 06:55:31 2021
ExecutablePath: /usr/lib/x86_64-linux-gnu/brisk-menu/brisk-menu
ExecutableTimestamp: 1630487470
LiveMediaBuild: Ubuntu-MATE 21.10 "Impish Indri" - Beta amd64 (20211002)
ProcCmdline: /usr/lib/x86_64-linux-gnu/brisk-menu/brisk-menu
ProcCwd: /home/ubuntu-mate
ProcEnviron:
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SegvAnalysis:
 Segfault happened at: 0x7f831a029f42 : 
mov(%rbx,%r10,1),%rbx
 PC (0x7f831a029f42) ok
 source "(%rbx,%r10,1)" (0x3fdb) not located in a known VMA region 
(needed readable region)!
 destination "%rbx" 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
 ?? ()
 ?? ()
 ?? () 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
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
XsessionErrors:
 mate-session[4306]: WARNING: Unable to find provider '' of required component 
'dock'
 (process:4668): ayatana-indicator-sound-WARNING **: 06:50:29.360: 
volume-control-pulse.vala:745: Unable to connect to dbus server at 
'unix:path=/run/user/999/pulse/dbus-socket': Could not connect: No such file or 
directory
 (mate-power-manager:4661): PowerManager-WARNING **: 06:50:29.461: Failed to 
get session for pid 4661: The name org.freedesktop.ConsoleKit was not provided 
by any .service files
 (mate-power-manager:4661): PowerManager-WARNING **: 06:50:29.498: could not 
map keysym 1008ffa8 to keycode
 (caja:4615): Gtk-WARNING **: 06:50:29.656: Failed to register client: 
GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register 
client
separator:

** Affects: brisk-menu (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash impish

** Information type changed from Private to Public

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

Title:
  brisk-menu crashed with SIGSEGV in g_slice_free_chain_with_offset()

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


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

[Bug 1861597] Re: mate-menu.py crashed with AttributeError in ungrab(): 'GlobalKeyBinding' object has no attribute 'keycode'

2021-10-02 Thread Nicholas Guriev
The bug is still present as of the latest Ubuntu MATE 21.10 Beta.
Package: mate-menu 20.04.3-1

** Attachment added: "mate-menu.crash"
   
https://bugs.launchpad.net/ubuntu/+source/mate-menu/+bug/1861597/+attachment/5530039/+files/mate-menu.crash

** Changed in: mate-menu (Ubuntu)
   Status: Expired => New

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

Title:
  mate-menu.py crashed with AttributeError in ungrab():
  'GlobalKeyBinding' object has no attribute 'keycode'

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


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

[Bug 1945658] Re: Link to release notes on Ubiquity language plugin page is opened with gedit

2021-10-01 Thread Nicholas Guriev
This happens because of sanitized environment in the ubiquity.desktop
file.

ubuntu@ubuntu:~$ grep ^Exec= /usr/share/applications/ubiquity.desktop
Exec=sudo --preserve-env=DBUS_SESSION_BUS_ADDRESS,XDG_RUNTIME_DIR sh -c 
'ubiquity gtk_ui'

Please add the $XDG_CONFIG_DIRS environment variable into the whitelist
to fix the issue. You can find among autotests a complete list of
environment variables that may affect xdg-utils.

https://git.launchpad.net/ubuntu/+source/xdg-utils/tree/autotests/test-
lib.sh?id=b866789ac7e7ae8d62dbc52256ba758df0db17f7#n203

** Package changed: xdg-utils (Ubuntu) => ubiquity (Ubuntu)

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

Title:
  Link to release notes on Ubiquity language plugin page is opened with
  gedit

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


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

[Bug 1942793] [NEW] webcamoid crashed with SIGSEGV in av_interleaved_write_frame()

2021-09-06 Thread Nicholas Guriev
Public bug reported:

It happened right after stop recording. A resulting video file however
seemed to be saved.

ProblemType: Crash
DistroRelease: Ubuntu 21.04
Package: webcamoid 8.6.1+dfsg-2.1
ProcVersionSignature: Ubuntu 5.11.0-31.33-generic 5.11.22
Uname: Linux 5.11.0-31-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: MATE
Date: Mon Sep  6 19:03:41 2021
ExecutablePath: /usr/bin/webcamoid
InstallationDate: Installed on 2021-02-17 (201 days ago)
InstallationMedia: Ubuntu-MATE 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcCmdline: webcamoid
ProcEnviron:
 SHELL=/bin/bash
 LANGUAGE=ru
 LANG=ru_RU.UTF-8
 XDG_RUNTIME_DIR=
 PATH=(custom, user)
SegvAnalysis:
 Segfault happened at: 0x7fcecd4ecbeb :  cmp
0x2c(%rdi),%ecx
 PC (0x7fcecd4ecbeb) ok
 source "0x2c(%rdi)" (0x002c) not located in a known VMA region (needed 
readable region)!
 destination "%ecx" ok
 Stack memory exhausted (SP below stack segment)
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: webcamoid
StacktraceTop:
 av_interleaved_write_frame () from /lib/x86_64-linux-gnu/libavformat.so.58
 MediaWriterFFmpeg::writePacket(AVPacket*) () from 
/usr/lib/x86_64-linux-gnu/avkys/submodules/MultiSink/libffmpeg.so
 ?? () from /usr/lib/x86_64-linux-gnu/avkys/submodules/MultiSink/libffmpeg.so
 ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
 AbstractStream::packetReady(AVPacket*) () from 
/usr/lib/x86_64-linux-gnu/avkys/submodules/MultiSink/libffmpeg.so
Title: webcamoid crashed with SIGSEGV in av_interleaved_write_frame()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo wireshark
modified.conffile..etc.apport.crashdb.conf: [modified]
mtime.conffile..etc.apport.crashdb.conf: 2021-07-30T16:48:01.178450
separator:

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


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

** Information type changed from Private to Public

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

Title:
  webcamoid crashed with SIGSEGV in av_interleaved_write_frame()

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


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

[Bug 1942699] Re: SRU: Update Telegram Desktop to 2.9.2

2021-09-05 Thread Nicholas Guriev
** Patch added: "telegram-desktop_2.9.2+ds-1ubuntu3~21.04.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1942699/+attachment/5523027/+files/telegram-desktop_2.9.2+ds-1ubuntu3~21.04.debdiff

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

Title:
  SRU: Update Telegram Desktop to 2.9.2

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


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

[Bug 1942699] Re: SRU: Update Telegram Desktop to 2.9.2

2021-09-05 Thread Nicholas Guriev
** Patch added: "libtgowt_0~git20210627.91d836d+dfsg-3ubuntu1~21.04.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1942699/+attachment/5523026/+files/libtgowt_0~git20210627.91d836d+dfsg-3ubuntu1~21.04.debdiff

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

Title:
  SRU: Update Telegram Desktop to 2.9.2

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


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

[Bug 1942699] Re: SRU: Update Telegram Desktop to 2.9.2

2021-09-05 Thread Nicholas Guriev
** Patch added: "libtgowt_0~git20210627.91d836d+dfsg-3ubuntu1~20.04.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1942699/+attachment/5523021/+files/libtgowt_0~git20210627.91d836d+dfsg-3ubuntu1~20.04.debdiff

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

Title:
  SRU: Update Telegram Desktop to 2.9.2

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


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

[Bug 1942699] Re: SRU: Update Telegram Desktop to 2.9.2

2021-09-05 Thread Nicholas Guriev
** Patch added: "telegram-desktop_2.9.2+ds-1ubuntu3~20.04.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1942699/+attachment/5523022/+files/telegram-desktop_2.9.2+ds-1ubuntu3~20.04.debdiff

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

Title:
  SRU: Update Telegram Desktop to 2.9.2

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


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

[Bug 1942699] Re: SRU: Update Telegram Desktop to 2.9.2

2021-09-05 Thread Nicholas Guriev
** Also affects: libtgowt (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libtgowt (Ubuntu)
 Assignee: (unassigned) => Nicholas Guriev (mymedia)

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

Title:
  SRU: Update Telegram Desktop to 2.9.2

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


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

[Bug 1942699] [NEW] SRU: Update Telegram Desktop to 2.9.2

2021-09-05 Thread Nicholas Guriev
Public bug reported:

[Impact]

The newer version of Telegram Desktop, 2.9.2, has support new features
that are worth to bring in Ubuntu (video calls, voice chats, several
pinned messages, multiple accounts, comments in channels, auto-deleting
messages, simple image editor).

Given the nature of the project, it make sense to do regular updates in
order to adjust changes of Telegram service and its server protocol.

[Test Plan]

Most testing burden rests with the upstream team. I can do smoke tests
of the new features.

[Regression Potential]

Leaf package. Most potential issues are occasional crashes of the
application. The new version also offers OpenGL acceleration, but I am
going to disable it by default to reduce hardware related problems.

[Other Info]

The libtgowt source package need to be backported before. It caries a
static library for support Telegram calls. Changes in the library do not
apply immediately and require recompiling of the telegram-desktop
package to be in effect.

** Affects: telegram-desktop (Ubuntu)
 Importance: Undecided
 Assignee: Nicholas Guriev (mymedia)
 Status: New

** Changed in: telegram-desktop (Ubuntu)
 Assignee: (unassigned) => Nicholas Guriev (mymedia)

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

Title:
  SRU: Update Telegram Desktop to 2.9.2

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


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

[Bug 1942177] Re: evolution crashed with SIGABRT in _dbus_warn_check_failed()

2021-08-31 Thread Nicholas Guriev
** Information type changed from Private to Public

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

Title:
  evolution crashed with SIGABRT in _dbus_warn_check_failed()

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


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

[Bug 1939996] Re: kernel BUG at mm/zswap.c:1275

2021-08-16 Thread Nicholas Guriev
** Attachment added: "dmesg_0859.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1939996/+attachment/5518107/+files/dmesg_0859.log

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

Title:
  kernel BUG at mm/zswap.c:1275

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


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

[Bug 1939996] Re: kernel BUG at mm/zswap.c:1275

2021-08-16 Thread Nicholas Guriev
I can reproduce the bug on -22 and -25 kernels. Here are almost full
dmesg logs. You can see SSD errors where swap is placed. This issue may
be related to them somehow. To exclude hardware element of errors, I
will try other more recent laptop or VirtualBox.


Steps:

1. sudo mount -t tmpfs -o mode=775 tmpfs /mnt

2. sudo dd if=/dev/urandom of=/mnt/garbage
Wait till ENOSPC. In my case, the garbage file becomes of 8 GB.

3. ./eatmem 500
This hand-made program only consumes a lot of memory in a loop then sleeps.

So I speculate when the kernel wants to displace tmpfs content to a
swap, it encounters the bug. If I reverse second and third steps, the
bug does not appear.

** Attachment added: "dmesg_0846.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1939996/+attachment/5518106/+files/dmesg_0846.log

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

Title:
  kernel BUG at mm/zswap.c:1275

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


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

[Bug 1939996] Re: kernel BUG at mm/zswap.c:1275

2021-08-16 Thread Nicholas Guriev
** Attachment added: "eatmem.c"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1939996/+attachment/5518108/+files/eatmem.c

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

Title:
  kernel BUG at mm/zswap.c:1275

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


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

[Bug 1939996] [NEW] kernel BUG at mm/zswap.c:1275

2021-08-15 Thread Nicholas Guriev
Public bug reported:

I have just found the following lines in dmesg. I do not know what
caused the bug. But mentioned PIDs are now labeled as zombie. Apps
running by these process have hang.

[37300.978014] [ cut here ]
[37300.978020] kernel BUG at mm/zswap.c:1275!
[37300.978027] invalid opcode:  [#2] SMP PTI
[37300.978032] CPU: 2 PID: 2735 Comm: marco Tainted: P  DOE 
5.11.0-25-generic #27-Ubuntu
[37300.978035] Hardware name: Acer Extensa 2520G/BA50_SL , BIOS V1.15 05/13/2016
[37300.978037] RIP: 0010:zswap_frontswap_load+0x273/0x280
[37300.978044] Code: 9c 3d 01 f3 48 ab 83 aa 68 13 00 00 01 eb 84 48 8d 7b 10 
e8 df 55 97 00 c7 43 10 00 00 00 00 44 8b 6b 30 e9 47 ff ff ff 0f 0b <0f> 0b e8 
e6 ba 96 00 66 0f 1f 44 00 00 0f 1f 44 00 00 55 48 89 e5
[37300.978047] RSP: :ba3a42f2bbc0 EFLAGS: 00010282
[37300.978051] RAX: 0200 RBX: da3a3fd03390 RCX: 0017c000
[37300.978054] RDX: e151ced99400 RSI: 8d52b25299c0 RDI: 0db0
[37300.978056] RBP: ba3a42f2bc48 R08: 0490 R09: e151ceda5f40
[37300.978058] R10:  R11: ba3a4057c000 R12: 8d50c18e42a0
[37300.978060] R13: ffea R14: 8d4f52597628 R15: 8d4f52597620
[37300.978063] FS:  7f2d60ec2a80() GS:8d52b250() 
knlGS:
[37300.978066] CS:  0010 DS:  ES:  CR0: 80050033
[37300.978068] CR2: 7f9b24d275a0 CR3: 00010fbc2005 CR4: 003706e0
[37300.978071] Call Trace:
[37300.978076]  __frontswap_load+0x80/0xd0
[37300.978079]  swap_readpage+0x148/0x270
[37300.978084]  swap_cluster_readahead+0x1c2/0x310
[37300.978089]  swapin_readahead+0x2a/0x30
[37300.978093]  do_swap_page+0x401/0x760
[37300.978098]  handle_pte_fault+0x1ff/0x260
[37300.978102]  __handle_mm_fault+0x599/0x7c0
[37300.978106]  ? timerqueue_add+0x68/0xa0
[37300.978111]  handle_mm_fault+0xd7/0x2b0
[37300.978115]  do_user_addr_fault+0x1a3/0x450
[37300.978120]  exc_page_fault+0x6c/0x150
[37300.978123]  ? asm_exc_page_fault+0x8/0x30
[37300.978128]  asm_exc_page_fault+0x1e/0x30
[37300.978132] RIP: 0033:0x7f2d617dc1b4
[37300.978135] Code: 05 c3 0f 1f 40 00 31 c0 48 83 7e 08 00 0f 95 c0 c3 0f 1f 
44 00 00 f3 0f 1e fa 31 c0 48 39 3e 75 0d 48 8b 46 08 48 85 c0 74 04 <48> 8b 40 
08 c3 0f 1f 80 00 00 00 00 f3 0f 1e fa 48 39 3e 74 07 31
[37300.978138] RSP: 002b:7ffd61f7bd68 EFLAGS: 00010202
[37300.978141] RAX: 55e753ce7f70 RBX:  RCX: 
[37300.978143] RDX:  RSI: 7ffd61f7be30 RDI: 55e753bf0e70
[37300.978145] RBP: 7ffd61f7be00 R08: 55e753f51730 R09: 55e753f51730
[37300.978147] R10: 011c R11: ff21 R12: 
[37300.978149] R13: 55e753c89f90 R14: 55e753c89f70 R15: 
[37300.978152] Modules linked in: uas usb_storage usbhid rfcomm cmac algif_hash 
algif_skcipher af_alg bnep vboxnetadp(OE) vboxnetflt(OE) xfrm_user xfrm_algo 
vboxdrv(OE) l2tp_ppp l2tp_netlink l2tp_core ip6_udp_tunnel udp_tunnel pppox ccm 
joydev hid_multitouch hid_generic uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_v4l2 ath3k videobuf2_common btusb rtsx_usb_ms btrtl btbcm btintel 
memstick bluetooth rtsx_usb_sdmmc videodev ecdh_generic mc ecc rtsx_usb 
snd_hda_codec_hdmi snd_soc_skl snd_soc_sst_ipc snd_soc_sst_dsp snd_hda_ext_core 
snd_soc_acpi_intel_match snd_hda_codec_realtek snd_hda_codec_generic 
ledtrig_audio snd_soc_acpi snd_hda_intel snd_intel_dspcfg soundwire_intel 
soundwire_generic_allocation soundwire_cadence snd_hda_codec snd_hda_core 
snd_hwdep soundwire_bus snd_soc_core intel_rapl_msr snd_compress 
intel_rapl_common ac97_bus x86_pkg_temp_thermal snd_pcm_dmaengine 
intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel binfmt_misc snd_pcm
[37300.978220]  rapl intel_cstate snd_seq_midi snd_seq_midi_event 
intel_xhci_usb_role_switch mei_hdcp ath9k snd_rawmidi acer_wmi 
intel_wmi_thunderbolt at24 wmi_bmof ath9k_common sparse_keymap ath9k_hw ath 
nf_log_ipv4 snd_seq nf_log_common ipt_REJECT mac80211 snd_seq_device 
nf_reject_ipv4 xt_LOG snd_timer nls_iso8859_1 xt_multiport cfg80211 snd 
intel_lpss_pci i2c_i801 intel_lpss nft_limit mei_me xhci_pci idma64 i2c_smbus 
soundcore libarc4 intel_pch_thermal xhci_pci_renesas efi_pstore virt_dma mei 
i2c_hid hid xt_limit xt_addrtype xt_tcpudp wmi xt_conntrack acpi_pad nft_compat 
nft_counter nvidia_uvm(POE) nf_conntrack_netbios_ns nf_conntrack_broadcast 
nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack sch_fq_codel nf_defrag_ipv6 
nf_defrag_ipv4 nf_tables msr nfnetlink parport_pc ppdev lp parport ip_tables 
x_tables autofs4 btrfs blake2b_generic libcrc32c xor raid6_pq dm_mirror 
dm_region_hash dm_log dm_crypt nvidia_drm(POE) nvidia_modeset(POE) i915 
nvidia(POE) i2c_algo_bit drm_kms_helper syscopyarea
[37300.978320]  sysfillrect aesni_intel sysimgblt fb_sys_fops cec r8169 
glue_helper rc_core crypto_simd cryptd realtek ahci input_leds drm 

[Bug 1898292] Re: Last item highlighted instead of app name

2021-07-31 Thread Nicholas Guriev
The bug is still present (in Hirsute Hippo) and annoying :(
There is no progress on how it could be fixed.

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

Title:
  Last item highlighted instead of app name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vala-panel-appmenu/+bug/1898292/+subscriptions


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

[Bug 1938570] Re: ctags-universal crashed with SIGSEGV in __strcmp_avx2()

2021-07-30 Thread Nicholas Guriev
** Information type changed from Private to Public

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

Title:
  ctags-universal crashed with SIGSEGV in __strcmp_avx2()

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


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

[Bug 1929533] Re: [needs-packaging] jpegqs (jpeg-quantsmooth)

2021-06-10 Thread Nicholas Guriev
** Bug watch added: Debian Bug tracker #989697
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989697

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

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

Title:
  [needs-packaging] jpegqs (jpeg-quantsmooth)

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

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

[Bug 1886770] Re: Computer is not locked after suspend

2021-02-26 Thread Nicholas Guriev
** Bug watch added: github.com/mate-desktop/mate-screensaver/issues #228
   https://github.com/mate-desktop/mate-screensaver/issues/228

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

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

Title:
  Computer is not locked after suspend

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

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

Re: [Bug 1909941] Re: xdg-email changes break simple-scan email functionality

2021-01-12 Thread Nicholas Guriev
On Tue, 2021-01-12 at 17:30 +, Dik wrote:
> claws-mail reports "File P\ doesn't exist or permission denied".
> Moreover, when I try to send from simple-scan, the same error occurs +
> opens browser dillo with a URL "mailto:?filename=xx.pdf;

Please also keep in mind that xdg-email behaves differently depending on
the XDG_CURRENT_DESKTOP environment variable. Which DE do you use? You
can find out what command is actually executed using "bash -x" or even
strace. And note, with running browser, there is another upstream issue.

  https://gitlab.freedesktop.org/xdg/xdg-utils/-/merge_requests/13

Or more precisely, it is a merge request.

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

Title:
  xdg-email changes break simple-scan email functionality

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

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

Re: [Bug 1909941] Re: xdg-email changes break simple-scan email functionality

2021-01-12 Thread Nicholas Guriev
It seems another error in claws-mail, not related to the xdg-utils
vulnerability. Please file a separate bug against the claws-mail
package. I ran "xdg-email --attach test.txt evil-t...@mymedia.su" via
strace and had the following in the terminal.

ubuntu@ubuntu:~$ LANG=C.UTF-8 apt-cache policy xdg-utils claws-mail
xdg-utils:
  Installed: 1.1.3-2ubuntu1.20.04.2
  Candidate: 1.1.3-2ubuntu1.20.04.2
  Version table:
 *** 1.1.3-2ubuntu1.20.04.2 500
500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
100 /var/lib/dpkg/status
 1.1.3-2ubuntu1 500
500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
claws-mail:
  Installed: 3.17.5-2
  Candidate: 3.17.5-2
  Version table:
 *** 3.17.5-2 500
500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
100 /var/lib/dpkg/status

ubuntu@ubuntu:~$ echo qwerty >test.txt
ubuntu@ubuntu:~$ strace -s 256 -f -qq -e 'trace=%process' -e 'signal=!all' -P 
`which claws-mail` env LANG=C.UTF-8 xdg-email --attach test.txt 
evil-t...@mymedia.su
execve("/usr/bin/claws-mail", ["claws-mail", 
"mailto:evil-t...@mymedia.su?attach=/home/ubuntu/test.txt;], 0x555673c99df0 /* 
51 vars */) = 0
Gtk-Message: 19:53:06.153: Failed to load module "canberra-gtk-module"
/home/ubuntu/.claws-mail/toolbar_compose.xml: fopen: No such file or directory

(claws-mail:6012): Claws-Mail-WARNING **: 19:53:06.754: can't open signature 
file: '/home/ubuntu/.signature'
ubuntu@ubuntu:~$ 

I had changed default mail application to Claws Mail. It displayed a
strange error message, "File Reply-To: doesn't exist or permission
denied". See my attached screenshot.


** Attachment added: "VirtualBox_KRika_12_01_2021_22_53_13.png"
   
https://bugs.launchpad.net/bugs/1909941/+attachment/5452402/+files/VirtualBox_KRika_12_01_2021_22_53_13.png

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

Title:
  xdg-email changes break simple-scan email functionality

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

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

[Bug 1526566] Re: xdg-open truncates URLs at the first '&'

2021-01-10 Thread Nicholas Guriev
The bug is no longer reproducible using Firefox with latest version of
xdg-utils in clean test environment. If it is still case for you, please
attach an output of the command with "bash -x" prepended (without
quotes).

** Changed in: xdg-utils (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  xdg-open truncates URLs at the first '&'

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

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

[Bug 849413] Re: xdg-open spitting out debug messages on start

2021-01-09 Thread Nicholas Guriev
It seems these tracing messages are outputted by the kde-open5 utility.
I do not think we should hide at xdg-utils level any messages from
underlying tools. However, you may redirect unneeded output on your own.

 $ xdg-open readme.pdf >/dev/null

** Changed in: xdg-utils (Ubuntu)
   Status: New => Opinion

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

Title:
  xdg-open spitting out debug messages on start

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

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

[Bug 1256478] Re: Missing dependency "file"

2021-01-09 Thread Nicholas Guriev
I tried to reproduce the bug in current KUbuntu 20.10 with xdg-utils of
version 1.1.3-2ubuntu1 or future Ubuntu 21.04 with xdg-utils of version
1.1.3-2ubuntu2 and uninstalled the "file" package. In both cases, xdg-
mime correctly outputted type of an image. Example:

 $ xdg-mime query filetype 
/usr/share/backgrounds/ubuntu-default-greyscale-wallpaper.png 
 image/png

What DE do you use? Please attach an output of a command to xdg-mime
with "bash -x" prepended (without quotes).

** Changed in: xdg-utils (Ubuntu)
   Status: New => Incomplete

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

Title:
  Missing dependency "file"

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

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

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

2021-01-09 Thread Nicholas Guriev
In latest KUbuntu live image, that envioronment variable is set out-of-
box, and so xdg-utils correctly recognize KDE5, in particular, xdg-open
uses kde-open5. I think therefore the bug may be considered fixed.

** Changed in: xdg-utils (Ubuntu)
   Status: Confirmed => Fix Released

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

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

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

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

[Bug 1889477] Re: xdg-open on Kubuntu 20.04 reports 'Could not connect to localhost: Connection refused' if localhost service not already up

2021-01-09 Thread Nicholas Guriev
xdg-utils use KDE native tools to open URLs. In your case, kde-open5 is
invoked which hangs on networking request and than fails. More clear
example:

 $ kde-open5 http://192.0.2.42:8080/

** Package changed: xdg-utils (Ubuntu) => kde-cli-tools (Ubuntu)

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

Title:
  xdg-open on Kubuntu 20.04 reports 'Could not connect to localhost:
  Connection refused' if localhost service not already up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-cli-tools/+bug/1889477/+subscriptions

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

[Bug 220774] Re: xdg-open should allow user to force "desktop environment" detection

2021-01-08 Thread Nicholas Guriev
Such a variable to simulate any DE has been already invented. It is
named XDG_CURRENT_DESKTOP. To get a glimpse how to use it, see test
cases. xdg-utils first try to use DE specific tools and, in case of
error, fallback to internal implementations for generic mode.

https://git.launchpad.net/ubuntu/+source/xdg-utils/tree/autotests/test-
lib.sh?id=9df7480816442225cc59373d62a475247318b0d8#n55

** Changed in: xdg-utils (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  xdg-open should allow user to force "desktop environment" detection

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

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

[Bug 1909941] Re: xdg-email changes break simple-scan email functionality

2021-01-08 Thread Nicholas Guriev
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1540399

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

Title:
  xdg-email changes break simple-scan email functionality

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

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

[Bug 1909941] Re: xdg-email changes break simple-scan email functionality

2021-01-08 Thread Nicholas Guriev
There is an old similar bug, #1540399, yet it is unclear how it relates
with the current one.

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

Title:
  xdg-email changes break simple-scan email functionality

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

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

[Bug 769890] Re: xdg-open should open apt:// with apturl by default, not the default browser

2021-01-08 Thread Nicholas Guriev
In the described case, xdg-open in generic mode relies on the
/usr/share/applications/apturl.desktop file that is provided by the
apturl-common package, and the utility correctly calls to apturl. At
present, we may consider the bug fixed.


$ apt-cache policy xdg-utils apturl-common
xdg-utils:
  Installed: 1.1.3-2ubuntu2
  Candidate: 1.1.3-2ubuntu2
  Version table:
 *** 1.1.3-2ubuntu2 500
500 http://archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
100 /var/lib/dpkg/status
apturl-common:
  Installed: 0.5.2ubuntu20
  Candidate: 0.5.2ubuntu20
  Version table:
 *** 0.5.2ubuntu20 500
500 http://archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
100 /var/lib/dpkg/status


** Changed in: xdg-utils (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  xdg-open should open apt:// with apturl by default, not the default
  browser

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

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

[Bug 1890041] Re: Apport does not work without Chrome

2021-01-08 Thread Nicholas Guriev
I can't reproduce the described issue in xdg-utils in clean test
environment obtained from Live KUbuntu 20.10. Please remove any unused
garbage from the ~/.local/share/applications/ directory, especially
chromium-browser-2.desktop and Chromium.desktop. None of programs from
the official Ubuntu repository should create such .desktop files.

** Changed in: xdg-utils (Ubuntu)
   Status: New => Incomplete

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

Title:
  Apport does not work without Chrome

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

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

[Bug 425423] Re: xdg-open does not interact with /etc/alternatives

2021-01-07 Thread Nicholas Guriev
Management of alternatives requires root privileges and, as you
mentioned, affects every user of computer. Because of this, I think such
a feature will not be implemented in xdg-utils. These programs are
intended primarily for interacting with DE, not core system mechanisms.

** Changed in: xdg-utils (Ubuntu)
   Status: New => Opinion

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

Title:
  xdg-open does not interact with /etc/alternatives

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

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

[Bug 783914] Re: xdg-open ignores $BROWSER

2021-01-07 Thread Nicholas Guriev
** Changed in: xdg-utils (Ubuntu)
   Status: New => Confirmed

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

Title:
  xdg-open ignores $BROWSER

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

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

[Bug 1908656] [NEW] Evolution renders email attachments for a long time

2020-12-17 Thread Nicholas Guriev
Public bug reported:

1. Import an attached mbox file containing an email from debian-devel list 
which consists of ten nested messages.
2. Open that digest email.
3. It will take 35 seconds before UI becomes interactive again. An area with 
the email is blocked for all the time.
4. I'd expect the whole email to render in less then a second.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: evolution 3.38.2-1
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu55
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.456
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec 18 06:09:14 2020
LiveMediaBuild: Ubuntu 21.04 "Hirsute Hippo" - Alpha amd64 (20201216)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hirsute

** Attachment added: "debian-devel-digest_Digest_V2020__526.mbox"
   
https://bugs.launchpad.net/bugs/1908656/+attachment/5444804/+files/debian-devel-digest_Digest_V2020__526.mbox

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

Title:
  Evolution renders email attachments for a long time

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

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

[Bug 1903389] [NEW] Can't restore missing files due to "Unknown option --restore-missing"

2020-11-07 Thread Nicholas Guriev
Public bug reported:

Menu item "File > Restore Missing Files..." does not work anymore.
Instead, Caja prints "Unknown option --restore-missing" on terminal (if
launched from terminal).

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: deja-dup-caja 0.0.8-0ubuntu3
ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14
Uname: Linux 5.8.0-26-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Sat Nov  7 16:28:14 2020
PackageArchitecture: all
SourcePackage: deja-dup-caja
UpgradeStatus: Upgraded to groovy on 2020-10-31 (7 days ago)
modified.conffile..etc.apport.crashdb.conf: [modified]
mtime.conffile..etc.apport.crashdb.conf: 2020-02-02T10:00:39.767005

** Affects: deja-dup-caja (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

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

Title:
  Can't restore missing files due to "Unknown option --restore-missing"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup-caja/+bug/1903389/+subscriptions

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

[Bug 1902443] [NEW] Undefined subroutine ::Source::Package::syserror called

2020-11-01 Thread Nicholas Guriev
Public bug reported:

Lintian 2.89.0 from Ubuntu 20.10 (Groovy Gorrila) can't check my package
anymore =(

mymedia@barberry:~/код/дебиан/гит/ms-gsl$ lintian --verbose --debug 
~/.pbuilder/result/ms-gsl_3.1.0-3~rc1_amd64.changes
Wide character in print at /usr/share/lintian/bin/../lib/Lintian/Output.pm line 
352.
N: Lintian v2.89.0
N: Lintian root directory: /usr/share/lintian
N: Configuration file: /home/mymedia/.config/lintian/lintianrc
N: UTF-8: ✓ (☃)
N: 
N: Using profile debian/main.
N: Starting on group ms-gsl/3.1.0-3~rc1
N: Unpacking packages in group ms-gsl/3.1.0-3~rc1
N: Using dpkg-source to unpack
Non-zero status 2 from dpkg-source:
'/tmp/lintian-pool-YWL5itvyAi/pool/m/ms-gsl/ms-gsl_3.1.0-3~rc1_source/ms-gsl_3.1.0.orig.tar.gz'
 and 
'/tmp/lintian-pool-YWL5itvyAi/pool/m/ms-gsl/ms-gsl_3.1.0-3~rc1_source/ms-gsl_3.1.0.orig.tar.gz'
 are identical (not copied) at /usr/share/perl5/Dpkg/Source/Package.pm line 546.
Undefined subroutine ::Source::Package::syserror called at 
/usr/share/perl5/Dpkg/Source/Package.pm line 546.
 at /usr/bin/lintian line 560.
main::__ANON__("Non-zero status 2 from 
dpkg-source:\x{a}'/tmp/lintian-pool-YWL5it"...) called at 
/usr/share/perl5/Future.pm line 899
Future::result(IO::Async::Future=HASH(0x564335adc100)) called at 
/usr/share/perl5/Future.pm line 926
Future::get(IO::Async::Future=HASH(0x564335adc100)) called at 
/usr/share/lintian/bin/../lib/Lintian/Index/Patched.pm line 152

Lintian::Index::Patched::unpack(Lintian::Index::Patched=HASH(0x5643378c8b90), 
"/tmp/lintian-pool-YWL5itvyAi/pool/m/ms-gsl/ms-gsl_3.1.0-3~rc1"...) called at 
/usr/share/lintian/bin/../lib/Lintian/Index/Patched.pm line 93

Lintian::Index::Patched::collect(Lintian::Index::Patched=HASH(0x5643378c8b90), 
"/tmp/lintian-pool-YWL5itvyAi/pool/m/ms-gsl/ms-gsl_3.1.0-3~rc1"...) called at 
/usr/share/lintian/bin/../lib/Lintian/Processable/Source.pm line 136

Lintian::Processable::Source::unpack(Lintian::Processable::Source=HASH(0x56433794d438))
 called at /usr/share/lintian/bin/../lib/Lintian/Group.pm line 323
Lintian::Group::unpack(Lintian::Group=HASH(0x564337968078), 
Lintian::Output::Standard=HASH(0x56433633ca38)) called at 
/usr/share/lintian/bin/../lib/Lintian/Pool.pm line 169
Lintian::Pool::process(Lintian::Pool=HASH(0x564336430a60), 
Lintian::Profile=HASH(0x564337ccddb8), SCALAR(0x564337d3c978), 
HASH(0x564337cbfbb8), GLOB(0x56433541bcc0), 
Lintian::Output::Standard=HASH(0x56433633ca38)) called at /usr/bin/lintian line 
742
mymedia@barberry:~/код/дебиан/гит/ms-gsl$ 


It also doesn't see the source package.

mymedia@barberry:~/код/дебиан/гит/ms-gsl$ lintian 
../ms-gsl_3.1.0-3~rc1_amd64.changes
Skipping ../ms-gsl_3.1.0-3~rc1_amd64.changes: 
/home/mymedia/код/дебиан/гит/ms-gsl_3.1.0-3~rc1.dsc does not exist, exiting
mymedia@barberry:~/код/дебиан/гит/ms-gsl$ LC_TIME=en_US.UTF-8 ls -l 
/home/mymedia/код/дебиан/гит/ms-gsl_3.1.0-3~rc1.dsc
-rw-r--r-- 1 mymedia mymedia 1334 Nov  1 20:23 
/home/mymedia/код/дебиан/гит/ms-gsl_3.1.0-3~rc1.dsc
mymedia@barberry:~/код/дебиан/гит/ms-gsl$

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: lintian 2.89.0
ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14
Uname: Linux 5.8.0-26-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Sun Nov  1 20:29:13 2020
PackageArchitecture: all
SourcePackage: lintian
UpgradeStatus: Upgraded to groovy on 2020-10-31 (1 days ago)
modified.conffile..etc.apport.crashdb.conf: [modified]
mtime.conffile..etc.apport.crashdb.conf: 2020-02-02T10:00:39.767005

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


** Tags: amd64 apport-bug groovy

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

Title:
  Undefined subroutine ::Source::Package::syserror called

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

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

[Bug 1897754] Re: flameshot: The icon does not appear in the GNOME bar

2020-10-11 Thread Nicholas Guriev
Marco Trevisan, as to your request, I am attaching logs that are
appearing in system journal while flameshort start. Debug level was been
raised as otherwise the journal was empty.

** Attachment added: "journalctl-b0-usr-bin-gnome-shell-ef.txt"
   
https://bugs.launchpad.net/ubuntu/+source/flameshot/+bug/1897754/+attachment/5420868/+files/journalctl-b0-usr-bin-gnome-shell-ef.txt

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

Title:
  flameshot: The icon does not appear in the GNOME bar

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

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

[Bug 1897754] Re: flameshot: The icon does not appear in the GNOME bar

2020-10-11 Thread Nicholas Guriev
I run into the issue when autostart feature of flameshot is activate. I
daresay there is some sort of race condition while system startup, and
the actual issue is in the gnome-shell-extension-appindicator package.
There is something in diff between 33-1 and 34-1 versions that is
breaking the app icon.

One possible workaround is to add a short delay before flameshort start
into the ~/.config/autostart/Flameshot.desktop file and make Exec
directive the following:

  Exec=sh -c 'sleep 1 && exec flameshot'

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

Title:
  flameshot: The icon does not appear in the GNOME bar

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

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

[Bug 1897754] Re: flameshot: The icon does not appear in the GNOME bar

2020-10-11 Thread Nicholas Guriev
** Summary changed:

- The icon does not appear in the GNOME bar
+ flameshot: The icon does not appear in the GNOME bar

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

Title:
  flameshot: The icon does not appear in the GNOME bar

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

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

[Bug 1821286] Re: flameshot crashed with SIGSEGV in ()

2020-10-11 Thread Nicholas Guriev
Could you please retest the package of version 0.6.0+git20191001-2 from
current release, Ubuntu 20.04? It is unclear for me how to reproduce the
issue. I have checked the application in fresh Ubuntu environment, and
it worked fine with no crashes.

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

Title:
  flameshot crashed with SIGSEGV in ()

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

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

[Bug 1898479] Re: Shotwell: Russian translation is invalid

2020-10-06 Thread Nicholas Guriev
** Changed in: ubuntu-translations
   Status: Triaged => Fix Committed

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

Title:
  Shotwell: Russian translation is invalid

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

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

[Bug 1898479] Re: Shotwell: Russian translation is invalid

2020-10-06 Thread Nicholas Guriev
Bogdan, thank you for the suggestions. I have approved your strings and
tested an updated .mo file in Ubuntu 20.04 (Focal Fossa). Shotwell app
looks better now.

Although, a minor issue with declension of months remains, it does not
block the current fix. Moreover, it at present has no easy solution. So
I am going to report the issue as a separate bug.

** Attachment added: "appearance with the fix applied"
   
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1898479/+attachment/5418468/+files/VirtualBox_KRika_06_10_2020_21_20_48.png

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

Title:
  Shotwell: Russian translation is invalid

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

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

[Bug 1898295] [NEW] One-pixel intervals between windows

2020-10-02 Thread Nicholas Guriev
Public bug reported:

Please do not leave a gap in 1 pixel between display edge and window
boundary. It appears in case of a series of the same windows due to
their left border. I believe too slim window frames should be ignored in
default theme Ambiant-MATE.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: marco 1.24.1-1
ProcVersionSignature: Ubuntu 5.8.0-20.21-generic 5.8.10
Uname: Linux 5.8.0-20-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu48
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.452
CurrentDesktop: MATE
Date: Fri Oct  2 20:31:02 2020
LiveMediaBuild: Ubuntu-MATE 20.10 "Groovy Gorilla" - Beta amd64 (20200930)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 SHELL=/bin/bash
SourcePackage: marco
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy

** Attachment added: "VirtualBox_KRika_02_10_2020_23_40_55.png"
   
https://bugs.launchpad.net/bugs/1898295/+attachment/5416786/+files/VirtualBox_KRika_02_10_2020_23_40_55.png

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

Title:
  One-pixel intervals between windows

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

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

[Bug 1898292] [NEW] Last item highlighted instead of app name

2020-10-02 Thread Nicholas Guriev
Public bug reported:

I do not know exact path to reproduce, but the next seems to be true.

1. Open any window which provides global menu. For example, MATE Terminal.
2. Open any other window. Let's say, System Settings (Control Center).
3. Close the latter window.
4. Not immediately, in a second "Help" item will be highlighted in bold.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: mate-applet-appmenu 0.7.3.2+dfsg1-1
ProcVersionSignature: Ubuntu 5.8.0-20.21-generic 5.8.10
Uname: Linux 5.8.0-20-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu48
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.452
CurrentDesktop: MATE
Date: Fri Oct  2 20:02:58 2020
LiveMediaBuild: Ubuntu-MATE 20.10 "Groovy Gorilla" - Beta amd64 (20200930)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 SHELL=/bin/bash
SourcePackage: vala-panel-appmenu
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: vala-panel-appmenu (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

** Attachment added: "VirtualBox_KRika_02_10_2020_23_03_37.png"
   
https://bugs.launchpad.net/bugs/1898292/+attachment/5416777/+files/VirtualBox_KRika_02_10_2020_23_03_37.png

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

Title:
  Last item highlighted instead of app name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vala-panel-appmenu/+bug/1898292/+subscriptions

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

[Bug 1898291] [NEW] Disabled items indistinguishable from active

2020-10-02 Thread Nicholas Guriev
Public bug reported:

Regular items in submenu that a user can click, and disabled ones look
the same with default theme, Ambiant-MATE.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: mate-applet-appmenu 0.7.3.2+dfsg1-1
ProcVersionSignature: Ubuntu 5.8.0-20.21-generic 5.8.10
Uname: Linux 5.8.0-20-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu48
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.452
CurrentDesktop: MATE
Date: Fri Oct  2 20:02:58 2020
LiveMediaBuild: Ubuntu-MATE 20.10 "Groovy Gorilla" - Beta amd64 (20200930)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 SHELL=/bin/bash
SourcePackage: vala-panel-appmenu
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: vala-panel-appmenu (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

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

Title:
  Disabled items indistinguishable from active

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vala-panel-appmenu/+bug/1898291/+subscriptions

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

[Bug 1898288] [NEW] Excessive screenshot area

2020-10-02 Thread Nicholas Guriev
Public bug reported:

mate-screenshot takes a region beyond window boundaries when a user
chooses "Grab the current window" and "Include the window border"
checkbox is set. This leads to privacy issues because a background not
related to current window is visible at the edges of the picture.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: mate-utils 1.24.0-1
ProcVersionSignature: Ubuntu 5.8.0-20.21-generic 5.8.10
Uname: Linux 5.8.0-20-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu48
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.452
CurrentDesktop: MATE
Date: Fri Oct  2 19:32:54 2020
LiveMediaBuild: Ubuntu-MATE 20.10 "Groovy Gorilla" - Beta amd64 (20200930)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 SHELL=/bin/bash
SourcePackage: mate-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mate-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

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

Title:
  Excessive screenshot area

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

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

[Bug 1888046] [NEW] Please merge coreutils 8.32-2 (main) from Debian unstable (main)

2020-07-18 Thread Nicholas Guriev
Public bug reported:

New coreutils features are missing in Ubuntu. Especially, "ls
--time=birth" available since 8.32, and time of file creation in stat(1)
on btrfs or ext4 fixed since 8.31. Please consider to incorporate these
features at least into Ubuntu 20.10 (Groovy Gorilla).

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

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

Title:
  Please merge coreutils 8.32-2 (main) from Debian unstable (main)

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

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

[Bug 1887005] [NEW] Untranslatable "Ratio:" in compact view

2020-07-09 Thread Nicholas Guriev
Public bug reported:

It is impossible now to translate "Ratio:" string in compact torrent
list. Please apply the patch to fix the issue.

https://git.launchpad.net/ubuntu/+source/transmission/tree/gtk/torrent-
cell-renderer.c?id=3a7bff14283a3962b181bd1a9dc870cc356eaffe#n219

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

** Patch added: "translate-ratio.patch"
   
https://bugs.launchpad.net/bugs/1887005/+attachment/5391110/+files/translate-ratio.patch

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

Title:
  Untranslatable "Ratio:" in compact view

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

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

[Bug 1886770] [NEW] Computer is not locked after suspend

2020-07-08 Thread Nicholas Guriev
*** This bug is a security vulnerability ***

Public security bug reported:

Prerequisites:

1. Set up a password.

Steps to reproduce:

1. Click the gear wheel icon.
2. In the indicator menu, click "Suspend" item.

Expected behavior:

1. Computer goes to sleep mode.
2. After wake up, it is required to type the password to log in.

Actual behavior:

1. Computer goes to sleep mode.
2. After wake up, screen is not locked, it is possible to use session without 
the password.

Notes:

1. If a user suspend the system via shut down dialog box, the password is 
prompted.
2. The same vulnerability is present for hibernation mode if it is enabled.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: indicator-session 17.3.20+19.10.20190921-0ubuntu1
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-0ubuntu27
Architecture: amd64
CasperMD5CheckMismatches: 
./pool/restricted/n/nvidia-graphics-drivers-390/nvidia-kernel-source-390_390.132-0ubuntu2_amd64.deb
CasperMD5CheckResult: skip
CasperVersion: 1.445
CurrentDesktop: MATE
Date: Wed Jul  8 05:46:24 2020
LiveMediaBuild: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 SHELL=/bin/bash
 LANG=C.UTF-8
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
 PATH=(custom, no user)
SourcePackage: indicator-session
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: indicator-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

** Information type changed from Private Security to Public Security

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

Title:
  Computer is not locked after suspend

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

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

[Bug 1884350] [NEW] Visual glitches in window control buttons

2020-06-20 Thread Nicholas Guriev
Public bug reported:

Background of the right window control button has non-rounded left
corners which do not smoothly shimmer with other prelights. See attached
zoomed image. I think there should not be an explicit transition.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubuntu-mate-themes 20.04.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-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CasperVersion: 1.445
CurrentDesktop: MATE
Date: Sat Jun 20 07:41:41 2020
LiveMediaBuild: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-mate-artwork
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "buttons.png"
   
https://bugs.launchpad.net/bugs/1884350/+attachment/5385507/+files/buttons.png

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

Title:
  Visual glitches in window control buttons

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

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

[Bug 1884313] [NEW] timer does not stop after winning

2020-06-19 Thread Nicholas Guriev
Public bug reported:

This does not always happen but quite often. I can not identify exact
cause why it happens. It is worth noting, if the apps asks my name in a
top-list dialog, the timer is paused. But it continues to count when the
dialog is closed.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-mines 1:3.36.0-1
ProcVersionSignature: Ubuntu 5.4.0-37.41-generic 5.4.41
Uname: Linux 5.4.0-37-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Fri Jun 19 22:18:40 2020
ExecutablePath: /usr/games/gnome-mines
ProcEnviron:
 LANGUAGE=ru_RU
 PATH=(custom, user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-mines
UpgradeStatus: Upgraded to focal on 2020-05-20 (30 days ago)
modified.conffile..etc.apport.crashdb.conf: [modified]
mtime.conffile..etc.apport.crashdb.conf: 2020-02-02T10:00:39.767005

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


** Tags: amd64 apport-bug focal

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

Title:
  timer does not stop after winning

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

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

[Bug 1880307] Re: Unsupported messages: MediaDice with emoticon field

2020-06-12 Thread Nicholas Guriev
I confirm that now MediaDice with emoji is displayed. I have tested
2.1.7+ds-2~ubuntu20.04.1 version in a virtual machine in Ubuntu 20.04
with GNOME and in KUbuntu 20.04 (both loaded from Live .iso image). I
have also tested that upgrading from 2.0.1+ds-1build1 version is
possible seamlessly.

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

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

Title:
  Unsupported messages: MediaDice with emoticon field

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

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

[Bug 1880307] Re: Unsupported messages: MediaDice with emoticon field

2020-05-30 Thread Nicholas Guriev
Diff against latest version in groovy.

** Patch added: 
"telegram-desktop_2.0.1+ds-1build1_2.1.7+ds-1~ubuntu20.04.1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1880307/+attachment/5378717/+files/telegram-desktop_2.0.1+ds-1build1_2.1.7+ds-1~ubuntu20.04.1.diff

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

Title:
  Unsupported messages: MediaDice with emoticon field

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

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

[Bug 1880307] Re: Unsupported messages: MediaDice with emoticon field

2020-05-30 Thread Nicholas Guriev
** Patch added: "telegram-desktop_2.1.7+ds-1_2.1.7+ds-1~ubuntu20.04.1.diff"
   
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1880307/+attachment/5378718/+files/telegram-desktop_2.1.7+ds-1_2.1.7+ds-1~ubuntu20.04.1.diff

** Patch removed: 
"telegram-desktop_2.0.1+ds-1build1_2.1.5+ds-1~ubuntu20.04.1.diff.xz"
   
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1880307/+attachment/5375915/+files/telegram-desktop_2.0.1+ds-1build1_2.1.5+ds-1~ubuntu20.04.1.diff.xz

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

Title:
  Unsupported messages: MediaDice with emoticon field

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

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

[Bug 1880376] [NEW] Not updated Green Wall and Gray Wall

2020-05-24 Thread Nicholas Guriev
Public bug reported:

The package in focal provides new wallpapers Green-Wall-Logo.png and
Grey-Wall-Logo.png with an updated background. However, Green-Wall.png,
Green-Wall-Logo-Text.png, Grey-Wall.png, and Grey-Wall-Logo-Text.png
have background from previous Ubuntu release. Please update these
images.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubuntu-mate-wallpapers-common 20.04.2
ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
Uname: Linux 5.4.0-31-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Sun May 24 11:35:32 2020
Dependencies:
 
PackageArchitecture: all
SourcePackage: ubuntu-mate-artwork
UpgradeStatus: Upgraded to focal on 2020-05-20 (4 days ago)
modified.conffile..etc.apport.crashdb.conf: [modified]
mtime.conffile..etc.apport.crashdb.conf: 2020-02-02T10:00:39.767005

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


** Tags: amd64 apport-bug focal

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

Title:
  Not updated Green Wall and Gray Wall

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

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

[Bug 1880307] Re: Unsupported messages: MediaDice with emoticon field

2020-05-23 Thread Nicholas Guriev
** Description changed:

+ [Impact]
+ 
  Telegram Desktop 2.0.1 in Ubuntu 20.04 (Focal Fossa) does not support
  messages of new type, MediaDice with emoticon field set.
  
+ [Test Case]
+ 
  Steps to reproduce:
  
-  1. With latest Telegram Desktop (for example 2.1.5 available in Groovy 
Gorilla or from mobile client), type :dart: in any chat.
-  2. Send that emoji .
-  3. With Telegram Desktop of version 2.0.1, receive the MediaDice with dart 
as incoming message from yourself or from other person.
+  1. With latest Telegram Desktop (for example 2.1.5 available in Groovy 
Gorilla or from mobile client), type :dart: in any chat.
+  2. Send that emoji .
+  3. With Telegram Desktop of version 2.0.1, receive the MediaDice with dart 
as incoming message from yourself or from other person.
  
  Expected behavior:
  
-  1. You will see an animation with a dart and a dartboard.
-  2. You will get a random number from 1 to 6.
+  1. You will see an animation with a dart and a dartboard.
+  2. You will get a random number from 1 to 6.
  
  Actual behavior:
  
-  1. You see "This message is not supported by your version of Telegram.
+  1. You see "This message is not supported by your version of Telegram.
  Please update to the lates version".
+ 
+ [Regression Potential]
+ 
+ Only one package is required to be updated. Any probable regressions
+ will affect only one application. There is no other packages that depend
+ on telegram-desktop.
+ 
+ [Other Info]
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: telegram-desktop 2.0.1+ds-1build1
  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-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CasperVersion: 1.445
  CurrentDesktop: MATE
  Date: Sat May 23 12:28:00 2020
  LiveMediaBuild: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=ru_RU.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=ru_RU.UTF-8
+  SHELL=/bin/bash
  SourcePackage: telegram-desktop
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Unsupported messages: MediaDice with emoticon field

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

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

Re: [Bug 1880307] Re: Unsupported messages: MediaDice with emoticon field

2020-05-23 Thread Nicholas Guriev
Graham Inggs, I believe in our case SRU is reasonably. Ubuntu Wiki says that it 
is possible for "Updates that need to be applied to Ubuntu packages to adjust 
to changes in the environment, server
protocols, web services, and similar". And at some point current version in 
focal is not fully working.

https://wiki.ubuntu.com/StableReleaseUpdates

What else we can do to solve the issue? Who may do backport?

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

Title:
  Unsupported messages: MediaDice with emoticon field

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

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

[Bug 1880307] Re: Unsupported messages: MediaDice with emoticon field

2020-05-23 Thread Nicholas Guriev
It has been built.

** Attachment added: "telegram-desktop_2.1.5+ds-1~ubuntu20.04.1.log"
   
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1880307/+attachment/5375917/+files/telegram-desktop_2.1.5+ds-1~ubuntu20.04.1.log

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

Title:
  Unsupported messages: MediaDice with emoticon field

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

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

[Bug 1880307] Re: Unsupported messages: MediaDice with emoticon field

2020-05-23 Thread Nicholas Guriev
For convenience, here is a difference against 2.1.5+ds-1 from groovy-
proposed.

** Attachment added: 
"telegram-desktop_2.1.5+ds-1_2.1.5+ds-1~ubuntu20.04.1.diff.xz"
   
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1880307/+attachment/5375916/+files/telegram-desktop_2.1.5+ds-1_2.1.5+ds-1~ubuntu20.04.1.diff.xz

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

Title:
  Unsupported messages: MediaDice with emoticon field

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

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

[Bug 1880307] Re: Unsupported messages: MediaDice with emoticon field

2020-05-23 Thread Nicholas Guriev
I suggest to backport the telegram-desktop package of version 2.1.5+ds-1
as soon as it goes to devel release. Although, it is possible to pick
necessary commits up to provide an isolated patch for the feature. But
at this case, probability of errors increases, and such modifications
will be less tested.

** Attachment added: 
"telegram-desktop_2.0.1+ds-1build1_2.1.5+ds-1~ubuntu20.04.1.diff.xz"
   
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1880307/+attachment/5375915/+files/telegram-desktop_2.0.1+ds-1build1_2.1.5+ds-1~ubuntu20.04.1.diff.xz

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

Title:
  Unsupported messages: MediaDice with emoticon field

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

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

[Bug 1880307] Re: Unsupported messages: MediaDice with emoticon field

2020-05-23 Thread Nicholas Guriev
** Attachment added: "VirtualBox_KRika_23_05_2020_14_01_11.png"
   
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1880307/+attachment/5375914/+files/VirtualBox_KRika_23_05_2020_14_01_11.png

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

Title:
  Unsupported messages: MediaDice with emoticon field

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

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

[Bug 1880307] [NEW] Unsupported messages: MediaDice with emoticon field

2020-05-23 Thread Nicholas Guriev
Public bug reported:

Telegram Desktop 2.0.1 in Ubuntu 20.04 (Focal Fossa) does not support
messages of new type, MediaDice with emoticon field set.

Steps to reproduce:

 1. With latest Telegram Desktop (for example 2.1.5 available in Groovy Gorilla 
or from mobile client), type :dart: in any chat.
 2. Send that emoji .
 3. With Telegram Desktop of version 2.0.1, receive the MediaDice with dart as 
incoming message from yourself or from other person.

Expected behavior:

 1. You will see an animation with a dart and a dartboard.
 2. You will get a random number from 1 to 6.

Actual behavior:

 1. You see "This message is not supported by your version of Telegram.
Please update to the lates version".

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: telegram-desktop 2.0.1+ds-1build1
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-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CasperVersion: 1.445
CurrentDesktop: MATE
Date: Sat May 23 12:28:00 2020
LiveMediaBuild: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: telegram-desktop
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "VirtualBox_KRika_23_05_2020_13_58_35.png"
   
https://bugs.launchpad.net/bugs/1880307/+attachment/5375911/+files/VirtualBox_KRika_23_05_2020_13_58_35.png

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

Title:
  Unsupported messages: MediaDice with emoticon field

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

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

  1   2   >