fixed install package file
authortanya <tanyshk@gmail.com>
Mon, 20 Sep 2010 05:50:58 +0000 (08:50 +0300)
committertanya <tanyshk@gmail.com>
Mon, 20 Sep 2010 05:50:58 +0000 (08:50 +0300)
applet/data/external_themes/conky.xml
applet/src/livewp-settings.c

index 507d8f6..d727a65 100644 (file)
@@ -6,5 +6,5 @@
     <icon_off>/usr/share/livewp/theme/Conky/icond.png</icon_off>       
     <window_id>-w</window_id>
     <check_path>/usr/bin/conky</check_path>
-    <install_file>/usr/share/livewp/theme/Conky/conky.install</install_file>                                                                               
+    <install_file>http://maemo.org/downloads/product/raw/Maemo5/conky?get_installfile</install_file>                                                                               
 </theme>
index 01e3bfc..d661c40 100644 (file)
@@ -818,7 +818,7 @@ lw_theme_settings(GtkWidget *button, Animation_WallpaperPrivate *priv) {
                                        show_problem_package(button, g_hash_table_lookup(store->data, "name"));
                                        gchar * install_file = g_hash_table_lookup(store->data, "install_file");
                                        if (install_file){
-                                               gchar * cmd = g_strdup_printf("dbus-send --print-reply --dest=com.nokia.osso_browser /com/nokia/osso_browser/service com.nokia.osso_browser.open_new_window string:file://%s",
+                                               gchar * cmd = g_strdup_printf("dbus-send --print-reply --dest=com.nokia.osso_browser /com/nokia/osso_browser/service com.nokia.osso_browser.open_new_window string:%s",
                                                                                                                                        install_file);
                                                fprintf(stderr, "system %s\n", cmd);
                                                system(cmd);