Re added hardcoded candidates for linux
- Real fix would be to get the XDG_*_DIR
This commit is contained in:
@@ -93,6 +93,7 @@ class BottlesSource(URLExecutableSource):
|
|||||||
candidates=(
|
candidates=(
|
||||||
"~/.var/app/com.usebottles.bottles/data/bottles/",
|
"~/.var/app/com.usebottles.bottles/data/bottles/",
|
||||||
shared.data_dir / "bottles/",
|
shared.data_dir / "bottles/",
|
||||||
|
"~/.local/share/bottles",
|
||||||
),
|
),
|
||||||
paths={
|
paths={
|
||||||
"library.yml": (False, "library.yml"),
|
"library.yml": (False, "library.yml"),
|
||||||
|
|||||||
@@ -102,6 +102,7 @@ class LutrisSource(URLExecutableSource):
|
|||||||
candidates=(
|
candidates=(
|
||||||
"~/.var/app/net.lutris.Lutris/data/lutris/",
|
"~/.var/app/net.lutris.Lutris/data/lutris/",
|
||||||
shared.data_dir / "lutris",
|
shared.data_dir / "lutris",
|
||||||
|
"~/.local/share/lutris",
|
||||||
),
|
),
|
||||||
paths={
|
paths={
|
||||||
"pga.db": (False, "pga.db"),
|
"pga.db": (False, "pga.db"),
|
||||||
@@ -113,6 +114,7 @@ class LutrisSource(URLExecutableSource):
|
|||||||
candidates=(
|
candidates=(
|
||||||
"~/.var/app/net.lutris.Lutris/cache/lutris/",
|
"~/.var/app/net.lutris.Lutris/cache/lutris/",
|
||||||
shared.cache_dir / "lutris",
|
shared.cache_dir / "lutris",
|
||||||
|
"~/.cache/lutris",
|
||||||
),
|
),
|
||||||
paths={
|
paths={
|
||||||
"coverart": (True, "coverart"),
|
"coverart": (True, "coverart"),
|
||||||
|
|||||||
Reference in New Issue
Block a user