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

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园_首页
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
量子位
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
U
Unit 42
aimingoo的专栏
aimingoo的专栏
博客园 - 叶小钗
博客园 - 【当耐特】
云风的 BLOG
云风的 BLOG
博客园 - Franky
博客园 - 聂微东

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - ab-download-manager-bin
2026-06-15 · via AUR Newest Packages

Latest Comments

ZorinArch commented on 2026-01-09 04:49 (UTC)

@nktnet thank you, i added env to exec and it should work now from cli.

nktnet commented on 2026-01-02 04:41 (UTC)

Nothing was opening for me (Wayland/Hyprland) - @verte.x comment helps.

Had to set the env: SKIKO_RENDER_API=SOFTWARE

Making the change permanent for the .desktop file (e.g. when opening with an app launcher like wofi)

  1. Copy the desktop file to ~/.local/share/applications
cp /usr/share/applications/com.abdownloadmanager.desktop ~/.local/share/applications/com.abdownloadmanager.desktop
  1. Edit the EXEC command in ~/.local/share/applications/com.abdownloadmanager.desktop to be:
Exec=env SKIKO_RENDER_API=SOFTWARE ABDownloadManager

ZorinArch commented on 2025-12-23 13:48 (UTC)

@Ataraxy sorry for late response. i fix it and you can run the app from CLI.

Ataraxy commented on 2025-12-12 04:56 (UTC)

Please put a symlink in /usr/bin so that this can be run easily from the CLI.

swapnanil commented on 2025-08-05 10:26 (UTC)

This is my package build . ZorinArch deleted his abdownloadmanager-bin pkg and filed for deletion on mine. I go out for one week and .... It's fine just keep this updated.

verte.x commented on 2025-07-27 21:08 (UTC) (edited on 2025-07-27 21:09 (UTC) by verte.x)

If you are facing the black window problem (like I did), here is a solution for others experiencing the same issue:

Close the app if it is currently open.

Open the Application Menu (the one you access with the Meta key).

Find the program, right-click on it, and select “Edit Application”.

In the KDE Menu Editor, add the environment variable SKIKO_RENDER_API=SOFTWARE in the environment variables section.

Click save, and you’re all set!