UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. uxes
    U Offline
    • Profile
    • Following 1
    • Followers 1
    • Topics 10
    • Posts 114
    • Groups 0

    uxes

    @uxes

    50
    Reputation
    37
    Profile views
    114
    Posts
    1
    Followers
    1
    Following
    Joined
    Last Online

    uxes Unfollow Follow

    Best posts made by uxes

    • RE: VoLte for Miatoll

      Miatoll has currently working VoLTE on devel channel, only thing you need it to switch channel and upgrade system, it should be working without any change on SIM 1 when enabled LTE (4G) network, not the other SIM 2 slot

      posted in Xiaomi Redmi Note 9 Pro/Pro Max/9S & Poco M2 Pro
      U
      uxes
    • Newsletter emails

      I would like to thank you for your newsletters, i love to read them when i have free time on my phone, but there is an issue with reading those newsletters, i do read em in dekko2 on my Xiaomi Note 9 Pro, which has smaller display width that the table wrapper that is there, and so i do not have nerves to read them whole, then on desktop i dont find any time to read them

      as far as i can see it is somehow fixed with sizes and also on my desktop browser it is not fitting when switched to "phone layout"

      cc.png

      7c23aefc-2fe0-47aa-a743-13a12757019c-obrazek.png

      posted in Support
      U
      uxes
    • RE: Do you think you know Ubuntu Touch ?

      @libremax yess, spread the knowledge! very nice video

      posted in General
      U
      uxes
    • Automatic mute for night mode

      Now, i had issues with different servicies sending emails around 4AM waking me up, so I am currently playing with mute service, there are commands I am trying just muting the DEFAULT_SINK, not sure if correct way, since it is not toggle-able with the switch in ayatana indicators 😕

      nano ~/.config/systemd/user/mute-audio.service with

      [Unit]
      Description=Mute Audio
      
      [Service]
      Type=oneshot
      ExecStart=/usr/bin/pactl set-sink-mute @DEFAULT_SINK@ 1
      

      nano /.config/systemd/user/unmute-audio.service with

      [Unit]
      Description=Unmute Audio
      
      [Service]
      Type=oneshot
      ExecStart=/usr/bin/pactl set-sink-mute @DEFAULT_SINK@ 0
      

      nano /.config/systemd/user/mute-audio.timer with

      [Unit]
      Description=Timer to mute audio at 8 PM
      
      [Timer]
      OnCalendar=*-*-* 20:00:00
      Persistent=true
      
      [Install]
      WantedBy=timers.target
      

      nano /.config/systemd/user/unmute-audio.timer with

      [Unit]
      Description=Timer to unmute audio at 7 AM
      
      [Timer]
      OnCalendar=*-*-* 07:00:00
      Persistent=true
      
      [Install]
      WantedBy=timers.target
      

      systemctl --user daemon-reload
      systemctl --user enable mute-audio.timer
      systemctl --user enable unmute-audio.timer
      systemctl --user start mute-audio.timer
      systemctl --user start unmute-audio.timer

      systemctl --user list-timers

      posted in App Development
      U
      uxes
    • RE: Screen rotated to landscape: mouse stays in portrait mode

      for the record I would like to attach a transcript from today's UBports chat [ENGLISH]

      Don Fredl, [26.02.25 11:34]
      the only thing I can tell is that Mir and QtMir are not negotiating geometry changes based on orientation yet

      Don Fredl, [26.02.25 11:35]
      but I am unsure as to how that is supposed to happen (maybe @alan_griffiths knows something)

      Don Fredl, [26.02.25 11:35]
      since we want to avoid resolution changes

      Don Fredl, [26.02.25 11:38]
      I will give my Laptop running Mir 2.x a shot later and see if something has changed

      Don Fredl, [26.02.25 11:38]
      this thing can rotate

      Alan, [26.02.25 11:44]
      No more than you've stated. When Mir handles both input and compositing everything is consistent: Other Mir based compositors like Frame, Miriway and Miracle-WM work fine.

      But QtMir takes over both input and compositing and routes everything through the Qt compositor. There things are inconsistent. I have not looked, but it sounds as though Mir isn't informed about the rotation and therefore constraints input to the the output it thinks is there.

      Don Fredl, [26.02.25 11:44]
      could you point me to the place where it applies those constraints?

      Don Fredl, [26.02.25 11:45]
      in Mir that is

      Alan, [26.02.25 11:59]
      Not somethin I know well, but SeatInputDeviceTracker::confine* looks likely

      Don Fredl, [26.02.25 12:00]
      Thanks, will take a look when I can

      TheKit, [26.02.25 16:19]
      that sounds about right to me. I've checked that previously and another issue is that due to the mentioned above XWayland isn't getting screen size updated when the display is rotated

      TheKit, [26.02.25 16:20]
      and X11 calculates scaled relative input coordinates based on the screen size, so the touches in rotated mode end up out of range

      TheKit, [26.02.25 16:26]
      what we need to figure out is the way to handle screen rotation so Lomiri can still do the animation when it's changed, but let the Mir server be aware of the updated geometry

      Alan, [26.02.25 18:50]
      It shouldn't be hard (unless input is handled during rotation - and that is madness). Mir has an internal notification system for display changes and that just needs to be fed the new layout.

      TheKit, [26.02.25 19:16]
      One thing that makes me wonder. Which component handles the actual content rotation? Is it done in software in QML renderer?

      posted in Lomiri (was Unity8)
      U
      uxes
    • RE: Is there a better browser somewhere?

      @domubpkm well sure, but not every latest build is allright
      https://gitlab.com/debclick/uFirefox/-/jobs/7676432640/artifacts/browse this should be pretty ok

      posted in Support
      U
      uxes
    • RE: [Call for] Nominations for the UBports Community Awards

      List of Apps for Human Beings:

      futify - Despite all the hate, I love it
      dekko - same as above

      List of Human Beings:

      I could list all the hard workers where one of them will definitely win (Marius, Alfred, Ratchanan, Sunweaver, Jami, NotKit, Danfro, Capsia,..)
      but I will be biased and mention those who personally wasted a lot of time with me on chat (unfortunately I will leave out people like all wilfridd, x.Dub, jmlich,..)

      lduboeuf - for all the time he spent with me debugging bugs in the SMS and Calendar apps

      Vlad Nirki - for the time spent debugging at the beginning of the year, to make VoLTE work on miatoll

      posted in General
      U
      uxes
    • RE: Automatic mute for night mode

      after week of using, I am really happy with this solution, works just as it should.

      I can imagine some simple application that edits this timer file or doing disable/enable, could also be managable from system-settings.

      posted in App Development
      U
      uxes
    • RE: Ubuntu Touch Q&A 131 Call for questions

      is there gonna be (cups) printer support, since lomiri-system-settings has support for it?
      it would just need to add an cups package within system image and some way to print anything from images to pdf files

      posted in News
      U
      uxes
    • the public is beginning to notice?

      Hey,

      I've noticed quite a few nice reviews popping up recently. The downside is that some of them are for the 16.04 installation, but awesome anyway, definitely need more videos like these.

      https://www.youtube.com/watch?v=nMKwLDQ0-wo

      posted in Off topic
      U
      uxes

    Latest posts made by uxes

    • RE: Ubuntu Touch 24.04-2.0 call for testing

      Not sure if already reported issue, but.

      After taking the screenshot, the screenshot editor is shown, where I can edit or share the image. However, this window is higher (like z-index) than the volume-control popup, and I assume it’s the same for notifications too. So when I change the volume while I’m on this screenshot editor screen, I can’t see the current volume status.

      posted in OS
      U
      uxes
    • RE: Failed to update my F(x)tec Pro1-X due to required system partition size is smaller and not enough space to resize partition

      you are not the only one, same issue as with miatoll and https://forums.ubports.com/topic/12364/can-t-install-24.04-2.x/8

      posted in Support
      U
      uxes
    • RE: Ubuntu Touch Q&A 192 call for questions.

      @nbdynl said:

      My last merge request, which was for something unrelated, never received a response from the person maintaining this port.

      I do not understand your complaint, only open merge request for joyeuse is from wilfridd, if you need to change anything, prepare change, test it, create merge request for it put there all data you can, ask for review, i believe that it will be accepted, i did it this way specifically for miatoll bunch of times and it fixed vibrations, enabled encryption, enabled volte, fixed camera after calls, just dont complain and "to put one's hands to work" it will be fine 🙂

      I don't want to stray any further from the topic, sorry for the offtopic.

      posted in News
      U
      uxes
    • RE: Ubuntu Touch Q&A 192 call for questions.

      @nbdynl said:

      for example, the redmi note 9 pro does not completely support video features and voice calling.

      what do you mean with that? no video and no voice calling? my miatoll calls and does videos just fine

      posted in News
      U
      uxes
    • RE: Powersave mode extrem

      @gpatel-fr yes that is just missing thing of click packages since they don’t have some kind of postinstall and postuninstall hooks to insert and remove those systemd services

      posted in Support
      U
      uxes
    • RE: Powersave mode extrem

      @Moem you might wanna know that more applications does this daemon copy thing and after uninstall the service is there https://codeberg.org/tautologia/ubconnect/src/branch/master/ubconnect/daemon/install.sh
      for example that smartwatch app

      posted in Support
      U
      uxes
    • RE: Touchpad Users/Experts: What gestures and corresponding functions do you want in Lomiri/Ubuntu Touch?

      @ChromiumOS-Guy yes its just perfect as second clipboard for selected text, daily used on desktop

      posted in Lomiri (was Unity8)
      U
      uxes
    • RE: Ubuntu Touch Q&A188 call for questions.

      @messayisto open your eyes and read all of many comments in this thread, i know there are so many links that its almost impossible to read them but just try it

      posted in News
      U
      uxes
    • RE: Ubuntu Touch Q&A188 call for questions.

      @UBportsNews so there is someone who has been able to port device with AI, i believe that in Ubports porting group is a lot of knowledge in history of chat that could be golden for feeding AI with skill of porting, shouldn’t be porting more publicly available, for this reason, for example in forum or so? what do you think about that?

      https://chaos.social/@sd/116360305964627662

      posted in News
      U
      uxes
    • RE: Bluetooth settings page isnt showing paired devices.

      @jagdtigger
      are they any errors in journal for the lomiri system settings service?

      posted in Fairphone 4
      U
      uxes