Search found 42 matches

by dmontaine
Fri Nov 03, 2023 11:56 pm
Forum: Applications - Feedback and Discussion
Topic: Console example modified for Gnome Terminal
Replies: 2
Views: 929

Re: Console example modified for Gnome Terminal

Some of the commands say Windows only. For example EnableGraphicalConsole(): However, when used on Linux it enables positioning using ConsoleLocate() which is also marked Windows only. I am looking at the help that is accessed by choosing Help, Help in the Linux 6.03 LTS version of PureBasic. Perhap...
by dmontaine
Thu Nov 02, 2023 7:04 pm
Forum: Applications - Feedback and Discussion
Topic: Console example modified for Gnome Terminal
Replies: 2
Views: 929

Console example modified for Gnome Terminal

Even though the console commands are marked as Windows only in the documentation, they will work under Linux with Gnome Terminal from Ubuntu 22.04. Use the Create Executable option, then open Gnome Terminal, make the file executable and run from there. ; ; -------------------------------------------...
by dmontaine
Wed Oct 18, 2023 4:41 am
Forum: Linux
Topic: Bash script to install Pure and Spider Basic (Debian/Ubuntu)
Replies: 12
Views: 1971

Re: Bash script to install Pure and Spider Basic (Debian/Ubuntu)

I just aggregated and restructured the scripts provided for Pure and Spider Basic. I did not add anything functionally to the scripts other than the checks for the existence of files and directories. If there are additional installs or configuration beyond what was provided in the install scripts an...
by dmontaine
Sun Oct 15, 2023 6:25 pm
Forum: Linux
Topic: Bash script to install Pure and Spider Basic (Debian/Ubuntu)
Replies: 12
Views: 1971

Re: Bash script to install Pure and Spider basic (Unbutu based 22.04 and later and Debian 12)

Script updated 15 Oct 2023

# - removed routing of apt-get output to /dev/null
# - Disabled ability to run as root user
# - Changed some echo messages
by dmontaine
Sun Oct 15, 2023 6:11 pm
Forum: Linux
Topic: Bash script to install Pure and Spider Basic (Fedora)
Replies: 1
Views: 685

Re: Bash script to install Pure and Spider Basic (Fedora)

15 Oct 2023
Synchronized script with my current Ubuntu/Debian install script
by dmontaine
Tue Oct 03, 2023 5:03 pm
Forum: Linux
Topic: Bash script to install Pure and Spider Basic (Debian/Ubuntu)
Replies: 12
Views: 1971

Re: Bash script to install Pure and Spider basic (Unbutu based 22.04 and later and Debian 12)

Script updated 3 Oct 2023

# 3 Oct 2023 - added checks for existing installs
# - added check for uncapitalized downloads directory
# - and missing install files
# - added additional messages
# - changed to apt-get and routed output to null
by dmontaine
Mon Oct 02, 2023 6:20 pm
Forum: Off Topic
Topic: PureBasic Blogging
Replies: 7
Views: 1054

Re: PureBasic Blogging

Looked at your DB module. Very interesting. One thing that seems to be missing within Purebasic is the ability to do non-query commands, for example "CREATE DATABASE" or "ALTER TABLE". Do you have any suggestions as to how those operations might be performed from within Purebasic?
by dmontaine
Sun Oct 01, 2023 5:37 pm
Forum: Linux
Topic: Bash script to install Pure and Spider Basic (Debian/Ubuntu)
Replies: 12
Views: 1971

Re: Bash script to install Pure and Spider basic (Unbutu based 22.04 and later and Debian 12)

Just added additional comments and moved creation of the mime and applications directories into their own section. Didn't change any functionality, just made the script look better. Since users might want to comment out sections they don't need, I tried to organize and document what each section does.
by dmontaine
Sat Sep 30, 2023 6:19 pm
Forum: Coding Questions
Topic: runprogram() question
Replies: 4
Views: 374

runprogram() question

Why does this program not work in Linux? Result = RunProgram("/usr/bin/xterm","-help","~") Debug(Result) Result shows 1 however terminal window does not appear However, this program without parameters does work. Result = RunProgram("/usr/bin/xterm") Debug(Resu...
by dmontaine
Sat Sep 09, 2023 7:33 am
Forum: Linux
Topic: Bash script to install Pure and Spider Basic (OpenSuSE Tumbleweed)
Replies: 0
Views: 621

Bash script to install Pure and Spider Basic (OpenSuSE Tumbleweed)

Much the same as the Fedora script I uploaded. Uses zypper and has a few minor library name changes. #!/bin/bash # installation script for openSuSE # this assumes the pure and spider basic tgz # downloads and this script are in the Downloads directory #-----------------------------------------------...
by dmontaine
Sat Sep 09, 2023 12:35 am
Forum: Linux
Topic: Bash script to install Pure and Spider Basic (Fedora)
Replies: 1
Views: 685

Bash script to install Pure and Spider Basic (Fedora)

#!/bin/bash # this assumes the pure and spider basic tgz # downloads and this script are in the Downloads directory # This script is for Fedora and has been tested on Fedora 39 # Packages are installed in related groups so that those that are not needed can be commented out. # # 15 Oct 2023 - synch...
by dmontaine
Thu Apr 20, 2023 8:59 pm
Forum: Applications - Feedback and Discussion
Topic: DialogDesign0R V1.85
Replies: 212
Views: 106942

Re: DialogDesign0R V1.83

Tried to compile using pb 6.01 on Linux Mint 21.1 Cinnamon. Program compiles with both the asm and c backends. Will not run as user, will run as root. Errors running as root: (dd_x64:14891): GLib-GObject-WARNING **: 12:58:13.542: cannot register existing type 'GtkWidget' (dd_x64:14891): GLib-GObject...
by dmontaine
Thu Apr 20, 2023 8:36 pm
Forum: Bugs - IDE
Topic: 6.02 beta 1 terminates when loading DialogDesiign0r Linux64 source code
Replies: 0
Views: 691

6.02 beta 1 terminates when loading DialogDesiign0r Linux64 source code

Version 6.01 loads it without a problem. This is the latest version:

;| Dialog Design0R
;| ©HeX0R 2023
;| Last Update: 25.01.2023

Seems to happen when it tries to open the second source file of the project.
This is using Linux Mint Cinnamon 21.1 (based on Ubuntu 22.04 LTS)