-
aura
cal0pteryx, Looks like there are only 2 plugins listed for "flatpak search gajim". The regular package usually contains more
-
cal0pteryx
aura: which one is missing for you, personally?
-
meson
Now that I implemented dynamic audio input source switching for the recording stuff, I've noticed that I always ever had set the output fixed to autoaudiosink for the player widget and no one ever has complained :D
-
fjklp
meson: what kinds of problems might come from that? I don't know what exactly that does.
-
meson
fjklp, just means that it won't respect your setting for the Audio Output Device. However if you haven't changed the default in Gajim, you wouldn't notice.
-
fjklp
honestly, I had never noticed the audio input and audio output device settings
-
meson
I am not so sure about the UI concept regarding the voice messages: Any suggestions? This is the current state:
-
meson
https://share.conversations.im/meeson_/GGwOT6TLvmBZukzO/Screenshot_20240410_155247.png
-
meson
Left volume indicator, recording time and maybe two buttons for pausing and sending.
-
meson
Maybe the popup menu isn't the best idea though.
-
meson
Also, should the recording be paused when switching chats? Or continue and thee recording button be disabled for other chats as long as the recording is running? I would probably go with the first approach.✎ -
meson
Also, should the recording be paused when switching chats? Or continue and the recording button be disabled for other chats as long as the recording is running? I would probably go with the first approach. ✏
-
Rebeld
Hi ppl. How can I change the app which opens images received here on Gajim? Gajim is opening the images with ImageMagick, but I would like to open the images (*.jpg, etc), with other app.
-
meson
Rebeld: KDE Plasma?
-
meson
https://dev.gajim.org/gajim/gajim/-/wikis/help/gajimfaq#gajim-opens-folderfiles-with-the-wrong-application-linux Fixed in Plasma 6.
-
cal0pteryx
meson: nice, finally a fix :D
-
Rebeld
meson: I don't have a problem with the operating system. This is a Gajim issue. And no, I don't use KDE.
-
meson
In case of Plasma it was an DE/GTK issue.
-
cal0pteryx
meson: I would go with the popover. And approach one: only record while the chat is focused.
-
Rebeld
meson: I don't even use desktop environments.
-
Rebeld
So, how can this issue be solved?
-
cal0pteryx
meson: I'd like to play a bit regarding the gui. Could you update your MR once it's halfway done? :)
-
meson
> nice, finally a fix :D cal0pteryx: Also Plasmas's DND issue with GTK apps is fixxed in the upcoming v6.0.4
-
cal0pteryx
Nice
-
meson
cal0pteryx: sure, tomorrow I will push changes
-
cal0pteryx
Rebeld: did you do what's suggested in the wiki?
-
cal0pteryx
meson: perfect
-
Rebeld
cal0pteryx: What wiki, and what is suggested in the wiki?
-
meson
> https://dev.gajim.org/gajim/gajim/-/wikis/help/gajimfaq#gajim-opens-folderfiles-with-the-wrong-application-linux
-
cal0pteryx
Rebeld: https://dev.gajim.org/gajim/gajim/-/wikis/help/gajimfaq#gajim-opens-folderfiles-with-the-wrong-application-linux Fixed in Plasma 6.
-
meson
I guess my hint to Plasma was a bit misleading.
-
meson
It's a general suggestion in the wiki.
-
Rebeld
cal0pteryx: I already told that I don't use KDE. This is a Gajim issue.
-
Rebeld
cal0pteryx: So there's no solution?
-
cal0pteryx
Did you run the gio mime command?
-
Rebeld
I know how to configure the file mimeapps.list
-
cal0pteryx
Did you or didn't you?
-
Rebeld
And I have this line, on mimeapps.list file: image/jpeg=geeqie.desktop;
-
Rebeld
No, I didn't run that command because I don't have KDE...
-
Rebeld
cal0pteryx: How many more times do I need to tell that I don't run KDE?
-
Rebeld
And why there are no Gajim developers here? Is this normal?
-
cal0pteryx
Gio is not KDE afaik, it's gnome. Gajim is based on gtk
-
meson
Rebeld: > You can use the gio mime command to verify that the default registered application has been set correctly: `gio mime image/jpeg` https://help.gnome.org/admin/system-admin-guide/stable/mime-types-application-user.html.en
-
Rebeld
I don't run GNOME either...
-
cal0pteryx
So far this worked on every DE where people had problems with wrong mime type associations.
-
lovetox
Rebeld, linux distribution follow no particular standard for mime file lists
-
lovetox
there are multiple locations where each distribution stores this stuff
-
lovetox
this is a typical linux clusterfuck, if your mimelist file is correct then this simply means GTK is not looking at it
-
lovetox
your only option is to adapt the config where GTK is look at
-
lovetox
and gio is the tool that modifies it in the place where gtk looks
-
lovetox
you can run this now and potentially solve your problem, then investigate who is to blame your distribution or the GTK developers
-
lovetox
but its definitly not Gajim, because, no we dont implement searching for mimelists on 27 distributions and X platforms
-
lovetox
this is the job of a framework like gio✎ -
lovetox
this is the job of a framework like gio, which we use ✏