Re: F36 kernel (packaging) problems?

2022-05-26 Thread John Pilkington

On 26/05/2022 07:56, Adrian Sevcenco wrote:

Hi! I have a very strange situation after i updated my system to fedora 36:
the new 5.17.9-300.fc36.x86_64 does not boot or at least cannot start my 
monitor (i get on the monitor "no signal received")

while the identical fedora 35 one worrks 5.17.9-200.fc35.x86_64

having an nvidia card, i checked that i have kmods for both kernels
root@hal: entries # rpm -qa | grep kmod-nvidia
akmod-nvidia-515.43.04-1.fc36.x86_64
kmod-nvidia-5.17.9-200.fc35.x86_64-515.43.04-1.fc36.x86_64
kmod-nvidia-5.17.9-300.fc36.x86_64-515.43.04-1.fc36.x86_64

and my GRUB_CMD_LINE looks like this:
GRUB_CMDLINE_LINUX="acpi_osi='Windows 2013' acpi_enforce_resources=lax 
iommu=soft iomem=relaxed quiet mitigations=off libahci.ignore_sss=1 
root=/dev/md1 rootfstype=ext4 selinux=0 rd.plymouth=0 plymouth.enable=0 
rd.auto rd.md=1 rd.dm=1 rd.lvm=0 rd.luks=0 rd.vconsole.font=ter-v32n 
KEYTABLE=us LANG=en_US.UTF-8 rd.driver.blacklist=nouveau 
modprobe.blacklist=nouveau"


any idea why f36 kernel would not work and how can i troubleshoot this?

Thanks a lot!
Adrian


There was a similar thread earlier this month.  Try depmod, or dnf 
reinstall the nvidia packages.


John P
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Frequent Crashes with Puddletag

2022-05-26 Thread stan via users
On Wed, 25 May 2022 20:20:37 -0500
"Steven P. Ulrick"  wrote:

> Anyway, here is the output from the terminal:
> 
> qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence:
> 20209, resource id: 14681426, major code: 40 (TranslateCoords), minor
> code: 0 qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow),
> sequence: 43350, resource id: 14681466, major code: 40
> (TranslateCoords), minor code: 0 Traceback (most recent call last):
>    File "/usr/lib/python3.10/site-packages/puddlestuff/tagmodel.py", 
> line 2483, in wheelEvent
>      h.setValue(h.value() - numsteps)
> TypeError: setValue(self, int): argument 1 has unexpected type 'float'
> Traceback (most recent call last):
>    File "/usr/lib/python3.10/site-packages/puddlestuff/tagmodel.py", 
> line 2483, in wheelEvent
>      h.setValue(h.value() - numsteps)
> TypeError: setValue(self, int): argument 1 has unexpected type 'float'
> 
> Yes, it does appear to be the same issue that was reported on
> Bugzilla. I have added my comment to that bug, along with the above
> quoted output.
> 
> Still, if anyone has any ideas, I'm all ears. I have attempted to 
> install puddletag from GIT. It installs fine, but it won't run... But 
> that is a subject for another thread. I hesitate to bring that here, 
> until I have that same issue with other Python based applications on 
> Fedora 36.

So, the problem is in this function,

def wheelEvent(self, e):
h = self.horizontalScrollBar()
if not self.verticalScrollBar().isVisible() and h.isVisible():
numsteps = e.angleDelta().y() / 5
h.setValue(h.value() - numsteps)   <  here
e.accept()
else:
QTableView.wheelEvent(self, e)

in the class
class TagTable(QTableView):

which inherits from the class QTableView in PyQt5.QtWidgets.

All that is to say, if my analysis is correct, that the problem is
probably in PyQt5.QtWidgets QTableView where the horizontalScrollBar
function is defined.  It probably has an error in the value function,
defaulting to a float instead of an int.  I looked for the package with
this function to follow up, but a quick search didn't find it.  Qt5 is
huge!  And I was in a hurry.

You might put this in the bugzilla, or ask if you can move it over to
PyQt5. python3-qt5?  qt5-???
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Dropbox and Fedora 36

2022-05-26 Thread Terry Polzin
Dropbox seems to get stuck "connecting" starting on login or any manual
start.

How do I diagnose this?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Dropbox and Fedora 36

2022-05-26 Thread Alex

What are you using to connect to Dropbox?

On 5/26/22 17:07, Terry Polzin wrote:
Dropbox seems to get stuck "connecting" starting on login or any 
manual start.


How do I diagnose this?

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Dropbox and Fedora 36

2022-05-26 Thread Terry Polzin
My desktop is XFCE. I have the nautilus rpm from dropbox installed.   Icon
in the XFCE panel displays connecting... (greyed out)

On Thu, May 26, 2022 at 12:06 PM Alex  wrote:

> What are you using to connect to Dropbox?
>
> On 5/26/22 17:07, Terry Polzin wrote:
> > Dropbox seems to get stuck "connecting" starting on login or any
> > manual start.
> >
> > How do I diagnose this?
> >
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> > Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Dropbox and Fedora 36

