đž Archived View for bbs.geminispace.org âē u âē drh3xx âē 16493 captured on 2024-05-26 at 16:16:17. Gemini links have been rewritten to link to archived content
âŦ ī¸ Previous capture (2024-05-12)
âĄī¸ Next capture (2024-06-16)
-=-=-=-=-=-=-
Re: "i don't know if it's only me, but the input field,the one i..."
I use the following shell script to update lagrange on PMOS:
May 01 ¡ 4 weeks ago
đ drh3xx ¡ May 01 at 06:35:
#! /bin/sh cd ~/src/lagrange git pull cd build cmake .. \ -DCMAKE_BUILD_TYPE=Release \ -DENABLE_IDLE_SLEEP=ON \ -DENABLE_IPC=ON \ -DENABLE_KERNING=ON \ -DENABLE_MPG123=ON \ -DENABLE_WEBP=ON \ -DENABLE_MOBILE_PHONE=YES \ -DENABLE_WINDOWPOS_FIX=YES make -j 4 sudo cp lagrange /usr/bin/lagrange sudo cp resources.lgr /usr/share/lagrange/resources.lgr make clean
đ norayr [OP] ¡ May 01 at 15:51:
yes, indeed, with mobile mode it behaves differently.
but still, the first question was, can we have a larger input window, not one line?
don't you think one line is too narrow?
also regarding the second question, i believe when doing a long post (via spartan probably) the enter works right, changes the line, and the input window is also big and convenient.
đšī¸ skyjake [mod...] ¡ May 01 at 16:44:
On desktop, the app's input field is designed to be expanding on purpose. This is because input queries in Gemini are first and foremost meant for small amounts of text, like search terms, or the entering a name for something. That is why the UI starts out small and expands as needed.
In recent versions of Lagrange, you can grab the left and right edge of the input popup to make it wider/narrower, and you can also change the font size. These changes make the UI more natural for entering longer pieces of text.
There is also a setting for the line break behavior, if you prefer the Enter key to just insert a newline.
đ norayr [OP] ¡ May 01 at 23:07:
oh, this is great to have the config option about the enter behavior. also, i understand why it starts like that now. thank you for the possibility to resize the input field.
đ norayr [OP] ¡ May 01 at 23:10:
drh3xx, any chance you remember which build dependencies you install before building lagrange?
if there was noone i would maybe become a maintainer and i would package lagrange and lagrange-mobile.
but the current maintainer is against it and i cannot go in to/have no skills to argue about it.
i already justified the need, and the maintainer already refused to do so.
i don't know if it's only me, but the input field,the one i am writing thi-text in, feels uncomfortable. it is only one line at first,. i wish it was an input field like memo from the beginning. also right now i am afraid to press enter because it won't start from the new line, it will post my unfinished text. this doesn't happen with the long text field.