echo2go

Results 11 comments of echo2go
trafficstars

i think it is already installed ``` $ find /usr/include/ -iname ncurses\* /usr/include/ncurses.h /usr/include/ncursest /usr/include/ncursest/ncurses.h /usr/include/ncursest/ncurses_dll.h /usr/include/ncursestw /usr/include/ncursestw/ncurses.h /usr/include/ncursestw/ncurses_dll.h /usr/include/ncurses_dll.h /usr/include/ncursesw /usr/include/ncursesw/ncurses.h /usr/include/ncursesw/ncurses_dll.h $ ``` ``` $ emerge -s sys-libs/ncurses...

I have edit the Makefile and add "-lpthread" to the LDFLAGS. But nothing change: ``` $ make cc -g -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon src/ttysolitaire.c -o ttysolitaire src/common.o...

Yes, it runs. Many thanks :) ``` # head -13 Makefile | tail -5 ifeq ($(shell uname -s),Darwin) LDFLAGS += -lncurses else LDFLAGS += -lncursesw -ltinfow endif # # make...

I have made a patch file (/var/db/repos/localrepo/games-board/tty-solitaire/files/tty-solitaire-1.3.1-Makefile.diff) ``` --- a/Makefile 2021-09-03 18:03:20.000000000 +0200 +++ b/Makefile 2022-03-09 10:53:37.334495386 +0100 @@ -9,7 +9,7 @@ Makefile ifeq ($(shell uname -s),Darwin) LDFLAGS += -lncurses...

As root the command didn't came back [console.txt](https://github.com/Sapd/HeadsetControl/files/7408377/console.txt) ``` /tmp/HeadsetControl-master/build # whoami root /tmp/HeadsetControl-master/build # /tmp/HeadsetControl-master/build # ./headsetcontrol -h Headsetcontrol written by Sapd (Denis Arnst) https://github.com/Sapd Parameters -s level Sets...

Did you see that line? ``` ~ HeadsetControl git:(master) sudo cat /etc/udev/rules.d/headsets.rules cat: /etc/udev/rules.d/headsets.rules: No such file or directory ``` Seems the rule does not exists. and this one? ```...

I have found https://github.com/Sapd/HeadsetControl/wiki/Development#adding-a-new-headset and try to capture the data. First I download USBlyzer and installed in Windows 10 with iCUE v4.22.203. Then looked for the sidetone slider and play...

> > ``` > > * borderless window, no window decorations > > ``` > Already exists, check in `contour.yml` file `profiles.main.show_title_bar` Oh yes, you are right. I thought title...

>> @uspasojevic96 > > I use XFCE 4.16 as desktop manager. Each window gets its own icon and name in the taskbar to easily switch between the windows. In XFCE...