Skip to content

Commit

Permalink
Merge in changes from #105
Browse files Browse the repository at this point in the history
- unsure why this never made it in
  • Loading branch information
copiousfreetime committed Feb 27, 2020
1 parent 392e141 commit ac4dbc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/launchy/detect/nix_desktop_environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ def self.browsers
class Kde < NixDesktopEnvironment
def self.is_current_desktop_environment?
ENV['KDE_FULL_SESSION'] &&
Launchy::Application.find_executable( 'kfmclient' )
Launchy::Application.find_executable( 'kde-open' )
end

def self.browser
::Launchy::Argv.new( %w[ kfmclient openURL ] )
::Launchy::Argv.new( 'kde-open' )
end
end

Expand Down

0 comments on commit ac4dbc2

Please sign in to comment.