Merge remote-tracking branch 'origin/Applications/16.08'

wilder-portage
Albert Astals Cid 10 years ago
commit f173cb4e10
  1. 2
      src/CMakeLists.txt
  2. 2
      src/Profile.cpp

@ -29,7 +29,7 @@ if(BUILD_TESTING)
endif()
### Security concerns about sendText and runCommand dbus methods being public
option(REMOVE_SENDTEXT_RUNNCOMMAND_METHODS "Konsole: remove sendText and runCommand dbus methods" OFF)
option(REMOVE_SENDTEXT_RUNCOMMAND_DBUS_METHODS "Konsole: remove sendText and runCommand dbus methods" OFF)
### Font Embedder and LineFont.h
option(KONSOLE_BUILD_FONTEMBEDDER "Konsole: build fontembedder executable" OFF)

@ -182,7 +182,7 @@ FallbackProfile::FallbackProfile()
setProperty(FlowControlEnabled, true);
setProperty(UrlHintsModifiers, 0);
setProperty(BlinkingTextEnabled, true);
setProperty(UnderlineLinksEnabled, true);
setProperty(UnderlineLinksEnabled, false);
setProperty(OpenLinksByDirectClickEnabled, false);
setProperty(CtrlRequiredForDrag, true);
setProperty(AutoCopySelectedText, false);

Loading…
Cancel
Save