WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: xtodo command not working in Tiny Core Linux-HELP  (Read 5241 times)

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: xtodo command not working in Tiny Core Linux-HELP
« Reply #15 on: June 11, 2019, 05:32:36 PM »
Hi whizzywhirl
I am trying to execute this command after installing xtodo.tcz in tiny core linux
Code: newbielink:javascript:void(0); [nonactive]
Code: [Select]
xdotool search --sync --onlyvisible --class "Firefox" windowactivate key F11 & firefox
I think that might be backwards. You are starting Firefox after the xdotool command. See if this works any better:
Code: [Select]
firefox -url <urlhere> & xdotool search --sync --onlyvisible --class "Firefox" windowactivate key F11Replace  <urlhere>  with the  .html  file you want to open.

Offline whizzywhirl

  • Newbie
  • *
  • Posts: 27
Re: xtodo command not working in Tiny Core Linux-HELP
« Reply #16 on: June 12, 2019, 06:09:47 AM »
Thank you Rich. I actually switched to Xorg now  Xdotool is working.
« Last Edit: June 12, 2019, 06:26:40 AM by whizzywhirl »