[konsole] [Bug 410466] Drag and dropping text from Kate into konsole does not paste text into Konsole
pgnd
bugzilla_noreply at kde.org
Sun Aug 18 23:21:12 BST 2019
https://bugs.kde.org/show_bug.cgi?id=410466
--- Comment #7 from pgnd <pgnet.dev at gmail.com> ---
currently, I've got:
cat ~/.config/konsolerc
[Colors]
CurrentPalette=Forty Colors
[Desktop Entry]
DefaultProfile=Shell.profile
[Favorite Profiles]
Favorites=Shell.profile
[KonsoleWindow]
ShowWindowTitleOnTitleBar=true
UseSingleInstance=true
[MainWindow]
Height 1440=1298
State=AAAA/wAAAAD9AAAAAAAABP0AAATxAAAABAAAAAQAAAAIAAAACPwAAAAA
ToolBarsMovable=Disabled
Width 2560=1277
Window-Maximized 1024x1280=true
[Notification Messages]
CloseAllTabs=true
ShowPasteUnprintableWarning=true
[TabBar]
NewTabButton=true
TabBarVisibility=AlwaysShowTabBar
cat ~/.local/share/konsole/konsoleui.rc
<!DOCTYPE kpartgui>
<kpartgui version="10" name="konsole">
<MenuBar>
<Menu name="file">
<text>File</text>
<Action name="new-window"/>
<Action name="new-tab"/>
<Action name="clone-tab"/>
<Separator/>
<DefineGroup name="session-operations"/>
<Separator/>
<DefineGroup name="session-tab-operations"/>
<Action name="close-window"/>
</Menu>
<Menu name="edit">
<text>Edit</text>
<DefineGroup name="session-edit-operations"/>
</Menu>
<Menu name="view">
<text>View</text>
<Menu name="view-split">
<text>Split View</text>
<Action name="split-view-left-right"/>
<Action name="split-view-top-bottom"/>
<Action name="close-active-view"/>
<Action name="close-other-views"/>
<Action name="expand-active-view"/>
<Action name="shrink-active-view"/>
</Menu>
<Separator/>
<Action name="detach-view"/>
<Separator/>
<DefineGroup name="session-view-operations"/>
</Menu>
<Action name="bookmark"/>
<Menu name="settings">
<text>Settings</text>
<DefineGroup name="session-settings"/>
<Action name="manage-profiles"/>
<Action name="show-menubar"/>
<Separator/>
<Action name="view-full-screen"/>
<Separator/>
<Action name="configure-shortcuts"/>
<Action name="configure-notifications"/>
<Action name="configure-settings"/>
</Menu>
<Menu name="help">
<text>Help</text>
</Menu>
</MenuBar>
<ActionProperties>
<Action shortcut="Ctrl+Shift+B" name="add_bookmark"/>
<Action shortcut="" name="help_contents"/>
<Action shortcut="Ctrl+T" name="new-tab"/>
</ActionProperties>
</kpartgui>
cat ~/.local/share/konsole/Shell.profile
[Appearance]
AntiAliasFonts=true
BoldIntense=true
ColorScheme=BlackOnLightYellow
Font=Hack,13,-1,5,50,0,0,0,0,0
LineSpacing=0
UseFontLineChararacters=true
[Cursor Options]
CustomCursorColor=0,0,255
UseCustomCursorColor=true
[Encoding Options]
DefaultEncoding=UTF-8
[General]
Name=Shell
Parent=FALLBACK/
[Interaction Options]
AutoCopySelectedText=true
CopyTextAsHTML=false
CtrlRequiredForDrag=false
DropUrlsAsText=false
TrimTrailingSpacesInSelectedText=true
[Keyboard]
KeyBindings=linux
[Scrolling]
HistoryMode=2
ScrollFullPage=true
[Terminal Features]
BidiRenderingEnabled=false
BlinkingCursorEnabled=true
UrlHintsModifiers=67108864
Anything suspicious in there?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list