Search found 10 matches

by tsmvp
Thursday 30th September 2021 12:55pm
Forum: Beginners
Topic: Console Application
Replies: 3
Views: 3273

Re: Console Application

It was my own stupidity :D . After you guys mentioned the create a desktop shortcut thing, I did it and then when I tried to double click it, it opened a text file and I could see what was in it, including the command line launching the .gambas file. I copied that and tried from a terminal window an...
by tsmvp
Thursday 30th September 2021 2:21am
Forum: Beginners
Topic: Console Application
Replies: 3
Views: 3273

Console Application

Ladies/Gents, Have a very stupid question I am sure. :D I am trying to write a console application to help me fix a pulsemixer issue. LOL. The problem is simple. As I have an Elgato Stream Deck, I want to be able to press one key to mute/unmute a particular source. Problem is pulsemixer for whatever...
by tsmvp
Wednesday 4th November 2020 2:26pm
Forum: General
Topic: Gambas 3.15.2 Install - Pop!_OS
Replies: 16
Views: 10822

Re: Gambas 3.15.2 Install - Pop!_OS

Yay! Thanks a lot Bruce! I guess it was indeed lost/confused with the PPA. I removed it as per your steps and was able to install it! Now the only thing (I actually got to this at one point) is the fact Gambas is showing version 3.14.3 and not the latest. I believe (again, noobie here) it has to do ...
by tsmvp
Tuesday 3rd November 2020 11:40pm
Forum: General
Topic: Gambas 3.15.2 Install - Pop!_OS
Replies: 16
Views: 10822

Re: Gambas 3.15.2 Install - Pop!_OS

it fails. not very descriptive so we can help. post the file .. /home/username/gambas-compile-install.log we can then see why it failed and maybe help. you didn't have to rename the scripts just make them executable , or just run from a terminal. and you defo didn't have to edit them to add pop. wh...
by tsmvp
Tuesday 3rd November 2020 9:37pm
Forum: General
Topic: Gambas 3.15.2 Install - Pop!_OS
Replies: 16
Views: 10822

Re: Gambas 3.15.2 Install - Pop!_OS

compile and install manually not using a package manager? I wrote a script that eases downloading / compiling and installing the latest beta or stable gambas versions. https://gitlab.com/bsteers4/gambas3-compile-and-install one script is for downloading and the other is for compiling. It will insta...
by tsmvp
Tuesday 3rd November 2020 9:32pm
Forum: General
Topic: Gambas 3.15.2 Install - Pop!_OS
Replies: 16
Views: 10822

Re: Gambas 3.15.2 Install - Pop!_OS

compile and install manually not using a package manager? I wrote a script that eases downloading / compiling and installing the latest beta or stable gambas versions. https://gitlab.com/bsteers4/gambas3-compile-and-install one script is for downloading and the other is for compiling. It will insta...
by tsmvp
Tuesday 3rd November 2020 9:29pm
Forum: General
Topic: Gambas 3.15.2 Install - Pop!_OS
Replies: 16
Views: 10822

Re: Gambas 3.15.2 Install - Pop!_OS

Thanks for the reply Bruce. I tried that and it seems to be 'clean' from a package perspective. When I try Synaptic, it complains about broken packages and gambas3 is listed when I look at the 'Custom FiltersĀ“ view. If I try to fix the broken packages using that option, it fails, throwing an error....
by tsmvp
Tuesday 3rd November 2020 7:22pm
Forum: General
Topic: Gambas 3.15.2 Install - Pop!_OS
Replies: 16
Views: 10822

Re: Gambas 3.15.2 Install - Pop!_OS

Hi. try fixing apt broken packages. sudo apt-get install --fix-broken Also. Try completely removing any previously installed gambas first.. sudo apt-get remove gambas3* Also if you have added ppa when installing use synaptic and click the "Origin" tab and choose the added ppa and install ...
by tsmvp
Tuesday 3rd November 2020 7:14pm
Forum: General
Topic: Gambas 3.15.2 Install - Pop!_OS
Replies: 16
Views: 10822

Re: Gambas 3.15.2 Install - Pop!_OS

Hi tsmvp and welcome to the forum. 1/. Which version of Pop!_OS are you using 20.04 or 20.10? 2/. If you are using 20.04 did you try and install Gambas from the Pop!_OS repository ('Software center' or whatever Pop!_OS calls it?) before using the ppa? The one in use, called Pop!_Shop does not even ...
by tsmvp
Tuesday 3rd November 2020 2:43pm
Forum: General
Topic: Gambas 3.15.2 Install - Pop!_OS
Replies: 16
Views: 10822

Gambas 3.15.2 Install - Pop!_OS

Ladies/Gents, Gambas newbie here. No matter what, I cannot get the latest Gambas to install. I tried the following: sudo add-apt-repository ppa:gambas-team/gambas3 sudo apt update sudo apt-get install gambas3 I then get this: Reading package lists... Done Building dependency tree Reading state infor...