-
Hey! I am running comet v0.2.0. When starting the program using the command $ comet --from-lutris --username <username>
[2024-12-28T17:48:20Z INFO comet] Prefered language: en-US
[2024-12-28T17:48:20Z WARN comet::import_parsers::lutris] Failed to read lutris.conf: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[2024-12-28T17:48:20Z INFO comet] Listening on port 9977
[2024-12-28T17:48:20Z INFO comet::api::notification_pusher] Connected to notifications-pusher
[2024-12-28T17:48:20Z INFO comet::api::notification_pusher] Sent authorization data
[2024-12-28T17:48:20Z INFO comet::api::notification_pusher] Subscribing to chat, friends, presence
[2024-12-28T17:48:20Z INFO comet::api::notification_pusher] Completed subscribe requests
[2024-12-28T17:48:20Z INFO comet::api::notification_pusher] Successfully subscribed to topic chat
[2024-12-28T17:48:20Z INFO comet::api::notification_pusher] Successfully subscribed to topic friends
[2024-12-28T17:48:20Z INFO comet::api::notification_pusher] Successfully subscribed to topic presence Checking both $ ls ~/.local/share/lutris
banners coverart games lutris.conf pga.db runners runtime system.yml
$ file ~/.local/share/lutris/lutris.conf
~/.local/share/lutris/lutris.conf: ASCII text The code tries to read the file at various valid locations. comet/src/import_parsers/lutris.rs Lines 33 to 44 in 5d7d299 The error message gets thrown if the above read attempt failed and returned |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
v0.2.0 doesn't read XDG_DATA_HOME. The fix for lutris.conf was made after that. |
Beta Was this translation helpful? Give feedback.
v0.2.0 doesn't read XDG_DATA_HOME. The fix for lutris.conf was made after that.
However lutris.conf isn't critical for this. The only use of it is to check for custom cache path. As long as you don't use that feature, comet will still load the default location.