gionni88
|
2011-03-06
, 11:16
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#81
|
The Following User Says Thank You to gionni88 For This Useful Post: | ||
|
2011-03-06
, 11:35
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#82
|
You can also use QSettings method "bool contains(QString &key)" to check if the user has that value in transitions.ini. So if the user doesn't you disable that particular option. In this way if the user has an active theme which doen't have cssu settings (and he may have CSSU installed) your program doesn't crash: you can even add the cssu options to "fix" that theme transitions.ini, adding the values in the right group.
The Following User Says Thank You to Saturn For This Useful Post: | ||
|
2011-03-07
, 19:34
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#83
|
|
2011-03-07
, 21:15
|
Posts: 6 |
Thanked: 0 times |
Joined on Dec 2010
|
#84
|
|
2011-03-07
, 21:25
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#85
|
ERROR: The Community SSU is not installed.
Exiting...
This message appears when I try to start the app. What's the problem
|
2011-03-07
, 21:46
|
Posts: 6 |
Thanked: 0 times |
Joined on Dec 2010
|
#86
|
|
2011-03-08
, 15:34
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#87
|
Uploaded a new version (1.3-1) that fixes a lock-up of the application when hildon-desktop was restarted from the menu button.
Thanks to archebyte for the report.
The Following User Says Thank You to d-iivil For This Useful Post: | ||
|
2011-03-08
, 20:04
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#88
|
killall hildon-desktop ain't good idea since it makes any / all currently running Qt (or pyQt) apps go grazy. This includes also Qt based desktop widgets. Had to remove the killall from TC because of that
So far haven't found a nice way to reload hildon-desktop, but there must be a way since the closed source personalisation_app "reloads" hildon-desktop when changing theme. I wish someone could figure out how it's done.
Nokia-N900:~# hildon-desktop -help This is Matchbox Window Manager 2. Usage: hildon-desktop [options] Options: -display display : X display to connect to (alternatively, display can be specified using the DISPLAY environment variable). -sm-client-id id : Session id. -theme-always-reload : Reload theme even if it matches the currently loaded theme. -theme theme : Load the specified theme Nokia-N900:~#
|
2011-03-08
, 20:22
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#89
|
ERROR: The Community SSU is not installed.
Exiting...
This message appears when I try to start the app. What's the problem
|
2011-03-08
, 21:05
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#90
|
Yes, I know what you mean..
As a 'workaround' I made it first close the app and then execute the killall command. In that way it doesn't get locked-up.
In the themes department did you check the other option provided?
like:
Code:Nokia-N900:~# hildon-desktop -help This is Matchbox Window Manager 2. Usage: hildon-desktop [options] Options: -display display : X display to connect to (alternatively, display can be specified using the DISPLAY environment variable). -sm-client-id id : Session id. -theme-always-reload : Reload theme even if it matches the currently loaded theme. -theme theme : Load the specified theme Nokia-N900:~#