You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../src/DesktopApp.vala:133.28-133.32: error: Invalid assignment from owned expression to unowned variable
unowned string _path = info.get_string (KeyFileDesktop.KEY_PATH);
^^^^^
../src/DesktopApp.vala:134.17-134.21: error: The name `_path' does not exist in the context of `AppEditor.DesktopApp.get_path'
if (_path == null) {
^^^^^
../src/DesktopApp.vala:135.17-135.21: error: The name `_path' does not exist in the context of `AppEditor.DesktopApp.get_path'
_path = "";
^^^^^
../src/DesktopApp.vala:138.20-138.24: error: The name `_path' does not exist in the context of `AppEditor.DesktopApp.get_path'
path = _path;
^^^^^
Patches have been used like
to fix it quickly.
The text was updated successfully, but these errors were encountered: