vim $HOME/.local/share/applications/example.desktop
[Desktop Entry]
Name=The name of your app
Comment=Comment
Exec=what should be executed when we click on an icon
Icon=image from which we create an icon in menu list
Type=Application
Categories=GNOME;GTK;Development;Documentation;
[Desktop Entry]
Name=PyCharm
Comment=Python IDE
Exec=/home/john/pycharm/bin/pycharm.sh
Icon=/home/john/pycharm/bin/pycharm.png
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;Documentation;
MimeType=text/plain;
- xfwm4 -V,查看 gik 版本;
- ~/.config/gtk-3.0/gtk.css; #xfwm-tabwin { -XfwmTabwinWidget-icon-size: 128px; -XfwmTabwinWidget-preview-size: 128px; }
- xfwm4 --replace, ctrl-c 生效。
打开“Settings Editor” ,左侧找到 xfwm4,右边 Property 找到“raise_with_any_button",Value 改为 false。