BSDTR

LXQt kurulumu - FreeBSD

 

FreeBSD taban sistemi kurduktan sonra, LXQt yi kurmak için önce sistemi güncelleyin.

 Port kullanacaksanız portları güncelleyin. 

# portsnap fetch update


Paketleri güncelleyin.

# pkg update ; pkg upgrade


Kerneli güncelleyin.

# freebsd-update fetch

# freebsd-update install

Sonrada XORG'u 'yi kurun.

# pkg install xorg


X altında kuruluma devam edin, daha konforlu olacaktır.

 startx

 Konsolu büyütün.

resize -s 40 160

 Video ve Vheel gruplarına ekli değilseniz, kullanıcıyı ekleyin.
🚫 xxxx olan yere kullanıcı adınızı yazın.

# pw groupmod video -m xxxx || pw groupmod wheel -m xxxx


kern.vty i satırını loader dosyasının en üstüne ekleyin:

# ee /boot/loader.conf

kern.vty=vt

Pencere Sistemi için birkaç bağımlılığın da kurulması gerekecektir. 
Drm-kmod'u yükleyerek başlayın . 

# pkg install drm-kmod

/etc/rc.conf 'a sisteminiz hangisiyse bunların birini ekleyin.

🚫 İntel ekran kartları için: kld_list="i915kms"

🚫 Amd ekran kartları için: kld_list="radeonkms"  

kld_list="i915kms"

kld_list="radeonkms"


/etc/fstab 'a bu satırı ekleyin.

proc	/proc	procfs	rw	0	0

 

Şimdi LXQt yi ve giriş yöneticisini kurabiliriz. 

 # pkg install lxqt sddm

 

Bunlarıda /etc/fstab 'a ekleyin.

dbus_enable="YES"

sddm_enable="YES"

sddm_lang="tr_TR.UTF-8"


Sonrada ev dizininde ki .xinitrc 'ye LXQt nin başlaması için, bu komutu konsola yapıştırın ve enterleyin.

echo "exec dbus-launch ck-launch-session --exit-with-session startlxqt" > ~/.xinitrc

En sonda da servisleri çalıştırın.

service dbus enable

service sddm enable

 

🚫 Sistemi yeniden başlatın.

restart 


📌 FreeBSD pkg deposunda LXQt'in  son sürümü 2.1.0 kolayca kurulabilir.

$ pkg search lxqt

libdbusmenu-lxqt-0.2.0         Qt6 implementation of the DBusMenu protocol

liblxqt-2.1.0                  Shared library for LXQt applications

lxqt-2.1.0                     Meta-port for the LXQt Desktop

lxqt-about-2.1.0               About dialog of LXQt

lxqt-admin-2.1.0               System administration tool for the LXQt desktop

lxqt-archiver-1.1.0            Qt6 file archiver

lxqt-build-tools-0.13.0        Helpers CMake modules for LXQt

lxqt-config-2.1.0              LXQt system settings center

lxqt-globalkeys-2.1.0          Global keyboard shortcuts registration

lxqt-menu-data-2.1.0           Freedesktop.org compliant menu files for lxqt

lxqt-notificationd-2.1.1       LXQt notification daemon

lxqt-openssh-askpass-2.1.0     LXQt GUI dialog for OpenSSH authentication

lxqt-panel-2.1.3               Panel for the LXQt2 desktop

lxqt-policykit-2.1.0           PolicyKit authentication agent

lxqt-powermanagement-2.1.0     LXQt power management

lxqt-qt6plugin-2.1.0           LXQt system integration plugin for Qt6

lxqt-qtplugin-1.4.1            LXQt system integration plugin for Qt

lxqt-runner-2.1.0              LXQt tool used to launch programs quickly

lxqt-session-2.1.1             Session manager component for LXQt

lxqt-sudo-2.1.0                GUI frontend to su/sudo/doas for LXQt desktop

lxqt-themes-2.1.0              Themes for the LXQt desktop

lxqt-wayland-session-0.1.1     Files needed for the LXQt Wayland Session

xdg-desktop-portal-lxqt-1.1.0  Portal frontend service for LXQT



yorum yok:

Yorum Gönder

2010 - 2024 Beastie BSD Türkiye 🇹🇷