[Bug 2071563] Re: [SRU - Noble] Backport crash fix

2024-09-13 Thread AsciiWolf
Included is a debdiff for Noble.

The issue does not happen on Jammy or older Ubuntu releases and is
already fixed in Oracular.

** Patch added: "chirp_noble.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/chirp/+bug/2071563/+attachment/5816996/+files/chirp_noble.debdiff

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

Title:
  [SRU - Noble] Backport crash fix

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


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

[Bug 2071563] Re: [SRU - Noble] Backport crash fix

2024-09-12 Thread AsciiWolf
** Description changed:

+ [ Impact ]
+ CHIRP contains a regression that causes it to crash on launch when no 
existing config file is found (e.g. clear installation).
+ 
+ The regression was an oversight in the refactoring of the recent file
+ handling. It results in the CHIRP application being completely unusable,
+ crashing every time immediately after startup and there is no easy
+ workaround available.
+ 
+ [ Test Plan ]
+ This fix has already been tested and is implemented in newer stable CHIRP 
release that is already present in Ubuntu Oracular. However, it was not fixed 
before FeatureFreeze, and was not available in Debian until post-Noble release.
+ 
+ The fix has already been tested manually by others, but as soon as a
+ version with the patch present is available, a user should install the
+ updated chirp package and the program should launch without any crashes.
+ 
+ [Regression Potential]
+ None. The fix simply adds one line of code with an if conditional to remove 
the "state" section only if it exists, thus fixing the "No section: 'state'" 
error.
+ 
+ [ Where problems could occur ]
+ The only change is in the one line of code that handles "cleaning of 
higher-order entries if they exist" and was previously attempting to remove 
them even if they did not exist, resulting in a fatal error.
+ 
+ [ Other Info ]
+ It has been fixed as a part of the new CHIRP version from the Debian package 
20240413-1 which has been synced to Oracular.
+ 
+ Here is the upstream commit that needs to be added as a patch to the
+ Noble SRU:
+ https://github.com/kk7ds/chirp/commit/088196b94ffad44acc7ca9b37a1ba67b815e
+ 
+ [ Original Bug Description ]
  Chirp (1:20240224-1) on Ubuntu 24.04 LTS crashes on startup with:
  
  Traceback (most recent call last):
File "/usr/bin/chirpw", line 33, in 
  sys.exit(load_entry_point('chirp==20240224', 'console_scripts', 
'chirpw')())
   
^^
File "/usr/lib/python3/dist-packages/chirp/wxui/__init__.py", line 178, in 
chirpmain
  mainwindow = main.ChirpMain(None, title='CHIRP')
   ^^^
File "/usr/lib/python3/dist-packages/chirp/wxui/main.py", line 415, in 
__init__
  self.SetMenuBar(self.make_menubar())
  ^^^
File "/usr/lib/python3/dist-packages/chirp/wxui/main.py", line 656, in 
make_menubar
  self.adj_menu_open_recent(None)
File "/usr/lib/python3/dist-packages/chirp/wxui/main.py", line 1025, in 
adj_menu_open_recent
  CONF.remove_option('recent%i' % i, 'state')
File "/usr/lib/python3/dist-packages/chirp/wxui/config.py", line 160, in 
remove_option
  self._config.remove_option(section, key)
File "/usr/lib/python3/dist-packages/chirp/wxui/config.py", line 64, in 
remove_option
  self.__config.remove_option(section, key)
File "/usr/lib/python3.12/configparser.py", line 924, in remove_option
  raise NoSectionError(section) from None
  configparser.NoSectionError: No section: 'state'
  
  This is fixed in the latest version from Oracular (1:20240413-1). In
  Noble, it is possible to fix it by applying the following simple patch:
  
  https://github.com/kk7ds/chirp/commit/088196b94ffad44acc7ca9b37a1ba67b815e
  
  (Line 1025 instead of 1041 in chirp 20240224-1.)

** Description changed:

  [ Impact ]
  CHIRP contains a regression that causes it to crash on launch when no 
existing config file is found (e.g. clear installation).
  
- The regression was an oversight in the refactoring of the recent file
+ The regression is an oversight in the refactoring of the recent file
  handling. It results in the CHIRP application being completely unusable,
  crashing every time immediately after startup and there is no easy
  workaround available.
  
  [ Test Plan ]
  This fix has already been tested and is implemented in newer stable CHIRP 
release that is already present in Ubuntu Oracular. However, it was not fixed 
before FeatureFreeze, and was not available in Debian until post-Noble release.
  
  The fix has already been tested manually by others, but as soon as a
  version with the patch present is available, a user should install the
  updated chirp package and the program should launch without any crashes.
  
- [Regression Potential]
+ [ Regression Potential ]
  None. The fix simply adds one line of code with an if conditional to remove 
the "state" section only if it exists, thus fixing the "No section: 'state'" 
error.
  
  [ Where problems could occur ]
  The only change is in the one line of code that handles "cleaning of 
higher-order entries if they exist" and was previously attempting to remove 
them even if they did not exist, resulting in a fatal error.
  
  [ Other Info ]
  It has been fixed as a part of the new CHIRP version from the Debian package 
20240413-1 which has been synced to Oracular.
  
  Here is the upstream commit that needs to be added a

[Bug 1872002] Re: [SRU] cqrlog needs to depend on mariadb instead of mysql

2024-09-01 Thread AsciiWolf
If changing the CQRLOG MySQL Server dependency to depend on MariaDB
specifically instead of the meta package is not suitable for Ubuntu,
then I think that it will be better to remove the cqrlog package from
the Ubuntu repository instead of shipping a completely broken one.

It is very clearly stated on multiple places that CQRLOG requires
MariaDB:

https://github.com/ok2cqr/cqrlog/blob/master/help/index_right.html#L101
https://github.com/ok2cqr/cqrlog/commit/95ba6e6e96d644b01413d1f395cafa1d3855f1e1
https://github.com/ok2cqr/cqrlog/issues/291#issuecomment-770383265

Anyway, let's wait for the upstream author reply.

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

Title:
  [SRU] cqrlog needs to depend on mariadb instead of mysql

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


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

[Bug 2075982] Re: [SRU - Noble] Duplicated desktop entries

2024-08-08 Thread AsciiWolf
Fixed in Oracular:

https://launchpad.net/ubuntu/+source/trustedqsl/2.7.3-2

SRU is needed for Noble.

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

Title:
  [SRU - Noble] Duplicated desktop entries

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


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

[Bug 2075982] [NEW] [SRU - Noble] Duplicated desktop entries

2024-08-02 Thread AsciiWolf
Public bug reported:

The desktop entries of TrustedQSL are duplicated. See the attached
screenshot.

Both the entries run the same app with the same parameters. The
duplication is caused by the downstream (d/tqsl.desktop and
d/trustedqsl.png) files that were added years ago and are still there
along with the actual upstream files (org.arrl.trustedqsl.desktop and
org.arrl.trustedqsl.png).

The outdated (d/tqsl.desktop and d/trustedqsl.png) files should be
removed along with their d/trustedqsl.install rules.

This will hopefully be fixed in Oracular, however a SRU will be needed
for Noble.

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

