Re: Hyper-typematic and Firefox responsiveness in Weston.
    From: Andrei POPESCU <andreimpopescu@gmail.com>
    Date: Wed, 12 Jan 2022 19:29:33 +0100
> Works fine here, out of the box, on a pretty bare bones installation (no 
> X or Desktop Environment).
Yesterday evening, tried Weston briefly on a Vaio PCG-71312L.  No 
obvious problems.
 > Are you passing any special parameters to Firefox? 
 
This shell function is defined in .bashrc and used to start firefox.
fire () { case $# in
  0) /usr/bin/firefox-esr --display=:0 file:///home/peter/MY/Peter.html#Links & ;;
  1) /usr/bin/firefox-esr --display=:0 $1 & ;;
  *) echo "Too many arguments." ;; esac }
This might be better.
alias fire='exec /usr/bin/firefox-esr --display=:0 "$@"'
> Currently I'm setting 'MOZ_ENABLE_WAYLAND=1', ...
In .bashrc here.
export MOZ_ENABLE_WAYLAND=1
When there's time, can make a bug report.
Thx,              ... P.
 
-- 
mobile: +1 778 951 5147
  VoIP: +1 604 670 0140
   48.7693 N 123.3053 W
Reply to: