View Single Post
Posts: 355 | Thanked: 598 times | Joined on Sep 2009 @ Nizhny Novgorod, Russia
#24
Okay, it seems that i found the reason why it is not working for me. You have the series of frees in Application class destructor. It seems like _icon member is uninitialized there. I added this to beginning of constructor and it started to work:
Code:
_filename = 0;
_icon = 0;
_iconPath = 0;
_executable = 0;
_service = 0;
I don't know why this fail was only for me

But it might be good to check another such cases

Now i can say that it is even more sweet in real life that on screenshots I really love it. But may be i like larger fonts

Bugreport #2 The Launcher seems to be unable to run several built-in applications, for example, built-in games and Clock
Bugreport #3: it displays properly icons for all applications except for Mauku and fHeroes2.

fHeroes2 is my package, so i can give you some more details. Its desktop file:
Code:
[Desktop Entry]
Version=0.3
Encoding=UTF-8
Type=Application
Icon=fheroes2
Exec=/usr/bin/fheroes2
Terminal=false

Name=fHeroes II

StartupWMClass=fheroes2
StartupNotify=true
X-Osso-Type=application/x-executable
The icons are placed here:
Code:
/usr/share/icons/hicolor/40x40/hildon/fheroes2.png
/usr/share/icons/hicolor/64x64/hildon/fheroes2.png
/usr/share/icons/hicolor/32x32/hildon/fheroes2.png
Anyway, this launcher is great and i'm looking forward for your further work and for merging our projects together!

Last edited by Mitrandir; 2010-07-18 at 20:03.
 

The Following 6 Users Say Thank You to Mitrandir For This Useful Post: