Manjaro LinuxはArch Linuxを基に開発された、ユーザーフレンドリーなディストリビューションです。
初心者のためにグラフィカルなインストーラーを提供し、
デスクトップ環境としてXfce、KDE、GNOMEを公式にサポートしています。
また、コミュニティによってMATE版、LXDE版などが提供されています。
公式
https://manjaro.org
フォーラム
https://forum.manjaro.org
Wiki
https://wiki.manjaro.org/index.php/Main_Page
DistroWatchによる紹介
https://distrowatch.com/table.php?distribution=manjaro
前スレ
Manjaro Linux Part4
http://mao.5ch.net/test/read.cgi/linux/1589091206/
Manjaro Linux Part5
https://mao.5ch.net/test/read.cgi/linux/1631208426/
Manjaro Linux Part6
2024/03/03(日) 12:40:59.02ID:mEpHzCLW
2024/03/03(日) 19:52:34.97ID:uAoH2WHO
向こうのスレは気持ち悪いからこちらのスレを使うか
2024/03/03(日) 21:48:17.75ID:uAoH2WHO
Announcements - Manjaro Linux Forum
https://forum.manjaro.org/c/announcements/
Arch Linux Forums
https://bbs.archlinux.org/
Manjaro Repository - Status of mirrors
https://repo.manjaro.org/
https://forum.manjaro.org/c/announcements/
Arch Linux Forums
https://bbs.archlinux.org/
Manjaro Repository - Status of mirrors
https://repo.manjaro.org/
2024/03/05(火) 13:05:40.81ID:p2kRcwAk
Crash during update - System Updates - Manjaro Linux Forum
https://forum.manjaro.org/t/crash-during-update/157693
Nachlese 4 March 2024 21:05 3
If the system was in the midst of an update, at least the kernel is now missing.
… first the to be updated kernel gets removed, then the update …, then the new initrd is created at the end
interrupt the process and you end up with no initrd and kernel
This is easy to rectify:
boot from live usb and chroot (manjaro-chroot -a) into your system and run the update again
https://forum.manjaro.org/t/crash-during-update/157693
Nachlese 4 March 2024 21:05 3
If the system was in the midst of an update, at least the kernel is now missing.
… first the to be updated kernel gets removed, then the update …, then the new initrd is created at the end
interrupt the process and you end up with no initrd and kernel
This is easy to rectify:
boot from live usb and chroot (manjaro-chroot -a) into your system and run the update again
2024/03/29(金) 07:23:14.06ID:ZbSlbJw0
mkinitcpio hook migration and early microcode
journalctl -k --grep=microcode
sudo nano /etc/mkinitcpio.conf
busybox init
#HOOKS=(base udev microcode autodetect modconf block keyboard keymap consolefont filesystems fsck)
systemd init
HOOKS=(base systemd microcode autodetect keyboard sd-vconsole modconf block filesystems fsck)
sudo mkinitcpio -P
mkinitcpio - ArchWiki
https://wiki.archlinux.org/title/Mkinitcpio#Common_hooks
WARNING: Deprecated option 'ALL_microcode' found
https://bbs.archlinux.org/viewtopic.php?id=293437
面倒くさいな
journalctl -k --grep=microcode
sudo nano /etc/mkinitcpio.conf
busybox init
#HOOKS=(base udev microcode autodetect modconf block keyboard keymap consolefont filesystems fsck)
systemd init
HOOKS=(base systemd microcode autodetect keyboard sd-vconsole modconf block filesystems fsck)
sudo mkinitcpio -P
mkinitcpio - ArchWiki
https://wiki.archlinux.org/title/Mkinitcpio#Common_hooks
WARNING: Deprecated option 'ALL_microcode' found
https://bbs.archlinux.org/viewtopic.php?id=293437
面倒くさいな
2024/03/29(金) 07:23:52.34ID:ZbSlbJw0
Update to mkinitcpio runing microcode hook
https://bbs.archlinux.org/viewtopic.php?id=293834
grub-mkconfig can find ucodes itself and has a predefined list:
GRUB_EARLY_INITRD_LINUX_STOCK="intel-uc.img intel-ucode.img amd-uc.img amd-ucode.img early_ucode.cpio microcode.cpio"
Add
GRUB_EARLY_INITRD_LINUX_STOCK=""
Ok, made the changes and run mkinicpio and grub-mkconfig.. rebooted, amd-ucode.img is no longer in initrd [grub]
https://bbs.archlinux.org/viewtopic.php?id=293834
grub-mkconfig can find ucodes itself and has a predefined list:
GRUB_EARLY_INITRD_LINUX_STOCK="intel-uc.img intel-ucode.img amd-uc.img amd-ucode.img early_ucode.cpio microcode.cpio"
Add
GRUB_EARLY_INITRD_LINUX_STOCK=""
Ok, made the changes and run mkinicpio and grub-mkconfig.. rebooted, amd-ucode.img is no longer in initrd [grub]
2024/03/29(金) 07:42:43.98ID:ZbSlbJw0
I removed All_microcode and added microcode hook after autodetect. I run btrfs/grub/luks2 with secure boot and successfully booted without issues or errors.
HOOKS=(systemd btrfs keyboard autodetect microcode modconf kms block sd-vconsole sd-encrypt filesystems fsck)
こうか
busybox init
#HOOKS=(base udev autodetect microcode modconf block keyboard keymap consolefont filesystems fsck)
systemd init
HOOKS=(base systemd autodetect microcode keyboard sd-vconsole modconf block filesystems fsck)
HOOKS=(systemd btrfs keyboard autodetect microcode modconf kms block sd-vconsole sd-encrypt filesystems fsck)
こうか
busybox init
#HOOKS=(base udev autodetect microcode modconf block keyboard keymap consolefont filesystems fsck)
systemd init
HOOKS=(base systemd autodetect microcode keyboard sd-vconsole modconf block filesystems fsck)
2024/04/25(木) 20:31:31.07ID:pFiqgpAP
brave · Search · GitLab
https://gitlab.manjaro.org/search?search=brave&nav_source=navbar
https://gitlab.manjaro.org/search?search=brave&nav_source=navbar
2024/04/30(火) 16:36:25.58ID:GRJw7O91
[Testing Update] 2024-04-28 - Kernels, Python 3.12, Mesa, NVIDIA, Systemd, GStreamer - Testing Updates - Manjaro Linux Forum
https://forum.manjaro.org/t/testing-update-2024-04-28-kernels-python-3-12-mesa-nvidia-systemd-gstreamer/160657
sudo pacman -Qoq /usr/lib/python3.11/ | tee ~/python3.11.txt
cat ~/python3.11.txt | yay -R -
cat ~/python3.11.txt | yay -S --needed -
# 依存関係から外れたパッケージを削除。
yay -Yc
Python 3.12はしばらく様子見かな
https://forum.manjaro.org/t/testing-update-2024-04-28-kernels-python-3-12-mesa-nvidia-systemd-gstreamer/160657
sudo pacman -Qoq /usr/lib/python3.11/ | tee ~/python3.11.txt
cat ~/python3.11.txt | yay -R -
cat ~/python3.11.txt | yay -S --needed -
# 依存関係から外れたパッケージを削除。
yay -Yc
Python 3.12はしばらく様子見かな
2024/05/13(月) 23:22:04.95ID:wo9E/asj
またupdate で起動しなくなった。不安定すぎて僕には無理だわ
debian に戻ります
debian に戻ります
2024/05/19(日) 14:14:13.69ID:CSZIcG9l
[Testing Update] 2024-05-18 - Kernels, Systemd, Toolchain, Mesa, Firefox, Thunderbird - Testing Updates
ttps://forum.manjaro.org/t/testing-update-2024-05-18-kernels-systemd-toolchain-mesa-firefox-thunderbird/162074
$ pamac checkupdates
116 個のアップデートがあります:
gcc 13.2.1-6 -> 14.1.1+r1+g43b730b9134-1 core
gcc-libs 13.2.1-6 -> 14.1.1+r1+g43b730b9134-1 core
ttps://forum.manjaro.org/t/testing-update-2024-05-18-kernels-systemd-toolchain-mesa-firefox-thunderbird/162074
$ pamac checkupdates
116 個のアップデートがあります:
gcc 13.2.1-6 -> 14.1.1+r1+g43b730b9134-1 core
gcc-libs 13.2.1-6 -> 14.1.1+r1+g43b730b9134-1 core
2024/05/26(日) 03:39:35.75ID:Ute2n6QB
environment.d(5) — Arch manual pages
ttps://man.archlinux.org/man/environment.d.5
Environment variables - ArchWiki
ttps://wiki.archlinux.org/title/Environment_variables
Wayland session
Since Wayland does not initiate any Xorg related files, GDM and KDE Plasma source systemd user environment variables instead.
~/.config/environment.d/envvars.conf
GUI_VAR=value
using systemctl show-environment or the underlying D-Bus call.
Configuration files in the environment.d/ directories contain lists of environment variable assignments passed to services started by the systemd user instance.
.profile や.xprofileが空でもenvvars.confに書いとけば環境変数をxfce4でも読み込んでくれるのか
ttps://man.archlinux.org/man/environment.d.5
Environment variables - ArchWiki
ttps://wiki.archlinux.org/title/Environment_variables
Wayland session
Since Wayland does not initiate any Xorg related files, GDM and KDE Plasma source systemd user environment variables instead.
~/.config/environment.d/envvars.conf
GUI_VAR=value
using systemctl show-environment or the underlying D-Bus call.
Configuration files in the environment.d/ directories contain lists of environment variable assignments passed to services started by the systemd user instance.
.profile や.xprofileが空でもenvvars.confに書いとけば環境変数をxfce4でも読み込んでくれるのか
2024/06/04(火) 12:31:04.47ID:Ax3fhe5x
gdm[985]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
The error occurs when the assertion fails, indicating that an operation was attempted on a display object that was not a remote display, contrary to the expected condition.
In summary, GDM_IS_REMOTE_DISPLAY is a utility macro or function provided by the GDM codebase to differentiate between local and remote displays, allowing for proper handling and configuration of remote display connections within the GNOME desktop environment.
Looks like a report that no external display is found by whatever (GDM).
The error occurs when the assertion fails, indicating that an operation was attempted on a display object that was not a remote display, contrary to the expected condition.
In summary, GDM_IS_REMOTE_DISPLAY is a utility macro or function provided by the GDM codebase to differentiate between local and remote displays, allowing for proper handling and configuration of remote display connections within the GNOME desktop environment.
Looks like a report that no external display is found by whatever (GDM).
2024/06/04(火) 12:32:38.63ID:Ax3fhe5x
Upgrade of GDM from version gdm-46.0-1 to gdm-46.2-1
complains:
Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
complains:
Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
2024/06/15(土) 19:42:33.23ID:pSTG33EW
マンGどこ?
2024/07/01(月) 17:29:14.26ID:AXKIo34F
[Testing Update] 2024-07-01 - PLS don't update yet
ttps://forum.manjaro.org/t/testing-update-2024-07-01-pls-dont-update-yet/164685
GNOMEでgnome-shell-extension-dash-to-dockのアプリの切り替えが機能しないw
sudo pacman-mirrors --api --set-branch stable && sudo pacman -Syy
sudo pacman -Syuu
とりあえずTestingからbranch stableにダウングレードします
ttps://forum.manjaro.org/t/testing-update-2024-07-01-pls-dont-update-yet/164685
GNOMEでgnome-shell-extension-dash-to-dockのアプリの切り替えが機能しないw
sudo pacman-mirrors --api --set-branch stable && sudo pacman -Syy
sudo pacman -Syuu
とりあえずTestingからbranch stableにダウングレードします
2024/07/04(木) 13:54:39.95ID:vaHV2ZUV
>>16
mutter 46.3.1-1 Window manager and compositor for GNOME 2024-07-04
GDK_BACKEND=x11のアプリのウィンドウがフォーカスにならなかったけど
直ったようだ。EndeavourOSで
mutter 46.3.1-1 Window manager and compositor for GNOME 2024-07-04
GDK_BACKEND=x11のアプリのウィンドウがフォーカスにならなかったけど
直ったようだ。EndeavourOSで
2024/07/16(火) 19:34:17.80ID:eI3gJ7Fu
$ sudo pacman -Syuu
:: パッケージデータベースの同期中...
core は最新です
extra は最新です
multilib は最新です
:: システム全体の更新を開始...
警告: gdm: パッケージの更新を無視 (45.0.1-1 => 46.2-3)
警告: libgdm: パッケージの更新を無視 (45.0.1-1 => 46.2-3)
警告: libva-mesa-driver: パッケージの更新を無視 (1:24.1.0-1 => 1:24.1.3-1)
警告: llvm-libs: パッケージの更新を無視 (17.0.6-5 => 18.1.8-3)
警告: mesa: パッケージの更新を無視 (1:24.1.0-1 => 1:24.1.3-1)
警告: mesa-vdpau: パッケージの更新を無視 (1:24.1.0-1 => 1:24.1.3-1)
警告: vulkan-radeon: パッケージの更新を無視 (1:24.1.0-1 => 1:24.1.3-1)
何も行うことがありません
そういえばgdmは45にdowngrade固定にしてたな
mesaもarchive.archlinux.orgのもの
sudo downgrade mesa libva-mesa-driver mesa-vdpau vulkan-radeon llvm-libs
:: パッケージデータベースの同期中...
core は最新です
extra は最新です
multilib は最新です
:: システム全体の更新を開始...
警告: gdm: パッケージの更新を無視 (45.0.1-1 => 46.2-3)
警告: libgdm: パッケージの更新を無視 (45.0.1-1 => 46.2-3)
警告: libva-mesa-driver: パッケージの更新を無視 (1:24.1.0-1 => 1:24.1.3-1)
警告: llvm-libs: パッケージの更新を無視 (17.0.6-5 => 18.1.8-3)
警告: mesa: パッケージの更新を無視 (1:24.1.0-1 => 1:24.1.3-1)
警告: mesa-vdpau: パッケージの更新を無視 (1:24.1.0-1 => 1:24.1.3-1)
警告: vulkan-radeon: パッケージの更新を無視 (1:24.1.0-1 => 1:24.1.3-1)
何も行うことがありません
そういえばgdmは45にdowngrade固定にしてたな
mesaもarchive.archlinux.orgのもの
sudo downgrade mesa libva-mesa-driver mesa-vdpau vulkan-radeon llvm-libs
2024/07/20(土) 19:30:27.73ID:ts5ECEt4
GNOME版入れた。
食わず嫌いだった。
Manjaro最高じゃん!!😀
食わず嫌いだった。
Manjaro最高じゃん!!😀
2024/07/20(土) 23:28:13.45ID:xIr0HWXo
俺はGNOMEがってよりユーザが制御できない検索やアップデーが嫌いなんだけど
trackerを停止する方法がわかったので止めて使ってる
・nautilusのサムネイルが無効になる
・OS起動時のメモリが減る htopで820M xfce4はhtopで650M
What exactly is tracker3?
ttps://forums.fedoraforum.org/showthread.php?328005-What-exactly-is-tracker3
you cannot fully remove tracker, but disabling or even sabotaging it (the right way) should not be a problem, besides search becoming degraded.
検索にはfsearch-gitを使っている
trackerを停止する方法がわかったので止めて使ってる
・nautilusのサムネイルが無効になる
・OS起動時のメモリが減る htopで820M xfce4はhtopで650M
What exactly is tracker3?
ttps://forums.fedoraforum.org/showthread.php?328005-What-exactly-is-tracker3
you cannot fully remove tracker, but disabling or even sabotaging it (the right way) should not be a problem, besides search becoming degraded.
検索にはfsearch-gitを使っている
2024/07/21(日) 21:33:56.17ID:Dq/BZbsu
家のPCが全部Manjaroになった記念。😀
22login:Penguin
2024/08/06(火) 16:01:26.59ID:6ktaqC1h これ擁護しても猿 まめ
ストロングでもアウトだろうね
余力ゼロのスットコドッコイは耐えてもいいと思うが、このままだと多分顔が開示される前の大学生にしか見えん
ストロングでもアウトだろうね
余力ゼロのスットコドッコイは耐えてもいいと思うが、このままだと多分顔が開示される前の大学生にしか見えん
2024/08/06(火) 16:03:01.24ID:39fWi6I0
24login:Penguin
2024/08/06(火) 16:06:35.34ID:qteNu7aH バカのままではなく、糖尿病は1日で壊されて廃棄
ザアイスで新FSをやるべきことというかドラマ10は数字も出ない枠
ザアイスで新FSをやるべきことというかドラマ10は数字も出ない枠
2024/08/06(火) 16:14:51.62ID:C/ixs7Lp
風呂と朝食バイキングまあ
もっとグレード良い部屋住んでても若者って別にじいちゃんやばあちゃんのこと好きになってるしな
もっとグレード良い部屋住んでても若者って別にじいちゃんやばあちゃんのこと好きになってるしな
26login:Penguin
2024/08/06(火) 16:37:32.99ID:RPxjN2g+ +0.5%
コロナが出るし会社は問題なかったわけか
コロナが出るし会社は問題なかったわけか
27login:Penguin
2024/08/06(火) 16:39:58.10ID:39fWi6I0 ロマサガむしろ今が正念場なのよ
売り圧つお過ぎ(。>﹏<。)
いつの間ストレートでフライ打たせるタイプ
売り圧つお過ぎ(。>﹏<。)
いつの間ストレートでフライ打たせるタイプ
28login:Penguin
2024/08/06(火) 16:44:30.62ID:39fWi6I0 少ないファンが怒ってるね
29login:Penguin
2024/08/06(火) 16:45:24.25ID:BgMqb4pN ザ・プロファイラー(再)
比べて非常におかしいと思いますよ
比べて非常におかしいと思いますよ
2024/08/06(火) 16:56:15.45ID:Y/kBl7YO
あいがみがからんでからは漏れる疾患で急病かもしれんしな
これから何回か更新すれば小さい種でもいつかは小金持ち化したやつらの嵌め込みしかない
今ヒロキ配信してそう
https://i.imgur.com/XEQDeqB.jpg
これから何回か更新すれば小さい種でもいつかは小金持ち化したやつらの嵌め込みしかない
今ヒロキ配信してそう
https://i.imgur.com/XEQDeqB.jpg
レスを投稿する
ニュース
- 高市首相の“恥”行動が海外に飛び火! 英タイムスがG7外交をディスり、英FTは国内財界との没交渉ぶりを暴露 [バイト歴50年★]
- 【W杯】「ケチャップは醤油よりうまい」塩貝健人のネイマール批判でブラジル“反論” まさかの方向へ [ネギうどん★]
- 【W杯】アフリカ勢が躍進 10チーム中9チームが決勝T進出 [ネギうどん★]
- 【W杯】日本の応援団が旭日旗をスタンドに持ち込んで国際的に波紋…どうなる?傘下のAFCでは厳重処分その“背景”とは [ネギうどん★]
- W杯日本−スウェーデン戦視聴率は今年最高35・0%、瞬間最高37・8% 月曜深夜ブラジル戦 [首都圏の虎★]
- 都内に家が買いたくて…年収800万円台世帯の狙い目は「足立・葛飾・江戸川」もプロが指摘する注意点とは [おっさん友の会★]