wano

Results 9 comments of wano

I am very sorry, because my wrong rebase caused the old request to be closed. :sob: I wasn't sure where these changes needed to be documented, thank you so much...

There is currently an AUR package available for easy installation, https://aur.archlinux.org/packages/chatgpt-desktop-bin. To install, use paru and execute `paru -S chatgpt-desktop-bin`.

> AWESOME!Have you validated the availability of that AUR package yet? @wanlce In my Archlinux it is available. There are some minor flaws, but I don't know if it's a...

> AUR package was changed two days ago, before it pointed to a different chatGPT client I know, it's my suggestion for the packager to replace the upstream source. :joy:...

ArchLinux gnome44.1 X11 The gtktitlebar has no effect and cannot hide the title bar of any application. ![Peek 2023-05-09 13-25](https://user-images.githubusercontent.com/55907021/237001874-611bf74a-687f-490e-98ec-b3c6a64d6b82.gif)

> Changing `_HIDE_FLAGS` to `['0x2', '0x0', '0x0', '0x0', '0x0'] ` > > https://github.com/velitasali/gtktitlebar/blob/88c87e60e4b26328f951252ee84e498e4216eb6b/gtktitlebar%40velitasali.github.io/window.js#L18 > > and the following line to `return hints[2] != '0x0';` works. But I don't know if...

dae的限制,可以改为 128 ```bash CFLAGS=-D__UNROLL_ROUTE_LOOP MAX_MATCH_SET_LEN=128 CGO_ENABLED=0 make ```