Skip to content
  • Jordan Bucklin's avatar
    Fix how --select treats files · f190ae1c
    Jordan Bucklin authored
    Previously, when passing file URLs with the --select option,
    Dolphin would open the file in its corresponding application, as
    well as opening an empty tab in Dolphin as if the file were a
    directory. This happens specifically when trying to restore a
    session.
    
    This commit prevents Dolphin from opening a file in an application
    and from opening an empty tab while passing the --select option,
    and selects the URLs instead.
    
    BUG: 436584
    f190ae1c