Linux とか... 時々 Mac ( ꒪⌓꒪)

いろいろと試行錯誤の毎日? ( ꒪⌓꒪)

ログイン後 "Setting Rf Kill State requires privileges" パスワードを入力

酷暑に... 猛暑が続いて、へばっていました。 ブログを再開しますか?

いつの日からか? ログイン後、パスワードを入力するダイヤログボックスが出現

「ネットワークの設定変更には権限が必要です」「Setting Rf Kill State requires privileges」

この 2つが毎回出てきて... どうしてかな? wiki を読みましたが... 解決できなかった!

Bluetooth - ArchWiki

ワイヤレス設定 - ArchWiki

ユーザーとグループ - ArchWiki

調べているとヒントを発見!

www.linuxquestions.org

Then create new file /etc/polkit-1/rules.d/81-blueman.rules with follwing content

polkit.addRule(function(action, subject) {
 if (action.id == "org.blueman.rfkill.setstate" && subject.local && subject.active && subject.isInGroup("wheel")) {
  return polkit.Result.YES;
 }
if (action.id == "org.blueman.network.setup" && subject.local && subject.active && subject.isInGroup("wheel")) {
  return polkit.Result.YES;
 }
});



使用(仕様)環境により異なる内容があっても「自己責任で...( ꒪⌓꒪)」

lightdm ログイン画面の解像度が...

lightdm ログイン画面の解像度が勝手に変わった!

Xfce で使っているノートパソコンが、いつかのアップデートのタイミングで

ログイン画面が 800 x 600 に変わってしまった! 通常は 1024 x 600 の 11 インチ画面なのに...

しばらく放置していましたが修正できました w

/etc/lightdm/lightdm_display.sh を作成

#!/bin/sh
xrandr --output LVDS1 --auto

実行権を設定する

$ sudo chmod +x /etc/lightdm/lightdm_display.sh

/etc/lightdm/lightdm.conf に以下を追加

display-setup-script=/etc/lightdm/lightdm_display.sh

Linux Mint 19 “Tara” released!

Linux Mint 19 “Tara” リリースされました!

https://blog.linuxmint.com/?p=3599

https://blog.linuxmint.com/?p=3598

https://blog.linuxmint.com/?p=3597

Linux Mint 19 Tara Cinnamon Edition

こちらは、Bata からインストールしていましたので

$ apt remove ttf-mscorefonts-installer
$ apt install libreoffice-sdbc-hsqldb sessioninstaller ttf-mscorefonts-installer
$ sudo rm -f /etc/systemd/logind.conf
$ apt install --reinstall -o Dpkg::Options::="--force-confmiss" systemd
$ sudo rm -f /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla

フォントなどもしっかりと入れて、本格的に稼働させていきますかね... !!

インテル Dual Band Wireless-AC 7260 + Bluetooth

インテル Dual Band Wireless-AC 7260 + Bluetooth 取り付け

f:id:iroiro-to:20180624050751j:plain

arch linux では、Wi-Fi に関しては問題なく認識しました。

$ lspci | grep 7260
04:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73)

Bluetooth に関しては、51番 pin のマスキングなど試しましたが動作しませんでした!

恐らく筐体の仕様だと思われるので... 諦めました _| ̄|○