jstaf / onedriver

A native Linux filesystem for Microsoft OneDrive
GNU General Public License v3.0
1.86k stars 91 forks source link

ubuntu20.04 need use the terminal to start it and give onedrive file now #308

Closed fengmao31 closed 1 year ago

fengmao31 commented 1 year ago

Today, I install onedriver 0.13 in the ubuntu20.04 by apt. I find the gui only create the direction but cannot create the yaml for onedriver. then I use "onedriver-launcher" to run onedriver in the terminal. It show the error about cannot find the yaml file. then I use "onedriver /home/fengmao/onedrive" to run onedriver in the terminal. It show the error but go to continue. I remember the gui can add the onedrive direction. maybe the update of ubuntu destroy something.

17:05:53 WRN Configuration file not found, using defaults. error="open /home/fengmao/.config/onedriver/config.yml: no such file or directory" path=/home/fengmao/.config/onedriver/config.yml
17:05:53 INF onedriver v0.13.0 b96e638d
17:06:19 DBG  op=StatFs
17:06:19 DBG  op=StatFs
17:06:20 WRN Personal OneDrive accounts do not show number of files, inode counts reported by onedriver will be bogus. op=StatFs
17:06:20 WRN Personal OneDrive accounts do not show number of files, inode counts reported by onedriver will be bogus. op=StatFs
17:06:20 INF Fetched 0 deltas.
17:06:20 DBG Serializing cache metadata to disk.
jstaf commented 1 year ago
17:05:53 WRN Configuration file not found, using defaults. error="open /home/fengmao/.config/onedriver/config.yml: no such file or directory" path=/home/fengmao/.config/onedriver/config.yml

This line isn't an error, it's just an FYI to the user that they haven't set up a settings file. The config file isn't there by default. You have the option to create it if you want to customize some settings for the application, but it is by no means required or an error with the application.