Pomoc How to disable this plugin [filemanager] forever?

Robin

Entry Technician
Q Associate
7 Marzec 2016
66
4
8
QNAP
TS-x53B
Ethernet
802.11ac (Wi-Fi 5)
1704949404452.png

Is there a swith to disable this plugin forever? Now I need to click right and choose disable every time opening rt

Thank you ~
 
Why not deleting plugin from Rtorrent?
Bro...
Install Entware, install Midnight Commander
Browse into /usr/bin/rtorrent/var/www/ui/rtorrent/plugins and remove any plugins you want
1704962510630.png

Or use command bellow:
Bash:
RT_PLUGINS=/usr/bin/rtorrent/var/www/ui/rtorrent/plugins

# list all plugins
ls -la $RT_PLUGINS

# list all not used plugins
ls -la ${RT_PLUGINS}.notused

# remove or safety move to other directory...
# remove...
rm -rf $RT_PLUGINS/filemanager
# safety move
mv -f $RT_PLUGINS/filemanager ${RT_PLUGINS}.notused/
 
  • Lubię to
Reakcje: Robin

Użytkownicy znaleźli tą stronę używając tych słów:

  1. entware