![]() |
Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Sxmo on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=161) +---- Thread: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) (/showthread.php?tid=9913) |
RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - mil - 06-02-2020 (06-01-2020, 12:57 PM)janw Wrote: I've succesfully set up a hotspot on my pinephone with sxmo. Nice - might be nice to have a menu item eventually for this too in config. Still actually have to setup my mobile data to begin with ![]() (06-01-2020, 09:02 PM)edge Wrote: Is there a way to have the menus loop?It wouldn't be hard to write a patch for dmenu to do this but I'd probably opt against it as really it's only ever 1 extra button press up/down since you can hold the button down. The condition checks are really simple if you want to poke around the code: https://git.sr.ht/~mil/sxmo-dmenu/tree/master/dmenu.c#L575 Basically you'd just if/else the condition and in the new branch modify the curr pointer accordingly. RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - saba - 06-03-2020 (05-24-2020, 06:44 PM)visiblink Wrote: Thanks for the instructions and the explanations. Everything is building properly now! What did you put in the config.h for lisgd for the "one finger swipe right -- menu"? I have tried several things, for example: { 1, Left, Right, "sxmo_appmenu.sh" }, and everything I've tried has worked to open the menu, but also every time I try to use this if I open the Dialer submenu and then click on "Close Menu" it crashes and goes back to the xdm login. I'd love to have a swipe to open menu, but not if there will be weird crashes that I can't figure out. It's something specifically with running sxmo_appmenu.sh. If I try to run, for example, st; then there are no problems. RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - Luke - 06-09-2020 thread stickied RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - mil - 06-14-2020 (06-03-2020, 09:08 AM)saba Wrote: What did you put in the config.h for lisgd for the "one finger swipe right -- menu"? I have tried several things, for example: I think something you might want to try is backgrounding sxmo_appmenu.sh; e.g launch with sxmo_appmenu.sh & The commands you define in lisgd are expected to return instantly so using something long-running might throw things off. Especially because I think in the modem dialer at the end we wind up killing all dmenu instances; so maybe that could be the cause of the issue. Though X itself shouldn't crash in anycase - If you can replicate an X crash using lisgd / sxmo-utils please file a bug on the sr.ht bug tracker with replication steps. (06-09-2020, 04:30 PM)Luke Wrote: thread stickied Thanks! Also - I wanted to mention here - I just rolled a new image release of Sxmo - version 0.1.6, should be up at: http://images.lrdu.org/pinephone/ We now have diagonal gestures support in lisgd which is a great improvement from my point of view because now you can use a single finger gesture to increase/decrease volume/brightness. Three/four finger gestures are no more ![]() More info on gestures improvements and other changes are at the mailing list: https://lists.sr.ht/~mil/sxmo-devel RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - ozzeruk - 06-19-2020 I know most of the focus is on postMarketOS and UBPorts, but for me this is the most exciting OS you can run on your PinePhone. Initially there's a learning curve to figure out the controls - and also with the PinePhone as it is, doing 3 quick clicks on one of the physical buttons isn't always easy. But once you get the hang of it, this really does feel great. Right now for me the screen gestures are very hit and miss, but Surf, ST, and their interesting YouTube via MPV setup work great. This is definitely a project to watch. RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - ozzeruk - 06-19-2020 Just to update - I figured out how to do the gestures - they're working great for me now. So I have no 'complaints' to speak of. Big thumbs up to @mil! This is exactly the sort of project that the PinePhone was born for. RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - ozzeruk - 06-19-2020 (reposting as it didn't seem to work last time) Just to update - I figured out how to do the gestures - they're working great for me now. So I have no 'complaints' to speak of. Big thumbs up to @mil! This is exactly the sort of project that the PinePhone was born for. RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - mil - 07-01-2020 (06-19-2020, 06:27 AM)ozzeruk Wrote: I know most of the focus is on postMarketOS and UBPorts, but for me this is the most exciting OS you can run on your PinePhone. Good to hear : ) --- Also wanted to add here there's a new image for Sxmo - 0.1.7, finally we have good GPS / Maps support (copying coordinates, searching viewport area, pasting coordinates, looking up locations, switching map types, locating yourself via geoclue, etc.). Ofcourse this is all accessible through the Pinephone buttons / via dmenu : ). Foxtrotgps is actually pretty great when you consider it's quick boot speed and scripting around it wasn't *too* hard ![]() Other than that we have contacts support now through a TSV file which was a long standing todo item - and you can also now 'background' the dmenu for calls so you can continue to use the system during the call. There are some other minor fixes and improvements you can checkout at the changelog and ML. New 0.1.7 image is at: http://images.lrdu.org/pinephone/ Some release notes are at: https://lists.sr.ht/~mil/sxmo-announce/%3C33ecded7-9edc-401c-b7ad-b9a8262582e1%40www.fastmail.com%3E RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - --- - 07-01-2020 Miles - I'm having a problem making git@git.sr.ht:~mil/sxmo-svkbd. svkbd build options: CFLAGS = -g -std=c99 -pedantic -Wall -Os -I. -I./layouts -I/usr/include -I/usr/X11R6/include -DVERSION="0.1" LDFLAGS = -g -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -lXtst CC = cc make: *** No rule to make target 'svkbd-en', needed by 'all'. Stop. Is svkbd-en supposed to be in this directory? Thanks Miles for your response (below), and for sharing your great project ![]() RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - mil - 07-01-2020 (07-01-2020, 05:01 PM)--- Wrote: Miles - I'm having a problem making git@git.sr.ht:~mil/sxmo-svkbd. The build for svkbd only produces svkbd-sxmo. I'd suggest either using the APKBUILD proper or using the command the APKBUILD uses: https://git.sr.ht/~mil/sxmo-alpine/tree/master/abuilds/sxmo-svkbd/APKBUILD#L25 E.g. try: Code: make svkbd-sxmo X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 FREETYPEINC=/usr/include/freetype2 |