** Affects: trustedqsl (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: noble

** Attachment added: "desktop.png"
   
https://bugs.launchpad.net/bugs/2075982/+attachment/5802209/+files/desktop.png

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

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

** Summary changed:

- Duplicated desktop entries
+ [SRU - Noble] Duplicated desktop entries

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

Title:
  [SRU - Noble] Duplicated desktop entries

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


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

[Bug 2071561] Re: [SRU - Noble] Desktop files are in incorrect package

2024-07-21 Thread AsciiWolf
https://launchpad.net/ubuntu/+source/gpredict/2.3-115-g0f3beb6-4

The fix is already in Oracular. However, it still needs a SRU for Noble.

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

Title:
  [SRU - Noble] Desktop files are in incorrect package

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


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

[Bug 2071563] [NEW] [SRU - Noble] Backport crash fix

2024-06-30 Thread AsciiWolf
Public bug reported:

Chirp (1:20240224-1) on Ubuntu 24.04 LTS crashes on startup with:

Traceback (most recent call last):
  File "/usr/bin/chirpw", line 33, in 
sys.exit(load_entry_point('chirp==20240224', 'console_scripts', 'chirpw')())
 ^^
  File "/usr/lib/python3/dist-packages/chirp/wxui/__init__.py", line 178, in 
chirpmain
mainwindow = main.ChirpMain(None, title='CHIRP')
 ^^^
  File "/usr/lib/python3/dist-packages/chirp/wxui/main.py", line 415, in 
__init__
self.SetMenuBar(self.make_menubar())
^^^
  File "/usr/lib/python3/dist-packages/chirp/wxui/main.py", line 656, in 
make_menubar
self.adj_menu_open_recent(None)
  File "/usr/lib/python3/dist-packages/chirp/wxui/main.py", line 1025, in 
adj_menu_open_recent
CONF.remove_option('recent%i' % i, 'state')
  File "/usr/lib/python3/dist-packages/chirp/wxui/config.py", line 160, in 
remove_option
self._config.remove_option(section, key)
  File "/usr/lib/python3/dist-packages/chirp/wxui/config.py", line 64, in 
remove_option
self.__config.remove_option(section, key)
  File "/usr/lib/python3.12/configparser.py", line 924, in remove_option
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'state'

This is fixed in the latest version from Oracular (1:20240413-1). In
Noble, it is possible to fix it by applying the following simple patch:

https://github.com/kk7ds/chirp/commit/088196b94ffad44acc7ca9b37a1ba67b815e

(Line 1025 instead of 1041 in chirp 20240224-1.)

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


** Tags: noble

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

Title:
  [SRU - Noble] Backport crash fix

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


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

[Bug 1896318] Re: [needs-packaging] Please package Gridtracker for Ubuntu

2024-06-30 Thread AsciiWolf
Any update?

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

Title:
  [needs-packaging] Please package Gridtracker for Ubuntu

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


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

[Bug 2071561] [NEW] [SRU - Noble] Desktop files are in incorrect package

2024-06-30 Thread AsciiWolf
Public bug reported:

The gpredict.desktop file and desktop icons are in the incorrect
gpredict-doc package instead of the main gpredict one. This is incorrect
and causes GUIs like Ubuntu App Center to install only the gpredict-doc
package and not the main one.

Debian ticket: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074555

After this gets fixed in Debian and synced into the next Ubuntu release,
please, consider backporting the fix into Noble (24.04 LTS) if possible.
Thanks!

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


** Tags: noble

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

Title:
  [SRU - Noble] Desktop files are in incorrect package

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


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

[Bug 2066062] Re: Impossible to select item using keyboard if folder has only one item

2024-06-25 Thread AsciiWolf
The upstream Merge request was still not merged and there was no
activity. It could be a good idea to consider applying the patch in
downstream if it works correctly, fixes the problem and does not cause
any new regressions.

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

Title:
  Impossible to select item using keyboard if folder has only one item

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


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

[Bug 1860438] Re: GNOME Software catalog entry missing for Tucnak

2024-06-24 Thread AsciiWolf
Fixed in Debian and the fix should be available since 24.10 (Oracular).

SRU ticket for 24.04 LTS (Noble) is here:

https://bugs.launchpad.net/ubuntu/+source/tucnak/+bug/2070270

** Changed in: tucnak (Ubuntu)
   Status: New => 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/1860438

Title:
  GNOME Software catalog entry missing for Tucnak

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


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

[Bug 2070270] [NEW] [SRU - Noble] Backport desktop icon fix

2024-06-24 Thread AsciiWolf
Public bug reported:

Tucnak has too small desktop icon in Noble. This causes the AppStream
metadata generation to fail (and Tucnak cannot be found in App Center):

https://appstream.ubuntu.com/noble/universe/issues/tucnak.html

Version 4.59-2 replaces the old icon with a proper 64x64 px one that was
already part of the archive, but not being installed for some reason:

https://salsa.debian.org/debian-hamradio-
team/tucnak/-/commit/7d8abce8fbe7f5cebf6acd21fb8218ae3c599b20

After the new (4.59-2) build gets released and synced into Oracular,
please, consider creating a SRU for Noble with the icon file patch.
Thanks!

P.S. There were also some other AppStream-related fixes. It is not
required to backport them too, only the icon one from the linked commit.

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


** Tags: noble

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

Title:
  [SRU - Noble] Backport desktop icon fix

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


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

[Bug 2069175] Re: [SRU - Noble] Backport desktop icon fix

2024-06-24 Thread AsciiWolf
** Description changed:

  Quisk has too small desktop icon in Noble. This causes the AppStream
  metadata generation to fail (and Quisk cannot be found in App Center):
  
  https://appstream.ubuntu.com/noble/universe/issues/quisk.html
  
  Version 4.2.32-1 replaced the old icon with a proper 128x128 px one:
  
  
https://salsa.debian.org/debian-hamradio-team/quisk/-/commit/522cd64daa33c5546992f24f31bc267c64278240
  (https://launchpad.net/ubuntu/+source/quisk/4.2.32-1)
  
  Please, consider creating a SRU for Noble with the new icon file.
  Thanks!
+ 
+ P.S. There was also a small desktop fix. Consider backporting that as
+ well.

** Description changed:

  Quisk has too small desktop icon in Noble. This causes the AppStream
  metadata generation to fail (and Quisk cannot be found in App Center):
  
  https://appstream.ubuntu.com/noble/universe/issues/quisk.html
  
  Version 4.2.32-1 replaced the old icon with a proper 128x128 px one:
  
  
https://salsa.debian.org/debian-hamradio-team/quisk/-/commit/522cd64daa33c5546992f24f31bc267c64278240
  (https://launchpad.net/ubuntu/+source/quisk/4.2.32-1)
  
  Please, consider creating a SRU for Noble with the new icon file.
  Thanks!
  
- P.S. There was also a small desktop fix. Consider backporting that as
- well.
+ P.S. There was also a small desktop file fix. Consider backporting that
+ as well.

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

Title:
  [SRU - Noble] Backport desktop icon fix

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


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

[Bug 1872002] Re: cqrlog needs to depend on mariadb instead of mysql

2024-06-21 Thread AsciiWolf
Hi Dave,

Thanks a lot! The new build is already synced in Oracular (24.10):

https://launchpad.net/ubuntu/+source/cqrlog/2.5.2-5

I have tested it on a clean amd64 24.04 VM and can confirm that it works
fine now! :-)

So, if anyone wants this to also be fixed in Noble (24.04 LTS), it
should now be possible to make a SRU:

https://wiki.ubuntu.com/StableReleaseUpdates

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

Title:
  cqrlog needs to depend on mariadb instead of mysql

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


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

[Bug 1872002] Re: cqrlog needs to depend on mariadb instead of mysql

2024-06-19 Thread AsciiWolf
So, as Dave Hibberd found out, the problem is that Ubuntu is shipping
mysql-* as mysql-* and Debian is shipping mariadb-* as mysql-*.

See his original comment with more details here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073790#10

One possible Debian-side solution could be changing the virtual-mysql-
client-core and virtual-mysql-server-core to mariadb-client-core and
mariadb-server-core, default-mysql-server to mariadb-server and removing
the default-mysql-server-core dependency. That would cause dependency
issues on systems that already have mysql-server-8 installed, but since
CQRLOG does not seem to work with mysql anymore (only with mariadb), it
should not be a big problem, at least in my opinion.

The other possible solution would be to patch this in Ubuntu. However, I
am not sure whether the CQRLOG package has any Ubuntu maintainers and
also it would probably break auto-sync of the package from Debian.

CQRLOG should also fix their MySQL 8 support if possible. That would
probably be the best solution.

It looks like that there sadly are not other possible fixes to this
issue.

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

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

Title:
  cqrlog needs to depend on mariadb instead of mysql

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


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

[Bug 2056578] Re: [SRU - Noble] Tor Browser - keyboard not functioning

2024-06-19 Thread AsciiWolf
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU - Noble] Tor Browser - keyboard not functioning

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


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

[Bug 1872002] Re: cqrlog needs to depend on mariadb instead of mysql

2024-06-18 Thread AsciiWolf
This should ideally be fixed in Debian and then in 24.04 / 22.04 as a
Stable Release Update.

https://wiki.ubuntu.com/StableReleaseUpdates

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

Title:
  cqrlog needs to depend on mariadb instead of mysql

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


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

[Bug 1872002] Re: cqrlog needs to depend on mariadb instead of mysql

2024-06-18 Thread AsciiWolf
** Attachment added: "error.png"
   
https://bugs.launchpad.net/ubuntu/+source/cqrlog/+bug/1872002/+attachment/5790490/+files/error.png

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

Title:
  cqrlog needs to depend on mariadb instead of mysql

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


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

[Bug 1872002] Re: cqrlog needs to depend on mariadb instead of mysql

2024-06-18 Thread AsciiWolf
CQRLOG (2.5.2-3ubuntu2) still does not seem to run on Ubuntu 24.04
because it cannot connect to the MySQL database. See the attached
screenshot. I cannot believe that this was still not fixed after 4
years!

This is in the mysql.err log file:
2024-06-18T10:30:05.440022Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld 
(mysqld 8.0.37-0ubuntu0.24.04.1) starting as process 15289
2024-06-18T10:30:05.441321Z 0 [Warning] [MY-013242] [Server] 
--character-set-server: 'utf8' is currently an alias for the character set 
UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider 
using UTF8MB4 in order to be unambiguous.
2024-06-18T10:30:05.441336Z 0 [Warning] [MY-013244] [Server] 
--collation-server: 'utf8mb3_bin' is a collation of the deprecated character 
set UTF8MB3. Please consider using UTF8MB4 with an appropriate collation 
instead.
2024-06-18T10:30:05.459006Z 0 [Warning] [MY-010075] [Server] No existing UUID 
has been found, so we assume that this is the first time that this server has 
been started. Generating a new UUID: ba6b7bc4-2d5d-11ef-963e-525400dd5534.
2024-06-18T10:30:05.465986Z 1 [ERROR] [MY-011011] [Server] Failed to find valid 
data directory.
2024-06-18T10:30:05.466138Z 0 [ERROR] [MY-010020] [Server] Data Dictionary 
initialization failed.
2024-06-18T10:30:05.466158Z 0 [ERROR] [MY-010119] [Server] Aborting
2024-06-18T10:30:05.466733Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: 
Shutdown complete (mysqld 8.0.37-0ubuntu0.24.04.1)  (Ubuntu).
2024-06-18T10:51:44.918174Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld 
(mysqld 8.0.37-0ubuntu0.24.04.1) starting as process 3066
2024-06-18T10:51:44.919415Z 0 [Warning] [MY-013242] [Server] 
--character-set-server: 'utf8' is currently an alias for the character set 
UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider 
using UTF8MB4 in order to be unambiguous.
2024-06-18T10:51:44.919426Z 0 [Warning] [MY-013244] [Server] 
--collation-server: 'utf8mb3_bin' is a collation of the deprecated character 
set UTF8MB3. Please consider using UTF8MB4 with an appropriate collation 
instead.
2024-06-18T10:51:44.938263Z 1 [ERROR] [MY-011011] [Server] Failed to find valid 
data directory.
2024-06-18T10:51:44.938440Z 0 [ERROR] [MY-010020] [Server] Data Dictionary 
initialization failed.
2024-06-18T10:51:44.938463Z 0 [ERROR] [MY-010119] [Server] Aborting
2024-06-18T10:51:44.938981Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: 
Shutdown complete (mysqld 8.0.37-0ubuntu0.24.04.1)  (Ubuntu).

The issue was resolved and CQRLOG started working correctly after
running "sudo apt install mariadb-server" (replacing the mysql server
with mariadb).

I don't know how the mysql/mariadb package is handled in Debian, but
someone should probably send a Merge request to the Debian GitLab
repository: https://salsa.debian.org/debian-hamradio-team/cqrlog

** Summary changed:

- [FOCAL] cqrlog needs to depend on mariadb instead of mysql.
+ cqrlog needs to depend on mariadb instead of mysql

** Tags added: focal jammy noble

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

Title:
  cqrlog needs to depend on mariadb instead of mysql

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


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

[Bug 2056578] Re: [SRU - Noble] Tor Browser - keyboard not functioning

2024-06-18 Thread AsciiWolf
I did set up two (clean installation, fully updated) 24.04 VMs: one with
noble-proposed disabled and the other one with noble-proposed enabled.
Installed latest torbrowser-launcher on both of them.

- On the VM without noble-proposed enabled and using torbrowser-launcher 
version 0.3.7-1build2, the keyboard input in Tor Browser does not work.
- On the VM with noble-proposed enabled and using torbrowser-launcher version 
0.3.7-1ubuntu1, the keyboard input in Tor Browser *works fine*.

In other words, the 0.3.7-1ubuntu1 build fixes the issue. Thanks!

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

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

Title:
  [SRU - Noble] Tor Browser - keyboard not functioning

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


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

[Bug 2069175] [NEW] [SRU - Noble] Backport desktop icon fix

2024-06-12 Thread AsciiWolf
Public bug reported:

Quisk has too small desktop icon in Noble. This causes the AppStream
metadata generation to fail (and Quisk cannot be found in App Center):

https://appstream.ubuntu.com/noble/universe/issues/quisk.html

Version 4.2.32-1 replaced the old icon with a proper 128x128 px one:

https://salsa.debian.org/debian-hamradio-team/quisk/-/commit/522cd64daa33c5546992f24f31bc267c64278240
(https://launchpad.net/ubuntu/+source/quisk/4.2.32-1)

Please, consider creating a SRU for Noble with the new icon file.
Thanks!

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


** Tags: noble

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

Title:
  [SRU - Noble] Backport desktop icon fix

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


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

[Bug 2061317] Re: view changelog hyperlink points to release notes

2024-05-30 Thread AsciiWolf
By the way, the "View changelog" text is also not available for
translation.

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

Title:
  view changelog hyperlink points to release notes

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


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

[Bug 2066976] Re: "Session" string not translated

2024-05-27 Thread AsciiWolf
As I said, it is not available for translation. I have checked both
Launchpad and upstream GNOME Damned Lies.

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

Title:
  "Session" string not translated

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


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

[Bug 2066976] Re: "Session" string not translated

2024-05-27 Thread AsciiWolf
Oops, you're right! I did check Launchpad only for gdm, not gnome-shell.
It looks like that the string is available for translation in the gnome-
shell module.

Feel free to close this ticket.

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

Title:
  "Session" string not translated

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


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

[Bug 2066976] [NEW] "Session" string not translatable

2024-05-23 Thread AsciiWolf
Public bug reported:

It looks like that the "Session" string (see the attached screenshot)
was added in downstream and it is not available for translation.

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


** Tags: noble

** Attachment added: "Sessions list in GDM with the "Session" text in header"
   
https://bugs.launchpad.net/bugs/2066976/+attachment/5781960/+files/sessions.png

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

Title:
  "Session" string not translatable

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


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

[Bug 2066183] Re: AppStream metadata allow user uninstallation of PackageKit

2024-05-21 Thread AsciiWolf
** Bug watch added: github.com/PackageKit/PackageKit/issues #759
   https://github.com/PackageKit/PackageKit/issues/759

** Also affects: packagekit via
   https://github.com/PackageKit/PackageKit/issues/759
   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/2066183

Title:
  AppStream metadata allow user uninstallation of PackageKit

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


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

[Bug 2066183] Re: AppStream metadata allow user uninstallation of PackageKit

2024-05-21 Thread AsciiWolf
Upstream fix:
https://github.com/PackageKit/PackageKit/commit/d8f84f7e0a017e0b4df1e08a2a6be832c9fb3611

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

Title:
  AppStream metadata allow user uninstallation of PackageKit

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


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

[Bug 2066183] [NEW] AppStream metadata allow user uninstallation of PackageKit

2024-05-20 Thread AsciiWolf
Public bug reported:

An AppStream metainfo file was added in PackageKit since v1.2.8.
Unfortunately, this file causes PackageKit to show in App Center, GNOME
Software, KDE Discover and other package management GUIs and allow users
to click an "Uninstall" button.

Please, consider removing the AppStream metainfo file from the Ubuntu
package until a better solution is found.

Here is an upstream PackageKit ticket:
https://github.com/PackageKit/PackageKit/issues/759

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


** Tags: noble

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

Title:
  AppStream metadata allow user uninstallation of PackageKit

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


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

[Bug 2066062] [NEW] Impossible to select item using keyboard if folder has only one item

2024-05-17 Thread AsciiWolf
Public bug reported:

If folder opened in Nautilus contains only one item (file or folder), it
is impossible to select such item using a keyboard (arrow keys, without
using mouse pointer). This is caused by a GTK4 bug, however I am
reporting this as a Nautilus issue since it as far as I know affects
only or mostly Nautilus.

This is a big problem for visually impaired users. Please, consider
backporting the upstream patch into Ubuntu 24.04 once it gets merged.

Here is an upstream ticket and the mentioned fix:

https://gitlab.gnome.org/GNOME/nautilus/-/issues/3078
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/6354

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


** Tags: noble

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

Title:
  Impossible to select item using keyboard if folder has only one item

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


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

[Bug 2056578] Re: Tor Browser - keyboard not functioning

2024-05-15 Thread AsciiWolf
Debian fix: https://salsa.debian.org/pkg-privacy-team/torbrowser-
launcher/-/commit/fd38d605bc9160edaea2e5eaff665e550340f38e

Ubuntu (24.04) SRU should be ready soon.

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

Title:
  Tor Browser - keyboard not functioning

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


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

[Bug 2059767] Re: Update Lutris to 0.5.16

2024-04-29 Thread AsciiWolf
It is sadly too late for Lutris to land into 24.04. Closing this ticket.

** Changed in: lutris (Ubuntu)
   Status: New => Invalid

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

Title:
  Update Lutris to 0.5.16

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


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

[Bug 2056578] Re: Tor Browser - keyboard not functioning

2024-04-16 Thread AsciiWolf
Thanks for the confirmation! Don't worry, the package is correct and the
issue will hopefully be fixed soon.

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

Title:
  Tor Browser - keyboard not functioning

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


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

[Bug 2061135] Re: gnome-session-properties untranslated in Ubuntu 24.04

2024-04-15 Thread AsciiWolf
Here is an older template for comparison:
https://translations.launchpad.net/ubuntu/mantic/+source/gnome-
session/+pots/gnome-session-45

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

Title:
  gnome-session-properties untranslated in Ubuntu 24.04

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


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

[Bug 2061135] Re: gnome-session-properties untranslated in Ubuntu 24.04

2024-04-15 Thread AsciiWolf
>Is this the same issue as bug 1764156?

Nope, #1764156 seems to be a different (AppStream related) problem.

I see that the gnome-session-46 template was added, however the actual
strings were not synced and are untranslated for all languages:
https://translations.launchpad.net/ubuntu/noble/+source/gnome-
session/+pots/gnome-session-46

Any chance this could be fixed as well?

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

Title:
  gnome-session-properties untranslated in Ubuntu 24.04

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


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

[Bug 2056578] Re: Tor Browser - keyboard not functioning

2024-04-14 Thread AsciiWolf
I have found the real reason and fix for this issue!

It seems that it is caused by no permissions for ~/.cache/ibus/dbus-*
socket. But for some weird reason, the issue happens only if
abstractions/dbus-session is included in the torbrowser.Browser.firefox
AppArmor profile file.

Adding this line into torbrowser.Browser.firefox seems to fix the issue
without any side effects:

  owner @{HOME}/.cache/ibus/dbus-* rw,

(This line is also present in the official Firefox AppArmor profile, but
missing from the torbrowser-launcher one.)

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

Title:
  Tor Browser - keyboard not functioning

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


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

[Bug 2056578] Re: Tor Browser - keyboard not functioning

2024-04-13 Thread AsciiWolf
Got it! Not sure why, but it is caused by the "  #include if exists
" line that we added in a downstream patch.
Removing this line fixes the keyboard issue.

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

Title:
  Tor Browser - keyboard not functioning

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


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

[Bug 2056578] Re: Tor Browser - keyboard not functioning

2024-04-13 Thread AsciiWolf
We should also patch it in Debian and upstream afterwards.

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

Title:
  Tor Browser - keyboard not functioning

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


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

[Bug 2056578] Re: Tor Browser - keyboard not functioning

2024-04-13 Thread AsciiWolf
If this is an AppArmor issue, it should be fixed ASAP. I can provide
help if necessary.

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

Title:
  Tor Browser - keyboard not functioning

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


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

[Bug 2056578] Re: Tor Browser - keyboard not functioning

2024-04-13 Thread AsciiWolf
I can reproduce this issue on a clean installation of latest Ubuntu
24.04 Beta (installed in a vm) with torbrowser-launcher-0.3.7-1build2.

No problem when using the Flatpak version. This may be an AppArmor
profile related issue. Reopening the ticket.

Thomas, please look into this if possible. Thanks!

** Changed in: torbrowser-launcher (Ubuntu)
   Status: Invalid => New

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

Title:
  Tor Browser - keyboard not functioning

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


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

[Bug 2061135] Re: gnome-session-properties untranslated in Ubuntu 24.04

2024-04-12 Thread AsciiWolf
Session strings in GDM are also in English.

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

Title:
  gnome-session-properties untranslated in Ubuntu 24.04

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


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

[Bug 2061135] [NEW] gnome-session-properties untranslated in Ubuntu 24.04

2024-04-12 Thread AsciiWolf
Public bug reported:

Latest Ubuntu 24.04 Beta. It looks like that the gnome-session-
properties is in English on non-English (Czech) installation. It is most
likely caused by the gnome-session-46 translation template missing:
https://translations.launchpad.net/ubuntu/noble/+source/gnome-
session/+translations

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


** Tags: noble

** Tags added: noble

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

Title:
  gnome-session-properties untranslated in Ubuntu 24.04

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


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

[Bug 2059767] [NEW] Update Lutris to 0.5.16

2024-03-29 Thread AsciiWolf
Public bug reported:

If possible, consider updating Lutris to latest 0.5.16 in Noble. 0.5.14
is outdated at this point.

More details: https://github.com/lutris/lutris/releases

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


** Tags: noble

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

Title:
  Update Lutris to 0.5.16

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


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

[Bug 2058647] [NEW] GNOME OAuth2 Handler desktop entry not hidden

2024-03-21 Thread AsciiWolf
Public bug reported:

The GNOME OAuth2 Handler desktop entry should be hidden (it is not an
user app and clicking it does nothing), but is displayed in Shell
Overview on latest Ubuntu 24.04. This is because the "X-Ubuntu-Gettext-
Domain" line that is incorrectly added to the file without a newline
character:

$ cat org.gnome.OnlineAccounts.OAuth2.desktop
[Desktop Entry]
Name=GNOME OAuth2 Handler
Exec=/usr/libexec/goa-oauth2-handler %u
Type=Application
MimeType=x-scheme-handler/goa-oauth2;x-scheme-handler/com.googleusercontent.apps.44438659992-7kgjeitenc16ssihbtdjbgguch7ju55s
NoDisplay=trueX-Ubuntu-Gettext-Domain=gnome-online-accounts

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


** Tags: noble

** Attachment added: "oauth2 handler desktop entry.png"
   
https://bugs.launchpad.net/bugs/2058647/+attachment/5757904/+files/oauth2%20handler%20desktop%20entry.png

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

Title:
  GNOME OAuth2 Handler desktop entry not hidden

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


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

[Bug 1731070] Re: "_Skip" button label translation not correctly applied

2022-03-17 Thread AsciiWolf
Ubiquity on Ubuntu 21.10 has the same problem.

** Tags added: impish

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

Title:
  "_Skip" button label translation not correctly applied

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


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

[Bug 1925530] Re: Backport Metro Exodus Mesa fix into Hirsute

2021-05-03 Thread AsciiWolf
This will be fixed when mesa 21.0.x is backported (see #1925434).
Closing this ticket.

** Changed in: mesa (Ubuntu)
   Status: New => Invalid

** Changed in: hundredpapercuts
   Status: New => Invalid

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

Title:
  Backport Metro Exodus Mesa fix into Hirsute

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

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

[Bug 1925434] Re: New bugfix release 21.0.x

2021-04-23 Thread AsciiWolf
Please, also consider backporting an important fix for Metro Exodus, see
this ticket: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1925530

Or wait with the Mesa update until 21.0.4 is released which will happen
in 2021-05-05.

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

Title:
  New bugfix release 21.0.x

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

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

[Bug 1925530] Re: Backport Metro Exodus Mesa fix into Hirsute

2021-04-22 Thread AsciiWolf
The fix will also (most likely) be included in Mesa 21.0.4 after it is
released in a week or two.

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

Title:
  Backport Metro Exodus Mesa fix into Hirsute

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

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

[Bug 1925530] [NEW] Backport Metro Exodus Mesa fix into Hirsute

2021-04-22 Thread AsciiWolf
Public bug reported:

Please, consider backporting an important fix for "memory leak on
descriptor pool reset with layout_size=0" into Ubuntu 21.04 Mesa.
Without this fix, Metro Exodus and possibly other games cause system to
hang or crash after playing for some time.

Here is a MR with the fix:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10317

It is already staged to be backported into current stable Mesa releases
and so it should be fine to apply it as a downstream patch for Mesa
21.0.1 in Ubuntu Hirsute.

** Affects: hundredpapercuts
 Importance: Undecided
 Status: New

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


** Tags: hirsute

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

** Tags added: hirsute

** Description changed:

  Please, consider backporting an important fix for "memory leak on
  descriptor pool reset with layout_size=0" into Ubuntu 21.04 Mesa.
  Without this fix, Metro Exodus and possibly other games cause system to
- hang on crash after playing for some time.
+ hang or crash after playing for some time.
  
  Here is a MR with the fix:
  https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10317
  
  It is already staged to be backported into current stable Mesa releases
  and so it should be fine to apply it as a downstream patch for Mesa
  21.0.1 in Ubuntu Hirsute.

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

Title:
  Backport Metro Exodus Mesa fix into Hirsute

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

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

[Bug 1913898] Re: DirectX 9 related winetricks stuff doesn't work anymore

2021-02-12 Thread AsciiWolf
New winetricks release (20210206) with fixes for the mentioned issues is
out and already in Debian testing/unstable.

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

Title:
  DirectX 9 related winetricks stuff doesn't work anymore

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

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

[Bug 1913898] [NEW] DirectX 9 related winetricks stuff doesn't work anymore

2021-01-30 Thread AsciiWolf
Public bug reported:

Microsoft has removed DirectX files from their website.

More information here: https://github.com/Winetricks/winetricks/issues/1689
Quick fix here: https://github.com/Winetricks/winetricks/pull/1690

Fix needs to be backported into Focal.

** Affects: hundredpapercuts
 Importance: Undecided
 Status: New

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


** Tags: focal

** Also affects: hundredpapercuts
   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/1913898

Title:
  DirectX 9 related winetricks stuff doesn't work anymore

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

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

[Bug 1904590] Re: Virtualbox does not work on 20.04-edge kernel due to DKMS build failure

2021-01-08 Thread AsciiWolf
Still the same issue with virtualbox 6.1.10-dfsg-1~ubuntu1.20.04.1 on
kernel 5.8.0.36.40~20.04.21 from linux-image-generic-hwe-20.04-edge.

** Tags added: focal

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

Title:
  Virtualbox does not work on 20.04-edge kernel due to DKMS build
  failure

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

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

[Bug 1529647] Re: [SRU] Always backport newer versions

2021-01-07 Thread AsciiWolf
The latest manually installed youtube-dl package from hirsute works
fine.

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

Title:
  [SRU] Always backport newer versions

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

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

[Bug 1529647] Re: [SRU] Always backport newer versions

2021-01-07 Thread AsciiWolf
Youtube-dl is outdated and does not work in focal as well.

** Tags added: focal

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

Title:
  [SRU] Always backport newer versions

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

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

[Bug 1901689] Re: Merge steam 1.0.0.67-2 from debian sid to ubuntu hirsute

2021-01-06 Thread AsciiWolf
Thanks for the Steam update! :-)

By the way, Andrew, could you also take a look at this comment about
merging steam-installer into Debian from Simon McVittie and if possible
answer his questions: https://salsa.debian.org/games-
team/steam/-/merge_requests/2#note_209734 ? Thanks!

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

Title:
  Merge steam 1.0.0.67-2 from debian sid to ubuntu hirsute

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

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

[Bug 1901689] Re: Merge steam 1.0.0.67-2 from debian sid to ubuntu hirsute

2020-12-29 Thread AsciiWolf
Steam 1.0.0.67-3 is now available in Debian sid.

Also, this MR will have to be merged in Debian to allow the steam
package autosync (it is currently a downstream Ubuntu patch):
https://salsa.debian.org/games-team/steam/-/merge_requests/2 - It may
however require some changes (updates from the current AppData file used
in Ubuntu) first before merging. Any chance that you could do this,
Andrew? :-)

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

Title:
  Merge steam 1.0.0.67-2 from debian sid to ubuntu hirsute

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

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

[Bug 1759715] Re: Remove steam and add to sync blacklist

2020-10-10 Thread AsciiWolf
Steam is outdated again since Groovy, is not automatically synced from
Debian (because of Ubuntu patches/changes that were not backported to
Debian) and seems to have no active maintainer in Ubuntu. I think that
removing it from the Ubuntu repository and adding it to sync blacklist
would be a good solution after all. It is recommended to use the
official package from Valve anyway.

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

Title:
  Remove steam and add to sync blacklist

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

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

[Bug 1896752] Re: [SRU] Version checking error in torbrowser-launcher since Tor Browser 10.0 was released

2020-09-30 Thread AsciiWolf
I have tested the provided torbrowser-launcher 0.3.2-9ubuntu1 build from
focal-proposed on fully-updated Ubuntu 20.04 system. I am no longer able
to reproduce the issue and torbrowser-launcher now works properly.

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

Title:
  [SRU] Version checking error in torbrowser-launcher since Tor Browser
  10.0 was released

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

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

[Bug 1856895] Re: [SRU] Tor does not download and install; repeated signature verification failed

2020-09-30 Thread AsciiWolf
I have tested the provided torbrowser-launcher 0.3.2-9ubuntu1 build from
focal-proposed on fully-updated Ubuntu 20.04 system. I am no longer able
to reproduce the issue and torbrowser-launcher now works properly.

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

Title:
  [SRU] Tor does not download and install; repeated signature
  verification failed

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

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

[Bug 1897306] Re: [SRU] torbrowser-launcher has missing gnupg dependency

2020-09-30 Thread AsciiWolf
I have tested the provided torbrowser-launcher 0.3.2-9ubuntu1 build from
focal-proposed on fully-updated Ubuntu 20.04 system. I am no longer able
to reproduce the issue and torbrowser-launcher now works properly.

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

Title:
  [SRU] torbrowser-launcher has missing gnupg dependency

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

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

[Bug 1897302] Re: [SRU] Apparmor profile prevents Tor Browser from loading libstdc++.so.6 since Tor Browser 10.0 was released

2020-09-30 Thread AsciiWolf
I have tested the provided torbrowser-launcher 0.3.2-9ubuntu1 build from
focal-proposed on fully-updated Ubuntu 20.04 system. I am no longer able
to reproduce the issue and torbrowser-launcher now works properly.

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

Title:
  [SRU] Apparmor profile prevents Tor Browser from loading
  libstdc++.so.6 since Tor Browser 10.0 was released

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

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

[Bug 1897306] Re: [SRU] torbrowser-launcher has missing gnupg dependency

2020-09-29 Thread AsciiWolf
I have updated the test case.

** Description changed:

  [Impact]
  
  torbrowser-launcher, on some Ubuntu flavors, will not run unless
  gnupg/gnupg2 is available on the system.  This is due to the package
  making signature verification checks to validate the tarballs obtained
  from the Tor project.
  
  As such, we require gnupg/gnupg2 to be installed as a dependency.
  
  Further, we also require to use the actual /usr/bin/gnupg binary as
  there are cases where /usr/bin/gnupg2 does *not* symlink back to the
  gnupg binary.
  
  [Test Case]
- (1) Install torbrowser-launcher
- (2) Signature verification for the download of tor browser's tarball will 
fail.
+ (1) Use a clean installation (not an upgrade from 18.04) of Ubuntu 20.04 
where torbrowser-launcher was not installed and configured before.
+ (2) Install torbrowser-launcher.
+ (3) Run torbrowser-launcher from a terminal.
+ (4) torbrowser-launcher will crash during signature verification:
+ 
+ $ torbrowser-launcher
+ Tor Browser Launcher
+ By Micah Lee, licensed under MIT
+ version 0.3.2
+ https://github.com/micahflee/torbrowser-launcher
+ Creating GnuPG homedir /home/user/.local/share/torbrowser/gnupg_homedir
+ Downloading Tor Browser for the first time.
+ Downloading 
https://aus1.torproject.org/torbrowser/update_3/release/Linux_x86_64-gcc3/x/en-US
+ Latest version: 9.5.4
+ Downloading 
https://dist.torproject.org/torbrowser/9.5.4/tor-browser-linux64-9.5.4_en-US.tar.xz.asc
+ Downloading 
https://dist.torproject.org/torbrowser/9.5.4/tor-browser-linux64-9.5.4_en-US.tar.xz
+ Verifying Signature
+ Refreshing local keyring...
+ Traceback (most recent call last):
+   File "/usr/lib/python3/dist-packages/torbrowser_launcher/launcher.py", line 
589, in verify
+ c.verify(signature=sig, signed_data=signed)
+   File "/usr/lib/python3/dist-packages/gpg/core.py", line 559, in verify
+ raise errors.BadSignatures(results[1], results=results)
+ gpg.errors.BadSignatures: 110775B5D101FB36BC6C911BEB774491D9FF06E2: Key 
expired
+ 
+ During handling of the above exception, another exception occurred:
+ 
+ Traceback (most recent call last):
+   File "/usr/lib/python3/dist-packages/torbrowser_launcher/launcher.py", line 
600, in run
+ verify()
+   File "/usr/lib/python3/dist-packages/torbrowser_launcher/launcher.py", line 
594, in verify
+ raise Exception
+ Exception
+ 
+ During handling of the above exception, another exception occurred:
+ 
+ Traceback (most recent call last):
+   File "/usr/lib/python3/dist-packages/torbrowser_launcher/launcher.py", line 
603, in run
+ self.common.refresh_keyring()
+   File "/usr/lib/python3/dist-packages/torbrowser_launcher/common.py", line 
209, in refresh_keyring
+ '--refresh-keys'], stderr=subprocess.PIPE)
+   File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
+ restore_signals, start_new_session)
+   File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child
+ raise child_exception_type(errno_num, err_msg, err_filename)
+ FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/gpg2': 
'/usr/bin/gpg2'
+ Aborted
  
  [Regression Potential]
  Limited regression potential - requiring gnupg is not insane here, and using 
