diff --git a/CHANGELOG.md b/CHANGELOG.md
index 656fe71..2a4ca1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [0.5.2] - 2017-06-22
+### Fixed
+- Fix autostart switch state.
+
## [0.5.1] - 2017-06-17
### Fixed
- Fix opening of the "forums" link.
diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py
index 0a5b2ea..093301f 100644
--- a/src/manjaro_hello.py
+++ b/src/manjaro_hello.py
@@ -79,7 +79,7 @@ class Hello():
self.builder.get_object("languages").set_active_id(self.get_best_locale())
# Set autostart switcher state
- self.autostart = os.path.isfile(self.preferences["autostart_path"])
+ self.autostart = os.path.isfile(fix_path(self.preferences["autostart_path"])
self.builder.get_object("autostart").set_active(self.autostart)
# Live systems
diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade
index 47f4126..816c5f3 100644
--- a/ui/manjaro-hello.glade
+++ b/ui/manjaro-hello.glade
@@ -531,7 +531,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
dialog
window
Manjaro Hello
- 0.5.1
+ 0.5.2
Welcome screen for Manjaro
https://github.com/Huluti/manjaro-hello
GitHub