Bloat icons #35

Open
opened 2024-05-20 22:23:26 +02:00 by Anri · 0 comments
Owner

Lines 312 to 322 in 404baa4
# === Unused icons ==
apps=("fish" "cmake-gui" "com.github.hluk.copyq" "electron17" "htop" "yelp"
"avahi-discover" "bssh" "bvnc" "org.flameshot.Flameshot" "lstopo"
"org.fontforge.FontForge" "micro" "qv4l2" "qvidcap" "org.gnome.Evince"
"x11-emoji-picker" "xdvi" "spotify")
for app in "${apps[@]}"
do
if [ -f /usr/share/applications/"$app".desktop ]
then
mv /usr/share/applications/"$app".desktop /usr/share/applications/"$app".desktop.bak
fi

Since they got generated at each respective package update, identify to which package they belong and write some pacman hook

Maybe find a clever way to do that, I mean instead of writing a hook for each .desktop, write one who works with all (or not many)

https://git.mylloon.fr/Anri/confOS/src/commit/404baa4ba2b5a6a5eb594dea9345ec7babc057fe/arch.sh#L312-L322 Since they got generated at each respective package update, identify to which package they belong and write some pacman hook > Maybe find a clever way to do that, I mean instead of writing a hook for each `.desktop`, write one who works with all (or not many)
Anri added the
arch
label 2024-09-05 13:47:24 +02:00
Sign in to join this conversation.
No labels
arch
windows
wsl
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Anri/confOS#35
No description provided.