mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-05 08:47:02 +00:00
Added nautilus plugin for casting.
This commit is contained in:
parent
631f2e3e27
commit
97c8396a2f
4 changed files with 336 additions and 0 deletions
12
clients/nautilus/uninstall.sh
Normal file
12
clients/nautilus/uninstall.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Define the directory for the Nautilus extension
|
||||
EXT_DIR="${HOME}/.local/share/nautilus-python/extensions"
|
||||
|
||||
# Remove the fcast_nautilus.py from the extensions directory
|
||||
rm -f "${EXT_DIR}/fcast_nautilus.py"
|
||||
|
||||
# Restart nautilus
|
||||
nautilus -q
|
||||
|
||||
echo "Uninstallation complete!"
|
Loading…
Add table
Add a link
Reference in a new issue