{"id":1032,"date":"2024-04-20T13:23:41","date_gmt":"2024-04-20T04:23:41","guid":{"rendered":"https:\/\/pg-mana.net\/blog\/?p=1032"},"modified":"2024-09-09T17:26:59","modified_gmt":"2024-09-09T08:26:59","slug":"opensuse-switch-to-wayland","status":"publish","type":"post","link":"https:\/\/pg-mana.net\/blog\/opensuse-switch-to-wayland\/","title":{"rendered":"openSUSE\u3067X11\u4f9d\u5b58\u3092\u6975\u529b\u306a\u304f\u3059"},"content":{"rendered":"\n<p>KDE Plasma6\u304c\u51fa\u3066\u304d\u3066\u3001\u6642\u4ee3\u306fWayland\u306b\u306a\u3063\u305f\u308f\u3051\u3067\u3059\u3002<br>\u9577\u3089\u304f\u3001Waylanda\u30bb\u30c3\u30b7\u30e7\u30f3\u304c\u8d77\u52d5\u3057\u306a\u304f\u3066\u4f7f\u3063\u3066\u306a\u304b\u3063\u305f\u306e\u3067\u3059\u304c\u3001~\/.profile\u306b<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>export -n PROFILEREAD<\/code><\/pre>\n\n\n\n<p>\u3092\u4e00\u884c\u8db3\u305b\u3070\u52d5\u304f\u3053\u3068\u304c\u308f\u304b\u308a\u3001X11\u306e\u3053\u3068\u306f\u5fd8\u308c\u307e\u3057\u305f\u3002(ssh\u3067\u30a6\u30a3\u30f3\u30c9\u30a6\u98db\u3070\u3059\u3068\u304d\u304f\u3089\u3044?)<br>\u305d\u3046\u3059\u308b\u3068\u3001X11\u95a2\u9023\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u5439\u304d\u98db\u3070\u3057\u305f\u304f\u306a\u308b\u308f\u3051\u3067\u3001\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u76db\u5927\u306b\u5439\u304d\u98db\u3070\u3057\u307e\u3057\u305f\u3002(\u3064\u3044\u3067GTK2\u7b49\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3082\u98db\u3070\u3057\u3066\u3044\u308b)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo zypper rm -u appmenu-gtk2-module fcitx5-gtk2 gtk2-immodule-amharic gtk2-immodule-inuktitut gtk2-immodule-thai gtk2-immodule-tigrigna gtk2-immodule-vietnamese gtk2-immodule-xim gtk2-tools kwin6-x11 patterns-base-x11 patterns-base-x11_enhanced patterns-fonts-fonts plasma6-session-x11 x11-tools xf86-input-evdev xf86-input-joystick xf86-input-libinput xf86-input-mouse xf86-input-synaptics xf86-input-vmmouse xf86-input-void xf86-input-wacom xf86-video-fbdev xf86-video-intel xf86-video-vesa xorg-x11-Xvnc xorg-x11-Xvnc-module xorg-x11-driver-video xorg-x11-essentials xorg-x11-fonts xorg-x11-fonts-converted xorg-x11-fonts-core xorg-x11-fonts-legacy xorg-x11-libX11-ccache xorg-x11-server xorg-x11-server-Xvfb xorg-x11-server-extra xterm  <\/code><\/pre>\n\n\n\n<p>\u307e\u3042\u3082\u3061\u308d\u3093\u3001\u8d77\u52d5\u3057\u3066\u3053\u306a\u304f\u306a\u308b\u308f\u3051\u3067\u3059\u3002<br>\u7406\u7531\u306f\u30ed\u30b0\u30a4\u30f3\u306b\u4f7f\u7528\u3059\u308bSDDM\u304cXOrg\u306b\u4f9d\u5b58\u3057\u3066\u3044\u305f\u308f\u3051\u3067\u3001\u5143\u306b\u623b\u3059\u304b\u8003\u3048\u3066\u3044\u308b\u3068SDDM\u306f\u6700\u8fd1\u306fWayland\u3092\u5b9f\u9a13\u7684\u306b\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u3089\u3057\u3044\u306e\u3067\u3084\u3063\u3066\u307f\u307e\u3059\u3002<\/p>\n\n\n\n<p>\/etc\/sddm.conf.d\/\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u304b\/etc\/sddm.conf\u306b\u65e2\u5b58\u306e\u8a2d\u5b9a\u304c\u3042\u308b\u3068\u601d\u3046\u306e\u3067\u3053\u308c\u306b\u4ee5\u4e0b\u3092\u8ffd\u8a18\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;General]\nGreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell\nDisplayServer=wayland\n\n&#91;Wayland]\nCompositorCommand=kwin_wayland --no-global-shortcuts --no-lockscreen --locale1<\/code><\/pre>\n\n\n\n<p>\u6b21\u306blayer-shell\u3092\u5165\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo zypper in layer-shell-qt6<\/code><\/pre>\n\n\n\n<p>SDDM\u3092\u6709\u52b9\u5316\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl enable sddm<\/code><\/pre>\n\n\n\n<p>\u3053\u308c\u3067\u8d77\u52d5\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u306f\u305a\u3067\u3059\u3002<\/p>\n\n\n\n<p>\u3061\u306a\u307f\u306b\u3001\u3053\u306e\u307e\u307e\u3060\u3068\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u305f\u6642\u306bX11\u95a2\u9023\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u623b\u3063\u3066\u304f\u308b\u306e\u3067\u3001<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo zypper addlock patterns-base-x11<\/code><\/pre>\n\n\n\n<p>\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u963b\u5bb3\u3057\u3066\u304a\u304d\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>KDE Plasma6\u304c\u51fa\u3066\u304d\u3066\u3001\u6642\u4ee3\u306fWayland\u306b\u306a\u3063\u305f\u308f\u3051\u3067\u3059\u3002\u9577\u3089\u304f\u3001Waylanda\u30bb\u30c3\u30b7\u30e7\u30f3\u304c\u8d77\u52d5\u3057\u306a\u304f\u3066\u4f7f\u3063\u3066\u306a\u304b\u3063\u305f\u306e\u3067\u3059\u304c\u3001~\/.profile\u306b \u3092\u4e00\u884c\u8db3\u305b\u3070\u52d5\u304f\u3053\u3068\u304c\u308f\u304b\u308a\u3001X11\u306e\u3053\u3068\u306f\u5fd8\u308c\u307e\u3057 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-1032","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/pg-mana.net\/blog\/wp-json\/wp\/v2\/posts\/1032","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pg-mana.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pg-mana.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pg-mana.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pg-mana.net\/blog\/wp-json\/wp\/v2\/comments?post=1032"}],"version-history":[{"count":0,"href":"https:\/\/pg-mana.net\/blog\/wp-json\/wp\/v2\/posts\/1032\/revisions"}],"wp:attachment":[{"href":"https:\/\/pg-mana.net\/blog\/wp-json\/wp\/v2\/media?parent=1032"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pg-mana.net\/blog\/wp-json\/wp\/v2\/categories?post=1032"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pg-mana.net\/blog\/wp-json\/wp\/v2\/tags?post=1032"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}