Page 1 of 1

PB v6.0 beta: Program start (no bug)

Posted: Thu Dec 23, 2021 1:55 pm
by mk-soft
I always get the box when I start Purebasic IDE or PB Apps.
Execute or execute in terminal
Is there a setting or attribute wrong?

OS: Raspberry PI 4 Desktop

Re: PB v6.0 beta: Program start bug

Posted: Thu Dec 23, 2021 3:54 pm
by Marc56us
Is IDE /app executable ?
(chmod +x ... ?)

Re: PB v6.0 beta: Program start bug

Posted: Thu Dec 23, 2021 7:31 pm
by mk-soft
It is running and ide file modes are all set correctly.
Comes the question (translate from German)

"The file is executable. should the file be executed?"

Re: PB v6.0 beta: Program start (no bug)

Posted: Fri Dec 24, 2021 3:32 pm
by mk-soft
This is not an bug, but normal. It is always queried when it is started directly. Also with other apps.
I have now created a menu entry and works fine.
Create desktop file with root-right and save in path "usr/share/applications".

Example (change paths!):
[Desktop Entry]
Type=Application
Icon=/home/pi/Apps/purebasic/logo.png
Name=PureBasic v6.00 (user)
Comment=Developer Utility
Exec=/home/pi/Apps/purebasic/compilers/purebasic
Path=/home/pi/Apps/purebasic/compilers
StartupNotify=true
Terminal=false
Categories=Development;IDE
Then restart the panel
sudo lxpanelctl restart