Trong một thiết lập gnome-shell tiêu chuẩn, mouse
tập trung và sloppy
tập trung hành xử giống hệt nhau. Lý do rất đơn giản: không có DESKTOP
. Các mouse
phương pháp tập trung, đặc biệt, cần có một DESKTOP
để hoạt động đúng nhưng không có điều như vậy trong gnome-shell, trong hiện thân tiêu chuẩn của nó. Thật không may, điều này chỉ được ghi lại trong các tài liệu lẩm bẩm. dconf-editor
vẫn có mô tả khóa / giá trị cũ từ thời gian đo độ sáng của Gnome2 và gnome-tweak-tool
thậm chí không cung cấp mô tả chứ đừng nói đến việc bật DESKTOP
khi bạn chuyển sang mouse
lấy nét.
Đây là một đoạn trích từ mutter-3. ** / doc / how-to-get-Focus-right.txt:
Focus method Behavior
click When a user clicks on a window, focus it
sloppy When an EnterNotify is received, focus the window
mouse Same as sloppy, but also defocus when mouse enters DESKTOP window
Note that these choices (along with the choice that clicking on a window raises it for the click focus method) introduces the following invariants for focus from mouse activity:
Focus method Invariant
click The window on top is focused
sloppy If the mouse is in a window, then it is focused; if the mouse is not in a window, then the most recently used window is focused.
mouse If the mouse is in a non-DESKTOP window, then it is focused; otherwise, the designated "no_focus_window" is focused
However, there are a number of cases where the current focus window becomes invalid and another should be chosen. Some examples are when a focused window is closed or minimized, or when the user changes workspaces. In these cases, there needs to be a rule consistent with the above about the new window to choose.
Focus method Behavior
click Focus the window on top
sloppy Focus the window containing the pointer if there is such a window, otherwise focus the most recently used window.
mouse Focus the non-DESKTOP window containing the pointer if there is one, otherwise focus the designated "no_focus_window".
Bây giờ, trở lại vấn đề của bạn. Bạn phải "kích hoạt" DESKTOP để mouse
tập trung hoạt động bình thường. Điều này có thể thực hiện được:
- sử dụng
gnome-tweak-tool
> Desktop
> Have file manager handle the desktop
>ON
- sử dụng
dconf-editor
>> org.gnome.desktop.background
>>> show-desktop-icons
đã kiểm tra
- trong thiết bị đầu cuối, đang chạy:
gsettings set org.gnome.desktop.background show-desktop-icons true
Khởi động lại gnome-shell sau khi áp dụng tất cả các cài đặt của bạn.