the non-symlinked binary is also a sane change.
- 
  
  [Original Bug Description]
  
  The torbrowser-launcher package does not depend on gnupg/gnupg2 on
  Ubuntu 20.04. This results in torbrowser-launcher not working on some
  Ubuntu flavors that do not have gnupg installed by-default. Also,
  torbrowser-launcher calls /usr/bin/gpg2 instead of /usr/bin/gpg. The
  /usr/bin/gpg2 is just a symlink to /usr/bin/gpg on Debian/Ubuntu,
  provided by gnupg2 package that is not installed by-default on some
  Ubuntu-based systems (including Linux Mint), even if they have gnupg
  installed out-of-box.
  
  The following patch and debian/control update fix the issue:
  
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/f83349ae954a888a7913ac64c98dbb53a284932f
  
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/68908ebd6567fad56642c57d2fb1f75dad6efe4a
  
  The first link contain a patch that replaces /usr/bin/gpg2 with /usr/bin/gpg 
in torbrowser-launcher code.
  The second link contain a change adding gnupg as torbrowser-launcher 
dependency to debian/control.
  
  It is already fixed in Groovy.

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

Title:
  [SRU] torbrowser-launcher has missing gnupg dependency

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

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

[Bug 1897306] Re: [SRU] torbrowser-launcher has missing gnupg dependency

