froloffw7
froloffw7
> I confirm issue on Ubuntu: I cannot select 'Litght' version because it don't have separate name like 'FiraCode Light', only one name here: FiraCode I suppose there should be...
> as a temporary solution, try to use non-variable version. (maybe uninstall variable first) I tried already. This doesn't help. ``` FiraCode/FiraCode-Medium.ttf: Fira Code,Fira Code Medium:style=Medium,Regular FiraCode/FiraCode-Retina.ttf: Fira Code,Fira Code...
`fc-cache -f` ``` fc-list "Fira Code" | egrep -o 'FiraCode.*' FiraCode/FiraCode-Medium.ttf: Fira Code,Fira Code Medium:style=Medium,Regular FiraCode/FiraCode-Retina.ttf: Fira Code,Fira Code Retina:style=Retina,Regular FiraCode/FiraCode-Bold.ttf: Fira Code:style=Bold FiraCode/FiraCode-SemiBold.ttf: Fira Code,Fira Code SemiBold:style=SemiBold,Regular FiraCode/FiraCode-Regular.ttf: Fira...
> ` "font_name__linux" : "Fira Code Light",` does the trick. Yes, but with separate ttf files only. And it will be not worse to have font settings like: [Fira Code...
There should be possible to use freetype library (which is cross-platform) directly or via some wrapper like [LazFreeType](https://wiki.freepascal.org/LazFreeType), but probably this does not worth the time.
> I have compiled CudaText with Qt5 For some reason it doesn't work on my PC, just freezes after launch... ``` $ cudatext ↑ qt5ct: using qt5ct plugin qt5ct: D-Bus...
> what if you will run `strace cudatext` ? Well, I tried to launch cudatext this way: `strace cudatext 2>cudatext.trc` and again had to kill the process, as even after...
1. Весьма актуально для удалённой работы через ssh. X-овая сессия тормозит, а в терминальной без модификаторв весьма неудобно. Если не будет X11, значит определяем (пытаемся определить) состояние через ioctl(). Wayland...
1. Как я понимаю, в этом случае Far2 запускается на удалённой стороне, а функция XQueryPointer определяет состояние модификаторов на рабочем месте. 2. Переменная окружения HISTCONTROL у меня не определена, система...
Дополнение к 1. Я безусловно в курсе про возможность удалённого исполнения команд в Far2 через NetRocks. Но, эмулятор терминала в Far2 в текущей версии неполный. Например, редактировать файл в Vim...