You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying the sample mx applications .. on ARM .. inside the test folder (which u get after untarring mx tar) ..
i am not getting the image over the cross button when i ran on ARM ...
as per my analysis i found out that the button image picked from the system directory path /usr/share/icons/gnome . i copied the gnome folder on the ARM processor at a certain place .......
and in mx-icon-theme.c file ... the place where index.theme .is searched
i set the path
g_list_append(priv->search_paths,g_getenv("MX_ICON_FILE")); // MX_ICON_FILE is user created variable ...
g_list_append(priv->search_paths,"path to the gnome folder on ARM device"); // i also appended this path in the code .
and then i set the path to
export MX_ICON_FILE=path to the gnome folder . in my device ...
export MX_ICON_THEME=gnome
it worked once ....but the next time its picking the path .???????
The text was updated successfully, but these errors were encountered:
I am trying the sample mx applications .. on ARM .. inside the test folder (which u get after untarring mx tar) ..
i am not getting the image over the cross button when i ran on ARM ...
as per my analysis i found out that the button image picked from the system directory path /usr/share/icons/gnome . i copied the gnome folder on the ARM processor at a certain place .......
and in mx-icon-theme.c file ... the place where index.theme .is searched
i set the path
g_list_append(priv->search_paths,g_getenv("MX_ICON_FILE")); // MX_ICON_FILE is user created variable ...
g_list_append(priv->search_paths,"path to the gnome folder on ARM device"); // i also appended this path in the code .
and then i set the path to
export MX_ICON_FILE=path to the gnome folder . in my device ...
export MX_ICON_THEME=gnome
it worked once ....but the next time its picking the path .???????
The text was updated successfully, but these errors were encountered: