@faveoled we can refactor as needed

Posts
-
RE: so im trying to build a UT rom kitchen
@faveoled right now it technically does not work ill work on it a bit later i just got off work im off tomorrow ....the idea is to post here and get some ideas and some feedback ...as of right now it does not i suspect the script will change alot over the course of discussion
-
RE: so im trying to build a UT rom kitchen
however the concern with this script is mainly to just get it to build normally as that would be a great mile stone especially a good framework to easily add device support for the build process
-
RE: so im trying to build a UT rom kitchen
i wanna add the ability to also make it morel like a regular linux distro of possible mainly for x86_64 and sbc builds as a lot of dev can take place there for standard users to benifit
-
RE: so im trying to build a UT rom kitchen
python script link lets talk about what we can do to make this work
https://drive.google.com/file/d/1FJWy0vCRbcmTCN_6NBLbjGCk7qfNliGz/view?usp=sharing -
so im trying to build a UT rom kitchen
the idea here is this python script will build you a custom artifact i want to build this tool as i also plan on building ubuntu touch into my pylinux distro ...i need lots of opinions and maybe some url corrections and discussion ....but could be a very useful tool if made to actually work maybe even mod it to upload changes to gitlab idk one thing at a time yeah
-
snap store alternative client
i cant see the actual snap store so i made a clickable webview so it can be zoomed in and actually read and can copy and paste term commands maybe will or can i handle xdg links from inside to outside of the clickable container??
-
RE: Aplications from Google Store.
there is no need to worry as waydroid is containerized you can run full google on waydroid and its all limited to whats on the waydroid container
-
RE: full python clickable app prototype
so my biggest issue is pip dependency and integration in the system able to retrieve these dependencies for basically all the pip packages i might have to rethink my approach to this
-
RE: Screen rotated to landscape: mouse stays in portrait mode
@kugiigi can you point me to this qml?
-
angry birds dependancie woes
try to port a port of a port but my dependancie woes are a real thing iv updated to latest packages something about letting the clickable container know ....ill have to look more into it
-
RE: mouse not working over the full screen
@MrT10001 i see thank you ill see if anyone filed a report with them
-
RE: app clickable nes emulator
is playable iv added better mapper support not all mappers available fixed audio timing better gonna add save states and all that but yeah lots of work needed yet im aware of bugs here is a click is does not need any permissions as roms are loaded in for testing
....far from perfect but getting there also have a ps1 emulator in the works ...all this is based on others code but severely refactored ...eventually ill post links of everything
beware is kinda heavy at 126 mb
clickable app:
https://drive.google.com/file/d/1c9Nikyh2QmgkSH0BQZOePKUKV50BbjAa/view?usp=sharing -
mouse not working over the full screen
basically im using a bluetooth mouse and keyboard when the mouse appears it acts like its stuck in a smaller screen area and is also when clicking item its way off will click a ui item 4 items down kinda deal ...will provide logs when i can
-
RE: app clickable nes emulator
@arubislander cool thanks yeah truthfully i dont know much about docker so yeah thats a big help
-
app clickable nes emulator
so im making a javascript based nes emulator and its turning out perfect minus a few things ....im trying to load roms from a roms directory next to the html file in the apps structure throws a error on both literally and implied paths (like no permissions to do any file stuffs)...im not trying to release this with roms but this version is a learning app for me and in the end mine will have the roms included but the release will load a file dialog ...web content and contenthub i need to fully understand how this works ...my biggest issue is qt dependencies and availability on my system ....im using a old laptop now but im limited to the operating system working with my old hdmi output long story i have tried all the distros im on pop_os! ...everything is very outdated ...also the distro qtqick and avail tools are 5.15 but clickable only sees what it comes with?? i dont know im stuck using old info outdated imports and online documentation does not always mesh .....
-
RE: clickable permissions issue
kinda different but not but in python would say the dependencies in a requirements.txt file be listed (obviously) but how would i list them like the requirements.txt? or would i need to list them like im installing them also what if its a pip only package and not something through say apt?