[Edubuntu-bugs] [Bug 2016370] [NEW] gramps warns about incomplete GTK installation

2023-04-15 Thread Thomas Piekarski
Public bug reported:

The application gramps is starting with a warning about incomplete GTK 
installation on latest Edubuntu Lunar (20230414.1). It states that translations 
are missing for en_US.
See screenshot for more details.

When starting at the command line there is following message printed:
$ gramps
2023-04-15 10:56:28.488: WARNING: grampsgui.py: line 538: GTK translations 
missing, GUI will be broken, especially for RTL languages!


gramps seems to work and I did not discover anything broken.


Discovered during ISO Testing of
http://cdimage.ubuntu.com/edubuntu/daily-live/20230414.1/lunar-desktop-amd64.iso

** Affects: edubuntu-live (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Screenshot of warning dialog"
   
https://bugs.launchpad.net/bugs/2016370/+attachment/5664213/+files/2023-04-15_12-54-43.jpg

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to edubuntu-live in Ubuntu.
https://bugs.launchpad.net/bugs/2016370

Title:
  gramps warns about incomplete GTK installation

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016370] Re: gramps warns about incomplete GTK installation

2023-04-15 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
https://iso.qa.ubuntu.com/qatracker/reports/bugs/2016370

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to edubuntu-live in Ubuntu.
https://bugs.launchpad.net/bugs/2016370

Title:
  gramps warns about incomplete GTK installation

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016370] Re: gramps warns about incomplete GTK installation

2023-04-15 Thread Erich Eickmeyer
That is merely a warning, not an error, can be safely ignored. In our
testing, the GUI is not actually broken.

** Package changed: edubuntu-live (Ubuntu) => gramps (Ubuntu)

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

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to edubuntu-live in Ubuntu.
https://bugs.launchpad.net/bugs/2016370

Title:
  gramps warns about incomplete GTK installation

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] [NEW] lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'

2023-04-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The application lrfviewer is crashing on latest Edubuntu Lunar (20230414.1).
Discovered during ISO Testing of 
http://cdimage.ubuntu.com/edubuntu/daily-live/20230414.1/lunar-desktop-amd64.iso

Steps to reproduce:

1. Start lrfviewer via menu or via command line without any arguments

Error Message:

QApplication: invalid style override 'Adwaita' passed, ignoring it.
Available styles: Windows, Fusion
Traceback (most recent call last):
  File "/usr/bin/lrfviewer", line 21, in 
sys.exit(main())
 ^^
  File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main.py", line 313, in main
main = file_renderer(stream, opts, logger=logger)
   ^^
  File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main.py", line 264, in 
file_renderer
m = Main(logger, opts, parent=parent)
^
  File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main.py", line 73, in 
__init__
self.setupUi(self)
  File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main_ui.py", line 35, in 
setupUi
self.graphics_view = BookView(parent=self.viewer_page)
 ^
TypeError: BookView.__init__() got an unexpected keyword argument 'parent'

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


** Tags: iso-testing
-- 
lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'
https://bugs.launchpad.net/bugs/2016369
You received this bug notification because you are a member of Edubuntu 
Bugsquad, which is subscribed to calibre in Ubuntu.

___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] [NEW] lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'

2023-04-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The application lrfviewer is crashing on latest Edubuntu Lunar (20230414.1).
Discovered during ISO Testing of 
http://cdimage.ubuntu.com/edubuntu/daily-live/20230414.1/lunar-desktop-amd64.iso

Steps to reproduce:

1. Start lrfviewer via menu or via command line without any arguments

Error Message:

QApplication: invalid style override 'Adwaita' passed, ignoring it.
Available styles: Windows, Fusion
Traceback (most recent call last):
  File "/usr/bin/lrfviewer", line 21, in 
sys.exit(main())
 ^^
  File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main.py", line 313, in main
main = file_renderer(stream, opts, logger=logger)
   ^^
  File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main.py", line 264, in 
file_renderer
m = Main(logger, opts, parent=parent)
^
  File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main.py", line 73, in 
__init__
self.setupUi(self)
  File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main_ui.py", line 35, in 
setupUi
self.graphics_view = BookView(parent=self.viewer_page)
 ^
TypeError: BookView.__init__() got an unexpected keyword argument 'parent'

** Affects: calibre (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: iso-testing
-- 
lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'
https://bugs.launchpad.net/bugs/2016369
You received this bug notification because you are a member of Edubuntu 
Bugsquad, which is subscribed to calibre in Ubuntu.

___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] Re: lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'

2023-04-15 Thread Steve Langasek
Bugs should be filed against Ubuntu packages, not against upstream
projects.

** Project changed: edubuntu => calibre (Ubuntu)

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

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/2016369

Title:
  lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument
  'parent'

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] Re: lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'

