Snap版egmdeがFedoraとArchで動作可能に
Snapで提供される「egmde」が「Fedora」と「Arch」で動作するようになりました。「egmde」は「Mir」上で動作するデスクトップシェルのサンプルです。
「egmde」の詳細は、以下を参照してください。
元々「Ubuntu」では、「egmde」は「Ubuntu 16.04/18.04/18.10」で動作します。
動作可能なディストリビューションが「Fedora」と「Arch」に広がりました。
試験的なX11サポートも利用可能
Snap版「egmde」では、試験的なX11サポートも利用可能です。ただし事前に以下のコマンドを実行し、設定を行っておく必要があります。
sudo snap set egmde x11-display=auto
また別途「Xwayland」のインストールが必要になる可能性があります。
edgeとbetaチャンネルが利用可能
Snap版「egmde」は、「edge」もしくは「beta」チャンネルからインストール可能です。
snap info egmde
name: egmde
summary: Try Mir as your desktop, or as a window on your desktop
publisher: Alan Griffiths (alangriffiths)
contact: alan@octopull.co.uk
license: unset
description: |
Egmde is a "worked example" of using Mir written to accompany a set of blog
posts. It is not a fully functional shell.
These blog posts are listed here:
https://github.com/AlanGriffiths/egmde/wiki
They don’t cover aspects of a desktop environment that are not related to
using Mir. Missing functionality includes: integrating into the system for
screen locking & suspend, policy kit integration, internationalization,
support for non-Wayland (i.e. X11) applications, etc.
The beta and edge channels track Mir releases:
$ sudo snap install --classic --beta egmde # Latest Mir release
$ sudo snap install --classic --edge egmde # Latest Mir development
To use egmde as your desktop, select it when logging in, to run it on your
desktop run "egmde".
Note: Mir's "experimental" X11 support can be enabled by:
$ sudo snap set egmde x11-display=auto
You may also need to install Xwayland:
$ sudo apt install Xwayland # Ubuntu
$ sudo dnf install xorg-x11-server-Xwayland # Fedora
snap-id: H5IuTmVtH1mtvQFnlUBw4ESa8HuzNyQX
channels:
stable: –
candidate: –
beta: egmde78-mir1.0.0 (135) 34MB classic
edge: egmde78-mir1.0.0+dev139 (136) 41MB classic
name: egmde
summary: Try Mir as your desktop, or as a window on your desktop
publisher: Alan Griffiths (alangriffiths)
contact: alan@octopull.co.uk
license: unset
description: |
Egmde is a "worked example" of using Mir written to accompany a set of blog
posts. It is not a fully functional shell.
These blog posts are listed here:
https://github.com/AlanGriffiths/egmde/wiki
They don’t cover aspects of a desktop environment that are not related to
using Mir. Missing functionality includes: integrating into the system for
screen locking & suspend, policy kit integration, internationalization,
support for non-Wayland (i.e. X11) applications, etc.
The beta and edge channels track Mir releases:
$ sudo snap install --classic --beta egmde # Latest Mir release
$ sudo snap install --classic --edge egmde # Latest Mir development
To use egmde as your desktop, select it when logging in, to run it on your
desktop run "egmde".
Note: Mir's "experimental" X11 support can be enabled by:
$ sudo snap set egmde x11-display=auto
You may also need to install Xwayland:
$ sudo apt install Xwayland # Ubuntu
$ sudo dnf install xorg-x11-server-Xwayland # Fedora
snap-id: H5IuTmVtH1mtvQFnlUBw4ESa8HuzNyQX
channels:
stable: –
candidate: –
beta: egmde78-mir1.0.0 (135) 34MB classic
edge: egmde78-mir1.0.0+dev139 (136) 41MB classic
「beta」チャンネルはMirのリリースブランチに対応し、「edge」チャンネルはMirの開発ブランチに対応しています。
NVIDIAサポートは含まれない
Snap版「egmde」はNVIDIAサポートが含まれていません。これを実現するにはSnapの外側でカーネルモジュールのロードが必要になりますが、それにより発生する問題がまだ解決できていないためです。