インストール

 インストールするHDD以外のドライブのケーブルを外して置きます。(UEFIをHDD毎に1つにしたいため)
 Ubuntu20.04Lts 日本語Remixをインストールする。

EFIに200MB
/に80GB


Setup Packからhomeフォルダをコピー

18.04時の設定等を、セットアップパックとしてファイルサーバーに残しておく。

home/mifjpn/のうち、
 systempictures,ダウンロード,ドキュメント,ピクチャ,
 .config/variety/Favorites,.conky
usr/shareのうち
 fonts/akubin134win,fonts/opentype/YasashisaGothic-TEGAKI
 theme/MoePinkShell2

を含みます。
そのうちhomeフォルダを書き戻す。

grub coutomizerでgrubを3秒表示させる設定

$sudo apt install grub-customizer

設定する。(特に高度な設定のGRUB_TIMEOUT_STYLE hiddenのチェックを外すことにに注意)

simplenote

$ snap install simplenote

memoの開始(debパッケージはgithubからのダウンロードが遅かった)

サブディスプレイ設定

設定から、ディスプレイの位置をセットする。

設定ー地域と言語ーインストールされている言語の管理

サポートされる言語のインストールを終わらせる。

Firefox同期

さらに、コーデックを入れて、表示可能な動画を増やす。

$ sudo apt-get install ubuntu-restricted-extras


ここで一旦Clonezillaでバックアップ

Setup packを~/にコピー

今回のフォルダ名はpc3-ubuntu2005142127です。

chromium

$ snap install chromium

ログインして。chromeとの同期を確保する。

ログイン画面を変える

参考:PC3-181103 解像度の違うデュアルディスプレイでのLogin画面の設定
参考:Ubuntu20.04のgnome-shell-theme.gresource の再構成とlogin画面の変更

解凍:20.04.chg.login.gnome-shell-theme.zip→gnome-shell-theme.gresource
$ sudo cp /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource.bak
$ sudo cp ~/ダウンロード/gnome-shell-theme.gresource /usr/share/gnome-shell/theme/Yaru/


 Setuppakのlogin画像を/usr/share/backgrounds/login.pngにする。

$ sudo cp ~/pc3-ubuntu2005142127/usr/share/theme/MoePinkShell2/gnome-shell/assets/moebuntu_bg.png /usr/share/backgrounds/login.png
$ sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
$ sudo chown gdm:gdm ~gdm/.config/monitors.xml
$ sudo gedit /etc/gdm3/custom.conf
-------以下のように変更
WaylandEnable=false
-------

※再起動しないと反映しなかった。

暫定MoePinkにする

$ sudo apt install chrome-gnome-shell
$ sudo apt install gnome-tweaks

Firefoxで、User Themes (https://extensions.gnome.org/extension/19/user-themes/)をONに
Moe-Pink14H.tar.xz
MoePinkShell4.tar.xz
MoePinkIcons_181013.tar.xz
をダウンロード・・・それぞれ解凍の後

$ sudo cp -r ~/ダウンロード/Moe-Pink14H /usr/share/themes/
$ sudo cp -r ~/ダウンロード/MoePinkShell4 /usr/share/themes/
$ sudo cp -r ~/ダウンロード/MoePinkIcons /usr/share/icons/

ランダム背景の設定

PC3-190310 varietyによる、背景の自動変更:「苺ましまろ」まとめ

$ sudo apt install variety

Setup Packからhomeフォルダをコピーしたところですでに画像は入っているので設定後→次の画像で表示される。

snap-store再インストールとgnome-softwareのインストールとflatpakの準備

$ snap remove snap-store
$ snap install snap-store
$ sudo apt install gnome-software
$ sudo apt install gnome-software-plugin-flatpak

※再ログインが必要だった。

flatpak-gradioのインストール

flatpak-gradio
からインストール。

デスクトップにアナログ時計、カレンダー、天気予報ガジェットを

 18.04のときの参考

CPU,RAM,NETガジェット

参考:PC3-190308rUBUNTU18.04のデスクトップにさらに、CPU,RAM,NETガジェットを(リベンジ)

$ sudo apt install fonts-takao
(wineの文字化けのため)
$ sudo apt-get install conky-all

Setup Packからhomeフォルダをコピーしたのでですでに.conkyフォルダがある。

$ chmod +x .conky/*.sh

少し下へ移動し調整した。

Network PanelとProcess Panelのgap_yを調整

自動起動へ登録

/home/mifjpn/.conky/conky-startup.sh

mcomicsのインストール(PDFも読めるようにする)

$ sudo apt install mcomix
$ sudo apt-get install mupdf-tools

Adobe air を入れて、ラジコプレーヤーを動かす(Wine5.0)

wine-stableインストール

$ sudo dpkg --add-architecture i386 
$ sudo apt update

Next, to install Wine we need to install both wine64 and wine32 Windows API implementation packages. To do so execute the following command:

$ sudo apt install wine64 wine32

Once the installation is completed confirm the wine installation by checking for the wine version:

$ wine --version
wine-5.0 (Ubuntu 5.0-3)

このままだと、0009:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.が出るので。

$ sudo apt-get install winbind

が必要です。

fehでのサブディスプレイでのランダムスライドショー

$ sudo apt install feh
$ gedit ~/.local/share/applications/SubDisplaySlide.desktop
-----------以降内容
[Desktop Entry]
Name=SubDisplaySlide
Exec=/usr/bin/feh -Zxz -g 1680x1050 --zoom fill -D 300 /home/<ユーザー名>/ピクチャ/wallpapers/
Type=Application
StartupNotify=true
StartupWMClass=feh
Icon=screensaver
Name[ja]=サブディスプレイでスライドします。
------------
$ chmod a+x ~/.local/share/applications/SubDisplaySlide.desktop

トップバーへの機能追加

Datetime Format

indicator-stickynotes

$ sudo add-apt-repository ppa:umang/indicator-stickynotes
$ sudo apt install indicator-stickynotes

マウスホイールのスクロール量を調節する

$ sudo apt install imwheel
$ gedit ~/.imwheelrc
-------以下内容
".*"
None,      Up,   Button4, 2
None,      Down, Button5, 2
-------

自動起動に登録

imwheel

で追加

東雲研究所のはかせのplymouth

 東雲研究所のはかせのplymouthここからダウンロード
解凍後

$ sudo cp -r ~/ダウンロード/hakase /usr/share/plymouth/themes/
$ sudo apt install galternatives

galternativesで、default.plymouthに新規で、/usr/share/plymouth/themes/hakase/hakase.plymouth を指定して、登録選択。
最期に

$ sudo update-initramfs -u -k all

NTPクライアント(Crony)の設定

ntpクライアント設定

$ sudo apt-get install chrony
$ sudo gedit /etc/chrony/chrony.conf
---以下書き換え部分
#pool ntp.ubuntu.com iburst maxsources 4
#pool 0.ubuntu.pool.ntp.org iburst maxsources 1
#pool 1.ubuntu.pool.ntp.org iburst maxsources 1
#pool 2.ubuntu.pool.ntp.org iburst maxsources 2
server wpserver.local iburst
---
$ sudo service chrony restart
$ chronyc sources
210 Number of sources = 1
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^* wpserver 2 6 17 22 +631ns[ +116us] +/- 26ms

トップ   編集 凍結解除 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2020-05-16 (土) 08:23:28