Celestial.y

Results 42 comments of Celestial.y

We're now using `aur/ttf-rubik-vf` for Arch(based) distros so this issue is deprecated. Closing.

Generally this script choose the files under `$base` which does not have a exact same file with md5 hash under `$home`, and prompt whether to sync them, right? I won't...

The `git clone` part has some major problems. - I suggest to use a `--depth=1` for `git clone`. - `find "$temp_folder/$folder" -type f -print0 | while IFS= read -r -d...

I can't find out any problem for now, so I'll merge it. Thank you for contribution.

> Do you know if there's a way to determinate which version (or fork) of qbit is installed through the API ? Sorry, I don't know. @c0re100 Hi, could you...

同时,模块化之后也使本项目的结构更加清晰,便于他人参与贡献或自行定制。 但应当注意,最好能找到方法来避免模块间的冲突(比如打成 pacman 的包,这样若有文件冲突,在安装时就会提示了)。 而且不同功能在不同架构与桌面环境下有不同的实现,这就导致兼容问题(可考虑规定各模块所在目录的命名格式为 `...d`)。 另外还有冲突问题,可能需要在模块目录下加入 metadata 之类的——说起来这不就是 PKGBUILD 嘛。 所以结论似乎是,那就确实应该打成 pacman 的包?(当然,这是特殊的软件包,不是给普通的 Arch Linux 用的,仅用于构建 arCNiso)。 在模块化之后,可能做到的有: - 多语言(涉及脚本中的提示语时,可考虑用 poedit 支持多语言) - 到了真的做到多语言的那天,就很可能要改名了。 - 多架构(risc-v | arm |...

多语言可以考虑这个: https://www.linuxjournal.com/content/internationalizing-those-bash-scripts

试验:用tilix替换konsole,对比两次的arCNiso体积。 - konsole:1673MB - tilix:1688MB 结论:只加了15MB,考虑到只有当未来全面去 kde 化时体积才能锐减(换句话说,换成 tilix 算是一个铺垫,不会当即生效),这还可以接受。 (而且 tilix 还挺帅的;其自带 Quake 形态,类似于 kde 家的 yakuake) 此外,其实tilix支持--maximize,因此还省一个wmctrl。

I've noticed this PR and I'll still reserve above a week to let you fully test it before merging.