iStoa does not start from Dolphin+Kde

Bug #1325644 reported by hilaire
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
iStoa
Fix Released
Critical
Unassigned

Bug Description

In this environment, iStoa script istoa.sh does not work from the desktop file manager Dolphin. iStoa must be started from a terminal with this same script.

DrGeo.app package does not have this problem. Adapt drgeo.sh to iStoa.

Tags: environment
Revision history for this message
hilaire (hilaire-fernandes) wrote :

Test with this istoa.sh script:

#!/bin/sh

# path
ROOT=`readlink -f $(dirname $0)`

APP=`dirname "$0"`
APP=`cd "$APP";pwd`
VM="$APP/bin"
RESOURCES="$APP/shared"
image="$RESOURCES/istoa.image"

# icon (note: gvfs-set-attribute is found in gvfs-bin on Ubuntu
# systems and it seems to require an absolute filename)
gvfs-set-attribute \
 "$0" \
 "metadata::custom-icon" \
 "file://$RESOURCES/istoa.png" \
  2> /dev/null

# execute
exec "$VM/pharo" \
 --plugins "$VM" \
 --encoding utf-8 \
 -vm-display-X11 \
 -title iStoa \
 -noxdnd \
 "$image"

Changed in istoa:
status: New → Fix Committed
Changed in istoa:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.