问题标签 [gnome-3]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 如何去除 Centos 7 Desktop (Hot Corner) 右上角的效果?
所以我有一个全新安装的 Centos 7 桌面版。它使用 gnome 3.8,我有多个显示器。当我在屏幕顶部用鼠标从左到右移动时,它会并排显示我所有打开的窗口。我也可以点击 windows (Overview Mode) 按钮来查看相同的效果。这让我分心,让我浪费时间和思路。
如何禁用此功能?
我检查了调整工具,什么也没有。当我尝试谷歌搜索时,每个人都说是 CompizConfig 设置。好吧,我没有 compiz 配置工具。
gnome - 在 gnome 3 中,如何让窗口获得焦点但不在顶部?
Windows 获得焦点意味着您可以在其中输入一些内容。但同时,我希望窗户不要覆盖其他一些。如何配置 gnome 3 来实现它?
fedora - Fedora 22 - 无法调整屏幕亮度
我的笔记本电脑是 MSI GE60 2QD apache,我已经使用双启动安装 Fedora 22 beta yum upgrade
,但我仍然无法调整屏幕亮度。我在 Window 8 上调整亮度没有问题。
以下是 xrandr 的输出:
即使我使用 xbacklight 设置不同的值也没有区别:
我尝试了 xrandr 但我无法设置输出,因为我什至无法从xrandr
上面的输出中获取名称:
[开尔文@apache ~]$
这是我的 gnome 面板的屏幕截图(我的笔记本电脑不支持 Wayland):http://i58.tinypic.com/av6gyu.png (我没有足够的声望上传图片)
如您所见,只有音量控制,没有亮度控制。
任何帮助将不胜感激,
javascript - GJS:Gtk.TextView 按键事件不起作用
我正在尝试使用 gjs 为 gnome-shell 创建简单的 gtk 应用程序。
它的窗口仅包含 Gtk.TextView ,我想在用户键入时处理事件。
这是我的代码:
它通常可以工作,但我无法读取 event.keyval:控制台输出为“未定义”:
有人可以告诉我我做错了什么吗?谢谢!
linux - CentOS 7 - gnome 3 - 自定义“应用程序”标志
在 CentOS 7 - 在 gnome 3 上,“应用程序”菜单选项的左侧有一个小的 CentOS 图标。我想把这个标志换成别的东西。
我有:
- 运行
find /usr/share -name "*logo*"
所有看起来像 CentOS 标志的图标,并以“.old”为后缀(以确保它们不被找到) - 跑
gtk-update-icon-cache
...但应用程序左侧的 CentOS 标志不会消失。
有没有人需要更换哪个图像才能将此徽标更改为我选择的一个?
gtk - Properly structure and highlight a GtkPopoverMenu using PyGObject
I am trying to make an example of a proper Gtk.HeaderBar
with Gtk.PopoverMenus
that shows how the different widgets are used. I looked at a lot of examples and code, but can't figure out, how to work the Gtk.ModelButton
.
Especially this sentence makes no sense to me:
When the action is specified via the “action-name” and “action-target” properties, the role of the button (i.e. whether it is a plain, check or radio button) is determined by the type of the action and doesn't have to be explicitly specified with the “role” property.
In any case, here is my attempt to just use normal widgets in the PopoverMenu, leading to inconsistent highlighting (the whole row should be highlighted):
So my question is: How are ModelButtons
subclassed, so they appear as proper PopoverMenu
-widgets?
Here is the Python code:
And here is the model for the PopoverMenu:
ubuntu - Ubuntu Gnome 3.14 GTK+ 主题位置
包含 Gnome 3.14 上 Mutter(窗口管理器)默认主题的主题(css 和/或 xml)文件存储在哪里?
即:有Numix主题,默认安装,但我找不到它获取的文件。
linux - 在单击特定文件格式时在 linux 的弹出菜单中添加自定义选项
我想在Download subtitle
所有视频文件的上下文弹出菜单(右键单击所选文件时出现的菜单)上添加“”选项。当我使用 python 作为语言时,我该怎么做?
java - 使用 PATH 从 CentoOS 7 Gnome 桌面启动 JNLP
我有一个使用本地 $PATH 变量的 JNLP 应用程序。它从 Web、命令行、菜单系统和 Java 控制面板启动并正常运行。当我从 CentOS 7 上的桌面快捷方式启动它时,$PATH 就是
/bin:/lib:/usr/bin:/usr/lib:/usr/share/bin:/usr/share/lib
不管我在 /etc/profile.d/、~/.bashrc 或我能找到的任何其他地方放了什么。它似乎只影响 CentOS 7。CentOS 6.x、OS X 和 Windows 在从其桌面环境启动时都正常运行。
出于特定的应用程序需求原因,我在 64 位 CentOS 7 上使用 Oracle 的 32 位 Java 1.8.0_60。我已经卸载了 IcedTea,但仍然安装了 OpenJDK 1.7,尽管 JNLP 应用程序没有使用它,并且替代方案已配置为使用 Oracle 的。