#author("2025-05-20T01:07:26+09:00;2025-05-18T23:58:18+09:00","default:kaw","kaw")
*Do you have any message for us? [#z65bec72]

To avoid posts by spam, a message body without the word ''#FuguIta'' is rejected. Please include the word in your message text. ~
URLs in the body of the message will also be judged as spam. If you wish to express a URL, please omit the scheme (http://, https://, etc.).
----
#contents
----
#article
**FuguIta desktop environment demo version [#ba2ab6a8]
>[[kaw]] (2025-05-18 (Sun) 23:37:08)~
~
#ref(fidemoen.png,wrap,around,right,25%)
I made a demo version of FuguIta with a desktop environment. This demo version demonstrates that FuguIta can be used with a desktop environment as easily as a regular live system.~
~
[How to use]~
~
Download FuguIta-7.7_livedemo_en-amd64-202505101.img.xz from the test directory of the [[download mirror>FuguIta/Download]], unzip it with xz, and write it to a USB memory of 16GB or more.
#clear
 # pkg_add xz
 # xz -dcv FuguIta-7.7_livedemo_en-amd64-202505101.img.xz > /dev/rsdNc  (sdN is the actual device name to write to)
~
You will be asked for the keyboard type during the first boot only, so please enter it. Once startup is complete, the desktop environment will start up automatically.~
~
We recommend using a wired LAN network.~
If you use WiFi, it is unlikely that you will be able to connect on the first startup. If you would like to set up WiFi after startup, please refer to [[here>fge3:netconf]] and [[here>fge3:fwupdate_wifi]]. The IP address is automatically set by DHCP for IPv4 and SLAAC for IPv6.~
~
No passwords are set for the root and demo users. After logging in, [[set them>man:passwd]] as necessary.~
~
-Included software is as follows.
-Desktop environment: xfce-4.20.0
-Web browser: firefox-137.0
-Mailer: thunderbird-128.9.0
-Office: libreoffice-25.2.1.2v0
-Media player: vlc-3.0.21p2
-Audio player: audacious-4.4.2
-Fonts: noto-cjk-20240730, noto-emoji-20240730, noto-fonts-24.9.1v0

>If you are connected to the Internet, you can add software with the [[pkg_add>man:pkg_add]] command. You can also change the desktop environment with the [[dtjsetup>fge3:dtjsetup]] command.~
~
This is a demo version, so no bug fixes or improvements will be made. You can update the OS with [[fiupdate>fge3:fiupdate]] and update packages with [[pkg_add -u>man:pkg_add]] with this demo version.~
~
In addition, added packages, various settings, and user-created data are automatically saved at shutdown and restored the next time the system is started.~
~
You can also save them at any time by entering~
 doas usbfadm -r
~
To shut down the system, press and hold the power button on the PC. Or,
 doas halt -p
will halt the system and turn off the power.~
~
Please use at your own risk.~
~
[Technical Notes]~
~
This demo version uses the following features of Fuguita and OpenBSD.
-[[Automatic file saving at shutdown using the /etc/rc.shutdown file>fge3:autosave]]
-[[Automatic startup using the noasks file>fge3:autorun]]
-[[Automatic login using the xenodm-config file>man:xenodm]]
-[[Additional partition mounting using the /etc/fuguita/fstab.tail file>fge3:fstab_tail]]
-[[Initialization only at first startup using /etc/rc.firsttime>man:rc.firsttime]]

//

#comment

**日本語デスクトップ環境デモ版 [#d96a6798]
>[[kaw]] (2025-05-18 (Sun) 08:13:55)~
~
#ref(fidemoja.jpg,wrap,around,right,25%)
河豚板に日本語デスクトップ環境を入れたデモ版を作ってみました。
このデモ版は、河豚板が一般のライブシステムと同様、手軽に日本語デスクトップ環境が使えることを実演します。~
~
【使い方】~
~
[[ダウンロードミラー>FuguIta/Download]]のtestディレクトリよりFuguIta-7.7_livedemo_ja-amd64-202505101.img.xzをダウンロードし、xzで解凍して16GB以上のサイズのUSBメモリに書き込んで下さい。
#clear
 # pkg_add xz
 # xz -dcv FuguIta-7.7_livedemo_ja-amd64-202505101.img.xz > /dev/rsdNc  (sdNは実際に書き込むデバイス名)
~
初回のみ起動途中でキーボードのタイプを訊かれますので、入力してください。
起動が完了すると、自動的に日本語デスクトップ環境が立ち上がります。~
~
ネットワークは、有線LANの使用を推奨します。~
WiFiを使った場合、初回の起動で接続できる可能性は低いです。起動後、WiFiを使用する設定を行いたい場合は[[こちら>fg3:netconf]]や[[こちら>fg3:fwupdate_wifi]]を参照して下さい。
IPアドレスは、IPv4はDHCP、IPv6はSLAACにより自動設定されます。~
~
rootとdemoユーザにはパスワードは設定されていません。ログイン後、必要に応じて[[設定して>man:passwd]]下さい。~
~
収録ソフトは以下のとおりです。
-デスクトップ環境: xfce-4.20.0~
-ウェブブラウザ: firefox-137.0~
-メーラ: thunderbird-128.9.0~
-オフィス: libreoffice-25.2.1.2v0~
-メディアプレーヤ: vlc-3.0.21p2~
-オーディオプレーヤ: audacious-4.4.2~
-日本語入力: fcitx-anthy-5.1.5, fcitx-gtk-5.1.3
-日本語端末: ja-kterm-6.2.0p9~
-文字コード変換: ja-nkf-2.1.5v0~
-文字フォント: hanazono-20170904, ja-fonts-funet-19911117p2, ja-fonts-gnu-1.2.1p0, ja-sazanami-ttf-20040629p3, mixfont-mplus-ipa-20060520p8, mplus-fonts-063a, noto-cjk-20240730, noto-emoji-20240730, noto-fonts-24.9.1v0, vlgothic-20230918

>インターネットに接続できていれば、[[pkg_add>man:pkg_add]]コマンドでソフトの追加を行うことができます。また、[[dtjsetup>fg3:dtjsetup]]コマンドによりデスクトップ環境の変更を行うことも可能です。~
~
これはデモ版ですので不具合修正や改良は行いません。[[fiupdate>fg3:fiupdate]]によるOSのアップデートや[[pkg_add -u>man:pkg_add]]によるパッケージのアップデートは、このデモ版でも行えます。~
~
なお、追加したパッケージ、各種設定、ユーザが作成したデータなどはシャットダウン時、自動的に保存され、次回起動時に復帰されます。~
また、~
 doas usbfadm -r
と入力することで適時、保存を行うことができます。 ~
~
システムをシャットダウンするには、PCの電源ボタンを長押しして下さい。または、
 doas halt -p
を実行すると、システムの停止と電源断が行われます。~
~
以上、at your own riskでご使用下さい。~
~
【技術メモ】~
~
このデモ版では、河豚板やOpenBSDの以下の機能を利用しています。
-[[/etc/rc.shutdownファイルによるシャットダウン時のファイル自動保存>fg3:autosave]]
-[[noasksファイルによる自動起動>fg3:autorun]]
-[[xenodm-configファイルによる自動ログイン>man:xenodm]]
-[[/etc/fuguita/fstab.tailファイルによるパーティションの追加マウント>fg3:fstab_tail]]
-[[/etc/rc.firsttimeによる、初回起動時のみの初期化>man:rc.firsttime]]

>#FuguIta

//

#comment

**Test version of FuguIta 7.7 [#m68ea508]
> (2025-05-04 (Sun) 18:35:42)~
~
The test version of #FuguIta 7.7 (i386/amd64/arm64), a live system based on OpenBSD, [[has been released>FuguIta/7.7]]~
~
It's almost a release candidate version. Please [[try it out and check that it works>FuguIta/Report]].~
~
In particular, the arm64 (RPi3/RPi4) version is currently in an environment where it is not possible to test it on a real machine, so I would be grateful if you could check whether X works, etc.~

//

#comment

**To kaw [#c92ba994]
>[[budlun]] (2025-04-25 (Fri) 09:34:09)~
~
Hello kaw,~
~
I've been with #FuguIta for more than a quarter now.~
I love it, much more like OpenBSD.~
~
To you, dear kaw, I value you very much. I want to take this opportunity to appreciate your work very much. I can't even describe it, I have tried so much, but only with FuguIta my cognetive dessonance on the computer is finally over and using Fuguita is no longer a problem for me cognetively.~
~
For me, 4 points were decisive, which are well described in the FuguIta Guide.~
~
Although I had already worked a lot with Unix, I would never be so well without FuguIta.~
I am finally happy.~
I'm glad.~
Thank you very much kaw.~
Best regards budlun~

//
- Dear Budlun, I am very happy to hear that you are taking advantage of FuguIta. I am especially pleased to hear that the FuguIta Guide has contributed greatly to your use. It was worth the effort to write it.  I hope you will continue to enjoy #FuguIta. -- [[kaw]] &new{2025-04-26 (Sat) 01:08:35};

#comment

**no subject [#p10a586f]
>[[Psycho]] (2025-04-18 (Fri) 22:45:11)~
~
> # dvd-format /dev/rcd0c    (format media, if you will be burn it first)~
~
What package should I install? ~
Sorry I can only boot OpenBSD 7.5.~
~
OpenBSD$ dvd-format /dev/rcd0c   ~
ksh: dvd-format: not found~
~
#FuguIta~

//
- Sorry, it is ''dvd-rw-format'' not ''dvd-format''&br;I found an error in the description of [[Getting Started with #FuguIta>FuguIta/StartGuide#uf4ff993]] and corrected it.&br;Thank you very much for reporting. -- [[kaw]] &new{2025-04-19 (Sat) 06:58:21};

#comment

**Font size larger! |How to do| [rox-filer]; [icewm]; FuguIta; (OpenBSD); [#xa659a16]
>[[Budlun]] (2025-04-04 (Fri) 07:01:39)~
~
If you want to change the font size, you can do so:
 #pkg_add nano
 <Rox-Filer:>
 #nano /home/$USER/.gtkrc-2.0
 -> gtk-font-name="Sans 22"
 <IceWM:>
 #mkdir /home/$USER/.icewm
 #cp /root/.icewm/preferences /home/$USER/.icewm
 #nano /home/$USER/.icewm/preferences
 -> All Font Size +10
 Log out <> Log in
Finish~
#FuguIta

//

#comment

**test version for usbfadm archive [#bec3f512]
>[[kaw]] (2025-04-01 (Tue) 05:27:56)~
~
The test version of FuguIta that supports usbfadm archive, as explained at [[FuguIta/BBS/14>FuguIta/BBS/14#i69d07de]], has been placed in the test directory of [[the mirror server>FuguIta/Download]].~
I look forward to receiving your trial reports.~
If no particular problems are reported, this will become the official release of #FuguIta.~

//
- The patch-011 of OpenBSD 7.6 has been applied at test release ''#FuguIta-7.6-*-202504011''. -- [[kaw]] &new{2025-04-01 (Tue) 11:01:33};

#comment

----
Former articles are at [[FuguIta/BBS/14]].

Front page   New Page list Search Recent changes   Help   RSS of recent changes