1,000万円を超えたbitcoinを少しだけどもらえるURL
https://bitflyer.com/invitation?id=l50e5ljw&lang=ja-JP
ハピタスからポイントもらえるURL
fedora30を使っているとgnomeが(?)出してくるポップアップが超ウザい。
「認証が要求されました」「System policy prevents Wi-Fi scans」
何回認証してもこの画面になる。ウッザい。
消し方は見つけた。コレ。
$ sudo -s
# cd /etc/polkit-1/localauthority/50-local.d/
# vim 45-allow.colord.pkla
[Allow Colord all Users] Identity=unix-user:* Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile;
ResultAny=no
ResultInactive=no
ResultActive=yes
# vim 46-allow-update-repo.pkla
[Allow Package Management all Users]
Identity=unix-user:*
Action=org.freedesktop.packagekit.system-sources-refresh
ResultAny=yes
ResultInactive=yes
ResultActive=yes
[Allow WiFi Scan all Users]
Identity=unix-user:*
Action=org.freedesktop.NetworkManager.wifi.scan
ResultAny=yes
ResultInactive=yes
ResultActive=yes
# sudo systemctl restart NetworkManager
そのあとはgnome使っていてもポップアップされなくなった。めでたし。
サーバ版じゃなくてDesktop版なのに無限ポップアップを出すなんて最悪。こういう不親切さを解消しないとLinuxがユーザーエンドの世界で使われるはずがない。
UbuntuやSuSEでも同じ問題が起きるらしく、海外でも困っている人たくさんいるみたい。
参考)
Ubuntu Mate 20.04 XRDP setup · GitHub