Triggercmdagent don't open on Pop OS
-
I followed the Ubuntu Linux agent instructions. When I try to open it through the icon it doesn't work. When I try to open it from the command line (triggercmdagent) I get the follow message: "(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9"
Help me please! -
@Neidson-de-Oliveira, thank you for telling me.
Is this what you're running? https://pop.system76.com/
I had never heard of Pop OS. I'll try to test it soon.You could try running the agent without the GUI. You'd have to find the agent.js file and run it with this command:
node agent.js --console
Or like this using the full path:
node /usr/lib/triggercmdagent/resources/app/src/agent.js --console
If it's not in that folder you could search for it with a command like this:
find / | grep agent.js
-
Thanks for your reply. Yes, it's https://pop.system76.com.
Pop OS is a derivative of Ubuntu like Linux Mint and others...
Then I followed the Ubuntu Linux agent instructions. The folder is the same. The service is running and I already put the token via command line. But I cannot open it. -
I need to know how to solve this error
"(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9"
-
@Neidson-de-Oliveira, I fixed it. Please download the latest version.
I was able to reproduce the problem on my Pop OS vm. I built a new version and it works now.
Thank you for reporting it!
-
@Russ It's working! Thank you very much!!