SeptemberHX
SeptemberHX
firefox 官方版本一直都没有支持全局菜单,在 kde 上也是没有的。有一些三方补丁版本似乎增加了全局菜单功能,但我能找到的都是 AUR 的,deepin 没办法直接拿过来用:https://www.reddit.com/r/kde/comments/tnm2ep/firefox_global_menu_support_on_debian/
不好意思,v23 版本发生了巨大变化,一方面我没有太多时间维护这个项目,另一方面我也不再使用 Deepin 系统,所以后续不会再有更新了,这个仓库以及其他相关仓库将很快进入 archive 状态
菜单里的图标模糊怎么解决我也还没弄明白,这个我在 https://github.com/SeptemberHX/Chameleon-patched 里也发现了。 但是我看最左边的Logo图标好像不是模糊的?如果是的话,最右边的三个按钮应该就能尝试修复一下。
Thanks for the feedback. Deepin V23 is a major version upgrade, and it is currently unclear what has caused this issue. From the current perspective, the plugin loading mechanism of...
不能直接卸掉 dde-dock 的。虽然托盘插件是 libtray.so,但其实它还需要再加载其他的插件才能够正常工作,那些插件是和系统的 libtray.so 都在 `/usr/lib/dde-dock/plugins`,里面还有个文件夹放着音量啥的 so 文件,libtray.so 需要读取这些才行。 如果只是想关掉 dde-dock,可以把 dde-dock 的可执行文件删掉就好了。
具体是啥异常呢,是一个正常,另外一个大/小吗
听起来好像是窗口缩放的API的问题,我现在是调用的 kwin 的 api,后面换成 deepin 的试试看。但最近没啥空,得等到过年放假了。
It is possible to fix the small icon with QProxyStyle. ```cpp int pixelMetric(PixelMetric metric, const QStyleOption *option, const QWidget *widget) const override { qCDebug(category) setStyle(xxx)` should works. But I don't...
是不是所有的东西都不能正常渲染了,比如切换到一个不包含 todo 的笔记中?如果是的话,再把 todo 在预览中的渲染关掉,重启再切换试试看,确定一下是不是这个功能导致的渲染崩溃。
Need some help here... I am confused of the complex `html` and `css` stuff...