Opened 2 months ago
Last modified 2 months ago
#19042 new bug
trash-cli can't trash symlinks of file(s) marked as executable
Reported by: | tzu_mi | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Command Line Tools | Version: | R1/beta5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Hi, as in the subject, trash-cli can't trash symlinks of file(s) marked as executable, I guess
~/Desktop> cd /boot/home/config/settings/deskbar/menu/ ~/config/settings/deskbar/menu> ln -s /boot/system/bin/shutdown ~/config/settings/deskbar/menu> trash ./shutdown ./shutdown: No such file or directory ~/config/settings/deskbar/menu> ln -s /boot/system/boot/post-install/sshd_keymaker.sh ~/config/settings/deskbar/menu> trash ./sshd_keymaker.sh ./sshd_keymaker.sh: No such file or directory ~/config/settings/deskbar/menu> ln -s /boot/home/Desktop/Home ~/config/settings/deskbar/menu> trash ./Home ~/config/settings/deskbar/menu> ln -s /boot/home/config/settings/bash_history ~/config/settings/deskbar/menu> trash ./bash_history
Change History (1)
comment:1 by , 2 months ago
Component: | Applications → Applications/Command Line Tools |
---|