He/Him
Programmer in C, C++, Python... etc. Heavy interest in Open Source.
Comment by ~bakerk98 on ~kennylevinsen/wlsunset
Unfortunately, Sway's log did not yield any information, and I couldn't get drm_info to compile
Ticket created by ~bakerk98 on ~kennylevinsen/wlsunset
Hello, thanks for the wonderful program! It works great on my desktop!
However, it is not working out on my Pinephone, which is running SXMO. I am running the Sway/Wayland version, but I am at a loss as to why it might not work.
Thanks!
Ticket created by ~bakerk98 on ~mil/sxmo-tickets
Hello, I am sick today and I am sorry but I have no idea how to submit a patch or anything... I am very new to development and git so please bare with me. I saw on the documentation for SXMO that support for other editors was coming later, and I wanted to contribute what I could.
Anyway, I found that changing line 63 in sxmo_modemtext.sh to
emacsclient -c -q -u "$DRAFT"
worked out well. But it seems that maybe a check to see ifemacsclient
is in $EDITOR could allow for this line to work better, as opposed tosxmo_terminal.sh "$EDITOR" "$DRAFT"
. Callingsxmo_terminal.sh emacsclient -c -q -u "$DRAFT"
leaves an empty terminal on the screen while emacsclient is open.