Comment 5 for bug 1028732

Revision history for this message
Mateo Salta (mateo-salta) wrote :

Ok, I figured it out, it turns out that when the file is copied over to `~/.config/autostart` Ubuntu changes the name of `extras-nitroshare.desktop` to `nitroshare.desktop` (strange). So all we need to change is line #94 `return GetStartupDir().exists("extras-nitroshare.desktop");` to `return GetStartupDir().exists("nitroshare.desktop");`

I made a patch that has this change, to apply to source, get NitroShare source and extract - put `nitroshare.patch` in extracted `nitroshare` folder, open terminal in that folder, then run `patch -p1 < nitroshare.patch`