Script Name
bigshot.lic
Bug Report
When running bigshot in a headless environment (i.e., using Profanity frontend via SSH), the script exits with an error related to Gtk.
Steps to reproduce:
- Sign in Gemstone character using Profanity FE
;exec $bigshot_headless = true
;bigshot
Expected Behavior
If $bigshot_headless is defined, bigshot should run without any dependencies on Gtk as long as ;bigshot setup is not run.
Current Behavior
Steps to reproduce:
- Sign in Gemstone character using Profanity FE
;exec $bigshot_headless = true
;bigshot
Error:
--- Lich: error: uninitialized constant Lich::Common::Bigshot::Gtk
bigshot:942:in '<class:Bigshot>'
bigshot:941:in 'Lich::Common#_script'
Possible Solution
No response
Script Name
bigshot.lic
Bug Report
When running bigshot in a headless environment (i.e., using Profanity frontend via SSH), the script exits with an error related to Gtk.
Steps to reproduce:
;exec $bigshot_headless = true;bigshotExpected Behavior
If
$bigshot_headlessis defined, bigshot should run without any dependencies on Gtk as long as;bigshot setupis not run.Current Behavior
Steps to reproduce:
;exec $bigshot_headless = true;bigshotError:
Possible Solution
No response