2023-04-15 Thread Thomas Piekarski
** Package changed: calibre (Ubuntu) => edubuntu

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/2016369

Title:
  lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument
  'parent'

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] Re: lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'

2023-04-15 Thread Erich Eickmeyer
Thomas, that's also incorrect, you need to file it against the Ubuntu
package since Edubuntu is not a separate distribution from Ubuntu.
Please read the wiki link I posted above.

** Project changed: edubuntu => calibre (Ubuntu)

** Changed in: calibre (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/2016369

Title:
  lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument
  'parent'

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] Package.txt

2023-04-15 Thread Thomas Piekarski
apport information

** Attachment added: "Package.txt"
   
https://bugs.launchpad.net/bugs/2016369/+attachment/5664251/+files/Package.txt

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/2016369

Title:
  lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument
  'parent'

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] Re: lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'

2023-04-15 Thread Thomas Piekarski
apport information

** Tags added: apport-collected lunar wayland-session

** Description changed:

  The application lrfviewer is crashing on latest Edubuntu Lunar (20230414.1).
  Discovered during ISO Testing of 
  
http://cdimage.ubuntu.com/edubuntu/daily-live/20230414.1/lunar-desktop-amd64.iso
  
  Steps to reproduce:
  
  1. Start lrfviewer via menu or via command line without any arguments
  
  Error Message:
  
  QApplication: invalid style override 'Adwaita' passed, ignoring it.
Available styles: Windows, Fusion
  Traceback (most recent call last):
File "/usr/bin/lrfviewer", line 21, in 
  sys.exit(main())
   ^^
File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main.py", line 313, in main
  main = file_renderer(stream, opts, logger=logger)
 ^^
File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main.py", line 264, in 
file_renderer
  m = Main(logger, opts, parent=parent)
  ^
File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main.py", line 73, in 
__init__
  self.setupUi(self)
File "/usr/lib/calibre/calibre/gui2/lrf_renderer/main_ui.py", line 35, in 
setupUi
  self.graphics_view = BookView(parent=self.viewer_page)
   ^
  TypeError: BookView.__init__() got an unexpected keyword argument 'parent'
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.26.1-0ubuntu2
+ Architecture: amd64
+ CasperMD5CheckResult: pass
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 23.04
+ InstallationDate: Installed on 2023-04-15 (0 days ago)
+ InstallationMedia: Edubuntu 23.04 "Lunar Lobster" - Release amd64 Binary-1 
(20230414.1)
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
+ Tags:  lunar wayland-session
+ Uname: Linux 6.2.0-20-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo users
+ _MarkForUpload: True

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

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/2016369

Title:
  lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument
  'parent'

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] ProcEnviron.txt

2023-04-15 Thread Thomas Piekarski
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/2016369/+attachment/5664253/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/2016369

Title:
  lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument
  'parent'

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] Re: lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'

2023-04-15 Thread Thomas Piekarski
> Thomas, that's also incorrect, you need to file it against the Ubuntu
package since Edubuntu is not a separate distribution from Ubuntu.
Please read the wiki link I posted above.

Okay, sorry for the inconvenience.

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/2016369

Title:
  lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument
  'parent'

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] ProcCpuinfoMinimal.txt

2023-04-15 Thread Thomas Piekarski
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/2016369/+attachment/5664252/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/2016369

Title:
  lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument
  'parent'

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] Re: lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'

2023-04-15 Thread Erich Eickmeyer
** Changed in: calibre (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/2016369

Title:
  lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument
  'parent'

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] Re: lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'

2023-04-15 Thread Erich Eickmeyer
This might be resolved with a late sync/FFe from Debian. Investigating.

** Changed in: calibre (Ubuntu)
   Status: New => Triaged

** Changed in: calibre (Ubuntu)
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/2016369

Title:
  lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument
  'parent'

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Edubuntu-bugs] [Bug 2016369] Re: lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument 'parent'

2023-04-15 Thread Erich Eickmeyer
Sadly, upgrading to 6.15.1 from Debian did not fix this bug, which means
there's a problem with the Debian patches or a dependency. Sadly, I
don't think I'm going to be able to fix this.

The issue you are reporting is an upstream one and it would be nice if
somebody having it could send the bug to the upstream distributor by
following the instructions at https://wiki.ubuntu.com/Debian/Bugs. If
you have done so, please tell us the number of the upstream bug (or the
link), so we can add a bugwatch that will inform us about its status.
Thanks in advance.


** Changed in: calibre (Ubuntu)
   Importance: Critical => Medium

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/2016369

Title:
  lrfviewer crashes on Edubuntu Lunar due to unexpected keyword argument
  'parent'

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


___
Mailing list: https://launchpad.net/~edubuntu-bugs
Post to : edubuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~edubuntu-bugs
More help   : https://help.launchpad.net/ListHelp