2020-09-29 Thread AsciiWolf
The issue is easy to reproduce now using the provided test case and is
fixed by using the patch replacing /usr/bin/gpg2 with /usr/bin/gpg in
torbrowser-launcher code.

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

Title:
  [SRU] torbrowser-launcher has missing gnupg dependency

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

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

[Bug 1897306] Re: [SRU] torbrowser-launcher has missing gnupg dependency

2020-09-29 Thread AsciiWolf
Feel free to let me know if there is anything else needed from my side.

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

Title:
  [SRU] torbrowser-launcher has missing gnupg dependency

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

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

[Bug 1897306] Re: [SRU] torbrowser-launcher has missing gnupg dependency

2020-09-28 Thread AsciiWolf
Exceptions are upgrades from previous Ubuntu releases to 20.04. In these
cases, the gnupg2 package can be found installed on such systems.
However, it is not installed on new, clean installations of Ubuntu
20.04.1 (or its official flavours).

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

Title:
  [SRU] torbrowser-launcher has missing gnupg dependency

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

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

[Bug 1897306] Re: [SRU] torbrowser-launcher has missing gnupg dependency

2020-09-28 Thread AsciiWolf
As discussed on IRC (#ubuntu-motu), the "gnupg2" package is also missing
on Ubuntu Desktop 20.04.1, although I previously incorrectly stated that
it is preinstalled there and missing only on some Ubuntu flavours. This
causes torbrowser-launcher to not work, because gpg is a core part, used
to verify the Tor Browser package there.

To fix this, the patch to replace /usr/bin/gpg2 with /usr/bin/gpg in
torbrowser-launcher common.py file needs to be applied. Adding "gnupg"
to torbrowser-launcher dependencies is not necessary because this
package is preinstalled on most Ubuntu flavours since it is used by apt
and other system tools.

I will update the SRU Bug Description to reflect this.

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

Title:
  [SRU] torbrowser-launcher has missing gnupg dependency

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

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

[Bug 1897306] Re: [SRU] torbrowser-launcher has missing gnupg dependency

2020-09-28 Thread AsciiWolf
Sorry, but I strongly disagree here. This is *not* a Linux Mint only
issue. This issue happens on all custom (for example installed by
netinst with custom package set) Ubuntu systems. Basically on any system
where gnupg (along with the gnupg2 dummy package) is not preinstalled.
There are actually two problems here:

1. The torbrowser-launcher package does not depend on gnupg although gnupg is 
used by torbrowser-launcher. This is *wrong*! Since gnupg is being used by 
torbrowser-launcher, it *should* be in the torbrowser-launcher package 
dependencies.
2. The torbrowser-launcher uses /usr/bin/gpg2, however this is just a symlink 
provided by a gnupg2 package that is a "dummy transitional package".

Not fixing this issue is a really bad decision, at least in my opinion.
Please, if you do not want to add the patch to replace /usr/bin/gpg2
with /usr/bin/gpg, at least consider adding "gnupg2" as a torbrowser-
launcher dependency (instead of gnupg).

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

Title:
  [SRU] torbrowser-launcher has missing gnupg dependency

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

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

[Bug 1896085] Re: [SRU] Multiple issues with Tor Browser Launcher

2020-09-28 Thread AsciiWolf
I have just tested your build and it seems to work fine here on my
Ubuntu 20.04 based Linux Mint 20 system.

I have also checked the source file and can confirm that every
patch/change mentioned in my previous comments seems to be correctly
applied. :-)

