Jerome Leclanche
Jerome Leclanche
That's not really qterminal's job is it? Just use chsh to change your default shell...
@kavol wayland is required as a library set by many things nowadays even on X11. To address your comment, I was the main advocate behind keeping dependencies light (still am)...
I truly wish qterminal could use the konsole widget. qtermwidget is pretty awful at this point :( Lots and lots of issues with text rendering (especially cjk), bugs, memory leaks...
Yeah it's a bit much to ask to pull ki18n just for a terminal component. kcoreaddons I think we can live with if it's seriously used in kpty.
Why does the terminal widget need translations?
Yeah that'd be super nice. But we need the help of the kde devs for this, otherwise it's futile imo :\
If there's only 5 error strings we can dispense with ki18n and replace them with ts...
It's not "only a couple of extra packages", it's the whole kde suite, trickling all the way down to things like phonon and a bunch of services. That is not...
`printf '@%.0s' {1..1000}` Then resize, making it smaller. The line continues "offscreen"
The most common style throughout lxqt has been k&r. ```c if (foo) { bar(); } ```