Rõ ràng vấn đề này đã tồn tại trong nhiều năm và một báo cáo lỗi đã bị đóng "sẽ không sửa". Vấn đề đã được mở lại với Bug 11808 - Xfwm: Tăng đường viền thay đổi kích thước của cửa sổ .
Chiều rộng của khu vực lấy được kiểm soát bởi chủ đề. Một cách lách luật khác là thử các chủ đề khác nhau cho đến khi bạn tìm thấy một chủ đề mà bạn có thể sống cùng. Một nhà phát triển đã bình luận :
Điều đó được mã hóa trong chính chủ đề AFAIK, ít nhất đó là những gì chúng tôi đã tìm ra trong quá trình phát triển MX-15. Nếu bạn đang sử dụng greybird (hoặc bluebird) và một bản phân phối dựa trên Debian, thì bạn có thể xem gói chủ đề mx-greybird của chúng tôi, nơi chúng tôi đã mở rộng đường viền lên 3 pixel sau nhiều phản hồi của người kiểm tra về việc thử nó gây khó chịu như thế nào để lấy nó (Chúng tôi sắp cập nhật BTW đó để bao gồm phiên bản Stretch giúp khắc phục các sự cố ngoại hình khác.)
Đây là một mục blog về cách các chủ đề thiết lập nội trú .
Một bài đăng khác gợi ý một cái gì đó để thay đổi trong định nghĩa chủ đề (và thực sự tệp này không phải là một phần của định nghĩa, mà là trình quản lý cửa sổ), ~/.gtkrc-2.0
style "default-style"
{
GtkWindow::resize-grip-height = 4
GtkWindow::resize-grip-width = 4
}
class "GtkWidget" style "default-style"
cho tôi một khu vực kẹp nhỏ hơn. Tăng số lượng đó sẽ cung cấp cho bạn một khu vực cầm lớn hơn. Bạn sẽ cần tải lại chủ đề để cài đặt có hiệu lực.
Cá nhân tôi đã không thử thay đổi định nghĩa chủ đề, nhưng điều này có vẻ như là một điểm khởi đầu tốt.
Chỉnh sửa để thêm:
Một cách tiếp cận khác liên quan đến việc cài đặt và định cấu hình Compiz (gói cơ sở có thể đã có mặt trong các bản phân phối gần đây). Tôi nhắc lại đây là một phần của báo cáo lỗi và có thể bị người quản lý lỗi xóa vì không "phù hợp".
tm.selsingen 2017-02-11 19:40:45 CET
This may be a rough solution not suited for those needing xfwm4 because
of limited system resources. But you can change the default window
manager to compiz. This solved the issue for me and I can now enjoy the
xcfe simplicity combined with generous grabbing areas.
https://wiki.ubuntuusers.de/Compiz/
Enter in terminal:
"sudo apt-get install compiz compiz-gnome compiz-plugins-extra"
"sudo apt-get install compizconfig-settings-manager"
"ccsm" _______________________
In CCSM you need to enable OpenGL, Composite, GNOME Compatibility in
'General' Tab. Within the 'General Options' menu, you can set the focus
steal prevention to zero, so that new windows are placed always on top,
and choose your workplaces
In 'Effects', enable Fading Windows, Window decorations, and if you like
Animations
In 'Other', you can enable Window previews (may need png)
In Tools enable Compiz Library Toolbox, D-Bus, Mousepolling (gets
activated if you choose Window previews), Session Management and
Workarounds
Now in 'Window Management', you need to choose Application Switcher,
Move Windows, Place Windows, Scale Windows Put and Window Rules.
Ring, Static & Shift Switcher are more advanced Application Switchers
you can configure as you like.
In the CCSM Settings you need to enable Gsettings Configuration Backend.
________________________
Now Compiz is configured, make a Backup of
"/home/user/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml"
and enter
"xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t
string -sa compiz"
in terminal to configure xcfe to use compiz as the default window
manager. ________________________
To spare you from needing GNOME Tweak to set your theme now, you can use
"gsettings set org.gnome.metacity theme insertyourthemehere" to change
the window decoration theme
and the default xcfe theme settings to change the rest of the UI.
I experienced that my minimize/maximize Buttons were gone after that.
you can use "gsettings set org.gnome.desktop.wm.preferences
button-layout ':minimize,maximize,close,'" to restore them.
And that's it.
Comment 15 tm.selsingen 2017-02-12 09:11:22 CET
I don't know how to edit posts, but I realized the desktop icon texts
get displaced if you follow the steps. This is the fix:
xfconf-query -c xfce4-desktop -p /desktop-icons/center-text -n -t bool
-s false