Page 1 of 1

Ide doesn't run from unity launcher ubuntu 11.10 32x

Posted: Fri Nov 11, 2011 10:48 pm
by ts-soft
tested with final and "fixed beta" (extra download).
The last position is not correct stored after closing, if ide maximized!

The IDE works, but not from launcher. Old versions a running without problems.

Re: [PB4.60]Ide doesn't run from unity launcher ubuntu 11.10

Posted: Tue Apr 24, 2012 2:49 pm
by Fred
Is it still the case ?

Re: [PB4.60]Ide doesn't run from unity launcher ubuntu 11.10

Posted: Tue Apr 24, 2012 2:52 pm
by ts-soft
Yes, but after add PB to the regular menu, see here: http://www.purebasic.fr/german/viewtopi ... 58#p300858 (germany, sorry), problem is solved.

create a file named: /usr/share/applications/PureBasic.xml
with this:
PureBasic.xml wrote:[Desktop Entry]
Version=1.0
Type=Application
Encoding=UTF-8
Name=PureBasic
Name[de]=PureBasic
Comment=
Comment[de]=
GenericName=IDE
GenericName[de]=IDE
Exec=/home/--user--/purebasic/compilers/purebasic %f
Icon=/home/--user--/purebasic/logo.png
StartupNotify=true
Terminal=false
MimeType=text/purebasic
Categories=GTK;GNOME;Application;Development;
After this you can start pb from dock (Unity)