“pkexec xfce4-terminal” has stopped working - help with troubleshooting, please

What exact color does ozone gas have?

Terse Method to Swap Lowest for Highest?

What should you do if you miss a job interview (deliberately)?

What is going on with 'gets(stdin)' on the site coderbyte?

How to hide some fields of struct in C?

Why is the "ls" command showing permissions of files in a FAT32 partition?

Why can Carol Danvers change her suit colours in the first place?

How does the math work for Perception checks?

How could a planet have erratic days?

Mixing PEX brands

Can a stoichiometric mixture of oxygen and methane exist as a liquid at standard pressure and some (low) temperature?

15% tax on $7.5k earnings. Is that right?

Are Captain Marvel's powers affected by Thanos' actions in Infinity War

What if a revenant (monster) gains fire resistance?

Can I still be respawned if I die by falling off the map?

Fear of getting stuck on one programming language / technology that is not used in my country

How to explain what's wrong with this application of the chain rule?

Open a doc from terminal, but not by its name

Has any country ever had 2 former presidents in jail simultaneously?

Plot of a tornado-shaped surface

How to cover method return statement in Apex Class?

Moving brute-force search to FPGA

Can I visit Japan without a visa?

Why would a new[] expression ever invoke a destructor?



“pkexec xfce4-terminal” has stopped working - help with troubleshooting, please














0















I have been using an upgraded xubuntu machine (16.04 to 18.04) for just under a year now. I use a root terminal extensively, so on about the 2nd day after my upgrade I figured out how to get it working with pkexec instead of gksu.



Today it stopped working, with no action on my part, and no updates applied. Rebooting had no effect.



Where do I start to troubleshoot this?



Here's my /usr/share/polkit-1/actions/xfce4-terminal.policy file:



<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
<policyconfig>
<vendor>xfce4-terminal</vendor>
<vendor_url>xfce4-terminal</vendor_url>
<icon_name>terminal</icon_name>
<action id="org.freedesktop.policykit.pkexec.xfce4-terminal">
<description>Run "xfce4-terminal"</description>
<message>Authentication is required to run xfce4-terminal</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/xfce4-terminal</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>

</policyconfig>



auth.log is showing no error. here is an example -- the first is launching gparted via pkexec. it works normally. The second is launching xfce4-terminal. xfce4- terminal never appeears.



Mar 22 22:31:05 ooboontwo pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Mar 22 22:31:05 ooboontwo pkexec[17035]: derek: Executing command [USER=root] [TTY=unknown] [CWD=/0data/ssd0/home/derek] [COMMAND=/usr/sbin/gparted]
Mar 22 22:31:18 ooboontwo pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Mar 22 22:31:18 ooboontwo pkexec[17303]: derek: Executing command [USER=root] [TTY=unknown] [CWD=/0data/ssd0/home/derek] [COMMAND=/usr/bin/xfce4-terminal]

Any help appreciated!









