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

"Places" in sidebar are wrong when XDG_DESKTOP_DIR is disabled #518

Open
usv299792458 opened this issue Feb 28, 2016 · 1 comment
Open

Comments

@usv299792458
Copy link

usv299792458 commented Feb 28, 2016

Hello,

Please put checking of desktop_path in file src/caja-places-sidebar.c to the right place:

498d497
<     if (strcmp (g_get_home_dir(), desktop_path) != 0) {
515d513
<     }
517a516
>     if (strcmp (g_get_home_dir(), desktop_path) != 0) {
529a529
>     }

Also, in "update_places" function in caja-places-sidebar.c 'xdg_dirs' is not used for anything. If it has no purpose, maybe it should be cleaned up?

For more info see http://forums.mate-desktop.org/viewtopic.php?f=17&t=3696

Thanks.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/31399129-places-in-sidebar-are-wrong-when-xdg_desktop_dir-is-disabled?utm_campaign=plugin&utm_content=tracker%2F651521&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F651521&utm_medium=issues&utm_source=github).
@flexiondotorg
Copy link
Member

Can you provide a pull request for us to review please?

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

No branches or pull requests

2 participants