Skip to content

Commit 0dad2f4

Browse files
committed
gladevcp: fix icon path also for run-in-place
1 parent e1fbc71 commit 0dad2f4

32 files changed

Lines changed: 30 additions & 40 deletions

lib/python/gladevcp/glade-icons/README

Lines changed: 0 additions & 10 deletions
This file was deleted.

lib/python/gladevcp/glade-icons/create_symlinks.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

scripts/rip-environment.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ LINUXCNCVERSION="@EMC2VERSION@"; export LINUXCNCVERSION
6868
LINUXCNC_NCFILES_DIR="@EMC2_NCFILES_DIR@"; export LINUXCNC_NCFILES_DIR
6969
LINUXCNC_EMCSH=@WISH@; export LINUXCNC_EMCSH
7070
PATH=@EMC2_BIN_DIR@:$EMC2_HOME/scripts:$EMC2_HOME/tcl:"$PATH"
71+
GLADE_ICON_THEME_PATH=$EMC2_HOME/share/glade/pixmaps export GLADE_ICON_THEME_PATH
7172

7273
if [ -z "$TCLLIBPATH" ]; then
7374
TCLLIBPATH=$EMC2_HOME/tcl
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-button.png
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-checkbutton.png
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-combobox.png
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-hbox.png
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-table.png
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-hscale.png
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/glade/pixmaps/hicolor/16x16/actions/widget-gtk-label.png

0 commit comments

Comments
 (0)