Уголок новичка
   5810

konsole в Manjaro KDE

Добрый день, после обновления системы не запускается терминал konsole. При попытки запуска просто секунду висит значек и все. При попытки запуска через xterm выдает ошибку:
konsole: symbol lookup error: /usr/lib/libkonsoleprivate.so.1: undefined symbol: _ZN12KFontC1E6QFlagsINS_11DisplayFlagEEP7QWidget
Подскажите в чем может быть проблема.

11 комментариев

avatar
pacman -Qo /usr/lib/libkonsoleprivate.so.1                                                                                     ✔
/usr/lib/libkonsoleprivate.so.1 принадлежит konsole 21.12.0-1
принадлежит konsole
пробуем
sudo pacman -Rdd konsole 
sudo pacman -S konsole
Последний раз редактировалось
?
p5ql/epu q9300 clover,hackintosh,mint,void,manjaro,only kde
0
avatar
<code>sudo pacman -Rdd konsole 
sudo pacman -S konsole</code>
Попробовал, ошибка осталась та же.
0
avatar
pacman -Qi konsole
давайте посмотрим и пожалуй
echo $XDG_SESSION_TYPE
Последний раз редактировалось
?
p5ql/epu q9300 clover,hackintosh,mint,void,manjaro,only kde
0
avatar
pacman -Qi konsole
Название: konsole
Версия: 21.12.0-1
Описание: KDE terminal emulator
Архитектура: x86_64
URL: apps.kde.org/konsole/
Лицензии: GPL LGPL FDL
Группы: kde-applications kde-utilities
Предоставляет: Нет
Зависит от: knotifyconfig kpty kparts knewstuff
Доп. зависимости: keditbookmarks: to manage bookmarks [установлено]
Требуется: Нет
Опционально для: dolphin kate krusader
Конфликтует с: Нет
Заменяет: Нет
Установленный размер: 6,08 MiB
Сборщик: Antonio Rojas <arojasarchlinux.org>
Дата сборки: Пт 03 дек 2021 18:07:37
Дата установки: Пт 07 янв 2022 13:20:22
Причина установки: Явно установлен
Установочный скрипт: No
Проверен: Подпись

echo $XDG_SESSION_TYPE
X11
Последний раз редактировалось
0
avatar
Проблема также обсуждается здесь: bbs.archlinux.org/viewtopic.php?id=264879
Причина может быть в сторонних репозиториях типа artix в pacman.conf.
Решение, которое выбрали в теме странное и сложное: вывели весь список пакетов, которые имеют изменённые с установки файлы, а затем все их переустановили. В той теме проблема решилась, но, думаю, достаточно было убрать сторонний реп и обновиться полностью.

Кстати похожая проблема в OpenSuse также решилась правильной настройкой реп и обновлением: forums.opensuse.org/showthread.php/537978-Konsole-and-Yast-not-working-after-update
0
avatar
Я сторонние репы не добавлял, проверил файл pacman.conf там ничего такого нету.
pacman.conf
### Pamac configuration file

## When removing a package, also remove those dependencies
## that are not required by other packages (recurse option):
RemoveUnrequiredDeps

## How often to check for updates, value in hours (0 to disable):
RefreshPeriod = 168

## When there are no updates available, hide the tray icon:
NoUpdateHideIcon

## When applying updates, enable packages downgrade:
EnableDowngrade

## When installing packages, do not check for updates:
SimpleInstall

## Allow Pamac to search and install packages from AUR:
EnableAUR

## Keep built packages from AUR in cache after installation:
KeepBuiltPkgs

## When AUR support is enabled check for updates from AUR:
CheckAURUpdates

## When check updates from AUR support is enabled check for vcs updates:
CheckAURVCSUpdates

## AUR build directory:
BuildDirectory = /var/tmp

## Number of versions of each package to keep in the cache:
KeepNumPackages = 2

## Remove only the versions of uninstalled packages when clean cache:
OnlyRmUninstalled

## Download updates in background:
DownloadUpdates

## Maximum Parallel Downloads:
MaxParallelDownloads = 4

CheckFlatpakUpdates

EnableSnap

EnableFlatpak

0
avatar
Я сторонние репы не добавлял, проверил файл pacman.conf там ничего такого нету.
pacman.conf
### Pamac configuration file
Внимательнее посмотрите вывод
?
p5ql/epu q9300 clover,hackintosh,mint,void,manjaro,only kde
0
avatar
Посмотрел, вроде ничего не нашел, или в этом файле одно комментирование строки не в счет?(#)
0
avatar
pacman.conf и pamac.conf это разные файлы
?
p5ql/epu q9300 clover,hackintosh,mint,void,manjaro,only kde
0
avatar
Невнимательно смотрел(
В pacman.conf
pacman
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
RootDir = /
DBPath = /var/lib/pacman/
CacheDir = /var/cache/pacman/pkg/
LogFile = /var/log/pacman.log
GPGDir = /etc/pacman.d/gnupg/
HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst = manjaro-system archlinux-keyring manjaro-keyring
XferCommand = /usr/bin/curl -C — -f %u > %o
XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
CleanMethod = KeepInstalled
UseDelta = 0.7
Architecture = auto

IgnorePkg =
IgnorePkg =
IgnoreGroup =

NoUpgrade =
NoExtract =

# Misc options
UseSyslog
Color
TotalDownload
# We cannot check disk space from within a chroot environment
CheckSpace
VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Manjaro Linux
# packagers with `pacman-key --populate archlinux manjaro`.

#
# REPOSITORIES
# — can be defined here or included from another file
# — pacman will search repositories in the order defined here
# — local/custom mirrors can be added here or in separate files
# — repositories listed first will take precedence when packages
# have identical names, regardless of version number
# — URLs will have $repo replaced by the name of the current repo
# — URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial — it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
SigLevel = Optional TrustAll
Server = file:///home/custompkgs
0
avatar
Del
Последний раз редактировалось
?
p5ql/epu q9300 clover,hackintosh,mint,void,manjaro,only kde
0
Только зарегистрированные и авторизованные пользователи могут оставлять комментарии.