On Void Linux using PB 621 and PB 630b2 it's the same as PeDe says.
I'm using amd64 and X11 though, not Wayland.
Moulder.
Search found 202 matches
- Sat Dec 06, 2025 1:56 pm
- Forum: Coding Questions
- Topic: Canvas size inside a container
- Replies: 4
- Views: 220
- Wed Nov 19, 2025 2:29 pm
- Forum: Coding Questions
- Topic: Once again: Color Byte Order on different OS
- Replies: 4
- Views: 284
Re: Once again: Color Byte Order on different OS
The debugger output on my Linux box says "System Color Order on Linux = RGBA".
Moulder.
Moulder.
- Wed Nov 19, 2025 2:21 pm
- Forum: Coding Questions
- Topic: Sprite bug?
- Replies: 5
- Views: 410
Re: Sprite bug?
The For/Next loop before FlipBuffers() will run from 1 to 71 rather than 0 to 71.
nb in a previous nested loop will be 72. Could that be it?
Moulder.
nb in a previous nested loop will be 72. Could that be it?
Moulder.
- Tue Nov 04, 2025 2:04 pm
- Forum: Linux
- Topic: New Install on Fedora 42
- Replies: 18
- Views: 1717
Re: New Install on Fedora 42
@PBlinux,
Glad it's working for you now.
As I said, Ubuntu and Debian based systems are easier to get PB working on them, but I've done it on some more esoteric systems. It just takes a bit of fiddling about.
Moulder.
Glad it's working for you now.
As I said, Ubuntu and Debian based systems are easier to get PB working on them, but I've done it on some more esoteric systems. It just takes a bit of fiddling about.
Moulder.
- Sun Nov 02, 2025 1:32 pm
- Forum: Linux
- Topic: New Install on Fedora 42
- Replies: 18
- Views: 1717
Re: New Install on Fedora 42
@PBlinux,
As a follow up to my last post, I might have misread my notes, slightly?
I did say they were badly formatted!
It's possible that the missing package was actually libXxf86vm-devel. Check that the dev/devel packages are installed.
Moulder.
As a follow up to my last post, I might have misread my notes, slightly?
It's possible that the missing package was actually libXxf86vm-devel. Check that the dev/devel packages are installed.
Moulder.
- Sun Nov 02, 2025 12:51 pm
- Forum: Linux
- Topic: New Install on Fedora 42
- Replies: 18
- Views: 1717
Re: New Install on Fedora 42
@PBlinux,
Did you try installing gtk+3-devel(or whatever that might be named in Fedora?) as I suggested in my previous post?
I'll drop the text file with the notes I took, when getting it running in Void, in the pCloud link in my signature. It's called "PBdependencies" if you want to look at it ...
Did you try installing gtk+3-devel(or whatever that might be named in Fedora?) as I suggested in my previous post?
I'll drop the text file with the notes I took, when getting it running in Void, in the pCloud link in my signature. It's called "PBdependencies" if you want to look at it ...
- Sat Nov 01, 2025 12:49 pm
- Forum: Linux
- Topic: New Install on Fedora 42
- Replies: 18
- Views: 1717
Re: New Install on Fedora 42
@PBlinux
If you install PB on any OS that's not Debian/Ubuntu based, there might be some tweaking required.
Assuming you're using the relevant version of PB, which it sounds like you are, then it's often a case of the package name being slightly different and/or needing the -dev/-devel package too ...
If you install PB on any OS that's not Debian/Ubuntu based, there might be some tweaking required.
Assuming you're using the relevant version of PB, which it sounds like you are, then it's often a case of the package name being slightly different and/or needing the -dev/-devel package too ...
- Thu Oct 16, 2025 9:04 am
- Forum: Coding Questions
- Topic: Open Containing File Folder
- Replies: 8
- Views: 760
Re: Open Containing File Folder
@marcoagpinto
Maybe? I was just trying to work out how to get the default file manager to open in Linux. That code worked for me.
What the rest of your code needs to be, I have no idea? You have to work that bit out yourself. :shock:
I only ran that one line I suggested on it's own. I was just ...
Maybe? I was just trying to work out how to get the default file manager to open in Linux. That code worked for me.
What the rest of your code needs to be, I have no idea? You have to work that bit out yourself. :shock:
I only ran that one line I suggested on it's own. I was just ...
- Thu Oct 16, 2025 12:01 am
- Forum: Coding Questions
- Topic: Open Containing File Folder
- Replies: 8
- Views: 760
Re: Open Containing File Folder
@marcoagpinto
I just tried this in Linux and it opens my default file manager. I have no idea how you incorporate that into a program to do what you want though?
RunProgram("exo-open", "--launch FileManager", "")
Moulder.
I just tried this in Linux and it opens my default file manager. I have no idea how you incorporate that into a program to do what you want though?
RunProgram("exo-open", "--launch FileManager", "")
Moulder.
- Sat Oct 11, 2025 12:09 pm
- Forum: Bugs - 3D Engine
- Topic: 3D + Sprite with Purebasic 6.30 Beta 3
- Replies: 9
- Views: 2482
Re: 3D + Sprite with Purebasic 6.30 Beta 3
Hi Erlend,
I would assume, rightly or wrongly, that if your code stays the same but behaves differently in different versions of PB, that PB has changed somehow?
I had an issue recently regarding transparent sprites and it was because PB had a new flag added, #PB_Sprite_Transparent, which my older ...
I would assume, rightly or wrongly, that if your code stays the same but behaves differently in different versions of PB, that PB has changed somehow?
I had an issue recently regarding transparent sprites and it was because PB had a new flag added, #PB_Sprite_Transparent, which my older ...
- Fri Oct 10, 2025 5:23 pm
- Forum: Bugs - 3D Engine
- Topic: 3D + Sprite with Purebasic 6.30 Beta 3
- Replies: 9
- Views: 2482
Re: 3D + Sprite with Purebasic 6.30 Beta 3
@Erlend
It also doesn't seem to work for me using PB 6.30 beta 3 on Void Linux or Ubuntu 24.04. All my systems are x64.
@Fred
Which version of Linux are you testing it on?
Moulder.
It also doesn't seem to work for me using PB 6.30 beta 3 on Void Linux or Ubuntu 24.04. All my systems are x64.
@Fred
Which version of Linux are you testing it on?
Moulder.
- Fri Oct 10, 2025 4:58 pm
- Forum: Bugs - 3D Engine
- Topic: 3D + Sprite with Purebasic 6.30 Beta 3
- Replies: 9
- Views: 2482
Re: 3D + Sprite with Purebasic 6.30 Beta 3
@Erlend,
It doesn't work for me in PB 6.30 beta 3 either.
I'm using Debian 13 at the moment, but I also have PB installed in Void and Ubuntu so I'll check those out later to see if they behave differently?
Moulder.
It doesn't work for me in PB 6.30 beta 3 either.
I'm using Debian 13 at the moment, but I also have PB installed in Void and Ubuntu so I'll check those out later to see if they behave differently?
Moulder.
- Fri Oct 10, 2025 12:37 am
- Forum: Bugs - 3D Engine
- Topic: 3D + Sprite with Purebasic 6.30 Beta 3
- Replies: 9
- Views: 2482
- Tue Oct 07, 2025 3:05 pm
- Forum: Coding Questions
- Topic: webview zoom linux macos
- Replies: 3
- Views: 629
Re: webview zoom linux macos
Hi Mesa,
The zoom works perfectly, as does the vertical scroll bar.
It did occur to me that the contents of the webpage resize to fit the window, so maybe you wouldn't ever get a horizontal scroll bar?
But then there is a condition where the page would require it i.e. if you make the window ...
The zoom works perfectly, as does the vertical scroll bar.
It did occur to me that the contents of the webpage resize to fit the window, so maybe you wouldn't ever get a horizontal scroll bar?
But then there is a condition where the page would require it i.e. if you make the window ...
- Tue Oct 07, 2025 11:02 am
- Forum: Coding Questions
- Topic: webview zoom linux macos
- Replies: 3
- Views: 629
Re: webview zoom linux macos
Hi Mesa,
It doesn't show the horizontal scroll bar on my Debian 13 Linux install using PB6.21.
Moulder.
It doesn't show the horizontal scroll bar on my Debian 13 Linux install using PB6.21.
Moulder.