Slay the Spire

Slay the Spire

Not enough ratings
stop create .oracle_jre_usage in my $HOME
By Wiko
play Slay the Spire on linux but it always make .oracle_jre_usage spam in $HOME
   
Award
Favorite
Favorited
Unfavorite
one-line command for general linux user
$ echo "com.oracle.usagetracker.track.last.usage=false" > ~/.local/share/Steam/steamapps/common/SlayTheSpire/jre/lib/management/usagetracker.properties
tldr
we need disable JRE usage-tracker.
  • open game directory
    right click in Steam library, choose `Manage` -> `Browse local files `.

  • open `/jre/lib/management/` directory
    in case future change, `/jre/conf/management/` for >= JRE 9.

  • create `usagetracker.properties` file

  • write `com.oracle.usagetracker.track.last.usage=false` into `usagetracker.properties`

this should also work on other platform ( Windows / MacOS ).
3 Comments
daliymonster412 Apr 3 @ 6:29am 
I see thank you.
Wiko  [author] Apr 3 @ 12:28am 
@daliymonster412 , u dont have to. for me, I just don't want useless files generated in my home directory.
daliymonster412 Mar 30 @ 11:48am 
why should I? I don't get why I should can you explain it to me?