Questions tagged [gnome-builder]

Questions about the use of the gnome-builder software, a programming editor and IDE distributed as part of the gnome.

10 questions
7
votes
2 answers

How do I create a project from scratch in GNOME Builder?

After installing and running GNOME Builder (3.18.1-2ubuntu1 on Ubuntu 16.04) for the first time I click New Button on the top-left. Then I'm offered to create it from a existing project located on disk (which I don't think I have) or to enter a Git…
MadMike
  • 4,275
  • 8
  • 29
  • 50
4
votes
1 answer

Can't use auto-completion in gnome-builder for Python -- jedi plugin not found

I am using the gnome-builder to do some development work, and I am needing to do some work with Python so it would be really helpful if the auto-completion tool actually worked, but every time I start gnome-builder I get the following message in…
user364819
2
votes
0 answers

Can you create a new project in builder

I have recently installed builder on my pc (Ubuntu Gnome Xerius). When you open it you only see a white window with in the top left corner a button 'new'. When you press that you can choose to create a project from an existing project on your…
Tristan
  • 185
2
votes
2 answers

GNOME Builder fails to install

GNOME Builder fails to install my Autotools project because it does not prepend sudo to the make install command. How can I force Builder to add sudo?
1
vote
0 answers

Adding to the documention in the gnome-builder side bar

Gnome builder features a sidebar which contains documentation for various api. On my system it seems to have three pieces of documentation: "Shell" (seems to be a C++ api for the gnome shell) "St" (apparently the styleable actors widget api) and…
James K
  • 268
  • 2
  • 16
1
vote
0 answers

In Gnome builder, "Create Project" button is inactive when JavaScript is selected

When I try to create a new project in Gnome Builder the Create Project button is inactive if I select JavaScript and GNOME Application. If I switch to GNOME Application (Legacy) or some other language it works. gjs (1.64.5-0ubuntu0.20.04.01) is…
IlmarsL
  • 61
1
vote
1 answer

Failed to install flatpak on Ubuntu 18.04

I was trying to install gnome builder as instructed in this article https://flathub.org/apps/details/org.gnome.Builder but the flatpak installation failed with following error: Failed to install org.gnome.Sdk/x86_64/3.30: While pulling…
0
votes
1 answer

Gnome Builder Run Error

Hello community I'm the newbiest Ubuntu user ever. I'm also Computer Science student migrating to this operation system and looking for clean IDE to build my algorithms. I found one called "Builder" but it is not working properly. I faced two…
0
votes
1 answer

gnome-builder crashes when trying to open project

When I try to open a project in gnome-builder, whether it's by clicking one of the projects on this screen it starts up on (I have put a big black box over some more private stuff): Or if I use the New button and select an already existing project,…
user364819
0
votes
0 answers

gtkmm build error using autotools

I've started to learn gtkmm programming, but am stuck at the first step. I'm using GNOME builder IDE and Ubuntu 17.10 64bit. Gnome has a nice tutorial for gtkmm, but building the code returns an error in builder! Problem: According to the tutorial,…
mohammads
  • 2,654