bug #7494 - uninstall from location, not future location
This commit is contained in:
parent
a46dcf534c
commit
62af4ae9bb
@ -377,8 +377,7 @@ class ActivityBundle(Bundle):
|
|||||||
logging.warning('Not uninstalling system activity')
|
logging.warning('Not uninstalling system activity')
|
||||||
return
|
return
|
||||||
|
|
||||||
install_path = os.path.join(env.get_user_activities_path(),
|
install_path = act.path
|
||||||
self._zip_root_dir)
|
|
||||||
|
|
||||||
xdg_data_home = os.getenv('XDG_DATA_HOME',
|
xdg_data_home = os.getenv('XDG_DATA_HOME',
|
||||||
os.path.expanduser('~/.local/share'))
|
os.path.expanduser('~/.local/share'))
|
||||||
|
Loading…
Reference in New Issue
Block a user