|
Bugzilla – Full Text Bug Listing |
| Summary: | Main Menu "Install Software" fails | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Stephan Binner <binner> |
| Component: | libzypp | Assignee: | Duncan Mac-Vicar <dmacvicar> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | forgotten_OvlPd7Jcli, lmedinas, ma, mvidner, rastislav.krupansky, robert, taril_laszlo, vuntz, wolfgang |
| Version: | Milestone 6 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | screenshot | ||
|
Description
Stephan Binner
2009-08-07 10:39:49 UTC
This is package-manager.desktop, which comes from libzypp. I can confirm the problem on the 11.2M5 LiveCD with German language settings. I can confirm also exactly the same issue in Gnome from LiveCD. Created attachment 312024 [details]
screenshot
Rasto, Stephan, can you check what process did the .desktop file start? Probably /usr/bin/gpk-install-local-file the-package.rpm, but let's check. yes, but without the-package.rpm output ps aux | less user@linux-jp9l:~> ps aux | less user 12459 0.0 1.2 134764 12736 ? S 18:49 0:00 /usr/bin/gpk-install-local-file output ps aux | grep '.rpm' user@linux-jp9l:~> ps aux | grep '.rpm' user 15958 0.0 0.0 3304 776 pts/0 R+ 19:02 0:00 grep .rpm Thanx! That look like the packagekit app indeed did not receive the path to the file to install. Martin, any idea why, or who should fix it? http://git.opensuse.org/?p=projects/zypp/libzypp.git;a=commitdiff;h=a3636daedf3568dd671cad5a2dcd3b8d6865837b Duncan used a command that *requires* an argument, whereas the desktop file can call it without one. I am sure there is a PK UI to be invoked instead. *** Bug 531541 has been marked as a duplicate of this bug. *** Still in m6. Moving to it. Fixed in 6.13.3 If no packages are passed on the commandline it starts 'yast2 --install' instead of kpackagekit/gpk-install-local-file. |