Thanks!

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

Title:
  [SRU] Multiple issues with Tor Browser Launcher

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

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

[Bug 1856895] Re: Tor does not download and install; repeated signature verification failed

2020-09-25 Thread AsciiWolf
It is already fixed in Groovy.

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

Title:
  Tor does not download and install; repeated signature verification
  failed

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

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

[Bug 1897302] Re: Apparmor profile prevents Tor Browser from loading libstdc++.so.6 since Tor Browser 10.0 was released

2020-09-25 Thread AsciiWolf
** Description changed:

  The AppArmor profile torbrowser.Browser.firefox prevents Tor Browser
  from loading libstdc++.so.6 on Ubuntu 20.04. This results in Tor Browser
  failing to start since 10.0 release with the following error being
  printed on stdout:
  
  ./firefox.real: error while loading shared libraries: libstdc++.so.6:
  failed to map segment from shared object
  
  And the following message in the audit logs:
  
  AVC apparmor="DENIED" operation="file_mmap" profile="torbrowser_firefox"
  name="/home//.local/share/torbrowser/tbb/x86_64/tor-browser_en-
  US/Browser/TorBrowser/Tor/libstdc++/libstdc++.so.6" pid=3883
  comm="firefox.real" requested_mask="m" denied_mask="m" fsuid=1000
  ouid=1000
  
  This patch from Debian fixes the issue: https://salsa.debian.org/pkg-
  privacy-team/torbrowser-
  launcher/-/commit/87859bce5779f89b37c4e4be334f7e1670b0a9f3
