SSブログ

Miracle Linux i3 [fedora系]

Miracle Linux  i3
あいもかわらずlinuxであそんでいます。
お仕事の方はご苦労さまです。
今回の私のパソコン環境は、  os  Miracle Linux     i3ウインドーマネージャー
 CPU: Intel i7-7700 (8) @ 4.200GHz
 GPU: NVIDIA GeForce GT 730
     
Miracle Linux 9  centos系   日本製。
Miracle Linux 9は、サーバーとして利用されているでしょう。
インストールは gnome-disksにてusbメモリーに書き込み。起動させてssdにインストールした。(bios)
インストール終了後、マイブームi3のインストールした
Miracle Linux 9は、サーバー用としてつくられている。
i3ウインドーマネージャのインストールは、こんなんを極めるものでしょう。
インストール終了後、テキスト入力
+
+
login:〇〇〇〇
passwd:〇〇〇〇
export LANG=C
sudo dnf update
sudo reboot
sudo dnf group list
sudo dnf group install "Workstation"
sudo systemctl set-default graphical.target
sudo systemctl enable gdm
sudo reboot
+
+
+
+
+
+
以下は、gnomeデスクトップの画面で作業した。
nautilusの設定 コマンド
gsettings set org.gnome.nautilus.preferences always-use-location-entry true
gsettings set org.gnome.nautilus.preferences default-sort-order "type"
gsettings set org.gnome.nautilus.list-view default-visible-columns "['name', 'type', 'size', 'date_modified', 'starred']"
gsettings set org.gnome.desktop.interface clock-show-date true
+
+
+
+
+
+
リボジトリの追加  以下のファイルは、el9とfc37のファイルを使用しています。
sudo dnf install yum-utils
sudo dnf install ~/ダウンロード/epel-next-release-9-4.el9.noarch.rpm ~/ダウンロード/epel-release-9-4.el9.noarch.rpm~ /ダウンロード/rpmfusion-free-release-9.noarch.rpm ~/ダウンロード/rpmfusion-nonfree-release-9.noarch.rpm 
+
+
+
+
i3のためのファイルのインストール
sudo dnf install ~/ダウンロード/libmpdclient-2.20-3.fc37.x86_64.rpm  ~/ダウンロード/perl-AnyEvent-7.17-8.el9.x86_64.rpm ~/ダウンロード/perl-common-sense-3.7.5-7.el9.x86_64.rpm ~/ダウンロ ード/perl-JSON-XS-4.03-5.el9.x86_64.rpm ~/ダウンロード/perl-Types-Serialiser-1.01-4.el9.noarch.rpm 
+
+
+
+
その他のアプリ
sudo dnf install ~/ダウンロード/feh-3.9.1-1.fc37.x86_64.rpm ~/ダウンロード/google-chrome-stable_current_x86_64.rpm ~/ダウンロード/google-noto-cjk-fonts-20201206-5.fc37.noarch.rpm ~/ダウンロード/i3blocks-1.5-5.fc37.x86_64.rpm ~/ダウンロード/neofetch-7.1.0-7.el9.noarch.rpm ~/ダウンロード/rofi-1.7.5-1.fc37.x86_64.rpm =/ダウンロード/rofi-themes-1.7.5-1.fc37.noarch.rpm ~/ダウンロード/scrot-1.8.1-1.fc37.x86_64.rpm ~/ダウンロード/vl-gothic-fonts-20220612-2.el9.noarch.rpm 
+
+
sudo dnf install i3 i3blocks xfce4-terminal thunar pavucontrol fontawesome-fonts ntfs-3g papirus-icon-theme lm_sensors sysstat xfce4-mailwatch-plugin polkit-gnome vlc snapd langpacks-ja
+
+
+
rofiは、エラーが出て起動しなかった
実行ファイルだけをubuntuのものに置換した。
  
解凍して /usr/bin/rofi を使用する。
+
+
+
+
onlyoffice audacity のインストール
sudo ln -s /var/lib/snapd/snap /snap
sudo systemctl enable --now snapd.socket 
sudo snap install onlyoffice-desktopeditors audacity
+
+
+
xrandr
 HDMI-1 connected 1920x1080+0+0  
 
sudo nano /etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor"
    Identifier "HDMI-1"
    Option "DPMS" "false"
EndSection
Section "ServerFlags"
    Option "StandbyTime" "10"
    Option "SuspendTime" "10"
    Option "OffTime" "10"
    Option "BlankTime" "0"
EndSection
sudo chmod 755 /etc/X11/xorg.conf.d/10-monitor.conf
上記だけでは、効果なし。
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
+
+
+
+
gdm autologin設定
sudo nano /etc/gdm/custom.conf 
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=satou
+
+
+
+
背景画像 i3から
exec --no-startup-id feh --bg-fill /usr/share/backgrounds/ml9-leaf_2560x1600.jpg
+
+
+
+
日本語入力 i3から
exec --no-startup-id ibus-daemon --config=/usr/libexec/ibus-dconf -r -d -x
sudo nano /etc/profile
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
+
ibusのアイコンの色 コマンド
gsettings set org.freedesktop.ibus.panel xkb-icon-rgba '#f57900'
+
+
+
+
  
~/ダウンロード/New Empty File
sudo dnf remove firefox
+
+
+
+
i3の設定は全記事と同じ  わたしは保管してある~/.configフォルダを設置するだけなのですが。
+   
+
+
+
Miracle Linux 9は、未整備と言えるくらい何も入ってなかった。
しあげればふつうのosでしょう。
以下参考画像
fedoraLinux_2023-03-06-42_1920x1080.jpg
i3
fedoraLinux_2023-03-06-39_1920x1080.jpg
neofetch
fedoraLinux_2023-03-06-55_1920x1080.jpg
~/ダウンロード フォルダ
2023-03-06-194800_1920x1080_scrot.jpg
logout
2023-03-06-194645_1920x1080_scrot.jpg
dmenu
fedoraLinux_2023-03-06-43_1920x1080.jpg
fedoraLinux_2023-03-06-22_1920x1080.jpg
https://www.youtube.com/watch?v=HHTZbokjbwg&list=RDMMM-AlZLeVxgg&index=18

nice!(0) 

nice! 0