「Deepin Desktop Environment」の版間の差分
Kusanaginoturugi (トーク | 投稿記録) (カテゴリを追加) |
Kusanaginoturugi (トーク | 投稿記録) (序文を差し替え) |
||
11行目: | 11行目: | ||
{{Related|LightDM}} |
{{Related|LightDM}} |
||
{{Related articles end}} |
{{Related articles end}} |
||
+ | The [https://www.deepin.org/en/dde/ Deepin Desktop Environment] (DDE) is the [[desktop environment]] of the [https://www.deepin.org/en/ deepin] Linux distribution. It is designed by the [https://www.deepin.org/en/aboutus/ Wuhan Deepin Technology Co.,Ltd]. deepin is a Linux distribution devoted to providing a beautiful, easy to use, safe and reliable system for global users. deepin is an open source GNU/Linux operating system, based on Linux kernel and mainly on desktop applications, supporting laptops, desktops, and all-in-ones. The DDE is comprised of the Desktop Environment, deepin Window Manager, Control Center, Launcher and Dock. |
||
− | [https://www.deepin.org/ DDE] (Deepin Desktop Environment) は Deepin ディストリビューションのために開発された[[デスクトップ環境]]です。 |
||
==インストール== |
==インストール== |
2022年1月13日 (木) 12:22時点における版
The Deepin Desktop Environment (DDE) is the desktop environment of the deepin Linux distribution. It is designed by the Wuhan Deepin Technology Co.,Ltd. deepin is a Linux distribution devoted to providing a beautiful, easy to use, safe and reliable system for global users. deepin is an open source GNU/Linux operating system, based on Linux kernel and mainly on desktop applications, supporting laptops, desktops, and all-in-ones. The DDE is comprised of the Desktop Environment, deepin Window Manager, Control Center, Launcher and Dock.
目次
インストール
最低限のデスクトップインターフェイスを作成するには、まず deepin グループをインストールしてください。基本的なコンポーネントが全てインストールされます。
完全なデスクトップ環境とするための追加アプリケーションは deepin-extra グループに含まれています。
ネットワーク管理機能を使用するには、networkmanager パッケージが必要です。また、NetworkManager.service
を起動・有効化してください。
Deepin Desktop Environment の起動
ディスプレイマネージャを使う
DDE のデフォルトの lightdm greeter を使用するには設定ファイルの [Seat:*]
セクションに修正を加える必要があります:
/etc/lightdm/lightdm.conf
[Seat:*] ... greeter-session=lightdm-deepin-greeter
root 以外のユーザーで greeter を動作させるにはホームディレクトリが必要です。
xinitrc を使う
詳しくは xinitrc のページを見て下さい。
~/.xinitrc
exec startdde
startx
または xinit
を実行すれば DDE が起動します。
設定
タッチパッドのジェスチャーのカスタマイズ
Deepin は公式にはジェスチャーのカスタマイズをサポートしていませんが、設定ファイルを変更することでカスタマイズできます。設定ファイル:
/usr/share/dde-daemon/gesture.json
ファイルを編集したら再起動あるいは再ログインしてください。
トラブルシューティング
スタンバイ状態から復帰したときに壁紙が表示されない
NVIDIA ドライバーが FBO を保存する方法が原因で [1]、スタンバイ状態から復帰したときに壁紙が突然消えることがあり、カラーノイズが入った白い画面が表示されることがあります。上流の GNOME では既に解決されている問題ですが、Deepin デスクトップ環境ではまだ残っています。
サスペンドから復帰したときにウィンドウマネージャを再起動すれば問題を回避できます。以下の systemd サービスを作成してください:
/etc/systemd/system/resume@.service
[Unit] Description=User resume actions After=suspend.target [Service] User=%I Type=simple ExecStart=/usr/bin/deepin-wm-restart.sh [Install] WantedBy=suspend.target
上記のサービスから以下のスクリプトを実行します:
/usr/bin/deepin-wm-restart.sh
#!/bin/bash export DISPLAY=:0 deepin-wm --replace
適切なディレクトリにファイルを作成したら、以下のコマンドを実行してスクリプトを有効化します:
# chmod +x /usr/bin/deepin-wm-restart.sh # systemctl enable resume@user # systemctl start resume@user
1番目のコマンドはスクリプトに実行可能属性を付与し、2番目のコマンドは起動時にサービスを起動するように設定します。3番目のコマンドは即座にサービスを起動します。
無線ネットワークが接続されない
NetworkManager は MAC アドレスをランダムに設定します (デフォルト設定)。無効化するには NetworkManager の設定ファイルに以下の行を追加してください:
/etc/NetworkManager/NetworkManager.conf
[device] wifi.scan-rand-mac-address=no
Bluetooth メニューが表示されない/機能しない
bluetooth.service
を有効化してください。デフォルトでは有効になっていません。
バグレポート
上流や arch のパッケージ関連のバグは ここ で報告してください。