Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed gnome-applet installation and config
  • Loading branch information
teleshoes committed Dec 4, 2012
1 parent 478db8f commit 1e19ffc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 398 deletions.
25 changes: 0 additions & 25 deletions TPBattStatApplet_Factory.server

This file was deleted.

18 changes: 0 additions & 18 deletions install.sh
Expand Up @@ -3,7 +3,6 @@
NAME=tpbattstat-applet
LIB_INSTALL_DIR=/usr/lib/$NAME
ICON_DIR=/usr/share/pixmaps
SERVER_DIR=/usr/lib/bonobo/servers

sudo cp tpacpi-bat $LIB_INSTALL_DIR
cd src
Expand All @@ -26,20 +25,3 @@ sudo rm -rf $ICON_DIR/$NAME/
sudo mkdir $ICON_DIR/$NAME/
sudo cp -ar * $ICON_DIR/$NAME/
cd ../

echo installing gconf schemas
echo
gconftool-2 --install-schema-file tpbattstat-applet.schemas

echo applying schemas to the default key dir {not-in-gnome-panel}
PREFS_DIR=/apps/tpbattstat_applet/prefs
SCHEMA_DIR=/schemas$PREFS_DIR
SCHEMAS=`gconftool-2 -a $SCHEMA_DIR | \
sed 's/^ \([a-zA-Z0-9_]\+\) = .*$/\1/'`
for s in $SCHEMAS; do
gconftool-2 --apply-schema $SCHEMA_DIR/$s $PREFS_DIR/$s
done

echo installing bonobo server
echo
sudo cp TPBattStatApplet_Factory.server $SERVER_DIR

0 comments on commit 1e19ffc

Please sign in to comment.