Glade 3.8.5 and LinuxCNC RIP build: how to install the catalog?
- islander261
- Offline
- Platinum Member
Less
More
- Posts: 757
- Thank you received: 216
06 Dec 2016 19:08 - 06 Dec 2016 19:10 #83719
by islander261
Replied by islander261 on topic Glade 3.8.5 and LinuxCNC RIP build: how to install the catalog?
Hello
I just want to report that I finally got all the HAL widgets to work with my Glade 3.8.5 install. In addition to doing this:
I also needed to do this:As well as:
I still can't start Glade from the terminal with the glade-gtk2 command but glade-3 works for now.
I just want to report that I finally got all the HAL widgets to work with my Glade 3.8.5 install. In addition to doing this:
You need to copy all files from
linuxcnc-dev/lib/python/gladevcp
to
/usr/lib/pymodules/python2.7/gladevcp
and
/usr/share/pyshared/gladevcp
I also needed to do this:
sudo cp ~/linuxcnc-dev/lib/python/gladevcp/*.xml usr/local/share/glade3/catalogs
[sudo cp ~/linuxcnc-dev/lib/python/gladevcp/*.png usr/local/share/glade3/pixmaps
I still can't start Glade from the terminal with the glade-gtk2 command but glade-3 works for now.
Last edit: 06 Dec 2016 19:10 by islander261. Reason: fix formating
The following user(s) said Thank You: kpj10
Please Log in or Create an account to join the conversation.
05 May 2018 03:54 #110231
by kpj10
Replied by kpj10 on topic Glade 3.8.5 and LinuxCNC RIP build: how to install the catalog?
Add the LinuxCNC stuff to the GLADE_CATALOG_SEARCH_PATH: export GLADE_CATALOG_SEARCH_PATH=~/linuxcnc-dev/lib/python/gladevcp
I didn't get where to put this. I'm using Ubuntu 14.04, simulation installation.
I tried writing this in my /etc/environment file but still there is catalogue not found error.
Hope for your help,
Thank you
Kunal.
I didn't get where to put this. I'm using Ubuntu 14.04, simulation installation.
I tried writing this in my /etc/environment file but still there is catalogue not found error.
Hope for your help,
Thank you
Kunal.
Please Log in or Create an account to join the conversation.
09 May 2018 10:14 #110414
by thang
Just do this command in terminal :
export GLADE_CATALOG_SEARCH_PATH=~/linuxcnc-dev/lib/python/gladevcp
Replied by thang on topic Glade 3.8.5 and LinuxCNC RIP build: how to install the catalog?
Add the LinuxCNC stuff to the GLADE_CATALOG_SEARCH_PATH: export GLADE_CATALOG_SEARCH_PATH=~/linuxcnc-dev/lib/python/gladevcp
I didn't get where to put this. I'm using Ubuntu 14.04, simulation installation.
Kunal.
Just do this command in terminal :
export GLADE_CATALOG_SEARCH_PATH=~/linuxcnc-dev/lib/python/gladevcp
The following user(s) said Thank You: kpj10
Please Log in or Create an account to join the conversation.
Moderators: HansU
Time to create page: 0.095 seconds