2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ctrl alt spaceの謎の音声がでないようにする

Posted at

ラズパイをテレビにつないで操作を試していたところ。
「スクリーンリーダー プレス コントロールとスペース」
的な何かがうるさい!日本語でテキトーな検索をしても出てこないので、仕方ないので英語で検索したところ、見つけました。

Windowsでいうとこのユーザー補助の、画面の読み上げ機能みたいなもので、なぜかそれをインストールしてない状態だと、ctrl alt spaceでorcaをインストールできる、という案内みたいですね。...ならこれを発しているのは何者なんだ、せめて解除方法くらい喋らないのかw

機能が自動的に立ち上がらない方法は.
sudo rm /etc/xdg/autostart/piwiz.desktop

これで次回OS起動時から黙るみたいです。
なお、即時でやめてほしいときは、

wizのpidを調べる.
ps -eaf | grep wiz
piwizのpid、ユーザー名の次つまり左から2行目がpid.
sudo kill <pid番号>

で行っちゃいましょう。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?