diff --git a/src/steam.rs b/src/steam.rs index a3579c53..85d8a29e 100644 --- a/src/steam.rs +++ b/src/steam.rs @@ -505,6 +505,8 @@ pub fn parse_root(value: &str) -> Option<&'static str> { "gameinstall" => Some(placeholder::BASE), "linuxhome" => Some(placeholder::HOME), "linuxxdgconfighome" => Some(placeholder::XDG_CONFIG), + // TODO: What does this mean? + "linuxxdgdataconfig" => None, "linuxxdgdatahome" => Some(placeholder::XDG_DATA), "macappsupport" => Some("/Library/Application Support"), "macdocuments" => Some("/Documents"),