Page 1 of 2

The GUI Linux version

Posted: Sat Aug 09, 2014 3:30 am
by Ivan Denisov
The first testing Debian package for BlackBox Component Builder for GNU/Linux i386:

Re: The GUI Linux version

Posted: Fri Oct 03, 2014 8:49 am
by Romiras
Thank you. Started to use it.

Re: The GUI Linux version

Posted: Mon Nov 24, 2014 8:22 pm
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

Re: The GUI Linux version

Posted: Wed Nov 26, 2014 9:35 pm
by sinuhe
I'm more a Red Hat/Fedora user. It would be nice to see packages from that side of the Linux spectrum.

Re: The GUI Linux version

Posted: Wed May 06, 2015 6:07 pm
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

Re: The GUI Linux version

Posted: Mon May 11, 2015 5:58 pm
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.

Re: The GUI Linux version

Posted: Sun Oct 04, 2015 5:39 pm
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

Re: The GUI Linux version

Posted: Sun Oct 04, 2015 5:44 pm
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.

Re: The GUI Linux version

Posted: Tue Sep 20, 2016 4:40 pm
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.

Re: The GUI Linux version

Posted: Tue Sep 20, 2016 6:21 pm
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.