Daniel Li

Results 38 comments of Daniel Li

Sorry I am late for this. **Well I respect your choice, mate.** Thank you for makeing this thing, which I've always wanted to say.

Tux refers to Linux, and brush refers to Chinese writing. Fcitx means "Free Chinese Input Tool for X"(It also support Wayland now). So for chinese Linux user, the icon is...

By the way, the meaning of the icon is different with the name. May be the creator of Fcitx wanted to express "Linux input method for Chinese." Please feel free...

> **Requirements:** > > 1. `fnm upgrade` should upgrade to latest patch version and optionally to latest minor version using something like `fnm upgrade --minor` > > 2. it should...

emmm,又去找了找,同样是Linus的视频 https://youtu.be/o8NPllzkFhE?si=27QGirKdFrTYtEQK&t=164 这里读了两遍,感觉是/ˈlɪnəks/ …… 无所谓了,反正咋读基本都听得懂。

> The options `--listen-port` and `--dht-listen-port` should do it. However, I have noticed that this does not seem to be fully respected. These two parameters only qualify the inbound port,...

@levicki Thanks for your replying. I need to limit the range of the source ports of aria2. My network environment is very security-sensitive. So the firewall would block any connection...

@levicki You are right. I am using a macvlan to let aria2 has an independent IP. It works but more complicated and increased the maintaining cost.

I have the same problem running on 5.15.49-1-MANJARO with gnome-shell 42.2-1

I used this way to solve this problem. Create `~/.local/share/applications/auto-run-scripts.desktop`: ``` [Desktop Entry] Name=AutoRunScript GenericName=Auto run script Comment=Just auto run script on gnome loaded Exec=the-path-to/gnome-auto-start-script Terminal=false Type=Application X-GNOME-Autostart-enabled=true NoDisplay=true ```...