[Bug 123313] Re: support for the windows autorun mecanism - patch included
** Changed in: gnome-volume-manager Importance: Unknown => Wishlist -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
How about a fix??? -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
see below ** Changed in: gnome-volume-manager (Baltix) Status: New => Invalid -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
Two different implementations were made after my initial patch so I consider this bug report as obsolete. Closing as Invalid. For the bug appearing in hardy, you can go there : https://bugs.launchpad.net/ubuntu/+source/gnome-volume-manager/+bug/205414 It probably won't work soon because I noticed that some code moved from gnome-volume-manager to nautilus and I saw this in the code: } else if (_check_file (root, "autorun.exe", TRUE)) { /* TODO */ } else if (_check_file (root, "AUTORUN.EXE", TRUE)) { /* TODO */ } else if (_check_file (root, "autorun.inf", FALSE)) { /* TODO */ } else if (_check_file (root, "AUTORUN.INF", FALSE)) { /* TODO */ } ** Changed in: gnome-volume-manager (Ubuntu) Status: Confirmed => Invalid -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
** Changed in: gnome-volume-manager (Ubuntu) Assignee: Martin Pitt (pitti) => (unassigned) -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
I have the exact same problem ("Cannot find the autorun program") in a DELL Inspiron 1525 Laptop, running Hardy Alpha 6 EMT64. Then I installed Wine and the problem PERSISTED. -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
I see reading the autorun.inf has been implemented in hardy. I get the following error dialog when the program being autorun is a .exe: "Error autorunning software Cannot find the autorun program" I have wine installed -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
** Also affects: gnome-volume-manager (Baltix) Importance: Undecided Status: New -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
** Changed in: gnome-volume-manager Status: New => Fix Released -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
Very interesting, thank you! I am not convinced about asking a question like "Do you think that this is safe?" to an user, since usually they have no chance of giving a profound answer (telling apart a good setup.exe from a Sony trojan). However, if the defaults are sane (if you press Enter in a hurry, you'll chose "Not start"), this would be a cool feature. Also, it should not ask that question if wine is not installed. I'll take a closer look at this soon, thank you! ** Changed in: gnome-volume-manager (Ubuntu) Importance: Undecided => Wishlist Assignee: (unassigned) => Martin Pitt Status: New => Confirmed -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
We should not hard code the wine path, but should search for it. If it fails only then only we should resort to it. The searching should be done first using the package managers like rpm,deb. Inorder to search for wine path by searching for standard app installations like wine,cxoffice,cedega in this order) If it fails then it should search for it using the 'which wine' ouptut. If that too fails we should use hardcoded paths. (as last resort). I would say that please have a look at wine module code in guidance. for checking whether wine has been installed or not. and to get its path. -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
** Attachment added: "gnome-volume-manager-autorun-inf-02.patch" http://launchpadlibrarian.net/8292130/gnome-volume-manager-autorun-inf-02.patch ** Attachment removed: "gnome-volume-manager-autorun-inf-01.patch" http://launchpadlibrarian.net/8284313/gnome-volume-manager-autorun- inf-01.patch -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
** Changed in: gnome-volume-manager (upstream) Status: Unknown => New -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
** Attachment removed: "gnome-volume-manager-autorun-inf.patch" http://launchpadlibrarian.net/8270132/gnome-volume-manager-autorun- inf.patch -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
** Bug watch added: GNOME Bug Tracker #453266 http://bugzilla.gnome.org/show_bug.cgi?id=453266 ** Also affects: gnome-volume-manager (upstream) via http://bugzilla.gnome.org/show_bug.cgi?id=453266 Importance: Unknown Status: Unknown -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
** Attachment added: "gnome-volume-manager-autorun-inf-01.patch" http://launchpadlibrarian.net/8284313/gnome-volume-manager-autorun-inf-01.patch ** Description changed: Binary package hint: gnome-volume-manager Hello, I have included a patch to implement this specification: https://wiki.ubuntu.com/autorun It would allow to autorun windows cd's by reading the autorun.inf file. - - This patch was tested on only a few cd's, so it needs testing before - being merged. - - I don't exactly know where should I post patches if this is not the - right place, please tell me where to post it. ** Tags added: patch -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
** Description changed: Binary package hint: gnome-volume-manager Hello, I have included a patch to implement this specification: https://wiki.ubuntu.com/autorun - It would allow to autorun windows cd's by reading the reading the - autorun.inf file. + It would allow to autorun windows cd's by reading the autorun.inf file. This patch was tested on only a few cd's, so it needs testing before being merged. I don't exactly know where should I post patches if this is not the right place, please tell me where to post it. -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123313] Re: support for the windows autorun mecanism - patch included
** Attachment added: "gnome-volume-manager-autorun-inf.patch" http://launchpadlibrarian.net/8270132/gnome-volume-manager-autorun-inf.patch -- support for the windows autorun mecanism - patch included https://bugs.launchpad.net/bugs/123313 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs