Results 1 to 5 of 5

Thread: Reclaiming Konqueror profiles in Dapper and Edgy

  1. #1
    Join Date
    Jan 2006
    Location
    Laguna, Philippines
    Beans
    1,818

    Reclaiming Konqueror profiles in Dapper and Edgy

    [Based on http://www.kubuntu.org/faq.php#konqueror]

    Kubuntu has modified Konqueror to include features and settings that are commonly used, making the interface much simpler and easier to use. Some users, however, prefer to have all the bells and whistles. This guide shows how you can revert to the original Konqueror configuration and get back the original profiles on Dapper and Edgy.

    1. Remove the Kubuntu default settings for Konqueror:

    Code:
    sudo rm -r /usr/share/kubuntu-default-settings/kde-profile/default/share/apps/konqueror
    or launch Konqueror as root with

    Code:
    kdesu konqueror
    Note: If you wish to keep the Kubuntu default settings for future use or reference, move or rename the folder rather than deleting it.

    2. Restore the original Konqueror configuration file:

    Code:
    sudo cp /usr/share/apps/konqueror/konqueror-orig.rc /usr/share/apps/konqueror/konqueror.rc
    Note: The configuration used by Konqueror is konqueror.rc, while the original is konqueror-orig.rc. If you wish to keep the Kubuntu default configuration for future use or reference, rename konqueror.rc before entering the command above. (The ~/.kde/share/apps/konqueror/konqueror.rc overrides this file)

    3. Restore the other profiles. This extra step is necessary in Dapper and Edgy, since these other profiles are not installed in these releases.

    Go to http://jucato.org/kde/konq-profiles/ and download the four profiles there. Put these profiles in either:

    ~/.kde/share/apps/konqueror/profiles - if you want the profiles to be visible to your user only

    /usr/share/apps/konqueror/profiles - if you want the profiles to be visible to the whole system (all users and root)

    4. Restart/Close Konqueror. If the changes in the menu do not appear immediately, try logging out of KDE and loggin in again. Note that the konqueror.rc in ~/.kde/share/apps/konqueror/ overrides the one in /usr/share/apps/konqueror. You might need to delete the on in your home directory for the change to take effect.
    Last edited by Jucato; June 16th, 2007 at 05:58 AM.

  2. #2
    Join Date
    Jun 2006
    Location
    London
    Beans
    215
    Distro
    Kubuntu 6.10 Edgy

    Re: Reclaiming Konqueror profiles in Dapper and Edgy

    i learnt all that the hard way

    hope someone else finds your post useful :up:

    -Rashid

  3. #3
    Join Date
    Jan 2007
    Beans
    Hidden!

    Question Re: Reclaiming Konqueror profiles in Dapper and Edgy

    Hi

    Well well. I make for Feisty:

    Code:
    sudo mv /usr/share/kubuntu-default-settings/kde-profile/default/share/apps/konqueror /usr/share/kubuntu-default-settings/kde-profile/default/share/apps/konqueror.bak
    sudo cp /usr/share/apps/konqueror/konqueror-orig.rc /usr/share/apps/konqueror/konqueror.rc
    The Kubuntu's setting's seems to be always here.

    I have miss something ?

    #edit
    Sure, i miss the ~/.kde/share/apps/konqueror/konqueror.rc
    Last edited by kleeton; May 1st, 2007 at 06:03 PM.

  4. #4
    Join Date
    Jun 2006
    Beans
    1,736
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Reclaiming Konqueror profiles in Dapper and Edgy

    I thought I would clear this up since I had to mess with the file in my home directory to get it to work.

    1. Remove the Kubuntu default settings for Konqueror:

    Code:
    sudo rm -r /usr/share/kubuntu-default-settings/kde-profile/default/share/apps/konqueror
    Note: If you wish to keep the Kubuntu default settings for future use or reference, move or rename the folder rather than deleting it.

    2.
    Code:
    sudo mv /usr/share/kubuntu-default-settings/kde-profile/default/share/apps/konqueror /usr/share/kubuntu-default-settings/kde-profile/default/share/apps/konqueror.bak
    3. Restore the original Konqueror configuration file:

    Code:
    sudo cp /usr/share/apps/konqueror/konqueror-orig.rc /usr/share/apps/konqueror/konqueror.rc
    Note: The configuration used by Konqueror is konqueror.rc, while the original is konqueror-orig.rc. If you wish to keep the Kubuntu default configuration for future use or reference, rename konqueror.rc before entering the command above. (The ~/.kde/share/apps/konqueror/konqueror.rc overrides this file)


    4. Restart/Close Konqueror. If the changes in the menu do not appear immediately, try logging out of KDE and logging in again. Note that the konqueror.rc in ~/.kde/share/apps/konqueror/ overrides the one in /usr/share/apps/konqueror. You might need to delete the one in your home directory for the change to take effect.

  5. #5
    Join Date
    Sep 2007
    Beans
    24

    Re: Reclaiming Konqueror profiles in Dapper and Edgy

    This seems to be way out of date. I also want the full menus, but

    /usr/share/apps/konqueror/konqueror-orig.rc

    does not exist. In

    /usr/share/apps/konqueror/

    there are two files which look promising:

    konq-simplebrowser.rc and konqueror.rc

    konqueror.rc has the menu entries for saving the views per folder (see below), but they do not actually appear in the Konqueror Settings menu. Is that 'noMerge' option the problem? Or something else?

    In ~/.kde/share/apps/konqueror/ there are no files starting with konqueror at all.

    In ~/.kde/share/config there is a file konquerorrc, but it's some kind of property file and not XML.


    I'm stuck - what's up?

    KDE Version: 3.5.8
    Kbuntu: 7.10 (up to date)

    Code:
    <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
      <Action name="options_show_menubar"/>
      <Merge name="StandardToolBarMenuHandler" />
      <Separator/>
      <Action name="fullscreen"/>
      <Separator/>
      <Action name="saveViewPropertiesLocally"/>
    Last edited by johnmuir; March 18th, 2008 at 08:51 PM. Reason: Just formatting

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •