rafatosta / zapzap

WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine.
GNU General Public License v3.0
44 stars 2 forks source link

ZapZap stoped to work after latest update #195

Closed jannotti-glaucio closed 1 month ago

jannotti-glaucio commented 1 month ago

I installed the latest update today (2024/05/21) and after that the app doesnt not work more. Im using in on Linux Mint 21.3 Cinnamon, kernel 6.5.0, Flatpack 1.12.7

rafatosta commented 1 month ago

I installed the latest update today (2024/05/21) and after that the app doesnt not work more. Im using in on Linux Mint 21.3 Cinnamon, kernel 6.5.0, Flatpack 1.12.7

Please run via terminal and post the output. flatpak run com.rtosta.zapzap

jannotti-glaucio commented 1 month ago

[~]$ flatpak run com.rtosta.zapzap error: runtime/org.kde.Platform/x86_64/6.5 not installed

On Tue, May 21, 2024 at 2:03 PM Rafael Tosta @.***> wrote:

I installed the latest update today (2024/05/21) and after that the app doesnt not work more. Im using in on Linux Mint 21.3 Cinnamon, kernel 6.5.0, Flatpack 1.12.7

Please run via terminal and post the output. flatpak run com.rtosta.zapzap

— Reply to this email directly, view it on GitHub https://github.com/rafatosta/zapzap/issues/195#issuecomment-2123064410, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2T4WN2KSM26GXEXGLK7QYLZDN44VAVCNFSM6AAAAABIB6HEN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRTGA3DINBRGA . You are receiving this because you authored the thread.Message ID: @.***>

rafatosta commented 1 month ago

This is something related to Flatpak and not to Zapzap.

Try flatpak update

Or install manually

flatpak install flathub org.kde.Platform//6.5 org.kde.Sdk//6.5 com.riverbankcomputing.PyQt.BaseApp//6.5

jannotti-glaucio commented 1 month ago

It worked! Thanks

On Tue, May 21, 2024 at 3:02 PM Rafael Tosta @.***> wrote:

This is something related to Flatpak and not to Zapzap.

Try flatpak update

Or install manually

flatpak install flathub org.kde.Platform//6.5 org.kde.Sdk//6.5 com.riverbankcomputing.PyQt.BaseApp//6.5

— Reply to this email directly, view it on GitHub https://github.com/rafatosta/zapzap/issues/195#issuecomment-2123158517, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2T4WN443MZNYZBYXLD5KT3ZDODZZAVCNFSM6AAAAABIB6HEN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRTGE2TQNJRG4 . You are receiving this because you authored the thread.Message ID: @.***>

AxeldeWater commented 1 month ago

@rafatosta Did you move ZapZap to the 6.5 runtime instead of the 6.7 runtime?

rafatosta commented 1 month ago

@rafatosta Did you move ZapZap to the 6.5 runtime instead of the 6.7 runtime?

Why is there a problem with KDE6 when saving and sending files via filechoose.

I'm trying to solve this problem and since version 6.5 works, I decided to downgrade temporarily.

AxeldeWater commented 1 month ago

Ah, that's understandable! Take your time!