But when building an app with clickable, parts of the output are:
...
App config value qt_version: 5.12
...
QT_VERSION="5.12"
...
I don't get this. 
But when building an app with clickable, parts of the output are:
...
App config value qt_version: 5.12
...
QT_VERSION="5.12"
...
I don't get this. 
On Fairphone 4 i also have to do a: sudo chmod 666 /var/run/docker.sock and according to https://clickable-ut.dev/en/latest/install.html sudo snap connect clickable:ssh-keys and sudo snap connect clickable:etc-gitconfig are needed after installing clickable, too.
P.S.: *.click package compilation works 
This is gone with the new 24.04-1.1 update and voLTE support.
@ikoz When looking through the Lomiri Weblate project i see that translation for Lomiri System Settings (Security/Privacy) is currently blocked due to maintenance.
@gpatel-fr I know, i once had an account and logged in through github, but i never used it and wanted to get rid of unused accounts before i lose overview.
This does not happen when streaming over bluetooth.
I know this is not the correct and wanted way to report bugs, but i have no gitlab account. Maybe someone will do me a favor and link this page to the gitlab bug tracker.
I have marked the problematic things in yellow.








Ok, this seems to be a new feature of the 24.04-1.0 release. This seems to be desired by others, but hinders function of my equalizer app. An option to disable/enable this behavior in the system settings would be nice.
Interestingly this does not happen, when moving the sink inputs with e.g.: pactl list short sink-inputs | awk '{print $1}' | xargs -I {} pacmd move-sink-input {} equalizer and back with pactl list short sink-inputs | awk '{print $1}' | xargs -I {} pacmd move-sink-input {} sink.primary_output.
But to implement this function into my app and consider all the different eventualities will be very complicated, i think. Changing the default sink is much easier.
When creating a null sink with e.g.: pactl load-module module-null-sink sink_name=equalizer and changing the default sink to this sink with: pacmd set-default-sink equalizer music keeps on playing. But when setting back to the standard sink with: pacmd set-default-sink sink.primary_output the music player pauses and the media-hub log says: media-hub: Pausing Player with key: 1, resuming after phone call? no.
The standard and only qt_version settable in clickable.yaml is still 5.12...shouldn't this be 5.15 for the new noble system?
Hello @ all,
i'm working on an equalizer app for UT (https://github.com/bigbrotherisstillwatching/utEqualizer). I recently updated to Noble and now playback of e.g. the music-player pauses when i deactivate the equalizer by setting the default sink back to sink.primary_output. This does not happen, when activating the equalizer by setting the default sink to the created equalizer-sink, playback just continues.
Does anyone know, what the problem is and IF or HOW i can make it work like before on Focal (?); because it didn't happen there. Is this because of changes in pulseaudio or media-hub or a bug or something else?
Help appreciated!
Greetings bbiw
@ikoz I think i have found the solution. After allowing outgoing traffic to 188.166.175.79 port 5001 the notifications seem to work. lsof, netstat and a little bit more googling helped me. After disabling ufw; lsof and netstat were showing the IP and port after a notification came in. Port 443 is needed, too. Unfortunately logging with ufw does not work, but who cares, i didn't need it. Thanks for pushing me into the right direction, this warning app could save a life. 
Hello all,
i've installed an app that warns me e.g. in the case of fire. It was removed from the OpenStore, but it's source code can be found here: https://github.com/S60W79/warnapp-deutschland or https://gitlab.com/S60W79/warnapp-deutschland.
The problem is i've activated ufw and because of that i don't receive the push notifications.
Does anyone know which port to open for this or a way to find out which port is used or which firewall rule to set?
Thanks all!
@wynn1212 You're the best
. TBH i was hoping you would do it, because you faced the same problem. Maybe there will be a real solution soon
.
@ikoz I use the Label component somewhere else in the app and the scaling problem persists. The text is still very large on TV.
@kugiigi I've used units.gu() before, but didn't know or forgot the meaning of it. This maybe a good hint, i will try this. Thank you.
As for the header i've found another solution:
Set font.pointSize to hdrrec.height/3, this way the relation stays the same. Maybe i will use this relation thing for other texts the problem still persists, because Text components for which I didn't set a size has no scaling problem. E.g. setting font.pointSize to txt1.font.pointSize*2 or i will try with the grid units like mentioned above.
I will write again in the event of further problems.
@kugiigi I think i've logged into gitlab via my github account. Why shouldn't this be simply possible in the future? Maybe you're right, i don't know. Another reason for me to remove the account was that i have so many accounts on the internet and don't want to lose overview. Perhaps I will try to open one again.