Docky help

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
wvoutlaw2k

Docky help

Post by wvoutlaw2k »

I'm in the process of making a customized remaster of Xubuntu, and I want to include Docky with my remaster.

My goal is to have Docky autostart - for all users as well as on the "live DVD" - from the get-go with a particular set of apps included in Docky.

What I have done is set up Docky to where it has the following items in the dock (in order):
  • Docky config tool
    Thunar file manager
    Google Chrome
    Pidgin
    Skype
    Rhythmbox
    F-Spot
    LibreOffice Writer
    Trash
After doing some searching, I discovered Docky's dock preferences are located at /home/myname/.gconf/apps/docky-2/Docky/Interface/DockPreferences/Dock1/%gconf.xml (which I paste at the bottom of the post).

Does anybody know how to make this configuration systemwide so that these settings will be the default settings for all users as well as on the "live DVD" and so the settings will be available upon a fresh install?

------------------------------------------------------------------------------------------------

<?xml version="1.0"?>
<gconf>
<entry name="FadeOnHide" mtime="1400266035" type="bool" value="false"/>
<entry name="Autohide" mtime="1400266066" type="string">
<stringvalue>None</stringvalue>
</entry>
<entry name="ThreeDimensional" mtime="1400265997" type="bool" value="true"/>
<entry name="PanelMode" mtime="1400265995" type="bool" value="false"/>
<entry name="Plugins" mtime="1400262843" type="list" ltype="string">
<li type="string">
<stringvalue>Trash</stringvalue>
</li>
</entry>
<entry name="Position" mtime="1400268665" type="string">
<stringvalue>Bottom</stringvalue>
</entry>
<entry name="SortList" mtime="1400268665" type="list" ltype="string">
<li type="string">
<stringvalue>/usr/share/applications/exo-file-manager.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>TrashCan</stringvalue>
</li>
<li type="string">
<stringvalue>/usr/share/applications/google-chrome.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>/usr/share/applications/pidgin.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>/usr/share/applications/skype.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>/usr/share/applications/rhythmbox.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>/usr/share/applications/f-spot.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>/usr/share/applications/libreoffice-writer.desktop</stringvalue>
</li>
</entry>
<entry name="Launchers" mtime="1400268674" type="list" ltype="string">
<li type="string">
<stringvalue>file:///usr/share/applications/google-chrome.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>file:///usr/share/applications/rhythmbox.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>file:///usr/share/applications/f-spot.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>file:///usr/share/applications/pidgin.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>file:///usr/share/applications/libreoffice-writer.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>file:///usr/share/applications/exo-file-manager.desktop</stringvalue>
</li>
<li type="string">
<stringvalue>file:///usr/share/applications/skype.desktop</stringvalue>
</li>
</entry>
<entry name="WindowManager" mtime="1400262843" type="bool" value="true"/>
</gconf>
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Compiz, Conky, Docks & Widgets”