rafatosta / zapzap

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

downloading pictures / videos is not possible in OpenSuse Aeon #208

Closed TheRsKing closed 1 week ago

TheRsKing commented 2 weeks ago

grafik if you want to download a media via this toolbar, nothing happens

this message appears in the logs: 'qt.qpa.wayland.textinput: virtual void QtWaylandClient::QWaylandTextInputv3::zwp_text_input_v3_leave(wl_surface*) Got leave event for surface 0x0 focused surface 0x562e3699e710'

rafatosta commented 2 weeks ago

It's working here.

Gravação de tela de 2024-06-24 17-01-04.webm

What is your distro?

TheRsKing commented 2 weeks ago

Hey thanks for the answer opensuse Aeon but Zapzap installed via the flatpak

TheRsKing commented 2 weeks ago

short off topic question, just wanted to see if maybe permissions are missing, why does zapzap need access to all host files

rafatosta commented 2 weeks ago

short off topic question, just wanted to see if maybe permissions are missing, why does zapzap need access to all host files

No. All necessary permissions are activated! You can check in flatseal.

rafatosta commented 2 weeks ago

Hey thanks for the answer opensuse Aeon but Zapzap installed via the flatpak

image

What is the need to use a distro in testing phase? There are distro with the same purpose already released and tested. I am downloading to test in a VM, but I believe something is missing from the disro side.

rafatosta commented 2 weeks ago

Isn't there an ISO file for quick VM installation?

TheRsKing commented 2 weeks ago

Hey thanks for the answer opensuse Aeon but Zapzap installed via the flatpak

image

What is the need to use a distro in testing phase?

There are distro with the same purpose already released and tested.

I am downloading to test in a VM, but I believe something is missing from the disro side.

Although it is in testing, it is the most stable distro I have ever tested. The testing is only there because fde is still pending for the full release. I like it much more then silverblue etc..

TheRsKing commented 2 weeks ago

Isn't there an ISO file for quick VM installation?

Not an iso but since it uses an image based installation you can skip the installer and unzip and use this file (tested and works this way in gnome boxes): http://download.opensuse.org/tumbleweed/appliances/tik-osimage-openSUSE-Aeon.x86_64.raw.xz

TheRsKing commented 2 weeks ago

but I believe something is missing from the disro side.

I doubt that it is a distro problem because the download via right click works

rafatosta commented 2 weeks ago

but I believe something is missing from the disro side.

I doubt that it is a distro problem because the download via right click works

I will try to reproduce. But if there really is a problem, I won't make any "correction", as there is no problem with my code. What's more, it's a distro that hasn't even been released yet. Therefore, it is not ready for use.

TheRsKing commented 2 weeks ago

Just asked in the Aeon matrix chat. Someone has also tested it (in a vm) and it worked there, so Aeon doesn't seem to be the problem. My new guess for the cause of the problem is fractional scaling. I will test this tonight to see if it is true

rafatosta commented 1 week ago

Just asked in the Aeon matrix chat. Someone has also tested it (in a vm) and it worked there, so Aeon doesn't seem to be the problem. My new guess for the cause of the problem is fractional scaling. I will test this tonight to see if it is true

So it's a problem with your installation and not with Zapzap.

TheRsKing commented 1 week ago

okay i have new findings, the problem is independent of aeon (i would have been very surprised). it only occurs when using fractional-scaling in a maximized window. I don't know if zapzap can do anything because it's more of a bug with fractional scaling. thanks for your efforts though