This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Dolphin set it for each user (again)

Tags: None
(comma "," separated)
nowardev
Registered Member
Posts
244
Karma
0
OS
o)
hi, i have done almost the job,

-i have installed natty
-i don't have installed kubuntu-default-settings

now i would like set the "view settings" for dolphin

i have tried to copy the folder

~/.kde/apps/dolphin into /etc/kde4

but it doesn't see the settings

i have tried to copy that folder on

/usr/share/kde4/apps/dolphin

but idem doesn't work ....

so i tried to copy
Code: Select all
[Settings]
ShowDotFiles=true

[Dolphin]
ShowPreview=true


on the /etc/kde4/dolphinrc and it doesn't work



What i did :


i have created on /etc/kde4 my dolphin configuration that is this :
every rc files are on /usr/share/kde4

Code: Select all
[General]
EditableUrl=true
FilterBar=true
ShowFullPath=true
ShowSpaceInfo=true
RenameInline=true
ShowCopyMoveMenu=true
[MainWindow]
State=AAAA/wAAAAD9AAAAAwAAAAAAAAC6AAABhvwCAAAAAvsAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawAAAAA1AAABoAAAAGcBAAAF+wAAABQAcABsAGEAYwBlAHMARABvAGMAawEAAAA1AAABhgAAAGcBAAAFAAAAAQAAALoAAAGG/AIAAAAC+wAAABAAaQBuAGYAbwBEAG8AYwBrAQAAADUAAAEUAAABFAEAAAX7AAAAFABmAGkAbAB0AGUAcgBEAG8AYwBrAQAAAUwAAABvAAAAbwEAAAUAAAADAAAC7gAAADb8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawEAAAAAAAAC7gAAAE0BAAAFAAABdAAAAYYAAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA=
ToolBarsMovable=Enabled


i have edited this file too to get up button automatically

/usr/share/kde4/apps/dolphin/dolphinui.rc


Code: Select all
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="dolphin" version="13">
    <MenuBar>
        <Menu name="file">
            <Action name="create_new" />
            <Action name="new_window" />
            <Action name="new_tab" />
            <Action name="close_tab" />
            <Separator/>
            <Action name="rename" />
            <Action name="move_to_trash" />
            <Action name="delete" />
            <Separator/>
            <Action name="properties" />
        </Menu>
        <Menu name="edit">
            <Action name="select_all" />
            <Action name="invert_selection" />
        </Menu>
        <Menu name="view">
            <Action name="view_mode" />
            <Action name="sort" />
            <Action name="additional_info" />
            <Action name="show_preview" />
            <Action name="show_in_groups" />
            <Action name="show_hidden_files" />
            <Separator/>
            <Action name="split_view" />
            <Action name="reload" />
            <Action name="stop" />
            <Separator/>
            <Action name="panels" />
            <Menu name="navigation_bar">
                <text context="@title:menu">Location Bar</text>
                <Action name="editable_location" />
                <Action name="replace_location" />
            </Menu>
            <Separator/>
            <Action name="view_properties" />
        </Menu>
        <Menu name="go">
            <Action name="closed_tabs" />
        </Menu>
        <Menu name="tools">
            <Action name="show_filter_bar" />
            <Action name="open_terminal" />
            <Action name="compare_files" />
            <Action name="change_remote_encoding" />
        </Menu>
    </MenuBar>
    <State name="new_file" >
        <disable>
            <Action name="edit_undo" />
            <Action name="edit_redo" />
            <Action name="edit_cut" />
            <Action name="edit_copy" />
            <Action name="rename" />
            <Action name="move_to_trash" />
            <Action name="delete" />
            <Action name="invert_selection" />
            <Separator/>
            <Action name="go_back" />
            <Action name="go_forward" />
        </disable>
    </State>
    <State name="has_selection" >
        <enable>
            <Action name="edit_cut" />
            <Action name="edit_copy" />
            <Action name="rename" />
            <Action name="move_to_trash" />
            <Action name="delete" />
            <Action name="invert_selection" />
        </enable>
    </State>
    <State name="has_no_selection" >
        <disable>
            <Action name="edit_cut" />
            <Action name="edit_copy" />
            <Action name="rename" />
            <Action name="move_to_trash" />
            <Action name="delete" />
            <Action name="delete_shortcut" />
            <Action name="invert_selection" />
        </disable>
    </State>
    <ToolBar noMerge="1" name="mainToolBar" >
        <text context="@title:menu">Main Toolbar</text>
        <Action name="go_back" />
        <Action name="go_forward" />
        <Separator name="separator_1" />
        <Action name="icons" />
        <Action name="details" />
        <Action name="columns" />
        <Action name="split_view" />
        <Separator name="separator_0" />
        <Action name="edit_find"/>
        <Action name="show_preview" />
        <Action name="go_up" />
    </ToolBar>
    <ActionProperties scheme="Default">
        <Action priority="0" name="go_back"/>
        <Action priority="0" name="go_forward"/>
        <Action priority="0" name="go_up"/>
        <Action priority="0" name="go_home"/>
        <Action priority="0" name="stop"/>
        <Action priority="0" name="icons"/>
        <Action priority="0" name="details"/>
        <Action priority="0" name="columns"/>
        <Action priority="0" name="view_zoom_in"/>
        <Action priority="0" name="view_zoom_out"/>
        <Action priority="0" name="edit_cut"/>
        <Action priority="0" name="edit_copy"/>
        <Action priority="0" name="edit_paste"/>
    </ActionProperties>
</kpartgui>


and now i get this dolphin for each user :


http://wstaw.org/m/2011/04/14/plasma-desktopmR1570.jpg

i would like customize even the folder on the "Places" panel for each user

if anybody can tell me where i could get information documentation :) xD
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
I believe the configuration file /etc/kde4rc may have something to do with this. Also, try searching on techbase.kde.org for more information concerning system wide customisation of the setup.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
User avatar
dpalacio
Registered Member
Posts
240
Karma
2
OS
rc files for user config are stored only in user homes. Default settings are stored in kcfg files.
The file you're looking for is share/config.kcfg/dolphin_directoryviewpropertysettings.kcfg


connect(post, SIGNAL(readSignature()), qapp, SLOT(quit()));


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]