diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 23:02:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 23:02:46 +0900 |
commit | fcad8b8d150fb9f508973e3044a103de74ec3877 (patch) | |
tree | ca34a8cf3bfbe08335d40c47863b4901e1d19609 /ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/konqueror.rc | |
parent | 5d8ed1fab813d86b04383f7fcf8ab2c994cbea30 (diff) | |
download | tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.tar.gz tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze and maverick).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/konqueror.rc')
-rw-r--r-- | ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/konqueror.rc | 126 |
1 files changed, 0 insertions, 126 deletions
diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/konqueror.rc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/konqueror.rc deleted file mode 100644 index cab74b6e5..000000000 --- a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/ui-rc-files/konqueror.rc +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version = '1.0'?> -<!DOCTYPE gui SYSTEM "kpartgui.dtd"> -<gui version="59" name="Konqueror" > - <MenuBar> - <Menu noMerge="1" name="file" > - <text>&Location</text> - <Action name="new_window" /> - <Action name="newtab" /> - <Action name="open_location" /> - <Separator/> - <Action name="sendURL" /> - <Action name="sendPage" /> - <Separator/> - <Merge/> - <Action name="print" /> - <DefineGroup name="print" /> - <Separator/> - <ActionList name="openwith" /> - <Action name="quit" /> - </Menu> - <Menu noMerge="1" name="edit" > - <text>&Edit</text> - <Action name="undo" /> - <Action name="cut" /> - <Action name="copy" /> - <Action name="paste" /> - <Action name="rename" /> - <Action name="trash" /> - <ActionList name="operations" /> - <Separator/> - <Action name="new_menu" /> - <Separator/> - <Action name="editMimeType" /> - <Action name="properties" /> - <WeakSeparator/> - <Merge/> - </Menu> - <Menu noMerge="1" name="view" > - <text>&View</text> - <Action name="go_most_often" /> - <ActionList name="viewmode" /> - <Separator/> - <Menu noMerge="1" name="split" > - <text>&Split View</text> - <Action name="splitviewh" /> - <Action name="splitviewv" /> - <Action name="removeview" /> - </Menu> - <Action name="fullscreen" /> - <Action name="konq_sidebartng" /> - <Separator/> - <WeakSeparator/> - <Merge/> - </Menu> -<!-- ideally we would like a Go menu here with bookmarks, go_most_often and history - - but there is no way to add items to the bookmarks menu so we have a stock bookmarks menu - - and add go_most_often to View --> - <Action name="bookmarks" /> - <Menu name="tools" > - <text>&Tools</text> - <Action name="findfile" /> - <WeakSeparator/> - <Merge/> - </Menu> - <Menu noMerge="1" name="settings" > - <text>&Settings</text> - <Action name="options_show_menubar" /> - <Merge name="StandardToolBarMenuHandler" /> - <Separator/> - <Action name="loadviewprofile" /> - <Action name="saveviewprofile" /> - <Action name="saveremoveviewprofile" /> - <Separator/> - <Action name="options_configure_extensions" /> - <Action name="options_configure_keybinding" /> - <Action name="options_configure_toolbars" /> - <Action name="options_configure" /> - </Menu> - <Menu append="about_merge" name="help" > - <text>&Help</text> - <Action name="konqintro" /> - </Menu> - <Merge/> - </MenuBar> - <ToolBar newline="true" hidden="true" name="mainToolBar" fullWidth="true" > - <text>Main Toolbar</text> - <WeakSeparator/> - <Merge/> - </ToolBar> - <ToolBar newline="true" name="locationToolBar" fullWidth="true" > - <text>Location Toolbar</text> - <Action name="back" /> - <Action name="forward" /> - <Action name="up" /> - <Action name="home" /> - <Action name="reload_stop" /> - <ActionList name="viewmode_toolbar" /> - <Action name="clear_location" /> - <Action name="toolbar_url_combo" /> - <Action name="go_url" /> - <Action name="animated_logo" /> - </ToolBar> - <ToolBar newline="false" hidden="true" index="1" name="extraToolBar" > - <text>Extra Toolbar</text> - <Action name="konq_sidebartng" /> - <Action name="findfile" /> - <Action name="splitviewv" /> - <Action name="splitviewh" /> - <Action name="removeview" /> - </ToolBar> - <ToolBar newline="true" noEdit="true" hidden="true" iconText="icontextright" name="bookmarkToolBar" fullWidth="true" > - <text>Bookmark Toolbar</text> - </ToolBar> - <ActionProperties> - <Action shortcut="F9" name="konq_sidebartng" /> - <Action shortcut="F6;Alt+O" name="location_label" /> - <Action shortcut="F8" name="konsolepart" /> - <Action shortcut="Ctrl+Shift+F;F11" name="fullscreen" /> - <Action shortcut="Ctrl+Period;Ctrl+PageDown" name="activatenexttab" /> - <Action shortcut="Ctrl+Comma;Ctrl+PageUp" name="activateprevtab" /> - <Action shortcut="Ctrl+X" name="cut" /> - <Action shortcut="Ctrl+F" name="findfile" /> - <Action shortcut="Escape;XF86Stop" name="stop" /> - <Action shortcut="XF86Go" name="go_url" /> - </ActionProperties> -</gui> |