人生シーケンスブレイク

シーケンスブレイク(Sequence breaking、シークエンスブレイクとも)とは、テレビゲームにおいて開発が想定している攻略ルートを逸脱し、ショートカットする行為のことである。

Ubuntu 22.04 / Linux Mint 21 でSimplenoteが起動しない問題の解決

状況

マルチプラットフォームMarkdownテキストを無料で同期できる Simplenote を使っているのだが、Ubuntu 22.04, Linux Mint 21 にアップデートしたら起動できなくなった。

simplenote.com

対策方法は... とIssueを探したら、 --disable-gpu-sandbox オプションを付けよとあったので、これを付けて実行したら起動できた。

github.com

メニューバーなどのアイコンにもオプションを付けたい。

どこに設定あるんだっけ...と思ってたら、先日同じIssueにAuthorの人がやり方をコメントしてくれていた。

https://github.com/Automattic/simplenote-electron/issues/3106#issuecomment-1298781947

/usr/share/applications/simplenote.desktop を、下記のように編集する。

[Desktop Entry]
Name=Simplenote
Exec=/opt/Simplenote/simplenote %U --disable-gpu-sandbox
Terminal=false
Type=Application
Icon=simplenote
StartupWMClass=Simplenote
Comment=Simplenote is an easy way to keep notes, lists, ideas and more. Your notes stay in sync with all your devices for free.
GenericName=Note Taking Application
StartupNotify=true
Categories=Utility;
MimeType=x-scheme-handler/simplenote;

差分はここかな。

+Exec=/opt/Simplenote/simplenote %U --disable-gpu-sandbox
-Exec=/opt/Simplenote/simplenote %U

https://amzn.to/3XIEl1n

やっとまた気楽に使えるようになった。