timeshift
timeshift copied to clipboard
timeshift Türkçe dilde btrfs de hata veriyor.(timeshift gives an error in btrfs in Turkish)
timeshift Türkçe dilde btrfs de hata veriyor.ingilizce de sıkıntı yok.sistem Türkçe de btrfs yedeklemede hata veriyor.bir çok linux dağıtımda denedim.Fedoıra,ubuntu,debian,arch,manjaro,garuda,arcolinux v.bner yapmalıyım?
timeshift gives an error in btrfs in Turkish. There is no problem in English. The system gives an error in backup of btrfs in Turkish. I tried it in many linux distributions. Fedora,ubuntu,debian,arch,manjaro,garuda,arcolinux what should I do?
I came here to ask why I can't create a BTRFS snapshot even though I installed my Fedora respecting to the requirements of Timeshift. I found this issue has been created and wanted to test it.
My system language is set to "tr_TR.UTF-8" in global, I tried to run timeshift with sudo LANG="en_US.UTF-8" timeshift-launcher
so basically I forced timeshift-launcher to run using English language. It successfully took a snapshot when running in English.
The error when using Turkish.
Translate
The system partition has an unsupported subvolume layout. Only Ubuntu-type layouts with @ and @home subvolumes are currently supported.
Application will exit.
It creates a snapshot without problem when running it with English language.
@hackerdayi I recommend you to temporarily use sudo LANG="en_US.UTF-8" imeshift-launcher
until this issue is solved. If you run Timeshift through your application finder, find and replace Exec=timeshift-launcher
with Exec=env LANG="en_US.UTF-8" timeshift-launcher
in /usr/share/applications/timeshift-gtk.desktop