Автор Тема: some minor issues with runtu 22.04 KDE  (Прочитано 861 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн neon9800

  • Прохожий
  • *
  • Автор темы
  • Сообщений: 3
some minor issues with runtu 22.04 KDE
« : Июль 04, 2022, 07:15:00 »
hi.
1.some dolphin options in menu are missing and folder preview did not work,


2.plasma sensors widgets did not found any sensors resources.
3.connect to wifi failed with ip4 error.(network interface device and driver is ok)
thanks for any response.
sorry for english,im not russian.  :)

Оффлайн HsH

  • Administrator
  • *****
  • Сообщений: 3474
Re: some minor issues with runtu 22.04 KDE
« Ответ #1 : Июль 04, 2022, 23:27:39 »
some dolphin options in menu are missing
Delete the config file:
rm ~/.local/share/kxmlgui5/dolphin/dolphinui.rcand restart the Dolphin file manager. Full "View" menu will appear.

folder preview did not work
What is the file system of this partition? The command output in this directory with folders is required:
ls -lR *
plasma sensors widgets did not found any sensors resources
Try to install "lm-sensors" package:
sudo apt update
sudo apt install lm-sensors

connect to wifi failed with ip4 error.(network interface device and driver is ok)
The full text of the error message and the output of these commands are required:
inxi -N
ip a

Оффлайн neon9800

  • Прохожий
  • *
  • Автор темы
  • Сообщений: 3
Re: some minor issues with runtu 22.04 KDE
« Ответ #2 : Июль 05, 2022, 07:54:49 »
runtu@runtu:~$ inxi -N
Network:
Device-1: Intel 82579LM Gigabit Network driver: e1000e
Device-2: Intel Centrino Advanced-N 6205 [Taylor Peak] driver: iwlwifi


runtu@runtu:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp0s25: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether e4:11:5b:41:b1:d6 brd ff:ff:ff:ff:ff:ff
3: wlo1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 10:0b:a9:9b:e2:c0 brd ff:ff:ff:ff:ff:ff
    altname wlp37s0

folder preview issue is only with NTFS drives.

dolphin menu problem fixed with your help.
thanks.
« Последнее редактирование: Июль 05, 2022, 21:56:26 от HsH »

Оффлайн HsH

  • Administrator
  • *****
  • Сообщений: 3474
Re: some minor issues with runtu 22.04 KDE
« Ответ #3 : Июль 05, 2022, 21:56:03 »
Device-2: Intel Centrino Advanced-N 6205 [Taylor Peak] driver: iwlwifi
What error occurs when connecting to Wi-Fi? Try to find the hardware switch and toggle it. Give the command output:
rfkill list all
folder preview issue is only with NTFS drives.
It's a Bug 451408. Several solutions are suggested in the discussion, try to choose the one that best for you, e.g.:
Цитировать (выделенное)
mount ntfs file systems with ntfs3 driver <..> instead of ntfs-3g.
<...> simple workaround to all of those issues in Dolphin > General > Preview, crank up the file limit size for which to compute previews for remote files, as much as you feel is needed.