在会话开始后,GNOME 会要求您从可用工作区之一中进行选择,即使只有一个。
我宁愿完全禁用此选项,或者让第一个选项自动“选择”。我的意思是,即使只是点击一下,对我来说也没用而且很烦人。
这可以做到吗?这个“功能”叫什么?我在调整或设置中找不到任何相关选项(也许是 dconf?)。
在会话开始后,GNOME 会要求您从可用工作区之一中进行选择,即使只有一个。
我宁愿完全禁用此选项,或者让第一个选项自动“选择”。我的意思是,即使只是点击一下,对我来说也没用而且很烦人。
这可以做到吗?这个“功能”叫什么?我在调整或设置中找不到任何相关选项(也许是 dconf?)。
我已经安装了“Custom Hot Corners - Extended”(链接)。好的,这很棒。现在我想“停用”(擦除,删除)特定的一个。我怎样才能做到这一点?我现在有这个,但它仍在工作:
当光标移动到右上角时,它会失败,因为我没有指定命令,但我想完全停用那个角落并再次使用“-”,如下所示:
每次我打开不和谐(使用 deb 包安装)时,我的日志总是每秒都会收到这些消息:
Jun 25 20:14:20 pop2104 gnome-shell[102661]: [2022-06-25 20:14:20.833] [102901] (device_info_linux.cc:45): NumberOfDevices
Jun 25 20:14:20 pop2104 gnome-shell[102661]: [2022-06-25 20:14:20.950] [102901] (device_info_linux.cc:45): NumberOfDevices
Jun 25 20:14:20 pop2104 gnome-shell[102661]: [2022-06-25 20:14:20.950] [102901] (device_info_linux.cc:78): GetDeviceName
注意:以前使用的是不和谐的flatpak版本,它有类似的问题
如何压制这个?
我想自动安装和配置一个 gnome-shell 扩展,特别是Simpler Off Menu。到目前为止,我所做的是下载扩展,然后使用正确的权限和正确的名称将存档扩展为/usr/share/gnome-shell/extensions/
. 效果是,当我安装并运行 gnome-tweaks 时,我可以看到扩展,但它仍然处于停用状态,并且在激活后仍需要配置。
我找到的所有文档都是关于 GUI 处理的。如何激活和配置一个扩展(或特别是这个扩展),使其与 Ubuntu 默认扩展(桌面图标、Ubuntu AppIndicators、Ubuntu Dock)类似?
我不知道到底是什么问题,在phpstorm
,或gnome-shell
,因为写在这里。
gnome-shell
冻结,当我在 PHPStorm 工作时。但是在点击 phpstorm 的弹出窗口中的任何按钮(创建文件夹、检查待办事项列表、审查..等)后冻结凝视,如下所示:
鼠标可以移动但没有可点击的。
gnome-shell
进程 100% 加载一个逻辑内核并且不解冻。
在此之后我杀死gnome-shell
进程(Ctrl++或通过虚拟终端Alt++ ) ,再次登录并运行程序..BackspaceCtrlAltF3
最初升级到19.04后没有这个问题,2-3个月后出现。
现在,这个问题只发生在 phpstorm 中
我有:
我试过了:
gnome-extensions
phpstorm
phpstorm
sudo apt-get install --reinstall gnome-shell
phpstorm
在肉桂桌面:
r
打开的命令提示符窗口中的命令运行什么命令或代码?AltF2带有 GNOME 3 Shell 的 CentOS 7.x 默认在with键下提供以下*.desktop
文件:/etc/xdg/autostart/
AutostartCondition
# gnome-welcome-tour.desktop
[Desktop Entry]
Type=Application
Name=Welcome
Exec=/usr/libexec/gnome-welcome-tour
AutostartCondition=if-exists run-welcome-tour
OnlyShowIn=GNOME;
NoDisplay=true
和
# gnome-initial-setup-first-login.desktop
[Desktop Entry]
Name=Initial Setup
#...
Icon=preferences-system
Exec=/usr/libexec/gnome-initial-setup --existing-user
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;System;
OnlyShowIn=GNOME;
NoDisplay=true
AutostartCondition=unless-exists gnome-initial-setup-done
#...
我的问题:
AutostartCondition
确定 key 的值是否Exec
由 GNOME 3(或其他 XDG 兼容桌面或会话管理器)执行?/etc/xdg/autostart/*.desktop
AutostartCondition
?关于问题 #2:我尝试了以下失败(我已经完成了 gnome-welcome-tour 和 gnome-initial-setup 并且在登录时没有提示):
[user@user-centos-7 ~]$ gconftool-2 --recursive-list / | grep gnome-initial-setup-done
[user@user-centos-7 ~]$ gsettings list-schemas | while read -r SCHEMA; do gsettings list-recursively $SCHEMA; done | grep gnome-initial-setup-done
[user@user-centos-7 ~]$
[user@user-centos-7 ~]$ gconftool-2 --recursive-list / | grep run-welcome-tour
[user@user-centos-7 ~]$ gsettings list-schemas | while read -r SCHEMA; do gsettings list-recursively $SCHEMA; done | grep run-welcome-tour
[user@user-centos-7 ~]$
有人知道如何在 gnome 中将窗口最大化到屏幕的一半顶部或一半底部吗?
我只找到了左/右的方法,但没有找到顶部/底部。有任何想法吗?