Search happy programmer under Linux (update for 5.73)

Linux specific forum
User avatar
useful
Enthusiast
Enthusiast
Posts: 366
Joined: Fri Jul 19, 2013 7:36 am

Search happy programmer under Linux (update for 5.73)

Post 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!
Last edited by useful on Wed Nov 18, 2020 7:24 am, edited 2 times in total.
Dawn will come inevitably.
User avatar
useful
Enthusiast
Enthusiast
Posts: 366
Joined: Fri Jul 19, 2013 7:36 am

Re: Search happy programmer under Linux

Post 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
Dawn will come inevitably.
User avatar
useful
Enthusiast
Enthusiast
Posts: 366
Joined: Fri Jul 19, 2013 7:36 am

Re: Search happy programmer under Linux

Post 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.
Dawn will come inevitably.
User avatar
useful
Enthusiast
Enthusiast
Posts: 366
Joined: Fri Jul 19, 2013 7:36 am

Re: Search happy programmer under Linux

Post 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
Dawn will come inevitably.
Fred
Administrator
Administrator
Posts: 16616
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Search happy programmer under Linux

Post 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+)
User avatar
useful
Enthusiast
Enthusiast
Posts: 366
Joined: Fri Jul 19, 2013 7:36 am

Re: Search happy programmer under Linux

Post by useful »

If you still accept my proposal for a unified debugging(testing) environment, it is also important to the desktop environment.
Dawn will come inevitably.
User avatar
useful
Enthusiast
Enthusiast
Posts: 366
Joined: Fri Jul 19, 2013 7:36 am

Re: Search happy programmer under Linux

Post 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 :)
Dawn will come inevitably.
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Search happy programmer under Linux

Post by mk-soft »

Works fine by me under...

Ubuntu 18.04, 18.10 (Gnome)
Ubuntu 18.04 (Budgie)
Mint Linux 19
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
useful
Enthusiast
Enthusiast
Posts: 366
Joined: Fri Jul 19, 2013 7:36 am

Re: Search happy programmer under Linux

Post 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

???
Dawn will come inevitably.
deeproot
Enthusiast
Enthusiast
Posts: 269
Joined: Thu Dec 17, 2009 12:00 pm
Location: Llangadog, Wales, UK
Contact:

Re: Search happy programmer under Linux

Post 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.
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Search happy programmer under Linux

Post 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 :!:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
useful
Enthusiast
Enthusiast
Posts: 366
Joined: Fri Jul 19, 2013 7:36 am

Re: Search happy programmer under Linux

Post 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"
Dawn will come inevitably.
User avatar
useful
Enthusiast
Enthusiast
Posts: 366
Joined: Fri Jul 19, 2013 7:36 am

Re: Search happy programmer under Linux

Post 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
Dawn will come inevitably.
User avatar
useful
Enthusiast
Enthusiast
Posts: 366
Joined: Fri Jul 19, 2013 7:36 am

Re: Search happy programmer under Linux

Post 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.
Dawn will come inevitably.
Ground0
User
User
Posts: 40
Joined: Fri Jun 09, 2006 10:20 pm
Location: Stilli, Schweiz
Contact:

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

Post 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
Sys 1 HW: Ryzen 7 3700X, 32GB RAM, RX 5700, NVME 512GiB And SATA 2TiB OS: openSUSE Tumbleweed x64
Sys 2 HW: 7 1700X, 16GB RAM, R7 360, SSD 480GiB & 1TiB OS: "
Sys 3 NB: HP envy X360, 5 2500U ,16GB RAM, NVME 256Gib OS: " zus. Win. 10 x64
Post Reply