Re: How to work with Nemo file manager?
Ahmad Ismail <[email protected]> Tue, 4 Jul 2023 05:31:04 +0600
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <CAHAhJw+faRYX5f1v3_J6FqD5pnNvt+5eQPA9=3qirR5PAXaVCw@mail.gmail.com> |
I asked in the nemo discussion board, but did not get any response yet. Then I asked in stackoverflow. Here are the answers: https://stackoverflow.com/a/76597788/1772898 https://stackoverflow.com/a/76607534/1772898 So basically the commands are: busctl --user call org.Nemo /org/Nemo org.Nemo.FileOperations CopyFile ssss file:$HOME/Downloads/test.txt test.txt file:$HOME/Downloads test2.txt busctl --user call org.Nemo /org/Nemo org.Nemo.FileOperations CopyURIs ass 2 file:$HOME/Downloads/test.txt file:$HOME/Downloads/test2.txt file:$HOME busctl --user tree org.Nemo --list | grep -P "window/\d+" busctl --user call org.Nemo /org/Nemo/window/1 org.freedesktop.DBus.Peer GetMachineId These solutions work for me. However, I am all invested in dbus. So, please let me know if anything can be improved here. When I asked about the documentation (*to find the correct command line syntax*), he suggested looking at: * man pages of dbus-send and busctl * used D-Feet to get all the information Is it? Is there anything more we need to know or look at *to find the correct command line syntax*? On Tue, Jun 27, 2023 at 2:12 PM Ahmad Ismail <[email protected]> wrote: > Thank you very much for the analogy. I better ask the nemo team. Thanks > > On Sun, Jun 25, 2023 at 11:46 PM Thiago Macieira <[email protected]> wrote: > >> On Saturday, 24 June 2023 14:14:17 PDT Ahmad Ismail wrote: >> > As you can see in the above image there are (`org.Nemo`) : >> > >> > /org/Nemo/window/1 >> > /org/Nemo/window/2 >> > /org/Nemo/window/3 >> > /org/Nemo/window/4 >> >> You should direct your questions to the community that develops and >> supports >> Nemo. We're just the tool you're using to communicate with it. >> >> The example I give is asking your mail delivery person to help with your >> tax >> forms because you got them and send the returns back in the mail. They >> may >> know something, but that advice may not be the best or even correct; you >> should contact your accounting professional instead. >> >> -- >> Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org >> Software Architect - Intel DCAI Cloud Engineering >> >> >> >>