share



























    0















    I have been using an upgraded xubuntu machine (16.04 to 18.04) for just under a year now. I use a root terminal extensively, so on about the 2nd day after my upgrade I figured out how to get it working with pkexec instead of gksu.



    Today it stopped working, with no action on my part, and no updates applied. Rebooting had no effect.



    Where do I start to troubleshoot this?



    Here's my /usr/share/polkit-1/actions/xfce4-terminal.policy file:



    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE policyconfig PUBLIC
    "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
    "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
    <policyconfig>
    <vendor>xfce4-terminal</vendor>
    <vendor_url>xfce4-terminal</vendor_url>
    <icon_name>terminal</icon_name>
    <action id="org.freedesktop.policykit.pkexec.xfce4-terminal">
    <description>Run "xfce4-terminal"</description>
    <message>Authentication is required to run xfce4-terminal</message>
    <defaults>
    <allow_any>auth_admin</allow_any>
    <allow_inactive>auth_admin</allow_inactive>
    <allow_active>auth_admin</allow_active>
    </defaults>
    <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/xfce4-terminal</annotate>
    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
    </action>

    </policyconfig>



    auth.log is showing no error. here is an example -- the first is launching gparted via pkexec. it works normally. The second is launching xfce4-terminal. xfce4- terminal never appeears.



    Mar 22 22:31:05 ooboontwo pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
    Mar 22 22:31:05 ooboontwo pkexec[17035]: derek: Executing command [USER=root] [TTY=unknown] [CWD=/0data/ssd0/home/derek] [COMMAND=/usr/sbin/gparted]
    Mar 22 22:31:18 ooboontwo pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
    Mar 22 22:31:18 ooboontwo pkexec[17303]: derek: Executing command [USER=root] [TTY=unknown] [CWD=/0data/ssd0/home/derek] [COMMAND=/usr/bin/xfce4-terminal]

    Any help appreciated!









    share

























      0












      0








      0








      I have been using an upgraded xubuntu machine (16.04 to 18.04) for just under a year now. I use a root terminal extensively, so on about the 2nd day after my upgrade I figured out how to get it working with pkexec instead of gksu.



      Today it stopped working, with no action on my part, and no updates applied. Rebooting had no effect.



      Where do I start to troubleshoot this?



      Here's my /usr/share/polkit-1/actions/xfce4-terminal.policy file:



      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE policyconfig PUBLIC
      "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
      "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
      <policyconfig>
      <vendor>xfce4-terminal</vendor>
      <vendor_url>xfce4-terminal</vendor_url>
      <icon_name>terminal</icon_name>
      <action id="org.freedesktop.policykit.pkexec.xfce4-terminal">
      <description>Run "xfce4-terminal"</description>
      <message>Authentication is required to run xfce4-terminal</message>
      <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>auth_admin</allow_active>
      </defaults>
      <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/xfce4-terminal</annotate>
      <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
      </action>

      </policyconfig>



      auth.log is showing no error. here is an example -- the first is launching gparted via pkexec. it works normally. The second is launching xfce4-terminal. xfce4- terminal never appeears.



      Mar 22 22:31:05 ooboontwo pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
      Mar 22 22:31:05 ooboontwo pkexec[17035]: derek: Executing command [USER=root] [TTY=unknown] [CWD=/0data/ssd0/home/derek] [COMMAND=/usr/sbin/gparted]
      Mar 22 22:31:18 ooboontwo pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
      Mar 22 22:31:18 ooboontwo pkexec[17303]: derek: Executing command [USER=root] [TTY=unknown] [CWD=/0data/ssd0/home/derek] [COMMAND=/usr/bin/xfce4-terminal]

      Any help appreciated!









      share














      I have been using an upgraded xubuntu machine (16.04 to 18.04) for just under a year now. I use a root terminal extensively, so on about the 2nd day after my upgrade I figured out how to get it working with pkexec instead of gksu.



      Today it stopped working, with no action on my part, and no updates applied. Rebooting had no effect.



      Where do I start to troubleshoot this?



      Here's my /usr/share/polkit-1/actions/xfce4-terminal.policy file:



      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE policyconfig PUBLIC
      "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
      "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
      <policyconfig>
      <vendor>xfce4-terminal</vendor>
      <vendor_url>xfce4-terminal</vendor_url>
      <icon_name>terminal</icon_name>
      <action id="org.freedesktop.policykit.pkexec.xfce4-terminal">
      <description>Run "xfce4-terminal"</description>
      <message>Authentication is required to run xfce4-terminal</message>
      <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>auth_admin</allow_active>
      </defaults>
      <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/xfce4-terminal</annotate>
      <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
      </action>

      </policyconfig>



      auth.log is showing no error. here is an example -- the first is launching gparted via pkexec. it works normally. The second is launching xfce4-terminal. xfce4- terminal never appeears.



      Mar 22 22:31:05 ooboontwo pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
      Mar 22 22:31:05 ooboontwo pkexec[17035]: derek: Executing command [USER=root] [TTY=unknown] [CWD=/0data/ssd0/home/derek] [COMMAND=/usr/sbin/gparted]
      Mar 22 22:31:18 ooboontwo pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
      Mar 22 22:31:18 ooboontwo pkexec[17303]: derek: Executing command [USER=root] [TTY=unknown] [CWD=/0data/ssd0/home/derek] [COMMAND=/usr/bin/xfce4-terminal]

      Any help appreciated!







      xubuntu xfce xfce4-terminal pkexec





      share












      share










      share



      share










      asked 1 min ago









      BISIBISI

      1064




      1064






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          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: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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/3.0/"u003ecc by-sa 3.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%2faskubuntu.com%2fquestions%2f1127993%2fpkexec-xfce4-terminal-has-stopped-working-help-with-troubleshooting-please%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 Ask Ubuntu!


          • 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%2faskubuntu.com%2fquestions%2f1127993%2fpkexec-xfce4-terminal-has-stopped-working-help-with-troubleshooting-please%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

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...