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(a)winehq.org ReportedBy: vitaliy(a)kievinfo.com CC: damjan.jov(a)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.