“pkexec xfce4-terminal” has stopped working - help with troubleshooting, pleasexfce4-terminal “Open Link” feature stopped working on XUbuntu 14.04xfce compose key not working in xfce4-terminallinux/xfce4: screensaver stopped working, seeming idle detection issueGnome-terminal and Xfce4-terminal with ISO-encoding needs special-character keys to be pressed twice

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

Can I visit Japan without a visa?

Do the primes contain an infinite almost arithmetic progression?

Biological Blimps: Propulsion

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

How could a planet have erratic days?

Why did the EU agree to delay the Brexit deadline?

Pre-mixing cryogenic fuels and using only one fuel tank

Keeping a ball lost forever

What is the evidence for the "tyranny of the majority problem" in a direct democracy context?

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

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

Is aluminum electrical wire used on aircraft?

Strong empirical falsification of quantum mechanics based on vacuum energy density

Does the Linux kernel need a file system to run?

Terse Method to Swap Lowest for Highest?

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

The IT department bottlenecks progress. How should I handle this?

Moving brute-force search to FPGA

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

How do you make your own symbol when Detexify fails?

Can disgust be a key component of horror?

Sums of entire surjective functions

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



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


xfce4-terminal “Open Link” feature stopped working on XUbuntu 14.04xfce compose key not working in xfce4-terminallinux/xfce4: screensaver stopped working, seeming idle detection issueGnome-terminal and Xfce4-terminal with ISO-encoding needs special-character keys to be pressed twice













1















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|improve this question


























    1















    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|improve this question
























      1












      1








      1








      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|improve this question














      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|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 14 mins ago









      BISIBISI

      1114




      1114




















          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

          Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

          Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

          Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»