Summary: | Most color-schemes from kde.org don't work with qt4-applications | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Obi Wan Kenobi <schwimmerdo> |
Component: | kcm_colors | Assignee: | Matthew Woehlke <mwoehlke.floss> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | aramgrigoryan, jpwhiting, nate, wbauer1 |
Priority: | NOR | ||
Version: | 5.4.1 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Obi Wan Kenobi
2015-10-30 20:57:27 UTC
I found out, that it is somewhat more complicated. Sometimes numbers in the filename do work and sometimes schemes with only alphabetical filenames don't work. The filehandling is somehow screwed up. Anyway: When the system-settings (started from the shell) reports QFile::copy: Empty or null file name the colors don't change in qt4 applications. AFAICT, the problem seems to occur when the file name doesn't match the colorscheme name. E.g. the colorscheme "Arc Dark" installs a file "Ark Dark.colors", this will be successfully migrated to KDE4. "Diokai" OTOH installs "173965-Diokai.colors", the migration fails because kcm_colors tries to copy "Diokai.colors". In other words, the file name has to be the same as the colorscheme name (that's specified inside the .colors file) + ".colors" for this to work, if it is different it fails. *** This bug has been marked as a duplicate of bug 353071 *** |