The GUI Linux version

BlackBox for Windows / Linux / OpenBSD / FreeBSD
https://github.com/bbcb/bbcp https://blackbox.oberon.org/download
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

The GUI Linux version

Post by Ivan Denisov »

The first testing Debian package for BlackBox Component Builder for GNU/Linux i386:
Romiras
Posts: 35
Joined: Tue Sep 17, 2013 5:55 am
Location: Tel-Aviv

Re: The GUI Linux version

Post by Romiras »

Thank you. Started to use it.
Volkert
Posts: 3
Joined: Fri Apr 04, 2014 8:29 pm
Location: Laufenburg, Germany

Re: The GUI Linux version

Post by Volkert »

Cool.
Ivan Denisov wrote:The first testing Debian package for BlackBox Component Builder for GNU/Linux i386 for was announced:

http://oberon.molpit.com/packs/bbcb_1.6-1_i386.deb
sinuhe
Posts: 4
Joined: Wed Nov 26, 2014 9:33 pm
Contact:

Re: The GUI Linux version

Post by sinuhe »

I'm more a Red Hat/Fedora user. It would be nice to see packages from that side of the Linux spectrum.
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

Re: The GUI Linux version

Post by Ivan Denisov »

I am started to move some features and fixes from Center version to Linux version:

BlackBox with new cross platform folds:
http://oberon.molpit.com/packs/bbcb_1.7-a1-1_i386.deb
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

Re: The GUI Linux version

Post by Ivan Denisov »

New version:
http://oberon.molpit.com/packs/bbcb_1.7-a1-3_i386.deb

Code: Select all

bbcb (1.7-a1-3) unstable; urgency=low
  * Dialog matching Center version, added procedures IsLinux, IsWindows, IsMac
  * fixed bug with links Unicode content saving
  * forgotten Tour.odc and Empty.odc files were added

bbcb (1.7-a1-2) unstable; urgency=low
  * add changelog

bbcb (1.7-a1-1) unstable; urgency=low
  * Folds arrows display (Closes: #38)
I am thinking to make debian repository in Center server for easier update. I will discuss this in Center forum.
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

Re: The GUI Linux version

Post by Ivan Denisov »

New package for Debian & Ubuntu: http://oberon.molpit.com/packs/bbcb_1.7-a1-4_i386.deb

Code: Select all

bbcb (1.7-a1-4) unstable; urgency=low
  * core C-loader updated to use protected memory. By A.V.Shiryaev
  * documentation for LinLinker, Lin/Rsrc/exe.img and it's sources added
  * About dialog updated
  * description modified

 -- Ivan Denisov <denisov@molpit.org>  Sun, 04 Oct 2015 18:50:00 +0700
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

Re: The GUI Linux version

Post by Ivan Denisov »

sinuhe wrote:I'm more a Red Hat/Fedora user. It would be nice to see packages from that side of the Linux spectrum.
It is possible to build version for RedHat from sources:
http://gitlab.molpit.org/blackbox/freenix
I have tested BlackBox on Red Hat 6.3 server few days ago and it works well.
I do not know about GUI... If it is possible to install 32bit Gtk2 libraries, it should works now.
atersol
Posts: 8
Joined: Tue Sep 20, 2016 4:33 pm

Re: The GUI Linux version

Post by atersol »

I have installed the Oct 4, 2015 version. When I click on blackbox executable in /usr/lib/blackbox, nothing happens.
I have checked properties, and it has execute permission.

I am running on Ubuntu 12.04 LTS, running on a Toshiba Chromebook 2 (CB35-C3300) through chroot.
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

Re: The GUI Linux version

Post by Ivan Denisov »

atersol wrote:I have installed the Oct 4, 2015 version. When I click on blackbox executable in /usr/lib/blackbox, nothing happens.
I have checked properties, and it has execute permission.

I am running on Ubuntu 12.04 LTS, running on a Toshiba Chromebook 2 (CB35-C3300) through chroot.
Try to run bbcb from terminal. There are few global variables need to be set before start of GUI version.
To see this code look for cat /usr/bin/bbcb

Code: Select all

ivan@dell:~$ cat /usr/bin/bbcb 
#!/bin/sh
pd="/usr/lib/blackbox"
sd=`readlink -f .`
# fix Ubuntu-specific problems:
unset UBUNTU_MENUPROXY
unset GTK_MODULES
export LIBOVERLAY_SCROLLBAR=0
# export LD_DEBUG=all
env \
	BB_PRIMARY_DIR="${pd}" BB_SECONDARY_DIR="${sd}" \
	"${pd}"/blackbox
Please try this new package:
http://oberon.molpit.com/packs/bbcb_1.7~a1.8_i386.deb
http://oberon.molpit.com/packs/bbcb_1.7~a1.8_amd64.deb

It has nice dialog for open and save the files.

Controls like edit fields, checkboxes etc. are still in bad condition. Also big issue is clipboard for export text from BlackBox to other apps. However the most of BlackBox subsystems work well.
Post Reply