You are not logged in.

#1 2024-03-25 02:13:53

aljustiet
Member
Registered: 2024-02-09
Posts: 89
Website

The icons are missing.

Icons are missing
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)' failed

Last edited by aljustiet (2024-03-27 19:48:44)

Offline

#2 2024-03-26 09:39:08

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,230

Re: The icons are missing.

Check the pacman log and reinstall the majority of what you removed.

Offline

#3 2024-03-27 10:38:13

aljustiet
Member
Registered: 2024-02-09
Posts: 89
Website

Re: The icons are missing.

V1del wrote:

Check the pacman log and reinstall the majority of what you removed.

It was 2-3 weeks ago ig. I also cleared my history sad

Last edited by aljustiet (2024-03-27 10:43:04)

Offline

#4 2024-03-27 11:39:58

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,230

Re: The icons are missing.

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 -b

https://wiki.archlinux.org/title/List_o … n_services

Offline

#5 2024-03-27 13:38:35

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,010

Re: The icons are missing.

"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

#6 2024-03-27 20:00:53

aljustiet
Member
Registered: 2024-02-09
Posts: 89
Website

Re: The icons are missing.

seth wrote:

"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 --needed

But I still miss the icons in apps like celluloid, gnome files, etc. But the thunar file manager doesn't miss icons.

Offline

#7 2024-03-27 21:05:51

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,010

Re: The icons are missing.

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

Offline

#8 2024-03-28 09:08:22

aljustiet
Member
Registered: 2024-02-09
Posts: 89
Website

Re: The icons are missing.

seth wrote:

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.txt

But still I miss icons in celluloid gnome files.

Offline

#9 2024-03-28 09:17:01

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,010

Re: The icons are missing.

post the output of the commands in #4

Offline

#10 2024-03-28 10:00:25

aljustiet
Member
Registered: 2024-02-09
Posts: 89
Website

Re: The icons are missing.

I was able to change using the gsettings ?.

Offline

#11 2024-03-28 12:50:28

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,010

Re: The icons are missing.

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

Board footer

Powered by FluxBB