• Installing and Upgrading the Linux agent on Redhat or CentOS

    Pinned Moved
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Ubuntu Linux agent instructions

    Pinned Moved
    21
    0 Votes
    21 Posts
    14k Views
    RussR
    @Pr0k0, background commands should show up as Alexa Smart Home devices, just like foreground commands, so I wonder if you didn't install the background service yet. This command should it: sudo sh /usr/lib/triggercmdagent/resources/app/src/installdaemon.sh
  • Limit of triggers in the free option?

    4
    0 Votes
    4 Posts
    586 Views
    RussR
    @Pepe-Tops , good to know. I'll test and fix that if I can reproduce it.
  • 0 Votes
    9 Posts
    3k Views
    G
    @Russ the restart and status check worked! I used apt for the removal and node update. Thanks again for your help!
  • Triggercmd does not open on Fedora 41 GNOME

    3
    0 Votes
    3 Posts
    757 Views
    RussR
    @ess__gabriel, I remember now. Tray icons no longer work by default, so you have to install this Gnome shell extension: https://extensions.gnome.org/extension/615/appindicator-support/
  • How do you load Triggercmd on boot on Ubuntu?

    Moved
    11
    0 Votes
    11 Posts
    3k Views
    Brunera ELB
    @Russ Hi Russ! I have created new commands for testing purposes but only the ones that are marked as "foreground" were showing up on the website... So I used the option "remove background services" and then "install background services" and right after that the background commands appeared on website.... Not sure what happened, maybe something was stuck and cleared by itself after the reinstall...anyway, it's working properly now!! Thank you for all quick support, really appreciate that! Best regards
  • variable return not being reproduced in alexa

    6
    3
    0 Votes
    6 Posts
    2k Views
    RussR
    @santana2196, oh that's true. Sorry. Please use one of the other conversational skills. I think I'd recommend the TC skill in this case. Also, please check out the portuguese documentation page about the conversational actions. [image: 1704847146027-b2136dcf-8fc8-42ab-9492-d60585f744a0-image.png] [image: 1704847119260-f4e88fbc-ee18-4224-86a0-95546bf87f6c-image.png]
  • Try to install in Ubuntu 23.10

    6
    1
    0 Votes
    6 Posts
    2k Views
    W
    @Russ thanks you now works
  • unable to install - dependencies not met (ubuntu 19.04)

    Moved
    6
    0 Votes
    6 Posts
    2k Views
    RussR
    Thanks @Spiritus-Umbrarum. I'm working on updating the TRIGGERcmd .deb linux installer so it won't depend on libgconf-2-4 or libgconf2-4 anymore, but thank you for sharing the work-around in the meantime. EDIT: I updated the Ubuntu agent so it no longer requires libgconf-2-4.
  • Window buttons in wrong position

    3
    2
    0 Votes
    3 Posts
    854 Views
    V
    @Steve-Lee I use ubuntu 23.04 and default gnome 44. the strangest thing is that it only occurs when I configure some applications to open through triggercmd. for example, I have configured a gnome-text-editor, which is in the screenshot, when I open it through alexa/triggercmd the error occurs, but nothing happens if I open it manually through the gnome menu. it also occurs with an application I wrote in python/gtk4 and another in python/gtk3, however the error does not occur when I open vscode
  • Triggercmdagent don't open on Pop OS

    6
    0 Votes
    6 Posts
    2k Views
    Neidson de OliveiraN
    @Russ It's working! Thank you very much!!
  • Zorin OS

    3
    0 Votes
    3 Posts
    1k Views
    S
    @Russ thanks Russ. I'm a super beginner with Linux but will give this a shot.
  • docker-compose.yaml example

    2
    0 Votes
    2 Posts
    831 Views
    RussR
    @Michael-Figueroa, I see @Andy-Kutruff posted one here.
  • Help with Trigger for Ubuntu

    3
    0 Votes
    3 Posts
    1k Views
    Dean McNaughtonD
    @russ I'm using chrome and it worked with the following: google-chrome /home/dmcnaugh/Downloads/Alarm_Arm.html Thank you, Russ!
  • Problem running on Manjaro KDE

    Moved
    12
    1
    0 Votes
    12 Posts
    3k Views
    RussR
    @PedroMartins, good. Sorry about the incompatibility.
  • Linux install without X-Windows

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    RussR
    Thanks @pirates. I just fixed it.
  • Difficulties to run commands with parameters in linux

    Moved
    6
    3
    0 Votes
    6 Posts
    2k Views
    RussR
    @Kelvin-Ferraz, awesome. I'm glad it's working.
  • How to use TRIGGERcmd with root

    Moved
    2
    0 Votes
    2 Posts
    947 Views
    RussR
    @William-Mendes, you prefix your command with sudo to run it as root. Like this: sudo /usr/local/bin/yourscript.sh You'll need to add a line like this to your /etc/sudoers file so the TRIGGERcmd foreground agent can run the commands with sudo without a password prompt: wmendes ALL = NOPASSWD: /bin/systemctl restart httpd.service, /bin/kill, /usr/local/bin/yourscript.sh This article does a good job of explaining the sudoers file.
  • Install the background agent on a headless Linux server

    Moved
    1
    0 Votes
    1 Posts
    887 Views
    No one has replied
  • Arch Linux install

    Moved
    4
    0 Votes
    4 Posts
    2k Views
    Craig OKC
    @Tiago-Mártires Pretty much the same thing but I added this line to crontab: @reboot node /usr/share/triggercmdagent/resources/app/src/agent.js &