FIXED-IN: 4.9.0
BUGS: 274655, 292822
void DolphinMainWindow::openNewMainWindow()
{
void DolphinMainWindow::openNewMainWindow()
{
- KRun::run("dolphin", KUrl::List(), this);
+ KRun::run("dolphin %u", KUrl::List(), this);
}
void DolphinMainWindow::openNewTab()
}
void DolphinMainWindow::openNewTab()
}
if (!newWindowUrl.isEmpty()) {
}
if (!newWindowUrl.isEmpty()) {
- KRun::run("dolphin", KUrl::List() << newWindowUrl, this);
+ KRun::run("dolphin %u", KUrl::List() << newWindowUrl, this);
switch (command) {
case DolphinContextMenu::OpenParentFolderInNewWindow: {
switch (command) {
case DolphinContextMenu::OpenParentFolderInNewWindow: {
- KRun::run("dolphin", KUrl::List() << item.url().upUrl(), this);
+ KRun::run("dolphin %u", KUrl::List() << item.url().upUrl(), this);