2022-05-26 Thread Alex
You could try filling a issue at their Github repo 
(https://github.com/dropbox/nautilus-dropbox).


On 5/26/22 18:10, Terry Polzin wrote:
My desktop is XFCE. I have the nautilus rpm from dropbox installed.  
 Icon in the XFCE panel displays connecting... (greyed out)


On Thu, May 26, 2022 at 12:06 PM Alex  wrote:

What are you using to connect to Dropbox?

On 5/26/22 17:07, Terry Polzin wrote:
> Dropbox seems to get stuck "connecting" starting on login or any
> manual start.
>
> How do I diagnose this?
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
https://pagure.io/fedora-infrastructure
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it:
https://pagure.io/fedora-infrastructure


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Frequent Crashes with Puddletag

2022-05-26 Thread Roger Heflin
I would hope since value/setValue are forward/reverse functions that they
are consistent (both int).  But you never know.

On the other hand numsteps is not defined as int or a float, and I don't
know what that means in this language but int/5 can be whole number or a
float and I don't know what this language does.

C/C++ would always take int/5 == another int, but int/5.0 will be promoted
to a float, and languages without those sort of type rules may be vague
about what type numsteps is defined as and ends up as.

In c/c++ this code would work to convert the result to an int, no matter
which of the 2 values is not an int.

h.setValue((int)(h.value() - numsteps))

In some other languages it might be necessary to use a function int(
h.value() - numsteps) to convert it.




On Thu, May 26, 2022 at 8:18 AM stan via users <
users@lists.fedoraproject.org> wrote:

> On Wed, 25 May 2022 20:20:37 -0500
> "Steven P. Ulrick"  wrote:
>
> > Anyway, here is the output from the terminal:
> >
> > qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence:
> > 20209, resource id: 14681426, major code: 40 (TranslateCoords), minor
> > code: 0 qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow),
> > sequence: 43350, resource id: 14681466, major code: 40
> > (TranslateCoords), minor code: 0 Traceback (most recent call last):
> >File "/usr/lib/python3.10/site-packages/puddlestuff/tagmodel.py",
> > line 2483, in wheelEvent
> >  h.setValue(h.value() - numsteps)
> > TypeError: setValue(self, int): argument 1 has unexpected type 'float'
> > Traceback (most recent call last):
> >File "/usr/lib/python3.10/site-packages/puddlestuff/tagmodel.py",
> > line 2483, in wheelEvent
> >  h.setValue(h.value() - numsteps)
> > TypeError: setValue(self, int): argument 1 has unexpected type 'float'
> >
> > Yes, it does appear to be the same issue that was reported on
> > Bugzilla. I have added my comment to that bug, along with the above
> > quoted output.
> >
> > Still, if anyone has any ideas, I'm all ears. I have attempted to
> > install puddletag from GIT. It installs fine, but it won't run... But
> > that is a subject for another thread. I hesitate to bring that here,
> > until I have that same issue with other Python based applications on
> > Fedora 36.
>
> So, the problem is in this function,
>
> def wheelEvent(self, e):
> h = self.horizontalScrollBar()
> if not self.verticalScrollBar().isVisible() and h.isVisible():
> numsteps = e.angleDelta().y() / 5
> h.setValue(h.value() - numsteps)   <  here
> e.accept()
> else:
> QTableView.wheelEvent(self, e)
>
> in the class
> class TagTable(QTableView):
>
> which inherits from the class QTableView in PyQt5.QtWidgets.
>
> All that is to say, if my analysis is correct, that the problem is
> probably in PyQt5.QtWidgets QTableView where the horizontalScrollBar
> function is defined.  It probably has an error in the value function,
> defaulting to a float instead of an int.  I looked for the package with
> this function to follow up, but a quick search didn't find it.  Qt5 is
> huge!  And I was in a hurry.
>
> You might put this in the bugzilla, or ask if you can move it over to
> PyQt5. python3-qt5?  qt5-???
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Dropbox and Fedora 36

2022-05-26 Thread Alex
If you want to try debugging there are binary log files at 
~/.dropbox/logs/ (don't know how you are supposed to read these, sorry, 
not that knowledgeable about Linux) and there's also the command dropbox 
status.


On 5/26/22 18:25, Alex wrote:
You could try filling a issue at their Github repo 
(https://github.com/dropbox/nautilus-dropbox).


On 5/26/22 18:10, Terry Polzin wrote:
My desktop is XFCE. I have the nautilus rpm from dropbox installed.  
 Icon in the XFCE panel displays connecting... (greyed out)


On Thu, May 26, 2022 at 12:06 PM Alex  wrote:

    What are you using to connect to Dropbox?

    On 5/26/22 17:07, Terry Polzin wrote:
    > Dropbox seems to get stuck "connecting" starting on login or any
    > manual start.
    >
    > How do I diagnose this?
    >
    > ___
    > users mailing list -- users@lists.fedoraproject.org
    > To unsubscribe send an email to 
users-le...@lists.fedoraproject.org

    > Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
    > List Guidelines:
    https://fedoraproject.org/wiki/Mailing_list_guidelines
    > List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
    > Do not reply to spam on the list, report it:
    https://pagure.io/fedora-infrastructure
    ___
    users mailing list -- users@lists.fedoraproject.org
    To unsubscribe send an email to users-le...@lists.fedoraproject.org
    Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
    List Guidelines:
    https://fedoraproject.org/wiki/Mailing_list_guidelines
    List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
    Do not reply to spam on the list, report it:
    https://pagure.io/fedora-infrastructure


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Frequent Crashes with Puddletag

2022-05-26 Thread Samuel Sieb

On 5/26/22 06:18, stan via users wrote:

So, the problem is in this function,

 def wheelEvent(self, e):
 h = self.horizontalScrollBar()
 if not self.verticalScrollBar().isVisible() and h.isVisible():
 numsteps = e.angleDelta().y() / 5


Python3 changed the default for division.  Python2 would always give you 
an integer result from dividing integers, but Python3 will give you a 
float if the numbers are not evenly divisible.  The simplest fix would 
be to change the "/" to a "//" (integer division).



 h.setValue(h.value() - numsteps)   <  here
 e.accept()
 else:
 QTableView.wheelEvent(self, e)

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure