| Summary: | Get new themes not working | ||
|---|---|---|---|
| Product: | [Applications] parley | Reporter: | Dimitris Kardarakos <dimkard> |
| Component: | general | Assignee: | parley bug tracker <parley-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | cordlandwehr |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dimitris Kardarakos
2016-01-04 10:54:31 UTC
Can you check where on your system "parley-themes.knsrc" is located? It should be in "/etc/xdg/parley-themes.knsrc". Having compiled from source, it is here: /usr/local/etc/xdg/parley-themes.knsrc When I installed the packaged version from repository (manjaro), it is installed in /etc/xdg/parley-themes.knsrc and themes' download works as expected. Probably I was supposed to set something different as build parameters from the ones I set (-DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=debugfull ). You have to set the XDG_CONFIG_DIRS environment variable for this to work. Maybe you want to have a look at the "Runtime Setup" section in https://community.kde.org/Frameworks/Building to have an overview of the important environment variables you have to set when you are installing self-compiled programs to custom paths. I am closing this report, since this is not a program bug. |