Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot switch profile using the profile dropdown #687

Open
waldner opened this issue Oct 12, 2024 · 9 comments
Open

Cannot switch profile using the profile dropdown #687

waldner opened this issue Oct 12, 2024 · 9 comments
Labels

Comments

@waldner
Copy link

waldner commented Oct 12, 2024

Describe the bug

Choosing a profile from the "select profile" dropdown menu does nothing. The currently displayed profile does not change.
To force a profile change, I have to open configuration -> profiles -> manually enter the desired profile path in the "current path" textbox -> ok.

If I run the app from the command line, this is shown upon startup:

qt.core.qmetaobject.connectslotsbyname: QMetaObject::connectSlotsByName: No matching signal for on_profileBox_currentIndexChanged(QString)

which might have something to do with the issue, although I'm not sure how to interpret that. But this is also reported here #581 and it's not clear to me whether it's the same problem.

Desktop (please complete the following information):

  • OS/Distribution: Archlinux
  • Version 1.4.0
@waldner waldner added the bug label Oct 12, 2024
@principis
Copy link
Contributor

Fixed in #681.

@LandiLorenzo
Copy link

Hi,
I just fall down into the same problem today, I'm a new user. I'm not sure, is this fixed? cause I have the same problem and I ended up build from source with qmake from qt5.

thanks, cheers.

Desktop (please complete the following information):

OS/Distribution: Fedora 40
Version 1.4.0

@principis
Copy link
Contributor

Hi,
I just fall down into the same problem today, I'm a new user. I'm not sure, is this fixed? cause I have the same problem and I ended up build from source with qmake from qt5.

thanks, cheers.

Desktop (please complete the following information):

OS/Distribution: Fedora 40
Version 1.4.0

I backported the fixes in Fedora 41, but not Fedora 40. I can backport them to Fedora 40 if you wish, but I would rather encourage users to upgrade.

@LandiLorenzo
Copy link

thanks for let me know, It's ok for me to not use fixed version since I built with qt5. I'll upgrade to fedora 41 on the next month, and eventually I'll upgrade to the dnf version. Unfortunately I cannot afford fedora 41 since I have 1Mb network :).

@hershellayton95
Copy link

hershellayton95 commented Nov 28, 2024

Hi,
I'm an Arch user and I have the same issue.

I've used pacman and aur

OS: EndeavourOS
kernel: 6.12.1-arch1-1

@principis
Copy link
Contributor

Hi, I'm an Arch user and I have the same issue.

I've used pacman and aur

OS: EndeavourOS kernel: 6.12.1-arch1-1

It's a packaging issue. Raise this with the package maintainer.

This issue is fixed in #681.

@eworm-de
Copy link
Contributor

eworm-de commented Dec 3, 2024

The absence of a release is a packaging issue? I disagree. 😜
Packaging hundreds of packages makes it impossible to follow each upstream's development close enough.

I will apply this for Arch now, but a proper release every now and then is very welcome.

@waldner
Copy link
Author

waldner commented Dec 4, 2024

Just installed the new version in archlinux and the bug is fixed! Thanks!

@principis
Copy link
Contributor

The absence of a release is a packaging issue? I disagree. 😜 Packaging hundreds of packages makes it impossible to follow each upstream's development close enough.

I will apply this for Arch now, but a proper release every now and then is very welcome.

Agreed, I should've phrased it differently. Backporting patches is also not my favorite thing to do, and quite tedious 😅 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants
@eworm-de @waldner @principis @hershellayton95 @LandiLorenzo and others