• [app]{public testing}~UT_devstudio

    2
    1
    0 Votes
    2 Posts
    133 Views
    developerbaymanD
    heads up i forgot to re-enable some of the build chains during debugging so this is broken till i post the update
  • Futify Remix: a native Spotify client for Ubuntu Touch

    12
    1 Votes
    12 Posts
    665 Views
    A
    @brenno.almeida welcome
  • 0 Votes
    2 Posts
    180 Views
    developerbaymanD
    this one i really could use some feedback on as this is one of my favorite projects as well as a staple tool that is intended to make UT more useful ....there are many bugs i know ....i cant figure them out and neither can AI .... until i get more information im basically over here eating my own tail on this project
  • Indra: Meshtastic for Ubuntu Touch

    29
    5 Votes
    29 Posts
    4k Views
    Vlad NirkyV
    No, no change. I'll open an issue; that'll be more efficient. I've started the French translation on Weblate.
  • [app]{release}~ubports forums, direct port of my android app

    10
    1
    0 Votes
    10 Posts
    487 Views
    developerbaymanD
    but yeah alot of all this is very "fresh" so expect bugs ....i know for a fact this apps jitsi meet function is still a little borked ...ill get to it eventually
  • Clickable desktop | visual artifacts

    Locked
    7
    1
    0 Votes
    7 Posts
    1k Views
    arubislanderA
    @developerbayman This post is two years old. And the OP hasn't been on the forums in over a year. I doubt they will benefit from any advice now. I will proceed to lock the thread.
  • Whatsnew: Whatsapp Web with Electron.

    67
    0 Votes
    67 Posts
    8k Views
    mihaelM
    @pparent It does work very well. As always, thank you, really!
  • lets talk about the "focus bug" ...i dub thee

    4
    0 Votes
    4 Posts
    235 Views
    developerbaymanD
    @ChromiumOS-Guy what really has me confused tho is the same issue with the webserver as well but its actually between two apps instead of the one its like its not firing off until it registers focus
  • [app]{public testingl}~xmrig touch beta

    4
    1
    0 Votes
    4 Posts
    408 Views
    developerbaymanD
    update i forgot to post the links
  • skyrim and fallout 4 native apps possibly incoming

    Moved
    6
    0 Votes
    6 Posts
    946 Views
    developerbaymanD
    but you would need to post the logs file
  • 20.04 Focal: uNav freezes with GPS enabled

    31
    1 Votes
    31 Posts
    9k Views
    costalesC
    I tried to upgrade the QML libraries & openLayers to latest version, but uNav continues to freeze... This happens from focal.
  • 0 Votes
    1 Posts
    168 Views
    No one has replied
  • Merezhyvo browser

    120
    3 Votes
    120 Posts
    16k Views
    N
    v 0.5.3 is live now Fixes: a bug preventing Master Password creation a few bugs of Bookmarks management a bug preventing keyboard to appear for capchas and iframes some other small keyboard fixes New / Improved: files downloads progress bar Updated Electron/Chromium engine updated Tor
  • [app]{public testing}*native port*~PPssPP psp emulator ~beta

    46
    1
    1 Votes
    46 Posts
    4k Views
    developerbaymanD
    @pparent i plan on hosting two one for my ubuntu touch stuff as is and one for my pylinux distro ....im gonna need terabytes
  • Firefox for Ubuntu Touch (uFirefox)

    14
    0 Votes
    14 Posts
    2k Views
    DJacD
    @projectmoon no probleme for me with backspace. but i don't made full tests... update : the probleme existe, only in the text box of the webpages (not for the app's texte box). drop down menu (already) don't works in parameters. after hyding keyboard, it won't re-pop. the app shutdown when I try to download a pdf file (but i can read it in the browser)
  • [app]{public testing}*native port*~winlator~alpha

    5
    1
    0 Votes
    5 Posts
    456 Views
    developerbaymanD
    found a fatal bug in the container launch ill have to go over it its my day off when i wake up ill prob fix it actually i forgot to inckude some important files
  • SDL3 and GLES

    5
    0 Votes
    5 Posts
    530 Views
    developerbaymanD
    @archie3d It uses the system libsdl2-dev from the ubuntu-sdk-20.04 clickable framework and for that framework the SDL2 package is 2.0.10+dfsg1-3 on Focal/arm64 ...i tend to find even if your building for a newer version of UT you still have to use older packages because there is a break it seems in the versions and packaging being updated? ..idk i do know every time i try to build with newer repos something breaks ....
  • App to forward SMS

    7
    0 Votes
    7 Posts
    658 Views
    T
    Thank uou very much for these informations @lduboeuf !! Thomas
  • Vibe coding or create an app with AI

    8
    1 Votes
    8 Posts
    1k Views
    gwadoG
    @developerbayman We agree on that point. It’s a game-changer for projects carried out in people’s spare time.
  • Node.js/npm fort Apps/Games

    9
    0 Votes
    9 Posts
    829 Views
    G
    @Homer in any language you can shell out to systemctl --user stop myserv - or use a systemd api if your language has a module for that. Edit: forgot 2 things: whatever you use (node.js or anything) the way to go to run a server process in your app is with a systemd user service. the code I provided is just an example. For your app you will have to pick carefully where you set your data, not straight under the root like I did. Probably under .local for persistent data or under .cache for transient data.