Dejvino / pinephone-sway-poc

Sway UI configured for PinePhone (Proof Of Concept)
Apache License 2.0
109 stars 10 forks source link

make install_system error with lisgd.c #5

Open klundry opened 4 years ago

klundry commented 4 years ago

cd lisgd && git apply ../patches/lisgd.patch ../patches/lisgd.patch:18: space before tab in indent. transform); warning: 1 line adds whitespace errors. cd lisgd && make make[1]: Entering directory '/home/kelbot/pinephone-sway-poc/lisgd' lisgd build options: CFLAGS = LDFLAGS = -linput CC = cc cp config.def.h config.h cc -c lisgd.c lisgd.c: In function 'die': lisgd.c:41:2: warning: format not a string literal and no format arguments [-Wformat-security] 41 | fprintf(stderr, msg); | ^~~ cc -g -o lisgd lisgd.o -linput make[1]: Leaving directory '/home/kelbot/pinephone-sway-poc/lisgd' cp lisgd/lisgd /usr/local/bin/

klundry commented 4 years ago

After rebooting it boots into sway. I'm not sure if it is related to that error and maybe install_system didn't finish but none of the areas in the waybar do anything when I tap them. The only thing I can do is tap the different workspaces in the top left. They seem to work but I can't open the keyboard or anything.

klundry commented 4 years ago

It is also refusing to wake up from screen lock but I will wait to report another bug until I know if this is all related or not.

chookity-pokk commented 2 years ago

I ran into this same issue using Arch, did you ever find a solution?

klundry commented 2 years ago

I ran into this same issue using Arch, did you ever find a solution?

No, but at this point I've been using sxmo for quite a while now. It's probably a better bet because it runs sway by default now and has a lot of other nice little tweaks.

chookity-pokk commented 2 years ago

Fair enough. I didn't want to deal with having to learn how to use SXMO so I just ended up making my own Sway config to make it feel a bit more like a proper phone OS, https://gitlab.com/greenbeast/ppp-sway-dotfiles

klundry commented 2 years ago

I put off trying sxmo for a while too because I wasn't real keen on the button presses and gestures but once I gave it a chance it clicked pretty fast. Also, now with the keyboard accessory I pretty much don't need any of that.

Oh neat, your config looks really nice!