Skip to content

desktop safe_path too restrictive #4424

@johrstrom

Description

@johrstrom

Just a note that forcing the "regular system paths" actually breaks our system as we don't have mate installed in any of the the regular locations. Would be nice if this only removed user paths. Maybe something like

SAFE_PATH=$(echo -n $PATH | tr : '\n' | grep -v ^"$HOME" | tr '\n' :)

Originally posted by @twhitehead in #4160 (comment)

Metadata

Metadata

Assignees

Type

Projects

Status

Reviewed, Scheduled

Relationships

None yet

Development

No branches or pull requests

Issue actions