You are not logged in.
Since today some icons are displayed incorrectly: http://imgur.com/a/JW8Vm. The icons in the gvim toolbar should not be pink/red. It is not limited to just gvim, other applications also have problems (such as almost all themes in XFCE). I tried reinstalling XFCE, reinstalling Xorg, installing Openbox, switching icon themes, reinstalling icon themes, ... nothing solves my problem. I also don't think it is related to updates, the last few days there were no updates involving image libraries and I tried removing all applications that were installed the day before the problem appeared. Does someone know what could cause this? Thanks in advance.
Offline
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Downgrade llvm-libs.
Offline
Yes, probably... thanks!
Downgrade llvm-libs.
Will try right now
Edit: works great! Thank you very much
Last edited by Roysten (2016-12-27 17:42:07)
Offline
Question; How do you downgrade llvm-libs. Pacman -U won't do anything, even following wiki instructions
Offline
I had Clang installed, which depends on the latest llvm-libs, so I could not downgrade the package. For now I uninstalled Clang, but you could probably also downgrade Clang first and the downgrade llvm-libs. The command I used was:
sudo pacman -U /var/cache/pacman/pkg/llvm-libs-3.9.0-3-x86_64.pkg.tar.xz
Offline
What is the graphic card? what is the driver?
Offline
Downgrading the llvm-libs package works. I've raised a bug report against the package:
https://bugs.archlinux.org/task/52289
Last edited by IMBJR (2016-12-28 10:38:06)
Offline
I had Clang installed, which depends on the latest llvm-libs, so I could not downgrade the package. For now I uninstalled Clang, but you could probably also downgrade Clang first and the downgrade llvm-libs. The command I used was:
sudo pacman -U /var/cache/pacman/pkg/llvm-libs-3.9.0-3-x86_64.pkg.tar.xz
Hiya,
can anyone tell me, where I can download the older version of llvm-libs?
thanks :-)
Offline
Roysten wrote:I had Clang installed, which depends on the latest llvm-libs, so I could not downgrade the package. For now I uninstalled Clang, but you could probably also downgrade Clang first and the downgrade llvm-libs. The command I used was:
sudo pacman -U /var/cache/pacman/pkg/llvm-libs-3.9.0-3-x86_64.pkg.tar.xz
Hiya,
can anyone tell me, where I can download the older version of llvm-libs?
thanks :-)
Is there not an older version in /var/cache/pacman/pkg/? Did you run -Scc recently?
Offline
Hiya,
can anyone tell me, where I can download the older version of llvm-libs?
thanks :-)
Here you go...
Offline
gandalf247 wrote:Roysten wrote:I had Clang installed, which depends on the latest llvm-libs, so I could not downgrade the package. For now I uninstalled Clang, but you could probably also downgrade Clang first and the downgrade llvm-libs. The command I used was:
sudo pacman -U /var/cache/pacman/pkg/llvm-libs-3.9.0-3-x86_64.pkg.tar.xz
Hiya,
can anyone tell me, where I can download the older version of llvm-libs?
thanks :-)
Is there not an older version in /var/cache/pacman/pkg/? Did you run -Scc recently?
No, I've installed Arch, new!!!
gandalf247 wrote:Hiya,
can anyone tell me, where I can download the older version of llvm-libs?
thanks :-)
Here you go...
Fabulous, thank you very much!!!!!
Offline