You are not logged in.
Pages: 1

I accidentally ran the:
yay -Rcns python`after this I have this problem ig. Also can't run the nm-applet. I'm getting this error when I try to run the nm.applet
(nm-applet:14847): Gtk-CRITICAL **: 07:08:48.451: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failedLast edited by aljustiet (2024-03-27 19:48:44)
Offline
Check the pacman log and reinstall the majority of what you removed.
Offline
Check the pacman log and reinstall the majority of what you removed.
It was 2-3 weeks ago ig. I also cleared my history ![]()
Last edited by aljustiet (2024-03-27 10:43:04)
Offline
The pacman log is not your history and present in /var/log/pacman.log and unless you set up active measures to clear that (... which as you've now noticed would not be a smart idea) it should still be present.
Generally speaking this shouldn't strictly have a relation to icons unless you incidentally pseudo killed gtk in general. Let's get some overview
sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files'
sudo journalctl -bOffline
"pacman -Rcsp python" shows so much stuff that I'd not be surprised if whatever feeds that undisclosed popup got shredded.
Post your pacman log.
Edit: and tell us what that popup is and replace the oversized image w/ a link.
Last edited by seth (2024-03-27 13:39:00)
Offline
"pacman -Rcsp python" shows so much stuff that I'd not be surprised if whatever feeds that undisclosed popup got shredded.
Post your pacman log.Edit: and tell us what that popup is and replace the oversized image w/ a link.
I reinstalled the all uninstalled packages, running the
grep 'removed python' /var/log/pacman.log | awk '{print $(NF-1)}' | xargs sudo pacman -S --neededBut I still miss the icons in apps like celluloid, gnome files, etc. But the thunar file manager doesn't miss icons.
Offline
grep 'removed python' /var/log/pacman.log
will not have undone the cascading removal cascade.
Post your pacman log.
or inspect it yourself and restore all packages that you wiped that day.
If this (and a reboot) still doesn't help, post the output of the commands in #4
Offline
grep 'removed python' /var/log/pacman.log
will not have undone the cascading removal cascade.
seth wrote:Post your pacman log.
or inspect it yourself and restore all packages that you wiped that day.
If this (and a reboot) still doesn't help, post the output of the commands in #4
I reinstalled all packages on dates when python packages were removed
grep -e "\[2024-02-22.*\] removed" /var/log/pacman.log | awk '{print $(NF-1)}' > removed_packages.txtBut still I miss icons in celluloid gnome files.
Offline
post the output of the commands in #4
Offline
I was able to change using the gsettings ?.
Offline
Sorry but your post is completely incomprehensible.
If the problem was somehow solved by chaning the icon theme or whatever, try to describe that as good as possible and always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
If not, you'll have to be a bit more elaborative and there's still some pending checks on the system integrity.
If there is a language barrier, try deepl.com (AI translator)
Offline
Pages: 1