Open gelleicsaba opened 2 weeks ago
I use relative paths on purpose. Actually, the program changes "/home/username" to "~" in order to simplify the JSON file. This way, the paths are shorter and easier to read.
Every user should build his/her own database. If you switch to root, build a database for root too.
Hogy root-ként (sudo su) is működjön, annyi a trükk hogy a relatív útvonal helyett abszulút útvonalak kellenek
a ~ helyett a teljes útvonal kerüjön be pl: /home/csaba/..... (ez a ~ cseréjével megoldható, a $HOME értékére kell cserélni)