+ 
+ It is already fixed in Groovy.

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

Title:
  Apparmor profile prevents Tor Browser from loading libstdc++.so.6
  since Tor Browser 10.0 was released

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

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

[Bug 1896085] Re: [SRU] Backport patch to update Tor Browser Developers public key into Ubuntu 20.04

2020-09-25 Thread AsciiWolf
Here are bug tickets regarding the individual issues/fixes mentioned in 
previous comment:
ad 1. https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/1856895
ad 2. https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/1896752
ad 3. https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/1897302
ad 4. https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/1897306

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

Title:
  [SRU] Backport patch to update Tor Browser Developers public key into
  Ubuntu 20.04

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

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

[Bug 1897306] Re: torbrowser-launcher has missing gnupg dependency

2020-09-25 Thread AsciiWolf
** Description changed:

  The torbrowser-launcher package does not depend on gnupg/gnupg2 on
  Ubuntu 20.04. This results in torbrowser-launcher not working on some
  Ubuntu flavors that do not have gnupg installed by-default. Also,
  torbrowser-launcher calls /usr/bin/gpg2 instead of /usr/bin/gpg. The
  /usr/bin/gpg2 is just a symlink to /usr/bin/gpg on Debian/Ubuntu,
  provided by gnupg2 package that is not installed by-default on some
  Ubuntu-based systems (including Linux Mint), even if they have gnupg
  installed out-of-box.
  
  The following patch and debian/control update fix the issue:
  
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/f83349ae954a888a7913ac64c98dbb53a284932f
  
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/68908ebd6567fad56642c57d2fb1f75dad6efe4a
  
  The first link contain a patch that replaces /usr/bin/gpg2 with /usr/bin/gpg 
in torbrowser-launcher code.
  The second link contain a change adding gnupg as torbrowser-launcher 
dependency to debian/control.
+ 
+ It is already fixed in Groovy.

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

Title:
  torbrowser-launcher has missing gnupg dependency

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

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

[Bug 1897306] [NEW] torbrowser-launcher has missing gnupg dependency

2020-09-25 Thread AsciiWolf
Public bug reported:

The torbrowser-launcher package does not depend on gnupg/gnupg2 on
Ubuntu 20.04. This results in torbrowser-launcher not working on some
Ubuntu flavors that do not have gnupg installed by-default. Also,
torbrowser-launcher calls /usr/bin/gpg2 instead of /usr/bin/gpg. The
/usr/bin/gpg2 is just a symlink to /usr/bin/gpg on Debian/Ubuntu,
provided by gnupg2 package that is not installed by-default on some
Ubuntu-based systems (including Linux Mint), even if they have gnupg
installed out-of-box.

The following patch and debian/control update fix the issue:
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/f83349ae954a888a7913ac64c98dbb53a284932f
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/68908ebd6567fad56642c57d2fb1f75dad6efe4a

The first link contain a patch that replaces /usr/bin/gpg2 with /usr/bin/gpg in 
torbrowser-launcher code.
The second link contain a change adding gnupg as torbrowser-launcher dependency 
to debian/control.

