
新しいMint Maya(MATE WM)をインストールしました。開封後、Bluetoothアプレットはタスクバーに表示されますが、実行することはできません。 aptからアップグレードした後は、タスクバーに表示されなくなります。適切なプログラムを直接実行しようとすると、次のように失敗します。
$ mate-bluetooth-
mate-bluetooth-applet mate-bluetooth-sendto
mate-bluetooth-properties mate-bluetooth-wizard
$ mate-bluetooth-applet
** (mate-bluetooth-applet:12517): WARNING **: Applet
is already running, exiting
$ mate-bluetooth-properties
(mate-bluetooth-properties:12521): Unique-DBus-WARNING
**: Error while sending message: Did not receive a
reply. Possible causes include: the rem ote application
did not send a reply, the message bus security policy
blocked the reply, the reply timeout expired, or the
network connection was broken.
$ mate-bluetooth-wizard
(mate-bluetooth-wizard:12602): Unique-DBus-WARNING
**: Error while sending message: Did not receive a
reply. Possible causes include: the remote application
did not send a reply, the message bus security policy
blocked the reply, the reply timeout expired, or the
network connection was broken.
答え1
問題は、実際にMintがBluetoothと通信することではありません。mate-bluetooth-*
mintが提供するプログラムはもう機能しません。代替Bluetooth設定プログラムを実行するだけです。例sudo apt-get install blueman
を実行しますblueman-manager
。