Page 1 of 1

Search happy programmer under Linux (update for 5.73)

Posted: Fri Oct 20, 2017 6:07 pm
by useful
Very much so devoted to the errors in GUI version 5.61 Linux.
And there are happy who have everything working?
If so, which distribution, what version, what DE, what is the theme?
That would be both x32 and x64 and GTK+ and GTK3 successfully worked!

Re: Search happy programmer under Linux

Posted: Sat Oct 21, 2017 8:11 am
by useful
Fred should definitely be among the happy.
So I want to know what Linux distribution, what desktop environment and theme is debug and release 5.45,5.61,x32,x64

p.s. I hope to understand me

Re: Search happy programmer under Linux

Posted: Mon Oct 23, 2017 8:54 am
by useful
Fred, please give the answer.

So I want to know what Linux distribution, what desktop environment and theme is debug and release 5.45,5.61,x32,x64

I went with 14.04 and I cannot select the distribution.
All the problems are large or small, and was(14.04) everything is so beautiful.

Re: Search happy programmer under Linux

Posted: Thu Jun 07, 2018 8:47 am
by useful
Given the fact that there is also QT, the choice of a single distribution in the debugging phase becomes the only true solution.
We will achieve the correct work together in a unified environment and only then will we look at possible problems in our personal preferred distributions.

p.s. and really need a new checkinstall.sh

Re: Search happy programmer under Linux

Posted: Thu Jun 07, 2018 9:29 am
by Fred
We use Ubuntu 17.10 for build server, so it's warranted to work on it. Every modern Ubuntu distro should do it (16.04+)

Re: Search happy programmer under Linux

Posted: Thu Jun 07, 2018 9:59 am
by useful
If you still accept my proposal for a unified debugging(testing) environment, it is also important to the desktop environment.

Re: Search happy programmer under Linux

Posted: Sat Jan 05, 2019 8:37 am
by useful
In what linux-distribution 5.70 qt-subsystem examples are compiled and run without warnings?
i.e. the search for lucky programmers continues :)

Re: Search happy programmer under Linux

Posted: Sat Jan 05, 2019 11:42 am
by mk-soft
Works fine by me under...

Ubuntu 18.04, 18.10 (Gnome)
Ubuntu 18.04 (Budgie)
Mint Linux 19

Re: Search happy programmer under Linux

Posted: Sat Jan 05, 2019 12:14 pm
by useful
mk-soft wrote:Works fine by me under...

Ubuntu 18.04, 18.10 (Gnome)
Ubuntu 18.04 (Budgie)
Mint Linux 19
you don't see any messages in the console:

qt5ct: using qt5ct plugin
qt5ct: using qt5ct plugin
qt5ct: D-Bus system tray: no
qt5ct: using qt5ct plugin
qt5ct: D-Bus global menu: no

???

Re: Search happy programmer under Linux

Posted: Sat Jan 05, 2019 12:52 pm
by deeproot
mk-soft wrote:Works fine by me under...

Ubuntu 18.04, 18.10 (Gnome)
Ubuntu 18.04 (Budgie)
Mint Linux 19
Also PB 5.70 with qt subsystem works under ...
MX Linux versions 17.1 and 18, 64-bit, xfce

No warning messages when compiling. Tried a random selection from the examples directory - all worked.

Re: Search happy programmer under Linux

Posted: Sat Jan 05, 2019 4:00 pm
by mk-soft
useful wrote:
mk-soft wrote:Works fine by me under...

Ubuntu 18.04, 18.10 (Gnome)
Ubuntu 18.04 (Budgie)
Mint Linux 19
you don't see any messages in the console:

qt5ct: using qt5ct plugin
qt5ct: using qt5ct plugin
qt5ct: D-Bus system tray: no
qt5ct: using qt5ct plugin
qt5ct: D-Bus global menu: no

???
I testet compiled apps from pb examples over terminal.
No see any warnings :wink:

Here my install information for development.
Purebasic
---------
sudo apt-get install build-essential gcc g++

sudo apt-get install libxxf86vm-dev libxine2-dev unixodbc-dev libsdl1.2-dev libsdl2-dev

sudo apt-get install libgtk2.0-dev libgtk-3-dev libwebkitgtk-dev libwebkitgtk-3.0-dev libwebkit2gtk-4.0-dev


Subsystem qt
------------
sudo apt-get install qtbase5-dev qttools5-dev qtmultimedia5-dev qtdeclarative5-dev libqt5svg5-dev libqt5webkit5-dev libqt5multimedia5-plugins


Ubuntu Gnome 18.xx (For PB-IDE)
-------------------------------
sudo apt install libcanberra-gtk-module

Obsoleted
---------
;sudo apt-get install libgnome2-dev
;sudo apt-get install libgnomeprintui2.2-dev libxine-dev


Ubuntu missing default libs (Without developer packets)
-------------------------------------------------------
gtk2
- sudo apt-get install libgtk2.0
gtk3
- sudo apt-get install libwebkitgtk-3.0
qt
- sudo apt install qt5-default
Systray is not support under Ubuntu :!:

Re: Search happy programmer under Linux

Posted: Sun Jan 06, 2019 5:58 am
by useful
Messages
qt5ct: using qt5ct plugin
qt5ct: D-Bus system tray: no
qt5ct: D-Bus global menu: no
are disabled by the environment variable
QT_LOGGING_RULES="qt5ct.debug=false"

Re: Search happy programmer under Linux

Posted: Wed Aug 12, 2020 9:37 am
by useful
useful wrote:Very much so devoted to the errors in GUI version 5.61 Linux.
And there are happy who have everything working?
If so, which distribution, what version, what DE, what is the theme?
That would be both x32 and x64 and GTK+ and GTK3 successfully worked!
Similar questions but for 5.72

Re: Search happy programmer under Linux

Posted: Wed Nov 18, 2020 5:26 am
by useful
Fred wrote:We use Ubuntu 17.10 for build server, so it's warranted to work on it. Every modern Ubuntu distro should do it (16.04+)
If I see [done], how can I understand for which of the many Linux distributions this is fair.
Personally, I still need ubuntu16,mint18,debian9 and I have to stay at 5.71.

Re: Search happy programmer under Linux (update for 5.73)

Posted: Tue Nov 24, 2020 6:38 pm
by Ground0
Hmm... i use now since (Ever?) long time opensuse Tumbleweed and had never Problems with the IDE and the Compiler. (Also some Opensuse Leap 42.3 and 15.* machines for Build Enviroments)

Only on thing i found is some sporadic IDE Crash if i use the Help and it is still open and after sleep mode... (My solution until now is to close the Help Window after im finished with reading ... )

Greetings