how to copy glade3 to glade folder
- my1987toyota
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 814
- Thank you received: 331
11 Mar 2023 21:59 - 11 Mar 2023 22:16 #266435
by my1987toyota
how to copy glade3 to glade folder was created by my1987toyota
So I decided to run an install to test Debian 12 and Linuxcnc 2.9 on one of my computers.
for the most part everything has gone well. Until installing the Glade editor. Version 3.40.0
it doesn't see the linuxcnc emblems in usr / share / glade3. The standard Glade folder is
their but for some reason I cant copy and paste the emblems from the glade3 folder to
the glade folder. It will copy but the glade folder wont let me paste. My attempt to do
a symlink failed as well saying that I am not the owner and permission is denied.
Is their something else that I am missing?
for the most part everything has gone well. Until installing the Glade editor. Version 3.40.0
it doesn't see the linuxcnc emblems in usr / share / glade3. The standard Glade folder is
their but for some reason I cant copy and paste the emblems from the glade3 folder to
the glade folder. It will copy but the glade folder wont let me paste. My attempt to do
a symlink failed as well saying that I am not the owner and permission is denied.
Is their something else that I am missing?
Last edit: 11 Mar 2023 22:16 by my1987toyota.
Please Log in or Create an account to join the conversation.
12 Mar 2023 01:52 #266459
by cmorley
Replied by cmorley on topic how to copy glade3 to glade folder
There is an option in the GLADE editor preference tab to set catalog library paths.
Try that instead.
Try that instead.
The following user(s) said Thank You: my1987toyota
Please Log in or Create an account to join the conversation.
- my1987toyota
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 814
- Thank you received: 331
12 Mar 2023 03:08 - 12 Mar 2023 03:11 #266463
by my1987toyota
Replied by my1987toyota on topic how to copy glade3 to glade folder
just tried that but I still can"t find the LCNC widgets in Glade. My efforts to do a symlink and a
permission chmod failed as well . I am sure I am just missing something stupid.
permission chmod failed as well . I am sure I am just missing something stupid.
Last edit: 12 Mar 2023 03:11 by my1987toyota.
Please Log in or Create an account to join the conversation.
13 Mar 2023 06:42 #266531
by phillc54
Replied by phillc54 on topic how to copy glade3 to glade folder
Both the following options work for me:
1 - from a terminal with Glade NOT opened, run the following:
2 - open Glade
goto preferences and click + for Extra Catalog and Templates paths
navigate to /usr/share/glade3/catalogs and click Open
close the dialog and close Glade
Open Glade and the LinuxCNC icons should be available.
It seems that in python3 systems the Glade catalogs have moved from /usr/share/glade3 to /usr/share/glade. We will probably have to change something in the makefile (providing is doesn't upset Debian Buster configs).
1 - from a terminal with Glade NOT opened, run the following:
sudo cp /usr/share/glade3/catalogs/hal_python.xml /usr/share/glade/catalogs/
2 - open Glade
goto preferences and click + for Extra Catalog and Templates paths
navigate to /usr/share/glade3/catalogs and click Open
close the dialog and close Glade
Open Glade and the LinuxCNC icons should be available.
It seems that in python3 systems the Glade catalogs have moved from /usr/share/glade3 to /usr/share/glade. We will probably have to change something in the makefile (providing is doesn't upset Debian Buster configs).
Attachments:
The following user(s) said Thank You: daiman444, my1987toyota
Please Log in or Create an account to join the conversation.
- my1987toyota
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 814
- Thank you received: 331
14 Mar 2023 00:41 #266620
by my1987toyota
Replied by my1987toyota on topic how to copy glade3 to glade folder
Please Log in or Create an account to join the conversation.
14 Mar 2023 00:45 #266621
by HansU
Doing this gives me a part of the widgets, but those under VCP Actions etc. are missing:
Somewhere later on that VM I just noticed that I have all widgets available, just don't have any clue what caused this:
Adding an Extra Catalog does not have any effect for me.
Replied by HansU on topic how to copy glade3 to glade folder
1 - from a terminal with Glade NOT opened, run the following:sudo cp /usr/share/glade3/catalogs/hal_python.xml /usr/share/glade/catalogs/
Doing this gives me a part of the widgets, but those under VCP Actions etc. are missing:
Somewhere later on that VM I just noticed that I have all widgets available, just don't have any clue what caused this:
Adding an Extra Catalog does not have any effect for me.
Attachments:
Please Log in or Create an account to join the conversation.
14 Mar 2023 06:37 #266638
by phillc54
Replied by phillc54 on topic how to copy glade3 to glade folder
That is odd, I have not seen that before...
Please Log in or Create an account to join the conversation.
14 Mar 2023 20:49 #266702
by HansU
Replied by HansU on topic how to copy glade3 to glade folder
I figured out the reason.
The odd behavior is caused by Wayland (first picture). Switching to Xorg make those widgets appear magically
The odd behavior is caused by Wayland (first picture). Switching to Xorg make those widgets appear magically
The following user(s) said Thank You: phillc54
Please Log in or Create an account to join the conversation.
14 Mar 2023 22:03 #266709
by phillc54
Replied by phillc54 on topic how to copy glade3 to glade folder
It may be worth trying this before opening Glade in Wayland:
export GDK_BACKEND="x11"
Please Log in or Create an account to join the conversation.
15 Mar 2023 07:30 #266728
by HansU
Replied by HansU on topic how to copy glade3 to glade folder
No that didn't solve it
Please Log in or Create an account to join the conversation.
Moderators: HansU
Time to create page: 0.140 seconds