惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
J
Java Code Geeks
I
InfoQ
腾讯CDC
Vercel News
Vercel News
IT之家
IT之家
V
Visual Studio Blog
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
有赞技术团队
有赞技术团队
月光博客
月光博客
Martin Fowler
Martin Fowler
量子位
L
LangChain Blog
B
Blog
Last Week in AI
Last Week in AI
博客园 - 司徒正美
Microsoft Security Blog
Microsoft Security Blog
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans

Arch Linux Forums

Gnome desktop mouse cursor zoom issues / Newbie Corner Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner
Gif as KDE avatar / Applications & Desktop Environments
tekstryder · 2026-06-02 · via Arch Linux Forums

#1 2026-05-28 02:24:26

y8v
Member
Registered: 2026-05-28
Posts: 41

Gif as KDE avatar

I have an animated gif of tux the penguin and I want to set it as my user avatar in KDE plasma. I can't find a single tutorial or anything on this topic. Does anybody have any idea how to? Also, quick note, KDE did take my animated gif, but only displayed the first frame, indicating that KDE thinks it is a non-animated gif.

Last edited by y8v (2026-05-28 03:00:17)


"I hate snaps because they are snaps and snaps suck"
"Also, I first joined Arch when I was 8"

#2 2026-05-28 15:10:48

y8v
Member
Registered: 2026-05-28
Posts: 41

Re: Gif as KDE avatar

Somebody please reply


"I hate snaps because they are snaps and snaps suck"
"Also, I first joined Arch when I was 8"

#3 2026-05-28 15:14:23

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

Re: Gif as KDE avatar

Please don't do that: https://wiki.archlinux.org/title/Genera … es#Bumping

I'd say if it's not already working that way anyway it's very likely not (yet) directly possible or intentionally disabled, you'd probably have to look at the code.

#4 2026-05-28 18:27:36

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

Re: Gif as KDE avatar

This will require the use of QImageReader to check the imageCount and then conditionally create QImage/QPixmap or QMovie even when using QLabel - if not explicitly implemented this won't work and from the symptom the code will just unconditionally treat the file as QImage (and show the first frame)
You'd have to file a feature request upstream, but the cause might not justify the overhead.

#5 2026-05-29 01:11:32

y8v
Member
Registered: 2026-05-28
Posts: 41

Re: Gif as KDE avatar

So... how do I do that?


"I hate snaps because they are snaps and snaps suck"
"Also, I first joined Arch when I was 8"

#6 2026-05-29 06:05:12

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

Re: Gif as KDE avatar

Do what? File a feature request?
https://bugs.kde.org

#7 2026-05-29 12:36:53

y8v
Member
Registered: 2026-05-28
Posts: 41

Re: Gif as KDE avatar

Ok, I probably should send a feature request


"I hate snaps because they are snaps and snaps suck"
"Also, I first joined Arch when I was 8"

#8 2026-05-29 13:08:57

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 630

Re: Gif as KDE avatar

y8v wrote:

Ok, I probably should send a feature request

Please mention in the request an option to disable animation in avatars.
Fortunately my browser has such option and I can read this thread without irritation.

#9 2026-05-29 15:24:45

SimonJ
Member
From: Spain
Registered: 2021-05-11
Posts: 322
Website

Re: Gif as KDE avatar

dimich wrote:

y8v wrote:

Ok, I probably should send a feature request

Please mention in the request an option to disable animation in avatars.
Fortunately my browser has such option and I can read this thread without irritation.

adblock for the win

||bbs.archlinux.org/img/avatars/176792.gif?m=1779980438

#10 2026-05-29 16:16:47

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 630

Re: Gif as KDE avatar

SimonJ wrote:

adblock for the win

FF about:config -> image.animation_mode=once

#11 2026-05-29 19:47:00

y8v
Member
Registered: 2026-05-28
Posts: 41

Re: Gif as KDE avatar

dimich wrote:

y8v wrote:

Ok, I probably should send a feature request

Please mention in the request an option to disable animation in avatars.
Fortunately my browser has such option and I can read this thread without irritation.

Ok


"I hate snaps because they are snaps and snaps suck"
"Also, I first joined Arch when I was 8"

#12 2026-05-29 19:54:07

y8v
Member
Registered: 2026-05-28
Posts: 41

Re: Gif as KDE avatar

I just added @dimich 's thing to the forum. Also, a developer for KDE commented so this might actually get in soon!


"I hate snaps because they are snaps and snaps suck"
"Also, I first joined Arch when I was 8"

#13 2026-06-02 11:20:23

tekstryder
Member
Registered: 2013-02-14
Posts: 523

Re: Gif as KDE avatar

dimich wrote:

option to disable animation in avatars...

...my browser has such option and I can read this thread without irritation.

I went the blocker rule route:

bbs.archlinux.org##[src*="https\:\/\/bbs\.archlinux\.org\/img\/avatars\/176792\.gif\?m\=1779980438"]

...until eventual/inevitable ban.

Last edited by tekstryder (2026-06-02 11:25:38)

#14 2026-06-02 14:52:43

qinohe
Member
From: Netherlands
Registered: 2012-06-20
Posts: 1,583

Re: Gif as KDE avatar

"Also, I first joined Arch when I was 8"

Yeah makes sense, still jumpy big_smile

tekstryder wrote:

...until eventual/inevitable ban.

Men what a nervous thing, I went for uBlock and blocked the element
These should be forbidden lol

#15 2026-06-02 19:07:58

y8v
Member
Registered: 2026-05-28
Posts: 41

Re: Gif as KDE avatar

Wait I just realized that everyone thinks that this is for the Arch Forums


"I hate snaps because they are snaps and snaps suck"
"Also, I first joined Arch when I was 8"

#16 2026-06-02 19:24:13

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

Re: Gif as KDE avatar

No, we don't - the animated avatar obviously works here and people are discussing how incredibly annoying it is.

#17 2026-06-03 15:51:27

y8v
Member
Registered: 2026-05-28
Posts: 41

Re: Gif as KDE avatar

seth wrote:

No, we don't - the animated avatar obviously works here and people are discussing how incredibly annoying it is.

dimich wrote:

Please mention in the request an option to disable animation in avatars.  ortunately my browser has such option and I can read this thread without irritation.

Dimich is talking about the Arch forum


"I hate snaps because they are snaps and snaps suck"
"Also, I first joined Arch when I was 8"

#18 2026-06-03 19:46:39

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

Re: Gif as KDE avatar

No, dimich is talking about the feature request you're about to open and then references the situation in this thread to make his point.
We all understand that you're talking about KDE - it's in the subject and obviously everyone gets to experience your epilepsy-trigger here.

#19 2026-06-03 20:00:29

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 630

Re: Gif as KDE avatar

seth wrote:

No, dimich is talking about the feature request you're about to open and then references the situation in this thread to make his point.

Exactly. @y8v, I'm talking semi-sarcastically about animated avatars in general. If I were using KDE and saw animated avatars in a login screen, I would consider it as a bug and file a request to disable it.