Kevin Stephen

Results 34 comments of Kevin Stephen

Same here: ```plaintext > paru -S microsoft-edge-stable-bin :: Resolving dependencies... :: Calculating conflicts... :: Calculating inner conflicts... Aur (1) Old Version New Version Make Only aur/microsoft-edge-stable-bin 128.0.2739.79-1 128.0.2739.79-1 No ::...

Arch 下,通过 AppImage 也有类似问题 ![image](https://github.com/user-attachments/assets/268fd6b7-5a4c-4690-9c7c-2ab9bffd64ff) 终端启动的警告如下: ```default (clash-nyanpasu:12463): GLib-GObject-WARNING **: 09:35:58.956: instance with invalid (NULL) class pointer (clash-nyanpasu:12463): GLib-GObject-CRITICAL **: 09:35:58.956: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed Cannot get default EGL...

刚刚尝试了一下 1.5.2(dev) 版本,目前看来是正常的,但是有个行为不是很能理解,就是这个版本会创建两个 desktop 文件,分别为 `clash-nyanpasu-handler-0.desktop` 和 `clash-nyanpasu-handler-1.desktop`,文件内容分别为: ```default > cat clash-nyanpasu-handler-0.desktop [Desktop Entry] Type=Application Name=nyanpasu Exec=/home/kands/.local/sdk/nyanpasu/clash-nyanpasu.AppImage %u Terminal=false MimeType=x-scheme-handler/clash-nyanpasu; NoDisplay=true > cat clash-nyanpasu-handler-1.desktop [Desktop Entry] Type=Application Name=nyanpasu Exec=/home/kands/.local/sdk/nyanpasu/clash-nyanpasu.AppImage %u...

对于 5.1.2(dev) 版本,界面也有不小的问题,动画卡顿就不说了,当我点击 设置->User Interface->主题设置 的时候,,一定会出现界面 freeze,除了部分按钮可以点击外,其余设置选项都是不可以点击的,并且这个版本的文件夹打开功能也有问题,看日志是调用 `xdg-open` 打开,但是却返回错误,我自己手动尝试是正常的,所有可用日志如下: [clash-nyanpasu.2024-08-15.app.log](https://github.com/user-attachments/files/16632461/clash-nyanpasu.2024-08-15.app.log) [clash-nyanpasu.2024-08-16.app.log](https://github.com/user-attachments/files/16632462/clash-nyanpasu.2024-08-16.app.log) 我在开启 trace 级别日志后的结果: [clash-nyanpasu.2024-08-16-trace.app.log](https://github.com/user-attachments/files/16632468/clash-nyanpasu.2024-08-16.app.log) 不过这个日志(在我看来)似乎没有用信息。 这是相关录像: [录屏 2024-08-16 11-05-06.webm](https://github.com/user-attachments/assets/b1ef0091-7297-4df5-be73-b328921b55a9)

> @kands-code 是跑在 AppImage 下的吗?感觉像是 AppImage 的问题,这也是为啥要弃用他的原因之一…… 是的,因为我现在在 arch,而 release/tags 中没有 arch 的打包,虽然 aur 里有,不过还没有尝试

> @kands-code 尝试抹去环境变量后调用 `xdg-open` 是可行的。目前最新的开发分支已经修复了这个问题。 确实,我这边 AppImage 和 native 都试了一下,基本问题都解决了,但是感觉软件界面还是有少许问题。 首先是动画方面,可能是我的配置不太行,总感觉卡卡的(?),开启减轻动画效果后稍微好了一点。 其次,软件界面相关,每次从托盘点击“打开面板”启动窗口,窗口大小总是会以一个默认大小在一个固定的起始位置启动,而不会记住用户上次调整的大小。 另外在 设置->clash字段 中,四个选项(即 Default 等)下面的内容是在滚动显示的(也有可能是我的屏幕比较小?),我感觉这个没有太大必要,可以取消掉 ![IMG_20240828_071619.png](https://github.com/user-attachments/assets/07f4ae6c-3501-4c35-9c7c-360921a26ab3) 总之,辛苦了

I am also confused about the fact that `gutter` can be a positive integer. I don't know what this integer represents.

> profile.vipType 的值是多少。 我这里这个值是 `11`,但是不知道会不会随着会员等级改变,我是 黑胶 `7`,用户等级 `9`

profile 内容 ```json "profile": { "userId": user-id, "userType": 0, "nickname": user-name, "avatarImgId": avatar-id, "avatarUrl": "http://p1.music.126.net/some-code/avatar-id.jpg", "backgroundImgId": bg-id, "backgroundUrl": "http://p1.music.126.net/some-code/bg-id.jpg", "signature": "", "createTime": some-timestamp, "userName": phone-number, "accountType": 1, "shortUserName": phone-number, "birthday":...