Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working on UI (glade) #66

Open
eliotb opened this issue Oct 28, 2021 · 1 comment
Open

Working on UI (glade) #66

eliotb opened this issue Oct 28, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@eliotb
Copy link
Contributor

eliotb commented Oct 28, 2021

My development machine is running ubuntu 20.04.1, the version of glade available is 3.22

I started to take a look at the UI changes I suggested in #58

The UI is designed using Glade, so I try to open e.g redCardDisplay.ui,

First error message
failed to load... required catalogs are unavailable: gourmetwidgets
Dismissing that, next error is

Make sure you can run this project with glade 3.8 with no deprecated widgets first

Glade does then show the UI, with errors relating to the missing gourmetwidgets.

Can you give me a hint about how to overcome these errors?

Meta issue: there is no mention of glade in the Contribution Guide

BTW Is there a channel other than these issues for asking questions about developing Gourmand?

@eliotb
Copy link
Contributor Author

eliotb commented Oct 29, 2021

So I found that the first error can be avoided by setting the search path environment variable
GLADE_CATALOG_SEARCH_PATH=$PWD/catalog glade recCardDisplay.ui

@FriedrichFroebel FriedrichFroebel added the documentation Improvements or additions to documentation label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants