Zepp
Zepp
这个问题是aplayer依赖的webpack引入的[smoothscroll.js](https://github.com/alicelieutier/smoothScroll)导致的,它给hashtag链接的click事件增加了listener,但是却不能正确处理含有中文的hashtag链接(因为url编码)。这玩意儿17年到现在都没更新过,也难怪。 解决方法是将含有hashtag链接的node复制一份替换掉原来的,这样就能移除掉所有的event listener,详见https://stackoverflow.com/a/9251864 不过有一说一,一个音乐播放器,为什么要依赖另一个功能完全无关(用于平滑滚动页面)的脚本呢?
Strange enough, just now I rebooted my notebook for some reasons. When I logged in after rebooting, AltDrag worked like a charm, task manager can also be dragged without confirming...
It does have such option, just click the `Edit` button inside the `Triggers` setting tab. I suggest that AltDrag use this method instead of the old one to launch at...
Came across the same issue, you can check [my fork](https://github.com/ZeppLu/jetbot_ros/blob/786a587/src/jetbot_camera.cpp#L124)
你可能误会我的意思了,比如说拨号界面是这样的  我想让悬浮窗在红框位置上,而颜色可以设置成上面的那种绿色,看起来比叫和谐。但提供的那几个颜色不能满足要求,所以想有个自定义颜色的功能。
#1166 seems like the same issue
供参考:KDE 那帮家伙搞出了个新玩意 [prison](https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/prison/html/)。 从[这里](https://www.archlinux.org/packages/extra/x86_64/prison/)看来运行时不依赖 KDE 框架(编译需要 extra-cmake-module),基于 libdmtx 与 qrencode,不太清楚 windows 上是否可用
抱歉,,没仔细看
@meoow 关键是 Linux 下包之间的依赖问题,ss-qt5 依赖 zbar,zbar 又依赖 qt4. 如果自己编译打包安装当然可以避免这个问题,但更新不方便,而且能用包管理器的地方还是用来得舒心。
With Sonoma we can [share a block device with guest](https://developer.apple.com/documentation/virtualization/vzdiskblockdevicestoragedeviceattachment?language=objc), is this feature helpful?