One Hat Cyber Team
Your IP :
216.73.217.15
Server IP :
157.15.65.100
Server :
Linux 157-15-65-100.cprapid.com 5.14.0-362.24.2.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Mar 30 14:11:54 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
sushi
/
View File Name :
README
This is Sushi, a quick previewer for Nautilus, the GNOME desktop file manager. ------------------------------------------------------------------------------ Sushi is a DBus-activated service. For Sushi to popup, applications will have to call the ShowFile method on the org.gnome.NautilusPreviewer interface. If you want to or debug Sushi without a calling application, you can use gdbus(1) to call the ShowFile method manually on the bus. ======= Methods ======= ShowFile(s: FileUri, i: ParentXid, b: CloseIfShown) Activates Sushi previewing the file at the provided URI. If a XID is specified, the Sushi window is made transient to that window. If the CloseIfShown parameter is TRUE, Sushi will close if it's already running. Close() Explicitly closes Sushi.