support file:///path/pkgname.deb syntax
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| software-center (Ubuntu) |
Medium
|
Robert Roth |
Bug Description
Binary package hint: software-center
Downloaded the dropbox deb file and attempted to open with software center.
Expected result: installer launches.
Actual result: "There isn't a software package called "File:" in your current software sources."
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: software-center 3.1.25
ProcVersionSign
Uname: Linux 2.6.38-7-generic i686
NonfreeKernelMo
Architecture: i386
Date: Wed Apr 6 11:36:28 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100831.2)
PackageArchitec
ProcEnviron:
LANGUAGE=en_GB:en
PATH=(custom, user)
LANG=en_GB.UTF-8
SHELL=/bin/bash
SourcePackage: software-center
UpgradeStatus: Upgraded to natty on 2011-04-05 (1 days ago)
Related branches
- software-store-developers: Pending requested 2012-06-03
-
Diff: 78 lines (+43/-0)2 files modifiedsoftwarecenter/ui/gtk3/app.py (+7/-0)
test/gtk3/test_app.py (+36/-0)
Martin Eve (martineve) wrote : | #1 |
Daniel Holbert (dholbert) wrote : | #2 |
Daniel Holbert (dholbert) wrote : | #3 |
(Compare to e.g. "file-roller" and "eog", both of which handle file:/// URIs just fine.)
Daniel Holbert (dholbert) wrote : | #4 |
(For anyone hitting this, a simple workaround is just to double-click the file in a file manager like nautilus.)
FWIW, I filed https:/
Daniel Holbert (dholbert) wrote : | #5 |
Changed in software-center (Ubuntu): | |
status: | New → Confirmed |
Philip Wright (kinsago) wrote : | #6 |
I get this error when I download and try to install a .deb in LXDE. If I change from pacman to nautilus I don't have the same problem. I've changed to using Gdebi for installing from .deb files but I don't count this as a 'fix'
summary: |
- Software center won't allow install from .deb file + support file:///path/pkgname.deb syntax |
Changed in software-center (Ubuntu): | |
importance: | Undecided → Medium |
status: | Confirmed → Triaged |
Bryan Quigley (bryanquigley) wrote : | #7 |
Note to Lubuntu users, it appears PCManFM hits this case (as does Chromium). So you can just do software-center debname.deb
Changed in software-center (Ubuntu): | |
assignee: | nobody → Robert Roth (evfool) |
status: | Triaged → In Progress |
John Drinkwater (johndrinkwater) wrote : | #8 |
Triggered this installing SpiderOak.
Dmitry Shachnev (mitya57) wrote : | #9 |
software-center (5.3.1) quantal; urgency=low
[ Robert Roth ]
* lp:~evfool/software-center/lp752376:
- Updated the code to also work with file:// style deb filenames
(LP: LP #752376)
* lp:~evfool/software-center/lp1011605:
- update copyright date in the About window (LP: #1011605)
* lp:~evfool/software-center/lp1011567:
- add F1 key as accelerator for opening Help (LP: #1011567)
[ Gary Lasker ]
* debian/control:
- remove recommends for gir1.2-
longer needed (many thanks Robert Ancell)
[ Natalia Bidart ]
* lp:~nataliabidart/software-center/the-organizer:
+ Tests cleanup:
- Renamed test/ dir to tests/.
- Moved the testutils module to tests/utils.py.
- Removed all unnecessary logging setup per test file.
- Removed all unnecessary shebangs in test files.
- Isolated test code into tests/ directory, including moving all the
- Removed all the calls to Gtk.main() in gtk3 tests since that blocks the
execution of the suite.
- Pep8 and pyflakes fixes in the files already modified in this branch.
- Minor bug fix in the softwarecenter/
create a log dir with proper perms.
* lp:~nataliabidart/software-center/cant-stop-the-music.trunk:
- Stop the video if user navigates away from an app details page
(LP: #1003954).
- Refactored ViewManager so page displaying calls a leave_page before
changing a page, and a enter_page when navigating into a page.
[ Adam Conrad ]
* xz-lzma has been rolled into xz-utils, as of 5.1.1alpha+
[ Michael Vogt ]
* lp:~mvo/software-center/python-apt-0.8 :
- fix some leftover python-apt 0.7 API usage that will get removed
in quantal
* lp:~mvo/software-center/add-profile-cmdline
- add new --profile option to the app that writes out a cProfile
logfile
- add new dbus method com.ubuntu.
to write meliae memory dump for analyizing memleaks/cycles
* lp:~mvo/software-center/more-performance-measurement:
- add more fine grained data in --measure-
suppresses times <0.1s in the output
Changed in software-center (Ubuntu): | |
status: | In Progress → Fix Released |
Cameron (camthemusician) wrote : | #10 |
Is a fix being released for Ubuntu 12.04 LTS (precise)?
This appears to be because Software-Center doesn't accept file:/// URIs, which appears to be is the type of URI that Firefox passes to it, when you do "Open With: [Ubuntu Software Center]" in the file-download dialog.
Simpler steps to reproduce: /tmp/foo. deb"
1. Download a deb to e.g. /tmp/foo.deb
2. Run in a terminal: "software-center file://
3. Close software-center
4. Run in a terminal: software-center /tmp/foo.deb"
Step 2 is broken, step 4 works.