Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mx app on ARM #76

Open
Qrkv opened this issue Mar 9, 2013 · 0 comments
Open

Mx app on ARM #76

Qrkv opened this issue Mar 9, 2013 · 0 comments

Comments

@Qrkv
Copy link

Qrkv commented Mar 9, 2013

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 .???????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant