Developed or developing a new product in PureBasic? Tell the world about it.
bembulak
Enthusiast
Posts: 575 Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria
Post
by bembulak » Fri Nov 03, 2006 1:07 pm
@StanDan:
I use this as PureBasic-Icon for Linux:
(free for use...
)
Last edited by
bembulak on Sat Nov 04, 2006 11:17 pm, edited 1 time in total.
cheers,
bembulak
perb
New User
Posts: 8 Joined: Mon May 23, 2005 8:27 pm
Post
by perb » Sat Nov 04, 2006 3:58 pm
I get following error on a fresh Ubuntu 6.10 Installation (after a tons of other errors): when I try to start the IDE
The program 'purebasic' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 4012 error_code 11 request_code 53 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Does anyone know how I can run the IDE?
Regards
Perb
Beach
Enthusiast
Posts: 677 Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...
Post
by Beach » Sat Nov 04, 2006 4:01 pm
-Beach
perb
New User
Posts: 8 Joined: Mon May 23, 2005 8:27 pm
Post
by perb » Sat Nov 04, 2006 4:44 pm
I had overlooked it. Adding
Section "Extensions"
Option "Composite" "Disable"
EndSection
in /etc/X11/xorg.conf solved the problem.
Thanks!
Perb
thamarok
Enthusiast
Posts: 282 Joined: Wed Sep 06, 2006 1:37 pm
Post
by thamarok » Sat Nov 04, 2006 6:17 pm
bembulak wrote: @StanDan:
I use this as PureBasic-Icon for Linux:
(free for use...
)
How can that remind me so much of this XMMS icon
perb
New User
Posts: 8 Joined: Mon May 23, 2005 8:27 pm
Post
by perb » Sat Nov 04, 2006 7:50 pm
Pressing F1 crashes the IDE
The message is:
Segmentation fault (core dumped)
Same happens, if you use the menu to get help. My System is Ubuntu 6.10.
Perb
bembulak
Enthusiast
Posts: 575 Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria
Post
by bembulak » Sat Nov 04, 2006 10:07 pm
@tamarok: no wonder, since this Icon comes from a GPLed iDesk-Icon-Theme, which includes about 120 Icons for a lot of Apps. I just took the "ball" and placed a PB ICON into it. No need for a
cheers,
bembulak
Nik
Addict
Posts: 1017 Joined: Fri May 13, 2005 11:45 pm
Location: Germany
Contact:
Post
by Nik » Sat Nov 04, 2006 10:45 pm
Hmmm well is the Purebasic Logo GPLed? Are you allowed to mix non GPL Icons with GPL Icons
bembulak
Enthusiast
Posts: 575 Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria
Post
by bembulak » Sat Nov 04, 2006 11:17 pm
Got me.
cheers,
bembulak
StanDan
User
Posts: 57 Joined: Sun Feb 26, 2006 3:43 am
Location: Missouri, United States
Post
by StanDan » Sun Nov 05, 2006 3:11 am
Either way, that's a rockin' icon man. Thanks for sharing.
Psychophanta
Always Here
Posts: 5153 Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:
Post
by Psychophanta » Sun Nov 05, 2006 11:41 am
I am very proud again to know Fantaisie software !
And i hope to test one of these days this version on linux, i will install fedora next week
naw
Enthusiast
Posts: 573 Joined: Fri Apr 25, 2003 4:57 pm
Post
by naw » Fri Nov 10, 2006 4:44 pm
I just downloaded PB4 for Linux and installed onto ubuntu - and ...
... it rocks.
Thanks PB Team.
Ta - N
oryaaaaa
Addict
Posts: 825 Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN
Post
by oryaaaaa » Mon Nov 13, 2006 12:28 am
How to get api error, "Terminal=true"
$ sudo gedit /usr/share/applications/purebasic.desktop
Code: Select all
[Desktop Entry]
Encoding=UTF-8
Name=PureBasic
Comment=Compiler
Exec=/home/xxxxx/purebasic/compilers/purebasic
Terminal=true
Type=Application
Icon=
Categories=Application;Development;
mdp
Enthusiast
Posts: 115 Joined: Mon Apr 18, 2005 8:28 pm
Post
by mdp » Wed Nov 15, 2006 10:50 pm
Long awaited!
Donation incoming ASAP
WishMaster
Enthusiast
Posts: 277 Joined: Fri Jun 17, 2005 7:13 pm
Location: Franconia
Contact:
Post
by WishMaster » Thu Nov 23, 2006 8:53 pm
When can we expect a new beta release?
...RunProgram(), Unicode, XGL, Libraries...