[Bug 17318] New: winemenubuilder fails to create proper menu structure

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 8 11:41:49 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17318

           Summary: winemenubuilder fails to create proper menu structure
           Product: Wine
           Version: 1.1.14
          Platform: PC-x86-64
        OS/Version: Linux
            Status: NEW
          Keywords: source
          Severity: minor
          Priority: P2
         Component: programs
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: vitaliy at kievinfo.com
                CC: damjan.jov at gmail.com


After installing of any application winemenubuilder fails to create proper menu
structure and puts all the links under "Application".

The bug is in write_menu_file() function:
    if (ret)
        ret = (rename(tempfilename, menuPath) == 0);

Raname does not work across file systems. And I have /tmp on a separate mount.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list