The GUI Linux version
- Ivan Denisov
- Posts: 365
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Krasnoyarsk, Russia
The GUI Linux version
The first testing Debian package for BlackBox Component Builder for GNU/Linux i386:
Re: The GUI Linux version
Thank you. Started to use it.
Re: The GUI Linux version
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
I'm more a Red Hat/Fedora user. It would be nice to see packages from that side of the Linux spectrum.
- Ivan Denisov
- Posts: 365
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Krasnoyarsk, Russia
Re: The GUI Linux version
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
BlackBox with new cross platform folds:
http://oberon.molpit.com/packs/bbcb_1.7-a1-1_i386.deb
- Ivan Denisov
- Posts: 365
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Krasnoyarsk, Russia
Re: The GUI Linux version
New version:
http://oberon.molpit.com/packs/bbcb_1.7-a1-3_i386.deb
I am thinking to make debian repository in Center server for easier update. I will discuss this in Center forum.
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)
- Ivan Denisov
- Posts: 365
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Krasnoyarsk, Russia
Re: The GUI Linux version
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
- Ivan Denisov
- Posts: 365
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Krasnoyarsk, Russia
Re: The GUI Linux version
It is possible to build version for RedHat from sources:sinuhe wrote:I'm more a Red Hat/Fedora user. It would be nice to see packages from that side of the Linux spectrum.
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
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.
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.
- Ivan Denisov
- Posts: 365
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Krasnoyarsk, Russia
Re: The GUI Linux version
Try to run bbcb from terminal. There are few global variables need to be set before start of GUI version.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.
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
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.