Bug#1017535: manuskript: Manuskript does not start, python error

2022-09-19 Thread Miriam Ruiz
Hi,

I've just uploaded Manuskript 0.14.0 to unstable right now. I think
that this release might fix this bug. Please tell me if it does
when/if you're able to try it.

Lots of thanks,
Miriam


El lun, 29 ago 2022 a las 15:54, Jason () escribió:
>
> Package: manuskript
> Version: 0.12.0-1
> Followup-For: Bug #1017535
>
> Dear Maintainer,
>
>* What led up to the situation?
>Tried starting manuskript after not having started it for months and
>a few system upgrades of unstable.
>
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
>All I did was try to start the app and when that didn't work, then I
>updated my system again to see if the issue was corrected with an
>up to date system.
>
>* What was the outcome of this action?
>The same error happened again.
>
>* What outcome did you expect instead?
>Was hoping the issue would be resolved with an up to date unstable
>system.
>
>
> -- System Information:
> Debian Release: bookworm/sid
>   APT prefers oldoldstable
>   APT policy: (500, 'oldoldstable'), (500, 'unstable')
> merged-usr: no
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 5.18.0-4-amd64 (SMP w/4 CPU threads; PREEMPT)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not 
> set
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
>
> Versions of packages manuskript depends on:
> ii  libqt5svg5  5.15.4-2
> ii  python3 3.10.6-1
> ii  python3-enchant 3.2.2-1
> ii  python3-lxml4.9.1-1+b1
> ii  python3-markdown3.4.1-1
> ii  python3-pyqt5   5.15.7+dfsg-1
> ii  python3-pyqt5.qtwebkit  5.15.7+dfsg-1
> ii  zlib1g  1:1.2.11.dfsg-4.1
>
> Versions of packages manuskript recommends:
> ii  pandoc  2.17.1.1-1
>
> Versions of packages manuskript suggests:
> pn  texlive-latex-recommended  
>
> -- no debconf information
>
> What happens:
> $ manuskript
> CRITICAL> An unhandled exception has occurred!
> Traceback (most recent call last):
>   File "/usr/bin/manuskript", line 30, in 
> main.run()
>   File "/usr/share/manuskript/manuskript/main.py", line 292, in run
> app, MW = prepare(arguments)
>   File "/usr/share/manuskript/manuskript/main.py", line 171, in prepare
> from manuskript.mainWindow import MainWindow
>   File "/usr/share/manuskript/manuskript/mainWindow.py", line 23, in 
> from manuskript.models.worldModel import worldModel
>   File "/usr/share/manuskript/manuskript/models/worldModel.py", line 11, in 
> 
> from manuskript.ui import style as S
>   File "/usr/share/manuskript/manuskript/ui/style.py", line 36, in 
> highlightLight = F.mixColors(highlight, window, .3)
>   File "/usr/share/manuskript/manuskript/functions/__init__.py", line 197, in 
> mixColors
> return QColor(r, g, b) if not fromString else QColor(r, g, b).name()
> TypeError: arguments did not match any overloaded call:
>   QColor(Qt.GlobalColor): argument 1 has unexpected type 'float'
>   QColor(int): argument 1 has unexpected type 'float'
>   QColor(QRgba64): argument 1 has unexpected type 'float'
>   QColor(Any): too many arguments
>   QColor(): too many arguments
>   QColor(int, int, int, alpha: int = 255): argument 1 has unexpected type 
> 'float'
>   QColor(str): argument 1 has unexpected type 'float'
>   QColor(Union[QColor, Qt.GlobalColor, QGradient]): argument 1 has unexpected 
> type 'float'



Bug#1017535: manuskript: Manuskript does not start, python error

2022-08-29 Thread Jason
Package: manuskript
Version: 0.12.0-1
Followup-For: Bug #1017535

Dear Maintainer,

   * What led up to the situation? 
   Tried starting manuskript after not having started it for months and
   a few system upgrades of unstable.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   All I did was try to start the app and when that didn't work, then I
   updated my system again to see if the issue was corrected with an
   up to date system.

   * What was the outcome of this action?
   The same error happened again.

   * What outcome did you expect instead?
   Was hoping the issue would be resolved with an up to date unstable
   system.


-- System Information:
Debian Release: bookworm/sid
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'unstable')
merged-usr: no
Architecture: amd64 (x86_64)

Kernel: Linux 5.18.0-4-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages manuskript depends on:
ii  libqt5svg5  5.15.4-2
ii  python3 3.10.6-1
ii  python3-enchant 3.2.2-1
ii  python3-lxml4.9.1-1+b1
ii  python3-markdown3.4.1-1
ii  python3-pyqt5   5.15.7+dfsg-1
ii  python3-pyqt5.qtwebkit  5.15.7+dfsg-1
ii  zlib1g  1:1.2.11.dfsg-4.1

Versions of packages manuskript recommends:
ii  pandoc  2.17.1.1-1

Versions of packages manuskript suggests:
pn  texlive-latex-recommended  

-- no debconf information

What happens:
$ manuskript
CRITICAL> An unhandled exception has occurred!
Traceback (most recent call last):
  File "/usr/bin/manuskript", line 30, in 
main.run()
  File "/usr/share/manuskript/manuskript/main.py", line 292, in run
app, MW = prepare(arguments)
  File "/usr/share/manuskript/manuskript/main.py", line 171, in prepare
from manuskript.mainWindow import MainWindow
  File "/usr/share/manuskript/manuskript/mainWindow.py", line 23, in 
from manuskript.models.worldModel import worldModel
  File "/usr/share/manuskript/manuskript/models/worldModel.py", line 11, in 

from manuskript.ui import style as S
  File "/usr/share/manuskript/manuskript/ui/style.py", line 36, in 
highlightLight = F.mixColors(highlight, window, .3)
  File "/usr/share/manuskript/manuskript/functions/__init__.py", line 197, in 
mixColors
return QColor(r, g, b) if not fromString else QColor(r, g, b).name()
TypeError: arguments did not match any overloaded call:
  QColor(Qt.GlobalColor): argument 1 has unexpected type 'float'
  QColor(int): argument 1 has unexpected type 'float'
  QColor(QRgba64): argument 1 has unexpected type 'float'
  QColor(Any): too many arguments
  QColor(): too many arguments
  QColor(int, int, int, alpha: int = 255): argument 1 has unexpected type 
'float'
  QColor(str): argument 1 has unexpected type 'float'
  QColor(Union[QColor, Qt.GlobalColor, QGradient]): argument 1 has unexpected 
type 'float'