Skip to content

Commit

Permalink
WIP13
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Apr 15, 2024
1 parent 7f197e0 commit c516158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend-GNOME/smuxi-frontend-gnome.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
# needed for getting mono to work inside snap's sandbox
if [[ $SNAP ]]; then
PKG_DIR=$SNAP/usr
export MONO_PATH=$PKG_DIR/lib/mono/4.5:$PKG_DIR/lib/cli/gtk-sharp-2.0:$PKG_DIR/lib/cli/glib-sharp-2.0:$PKG_DIR/lib/cli/atk-sharp-2.0:$PKG_DIR/lib/cli/gdk-sharp-2.0:$PKG_DIR/lib/cli/pango-sharp-2.0:$MONO_PATH
export MONO_PATH=$PKG_DIR/lib/mono/4.5:$PKG_DIR/lib/cli/log4net-1.2:$PKG_DIR/lib/cli/gtk-sharp-2.0:$PKG_DIR/lib/cli/glib-sharp-2.0:$PKG_DIR/lib/cli/atk-sharp-2.0:$PKG_DIR/lib/cli/gdk-sharp-2.0:$PKG_DIR/lib/cli/pango-sharp-2.0:$MONO_PATH
export MONO_CONFIG=$SNAP/etc/mono/config
export MONO_CFG_DIR=$SNAP/etc
export MONO_REGISTRY_PATH=~/.mono/registry
Expand Down

0 comments on commit c516158

Please sign in to comment.