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
When i right click inside a Thunar window i can see the menu item "Create Link" that seems to be added by Linux Mint.
If i right click inside a Thunar window like the Music folder and select "Create Link" i get a symlink called:
Link to Music
If i do it again i get another symlink called:
Music
Third time does nothing.
In Thunar > Edit > Configure custom actions... the command is:
ln -s %f 'Link to %n'
Seems like adding -T might fix the double "Link to Music/Music" problem.
But the text "Link to" requires translation and it seems not to be nesassary to add the text to a symlink since you already have the little arrow above the icon so i suggest removing "Link to ".
When i right click inside a Thunar window i can see the menu item "Create Link" that seems to be added by Linux Mint.
If i right click inside a Thunar window like the Music folder and select "Create Link" i get a symlink called:
If i do it again i get another symlink called:
Third time does nothing.
In Thunar > Edit > Configure custom actions... the command is:
Seems like adding -T might fix the double "Link to Music/Music" problem.
But the text "Link to" requires translation and it seems not to be nesassary to add the text to a symlink since you already have the little arrow above the icon so i suggest removing "Link to ".
Maybe one of these can be used:
Maybe read about -T in http://www.gnu.org/software/coreutils/manual/html_node/Target-directory.html#Target-directory
Linux Mint 20.1
Xfce 4.14
The text was updated successfully, but these errors were encountered: