Best way to check if Nautilus File Manager is running?Is there any way to assign shortcuts to Nautilus...

Do Half-elves or half-orc count as Humans for the Favored Enemy class feature?

2000's spooky show with a group of teens telling spooky stories in the woods

How to check if a trigger fires on INSERT, UPDATE or DELETE statements?

How much does freezing grapes longer sweeten them more?

Holomorphic structures for line bundles over projective manifolds

How can I communicate feelings to players without impacting their agency?

If we should encrypt the message rather than the method of transfer, why do we care about wifi security? Is this just security theatre?

How to use blackboard bold numbers with the Palatino (mathpazo) font?

What is this "very, very powerful article" that Trump is referring to vis à vis the Kurds?

TikZ, forest and star macro

Why is Trump releasing (or not) his tax returns such a big deal?

Is there any research on the development of attacks against artificial intelligence systems?

Is it possible for a country to develop the equivalent of a Second Industrial Revolution while under a war of attrition?

Is it allowed to let the engine of an aircraft idle without a pilot in the plane. (For both helicopters and aeroplanes)

Why is こんばんみ used as a response to こんばんは?

Digit Date Range

Why do military jets sometimes have elevators in a depressed position when parked?

How were Kurds involved (or not) in the invasion of Normandy?

How are Aircraft Noses Designed?

How can the mourner remarry within one month, if he has to wait two regalim?

How long does it take to sail to Evermeet from the Neverwinter harbor?

What is gerrymandering called if it's not the result of redrawing districts?

Russian Caesar cipher

How can a stock trade for a fraction of a cent?



Best way to check if Nautilus File Manager is running?


Is there any way to assign shortcuts to Nautilus bookmarks?How to set up Kate to use Nautilus as a file manager?Example value for a nautilus (file manager) connect to service custom locationHow to show Nautilus toolbar and file tree sidebar?Setting up clearcase view through nautilus file managerHow do I set Nautilus as default file manager in Elementary OSForce nautilus desktop to open files with another file managerDesktop icons gone with nautilus file-manager in Debian 9Nautilus file arrangment






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}








0

















I've been working hours on this problem. When nautilus file manager is NOT running nautilus is running because it controls icons on the desktop.





$ ps -aux | grep nautilus | grep -v grep
rick 5613 0.2 1.7 2355392 140012 pts/19 Sl+ 19:04 0:08 nautilus


So use this command without nautilus file manager open and you see:



$ ps -L -p 5613 -o pid,nice,lwp,comm
PID NI LWP COMMAND
5613 0 5613 nautilus
5613 0 5614 gmain
5613 0 5615 gdbus
5613 0 5617 dconf worker


Now open up nautilus file manager and redo ps command:



$ nautilus

$ ps -L -p 5613 -o pid,nice,lwp,comm
PID NI LWP COMMAND
5613 0 5613 nautilus
5613 0 5614 gmain
5613 0 5615 gdbus
5613 0 5617 dconf worker
5613 0 4788 pool


Close the nautilus files window and rerun the command (after waiting a second or two) and the pool disappears.



Is this the correct way of seeing if nautilus file manager is running?










share|improve this question

































    0

















    I've been working hours on this problem. When nautilus file manager is NOT running nautilus is running because it controls icons on the desktop.





    $ ps -aux | grep nautilus | grep -v grep
    rick 5613 0.2 1.7 2355392 140012 pts/19 Sl+ 19:04 0:08 nautilus


    So use this command without nautilus file manager open and you see:



    $ ps -L -p 5613 -o pid,nice,lwp,comm
    PID NI LWP COMMAND
    5613 0 5613 nautilus
    5613 0 5614 gmain
    5613 0 5615 gdbus
    5613 0 5617 dconf worker


    Now open up nautilus file manager and redo ps command:



    $ nautilus

    $ ps -L -p 5613 -o pid,nice,lwp,comm
    PID NI LWP COMMAND
    5613 0 5613 nautilus
    5613 0 5614 gmain
    5613 0 5615 gdbus
    5613 0 5617 dconf worker
    5613 0 4788 pool


    Close the nautilus files window and rerun the command (after waiting a second or two) and the pool disappears.



    Is this the correct way of seeing if nautilus file manager is running?










    share|improve this question





























      0












      0








      0








      I've been working hours on this problem. When nautilus file manager is NOT running nautilus is running because it controls icons on the desktop.





      $ ps -aux | grep nautilus | grep -v grep
      rick 5613 0.2 1.7 2355392 140012 pts/19 Sl+ 19:04 0:08 nautilus


      So use this command without nautilus file manager open and you see:



      $ ps -L -p 5613 -o pid,nice,lwp,comm
      PID NI LWP COMMAND
      5613 0 5613 nautilus
      5613 0 5614 gmain
      5613 0 5615 gdbus
      5613 0 5617 dconf worker


      Now open up nautilus file manager and redo ps command:



      $ nautilus

      $ ps -L -p 5613 -o pid,nice,lwp,comm
      PID NI LWP COMMAND
      5613 0 5613 nautilus
      5613 0 5614 gmain
      5613 0 5615 gdbus
      5613 0 5617 dconf worker
      5613 0 4788 pool


      Close the nautilus files window and rerun the command (after waiting a second or two) and the pool disappears.



      Is this the correct way of seeing if nautilus file manager is running?










      share|improve this question















      I've been working hours on this problem. When nautilus file manager is NOT running nautilus is running because it controls icons on the desktop.





      $ ps -aux | grep nautilus | grep -v grep
      rick 5613 0.2 1.7 2355392 140012 pts/19 Sl+ 19:04 0:08 nautilus


      So use this command without nautilus file manager open and you see:



      $ ps -L -p 5613 -o pid,nice,lwp,comm
      PID NI LWP COMMAND
      5613 0 5613 nautilus
      5613 0 5614 gmain
      5613 0 5615 gdbus
      5613 0 5617 dconf worker


      Now open up nautilus file manager and redo ps command:



      $ nautilus

      $ ps -L -p 5613 -o pid,nice,lwp,comm
      PID NI LWP COMMAND
      5613 0 5613 nautilus
      5613 0 5614 gmain
      5613 0 5615 gdbus
      5613 0 5617 dconf worker
      5613 0 4788 pool


      Close the nautilus files window and rerun the command (after waiting a second or two) and the pool disappears.



      Is this the correct way of seeing if nautilus file manager is running?







      nautilus






      share|improve this question














      share|improve this question











      share|improve this question




      share|improve this question










      asked 26 mins ago









      WinEunuuchs2UnixWinEunuuchs2Unix

      5002 silver badges13 bronze badges




      5002 silver badges13 bronze badges

























          0






          active

          oldest

          votes













          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });















          draft saved

          draft discarded
















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f546241%2fbest-way-to-check-if-nautilus-file-manager-is-running%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown


























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

















          draft saved

          draft discarded



















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f546241%2fbest-way-to-check-if-nautilus-file-manager-is-running%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown









          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...