Status: Unconfirmed Owner: ---- Labels: OS-Linux Area-Misc Size-Medium Type-Bug
New issue 23324 by juhpetersen: chrome rpm %preun script removes .desktop file configuration, etc http://code.google.com/p/chromium/issues/detail?id=23324 Chrome Version : google-chrome-unstable-4.0.213.1-27053.i386 OS + version : Fedora 12 (development) CPU architecture (32-bit / 64-bit): 32 What steps will reproduce the problem? 1. updating google-chromium-unstable leads to the desktop file settings getting removed... 2. rpm -q --scripts google-chrome-unstable What is the expected result? Chrome and its icon to stay in desktop menu. What happens instead? Removed from desktop menu on package update! Please provide any additional information below. Attach a screenshot and backtrace if possible. Attaching a simple patch that surrounds the xdg program invocations with 'if [ "$mode" = "uninstall" ]'. \ The %post and %preun scripts seem to share too much that is only needed in one or the other would be better not to duplicate. Attachments: chrome.scripts.patch 2.0 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
