Created
February 10, 2022 08:08
-
-
Save sheecegardezi/b811f9f8563dfe88bb90ee3de6698adb to your computer and use it in GitHub Desktop.
add icons to context menu in Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install filemanager-actions # To install | |
fma-config-tool # To run the configuration tool | |
# set working dir too, use the dir of right click | |
Working directory: %d/%b | |
# install Nautilus Actions package | |
sudo apt-get install nautilus-actions | |
nautilus -q | |
# add to root | |
fma-config-tool > Edit > Runtime preferences > "Uncheck" Create a root 'FileManager-Actions' menu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment