之前一直用的Input Method Panel(gnome-shell-extension-kimpanel)不能用了……
Error: No property border_width on GtkBox
Stack trace:
_init/Gtk.Widget.prototype._init@resource:///org/gnome/gjs/modules/core/overrides/Gtk.js:45:40
buildPrefsWidget@/usr/share/gnome-shell/extensions/kimpanel@kde.org/prefs.js:65:17
_init@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:209:40
OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:122:28
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:115:22
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:177:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:19:13
run@resource:///org/gnome/gjs/modules/script/package.js:206:19
start@resource:///org/gnome/gjs/modules/script/package.js:190:8
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17
离线
比如说屏幕键盘按不了退格和回车,但这个在 gnome-shell 升级 40 后自己就好了
原来这个问题是没有全升的缘故
啦哆咪 - 用Linux制作音乐
https://lado.me
离线
更新40后发现没有插件来支持wine 图标的顶栏显示,本来在使用的 topicons plus 作者表示不打算维护(https://github.com/phocean/TopIcons-plus/pull/156#issuecomment-821088750),他切换到了 gnome-shell-extension-appindicator 。但gnome-shell-extension-appindicator 并不支持 wine 图标在顶栏显示。emmmmmm
----
似乎这是个wine的bug,在那个bug的下方有人表示已经确认修复了(https://bugs.winehq.org/show_bug.cgi?id=38409)。但我主要用的是 deepin-wine ,草
-------
20楼推荐的 Tray Icons Reloaded +1
最近编辑记录 Tee (2021-04-17 20:59:23)
啦哆咪 - 用Linux制作音乐
https://lado.me
离线
[再次滚后正常了] 以及发现suspend,唤醒后登录会卡在gdm,不能进去桌面。
最近编辑记录 Tee (2021-04-17 20:58:53)
啦哆咪 - 用Linux制作音乐
https://lado.me
离线
我的图标是正常的,可以试一试Tray Icons Reloaded
布丁酱是菜鸡,没毛病,他是菜鸡:)
离线
以及发现suspend,唤醒后登录会卡在gdm,不能进去桌面。
我这边试了一下 suspend,没有复现这个问题。是不是因为我很少用 suspend
离线
离线
Tee 说:以及发现suspend,唤醒后登录会卡在gdm,不能进去桌面。
我这边试了一下 suspend,没有复现这个问题。是不是因为我很少用 suspend
我再滚了一遍后正常suspend了,可能我把锅盖到了gnome上。多谢提醒。
啦哆咪 - 用Linux制作音乐
https://lado.me
离线
离线
hidetopbar https://github.com/mlutfy/hidetopbar
最新代码已经支持 40 (但是配置功能,还不工作), clone 下载 make 一下,然后 把生成的 zip 包的内容解压出来放到
~/.local/share/gnome-shell/extensions/hidetopbar@mathieu.bidon.ca
即可。
如果 meta 版本不对,修改下 metadata.json 文件 shell-version 数组增加 40.0 即可 。
{
"shell-version": ["3.34","3.36","3.38", "40.0"],
"uuid": "hidetopbar@mathieu.bidon.ca",
"name": "Hide Top Bar",
"settings-schema": "org.gnome.shell.extensions.hidetopbar",
"description": "Hides the top bar, except in overview. However, there is an option to show the panel whenever the mouse pointer approaches the edge of the screen. And if \"intellihide\" is enabled, the panel only hides when a window takes the space.\n\n- Press backspace to remove keyboard shortcut.\n- Log off and on again when there is an error after upgrading.",
"url": "[url]https://github.com/mlutfy/hidetopbar[/url]"
}
Bing Wallpaper https://github.com/neffo/bing-wallpaper-gnome-extension
直接改 修改下 metadata.json 文件 shell-version 数组增加 40.0 即可
-------------------------------------------------------------------------
其它:
上面已经有人提到了。
官方自带的两个插件必须禁用:
Native Window Placement
windowNavigator
最近编辑记录 荒野无灯 (2021-04-18 01:43:47)
离线
gnome 40 多了一个很奇怪的行为(可能开发者认为这是 feature 不是 bug):根据是否连接鼠标来判断你是否处于平板模式
当你连接了鼠标时,屏幕键盘无法在未开启辅助功能的情况下拉起,屏幕自动旋转被禁用且开关消失
离线