Summary: | entering URL in run-command window does not open konqueror | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Martin Koller <kollix> |
Component: | general | Assignee: | Aaron J. Seigo <aseigo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Koller
2007-10-28 18:23:07 UTC
It's actually more general than that --- ~/kde3/kdelibs/somefile.cpp would open kwrite in KDE3, etc. Not sure whether it's the same path or not. SVN commit 730891 by aseigo: make /tmp, www.kde.org, etc... work. David: i notice that konqueror is still the default file manager via KRun? would it make sense to have a KToolInvocation::invokeFileManager(QString)? how do make it so that KRun::runUrl opens the default associated app with inode/folder for directories? (i have dolphin with that association, but KRun still doesn't Do The Right Thing) and finally, how do we make dolphin the default association for inode/folder? (i'm not familiar enough with the new mimetype system =/) BUG:151474 CCMAIL:faure@kde.org M +29 -9 webshortcutrunner.cpp M +2 -0 webshortcutrunner.h WebSVN link: http://websvn.kde.org/?view=rev&revision=730891 maksim: sorry, i didn't see your comment there between the time i read the report and committed the fix =/ in any case, that really belongs in its own runner for mimetypes and should return an entry for all possible apps, with the default app listed at the top. |