** Affects: torbrowser-launcher (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: focal

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

Title:
  torbrowser-launcher has missing gnupg dependency

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

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

[Bug 1856895] Re: Tor does not download and install; repeated signature verification failed

2020-09-25 Thread AsciiWolf
Patch from Debian that fixes the issue:
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/72b87f502af0666954d9ae9f51b794d546e1ab6c
 (+ needs to be added into debian/patches/series)

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

Title:
  Tor does not download and install; repeated signature verification
  failed

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

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

[Bug 1897302] [NEW] Apparmor profile prevents Tor Browser from loading libstdc++.so.6 since Tor Browser 10.0 was released

2020-09-25 Thread AsciiWolf
Public bug reported:

The AppArmor profile torbrowser.Browser.firefox prevents Tor Browser
from loading libstdc++.so.6 on Ubuntu 20.04. This results in Tor Browser
failing to start since 10.0 release with the following error being
printed on stdout:

./firefox.real: error while loading shared libraries: libstdc++.so.6:
failed to map segment from shared object

And the following message in the audit logs:

AVC apparmor="DENIED" operation="file_mmap" profile="torbrowser_firefox"
name="/home//.local/share/torbrowser/tbb/x86_64/tor-browser_en-
US/Browser/TorBrowser/Tor/libstdc++/libstdc++.so.6" pid=3883
comm="firefox.real" requested_mask="m" denied_mask="m" fsuid=1000
ouid=1000

This patch from Debian fixes the issue: https://salsa.debian.org/pkg-
privacy-team/torbrowser-
launcher/-/commit/87859bce5779f89b37c4e4be334f7e1670b0a9f3

** Affects: torbrowser-launcher (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: focal

** Description changed:

  The AppArmor profile torbrowser.Browser.firefox prevents Tor Browser
- from loading libstdc++.so.6. This results in Tor Browser failing to
- start since 1.0 release with the following error being printed on
- stdout:
+ from loading libstdc++.so.6 on Ubuntu 20.04. This results in Tor Browser
+ failing to start since 10.0 release with the following error being
+ printed on stdout:
  
  ./firefox.real: error while loading shared libraries: libstdc++.so.6:
  failed to map segment from shared object
  
  And the following message in the audit logs:
  
  AVC apparmor="DENIED" operation="file_mmap" profile="torbrowser_firefox"
  name="/home//.local/share/torbrowser/tbb/x86_64/tor-browser_en-
  US/Browser/TorBrowser/Tor/libstdc++/libstdc++.so.6" pid=3883
  comm="firefox.real" requested_mask="m" denied_mask="m" fsuid=1000
  ouid=1000
  
  This patch from Debian fixes the issue: https://salsa.debian.org/pkg-
  privacy-team/torbrowser-
  launcher/-/commit/87859bce5779f89b37c4e4be334f7e1670b0a9f3

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

Title:
  Apparmor profile prevents Tor Browser from loading libstdc++.so.6
  since Tor Browser 10.0 was released

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

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

[Bug 1896085] Re: [SRU] Backport patch to update Tor Browser Developers public key into Ubuntu 20.04

2020-09-25 Thread AsciiWolf
Oops, sorry for sending the incomplete comment.

Thomas, thanks again for working on this SRU!

As discussed on IRC, this is what should be included in the SRU:
1. The new Tor Browser developer key patch: 
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/72b87f502af0666954d9ae9f51b794d546e1ab6c
 + entry in debian/patches/series
2. The version comparison fix patch: 
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/fa3115fbf6c2d298b12c1ccee8f679c13682c92c
3. AppArmor rules patch to fix libstdc++ issue: 
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/87859bce5779f89b37c4e4be334f7e1670b0a9f3
4. Patch to use /usr/bin/gpg instead of /usr/bin/gpg2 (that is just an alias 
that is not preinstalled on Linux Mint and many Ubuntu flavors) + dependency on 
gnupg (gnupg package is also missing out-of-box in some Ubuntu flavors): 
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/f83349ae954a888a7913ac64c98dbb53a284932f
 and 
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/68908ebd6567fad56642c57d2fb1f75dad6efe4a

Feel free to let me know if you have any issue or question.

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

Title:
  [SRU] Backport patch to update Tor Browser Developers public key into
  Ubuntu 20.04

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

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

[Bug 1896085] Re: [SRU] Backport patch to update Tor Browser Developers public key into Ubuntu 20.04

2020-09-25 Thread AsciiWolf
Thomas, thanks again for working on this SRU!

As discussed on IRC, this is what should be included in the SRU:
1.

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

Title:
  [SRU] Backport patch to update Tor Browser Developers public key into
  Ubuntu 20.04

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

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

[Bug 1896752] Re: Version checking error in torbrowser-launcher since Tor Browser 10.0 was released

2020-09-24 Thread AsciiWolf
Here is a Debian patch that fixes this issue: https://salsa.debian.org
/pkg-privacy-team/torbrowser-
launcher/-/commit/fa3115fbf6c2d298b12c1ccee8f679c13682c92c

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

Title:
  Version checking error in torbrowser-launcher since Tor Browser 10.0
  was released

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

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

[Bug 1896752] Re: Version checking error in torbrowser-launcher since Tor Browser 10.0 was released

2020-09-24 Thread AsciiWolf
vodopad27, I am not sure. The error message this regression is causing
is: "The version of Tor Browser you have installed is earlier than it
should be, which could be a sign of an attack!"

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

Title:
  Version checking error in torbrowser-launcher since Tor Browser 10.0
  was released

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

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

[Bug 1896085] Re: [SRU] Backport patch to update Tor Browser Developers public key into Ubuntu 20.04

2020-09-24 Thread AsciiWolf
Thanks Thomas for reviewing this SRU. I have updated the regression
potential, please let me know if it is ok now.

** Description changed:

  [Impact]
  The torbrowser-launcher package in Ubuntu 20.04 does not work *at all* on new 
installations (see bug #1856895), because of a Tor Browser Developers public 
key change (old key is not valid anymore) that causes Tor Browser archive 
downloaded by torbrowser-launcher when being launched for a first time to fail 
verification. The included debdiff contains patch with a new key from latest 
package version (that is in Debian Testing and Ubuntu Groovy) and makes the 
torbrowser-launcher work again.
  
  [Test Case]
  1. Use a clean, fully updated Ubuntu 20.04 system where torbrowser-launcher 
was not previously installed/configured.
  2. Install the "torbrowser-launcher" package.
  3. Run "Tor Browser" from a desktop menu (or "torbrowser-launcher" from 
terminal).
  4. Wait for the Tor Browser archive to finish downloading, verifying and 
unpacking.
  
  [Regression Potential]
- There should be none. This debdiff adds just the one patch mentioned above. 
As mentioned, the developer key is used only when torbrowser-launcher is 
launched for a first time - to verify Tor Browser archive that is downloaded 
and unpacked (into user's home) by torbrowser-launcher. torbrowser updates are 
then handled by torbrowser itself, not by torbrowser-launcher. Subsequent Tor 
Browser updates are handled by Tor Browser itself, not by torbrowser-launcher 
and work fine even if the developer key shipped with torbrowser-launcher is 
incorrect.
+ This debdiff adds just the one patch mentioned above. As mentioned, the 
developer key is used only when torbrowser-launcher is launched for a first 
time - to verify Tor Browser archive that is downloaded and unpacked (into 
user's home) by torbrowser-launcher. torbrowser updates are then handled by 
torbrowser itself, not by torbrowser-launcher. Subsequent Tor Browser updates 
are handled by Tor Browser itself, not by torbrowser-launcher and work fine 
even if the developer key shipped with torbrowser-launcher is incorrect. I am 
not aware of any regression this change could cause.

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

Title:
  [SRU] Backport patch to update Tor Browser Developers public key into
  Ubuntu 20.04

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

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

[Bug 1896085] Re: [SRU] Backport patch to update Tor Browser Developers public key into Ubuntu 20.04

2020-09-24 Thread AsciiWolf
Anyway, I will rewrite it once more after the second patch (see bug
#1896752) is added.

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

Title:
  [SRU] Backport patch to update Tor Browser Developers public key into
  Ubuntu 20.04

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

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

[Bug 1896752] [NEW] Version checking error in torbrowser-launcher since Tor Browser 10.0 was released

2020-09-23 Thread AsciiWolf
Public bug reported:

torbrowser-launcher does not work anymore since yesterday Tor Browser
10.0 release. There is already a simple fix available as a PR in the
upstream GitHub repository: https://github.com/micahflee/torbrowser-
launcher/pull/499

I will fix this in Focal as part of the #1896085 SRU, however it will
also need to be fixed in Groovy.

** Affects: torbrowser-launcher (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: focal groovy

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

Title:
  Version checking error in torbrowser-launcher since Tor Browser 10.0
  was released

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

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

[Bug 1896085] Re: [SRU] Backport patch to update Tor Browser Developers public key into Ubuntu 20.04

2020-09-23 Thread AsciiWolf
Since yesterday release of Tor Browser 10.0, torbrowser-launcher fails
its version checking and needs another simple patch to work properly:
https://github.com/micahflee/torbrowser-launcher/pull/499

I will update this SRU once this is fixed in Debian.

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

Title:
  [SRU] Backport patch to update Tor Browser Developers public key into
  Ubuntu 20.04

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

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

[Bug 1896085] Re: [SRU] Backport patch to update Tor Browser Developers public key into Ubuntu 20.04

2020-09-17 Thread AsciiWolf
Here is the patch file included in the debdiff: https://salsa.debian.org
/pkg-privacy-team/torbrowser-
launcher/-/blob/72b87f502af0666954d9ae9f51b794d546e1ab6c/debian/patches/0028
-Update-Tor-Browser-Developers-public-key-481.patch

The same patch file is already included in the torbrowser-launcher
source package in Ubuntu Groovy.

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

Title:
  [SRU] Backport patch to update Tor Browser Developers public key into
  Ubuntu 20.04

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

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

[Bug 1896085] Re: [SRU] Backport patch to update Tor Browser Developers public key into Ubuntu 20.04

2020-09-17 Thread AsciiWolf
** Description changed:

  [Impact]
  The torbrowser-launcher package in Ubuntu 20.04 does not work *at all* on new 
installations (see bug #1856895), because of a Tor Browser Developers public 
key change (old key is not valid anymore) that causes Tor Browser archive 
downloaded by torbrowser-launcher when being launched for a first time to fail 
verification. The included debdiff contains patch with a new key from latest 
package version (that is in Debian Testing and Ubuntu Groovy) and makes the 
torbrowser-launcher work again.
  
  [Test Case]
  1. Use a clean, fully updated Ubuntu 20.04 system where torbrowser-launcher 
was not previously installed/configured.
  2. Install the "torbrowser-launcher" package.
  3. Run "Tor Browser" from a desktop menu (or "torbrowser-launcher" from 
terminal).
  4. Wait for the Tor Browser archive to finish downloading, verifying and 
unpacking.
  
  [Regression Potential]
- None. This debdiff adds just the one patch mentioned above.
+ There should be none. This debdiff adds just the one patch mentioned above. 
As mentioned, the developer key is used only when torbrowser-launcher is 
launched for a first time - to verify Tor Browser archive that is downloaded 
and unpacked (into user's home) by torbrowser-launcher. torbrowser updates are 
then handled by torbrowser itself, not by torbrowser-launcher. Subsequent Tor 
Browser updates are handled by Tor Browser itself, not by torbrowser-launcher 
and work fine even if the developer key shipped with torbrowser-launcher is 
incorrect.

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

Title:
  [SRU] Backport patch to update Tor Browser Developers public key into
  Ubuntu 20.04

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

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

[Bug 1896085] [NEW] [SRU] Backport patch to update Tor Browser Developers public key into Ubuntu 20.04

2020-09-17 Thread AsciiWolf
Public bug reported:

[Impact]
The torbrowser-launcher package in Ubuntu 20.04 does not work *at all* on new 
installations (see bug #1856895), because of a Tor Browser Developers public 
key change (old key is not valid anymore) that causes Tor Browser archive 
downloaded by torbrowser-launcher when being launched for a first time to fail 
verification. The included debdiff contains patch with a new key from latest 
package version (that is in Debian Testing and Ubuntu Groovy) and makes the 
torbrowser-launcher work again.

[Test Case]
1. Use a clean, fully updated Ubuntu 20.04 system where torbrowser-launcher was 
not previously installed/configured.
2. Install the "torbrowser-launcher" package.
3. Run "Tor Browser" from a desktop menu (or "torbrowser-launcher" from 
terminal).
4. Wait for the Tor Browser archive to finish downloading, verifying and 
unpacking.

[Regression Potential]
None. This debdiff adds just the one patch mentioned above.

** Affects: torbrowser-launcher (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "torbrowser-launcher_0.3.2-9ubuntu1.debdiff"
   
https://bugs.launchpad.net/bugs/1896085/+attachment/5411694/+files/torbrowser-launcher_0.3.2-9ubuntu1.debdiff

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

Title:
  [SRU] Backport patch to update Tor Browser Developers public key into
  Ubuntu 20.04

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

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

[Bug 1856895] Re: Tor does not download and install; repeated signature verification failed

2020-09-17 Thread AsciiWolf
I have prepared a SRU for Ubuntu 20.04:
https://bugs.launchpad.net/ubuntu/+source/torbrowser-
launcher/+bug/1896085

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

Title:
  Tor does not download and install; repeated signature verification
  failed

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

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

[Bug 1895674] Re: Sync openrazer 2.8.0+dfsg-1 (universe) from Debian unstable (main)

2020-09-15 Thread AsciiWolf
By the way, it would be great to update the openrazer version not only
in current Ubuntu release, but also in Focal. Since that is the LTS
release used by most regular users and newer openrazer brings support
for many new Razor hardware devices, for example the current generation
of DeathAdder Essential/Elite mice.

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

Title:
  Sync openrazer 2.8.0+dfsg-1 (universe) from Debian unstable (main)

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

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

[Bug 1895674] [NEW] Sync openrazer 2.8.0+dfsg-1 (universe) from Debian unstable (main)

2020-09-15 Thread AsciiWolf
Public bug reported:

Please sync openrazer 2.8.0+dfsg-1 (universe) from Debian unstable
(main).

Changelog entries since current focal/groovy version 2.5.0+dfsg-
1ubuntu2:

openrazer (2.8.0+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version: 4.5.0 (no changes needed).

 -- Dylan Aïssi   Mon, 04 May 2020 07:58:47 +0200

openrazer (2.7.0+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version: 4.4.1 (no changes needed).
  * Swicth to debhelper-compat.

 -- Dylan Aïssi   Wed, 15 Jan 2020 07:36:52 +0100

openrazer (2.6.0+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Bump debhelper compat to 12.
  * Remove useless Dep for openrazer-daemon: xdotool.

 -- Dylan Aïssi   Thu, 01 Aug 2019 07:48:53 +0200

openrazer (2.5.0+dfsg-2) unstable; urgency=medium

  * Bump Standards-Version: 4.4.0 (no changes needed).
  * Buster is released, so upload to unstable again.

 -- Dylan Aïssi   Thu, 11 Jul 2019 17:30:26 +0200

** Affects: hundredpapercuts
 Importance: Undecided
 Status: New

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

** Also affects: hundredpapercuts
   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/1895674

Title:
  Sync openrazer 2.8.0+dfsg-1 (universe) from Debian unstable (main)

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

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

[Bug 1856895] Re: Tor does not download and install; repeated signature verification failed

2020-09-09 Thread AsciiWolf
I am not sure whether the focal update does require a SRU. Feel free to
let me know if there is anything I could help with.

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

Title:
  Tor does not download and install; repeated signature verification
  failed

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

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

[Bug 1856895] Re: Tor does not download and install; repeated signature verification failed

2020-09-09 Thread AsciiWolf
Ubuntu MOTU Developers seem to be the Ubuntu package maintainer.
Subscribing.

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

Title:
  Tor does not download and install; repeated signature verification
  failed

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

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

[Bug 1856895] Re: Tor does not download and install; repeated signature verification failed

2020-09-09 Thread AsciiWolf
The Debian package was updated: https://packages.debian.org/sid
/torbrowser-launcher

It will hopefully be soon in groovy. I hope that it will also be
backported into focal.

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

Title:
  Tor does not download and install; repeated signature verification
  failed

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

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

[Bug 1894862] [NEW] "vboxweb.service: Can't open PID file /run/vboxweb.pid (yet?) after start: Operation not permitted" on a clean installation of VirtualBox

2020-09-08 Thread AsciiWolf
Public bug reported:

VirtualBox on Ubuntu 20.04 seems to have the vboxweb.service
automatically enabled after installation even though it is not
configured and working properly. This leads to a systemd being in
"degraded" state with "vboxweb.service: Can't open PID file
/run/vboxweb.pid (yet?) after start: Operation not permitted" error
being printed in system journal every time the computer boots. Please,
consider disabling the vboxweb.service by default, it is usually used by
headless VirtualBox setups and should not be enabled on a regular
desktop setup anyway.

** Affects: hundredpapercuts
 Importance: Undecided
 Status: New

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


** Tags: focal

** Description changed:

- Virtualbox on Ubuntu 20.04 seems to have the vboxweb.service
+ VirtualBox on Ubuntu 20.04 seems to have the vboxweb.service
  automatically enabled after installation even though it is not
  configured and working properly. This leads to a systemd being in
  "degraded" state with "vboxweb.service: Can't open PID file
  /run/vboxweb.pid (yet?) after start: Operation not permitted" error
  being printed in system journal every time the computer boots. Please,
  consider disabling the vboxweb.service by default, it is usually used by
  headless VirtualBox setups and should not be enabled on a regular
  desktop setup anyway.

** Also affects: hundredpapercuts
   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/1894862

Title:
  "vboxweb.service: Can't open PID file /run/vboxweb.pid (yet?) after
  start: Operation not permitted" on a clean installation of VirtualBox

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

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

[Bug 1856895] Re: Tor does not download and install; repeated signature verification failed

2020-09-07 Thread AsciiWolf
I have also reported this to the Debian package maintainer
(r...@debian.org).

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

Title:
  Tor does not download and install; repeated signature verification
  failed

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

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

[Bug 1856895] Re: Tor does not download and install; repeated signature verification failed

2020-09-07 Thread AsciiWolf
Same issue on latest torbrowser-launcher on Ubuntu 20.04. The "tor-
browser-developers.asc" key has changed (again). Here is a workaround
from upstream ticket: https://github.com/micahflee/torbrowser-
launcher/issues/485#issuecomment-683723668

** Bug watch added: github.com/micahflee/torbrowser-launcher/issues #485
   https://github.com/micahflee/torbrowser-launcher/issues/485

** Tags added: focal

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

Title:
  Tor does not download and install; repeated signature verification
  failed

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

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

[Bug 1856895] Re: Tor does not download and install; repeated signature verification failed

2020-09-07 Thread AsciiWolf
However, this needs to be properly fixed in upstream and in the
Debian/Ubuntu package.

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

Title:
  Tor does not download and install; repeated signature verification
  failed

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

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

[Bug 1886496] Re: SRU the current 3.36.5 stable update

2020-08-07 Thread AsciiWolf
I have tested gnome-boxes_3.36.5-0ubuntu1 (amd64) from focal-proposed on
a fully updated Ubuntu 20.04.1 system and everything seems to work fine.
Thanks!

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

Title:
  SRU the current 3.36.5 stable update

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

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

[Bug 1860671] Re: "Utilities" folder in Shell Overview is not created until Ubuntu Software is opened for a first time

2020-08-07 Thread AsciiWolf
** Also affects: gnome-software (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: snap-store-desktop
   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/1860671

Title:
  "Utilities" folder in Shell Overview is not created until Ubuntu
  Software is opened for a first time

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-store-desktop/+bug/1860671/+subscriptions

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

[Bug 1764156] Re: Make all gnome-session-properties AppStream strings translatable

2020-07-17 Thread AsciiWolf
** Tags added: focal

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

Title:
  Make all gnome-session-properties AppStream strings translatable

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

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

[Bug 1883868] Re: Snapshots do not work

2020-07-17 Thread AsciiWolf
** No longer affects: hundredpapercuts

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

Title:
  Snapshots do not work

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

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

[Bug 1485481] Re: Winetricks package in the ppa:ubuntu-wine/ppa is outdated

2020-07-17 Thread AsciiWolf
The ubuntu-wine/ppa was deprecated.

** Changed in: ubuntu-wine-ppa (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Winetricks package in the ppa:ubuntu-wine/ppa is outdated

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

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

  1   2   3   4   5   6   7   8   9   10   >