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

Linux specific forum
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

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

Post 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.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Fred
Administrator
Administrator
Posts: 18350
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

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

Post by Fred »

Is it still the case ?
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

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

Post 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)
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Post Reply