mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
7 lines
251 B
Bash
Executable File
7 lines
251 B
Bash
Executable File
#!/bin/bash
|
|
# Launcher script for goose GUI
|
|
# Suppresses common GLib warnings that don't affect functionality
|
|
|
|
cd /home/alfonsodg/Devel-Local/oss/goose/ui/desktop/out/goose-linux-x64
|
|
./goose 2>&1 | grep -v "GLib-GObject" | grep -v "browser_main_loop"
|