Announcement

Collapse
No announcement yet.

Lazy strikes again, lol...

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Lazy strikes again, lol...

    How do you clear the right click Open With/Other drop down history?

    Click image for larger version

Name:	OpenWith.png
Views:	1
Size:	32.6 KB
ID:	648022
    Last edited by tek_heretik; Sep 24, 2013, 04:20 PM. Reason: Added Screenshot

    #2
    Thats not history, thats a list of all you applications.

    Comment


      #3
      The dropdown, which has the history of apps used or typed in manually. I thought I knew where this was hidden, but sadly I am mistaken at the moment.

      Comment


        #4
        It is in System Settings>File Associations. Find the extension in question and the right pane will show the default files which can be edited.
        Linux because it works. No social or political motives in my decision to use it.
        Always consider Occam's Razor
        Rich

        Comment


          #5
          Click image for larger version

Name:	OpenWith.jpg
Views:	1
Size:	25.7 KB
ID:	640464
          I think he means this part

          Comment


            #6
            Originally posted by claydoh View Post
            [ATTACH=CONFIG]4373[/ATTACH]
            I think he means this part
            Yes, you are correct, it was impossible (or it could be done, didn't have time to figure out how) to do a screenshot with the list in the down position showing the history.

            Comment


              #7
              I then misunderstood.
              Linux because it works. No social or political motives in my decision to use it.
              Always consider Occam's Razor
              Rich

              Comment


                #8
                Open-with settings

                File Manager (Dolphin) > Right click > Open with > Other > Open with history pull down






                ~/.kde/share/config/dolphinrc -> Open-With settings

                The KDE rc files are text files. Can be edited, when the application (Dolphin) is not running.

                A good place to start: Topic: Top 20 Kubuntu FAQs & Answers
                Searching FAQ's: Google Search 'FAQ from Kubuntuforums'

                Comment


                  #9
                  @Rog132...BINGO! Thank you, as for the screenshots (I have no clue how you did it), showoff, lol.

                  I am assuming I can set 'Completion Mode' to '1', the history will be overwritten every time I use a different program? The 'History' line I get, just clear it.

                  Oh, I see, because you can't have Dolphin open when editing, you have to basically 'kdesudo kate' and 'drill' to the file with Kate, then edit, cool.
                  Last edited by tek_heretik; Sep 25, 2013, 05:20 AM. Reason: Added facts, grammer

                  Comment


                    #10
                    Editing KDE config files

                    The KDE applications are usually reading the configuration file when they are starting and saving on exit.


                    There is the kwriteconfig:

                    :~$ kwriteconfig --help
                    Usage: kwriteconfig [Qt-options] [KDE-options] [options] value

                    Write KConfig entries - for use in shell scripts

                    Generic options:
                    --help Show help about options
                    --help-qt Show Qt specific options
                    --help-kde Show KDE specific options
                    --help-all Show all options
                    --author Show author information
                    -v, --version Show version information
                    --license Show license information
                    -- End of options

                    Options:
                    --file <file> Use <file> instead of global config
                    --group <group> Group to look in. Use repeatedly for nested groups. [KDE]
                    --key <key> Key to look for
                    --type <type> Type of variable. Use "bool" for a boolean, otherwise it is treated as a string

                    Arguments:
                    value The value to write. Mandatory, on a shell use '' for empty
                    To clear the history:
                    Code:
                    kwriteconfig -file dolphinrc -group 'Open-with settings' -key History -type string ''
                    It can be added to the menu/panel/desktop/...





                    Screen capture tools:http://www.kubuntuforums.net/showthr...apture-utility
                    A good place to start: Topic: Top 20 Kubuntu FAQs & Answers
                    Searching FAQ's: Google Search 'FAQ from Kubuntuforums'

                    Comment


                      #11
                      @Rog132..Pah ha, neat, very similar to what I did with shred, gave it an icon and everything.
                      Code:
                      shred -f -n35 -u -v -x -z
                      I can't believe I finally understand this, I mean each bit of it and why it's laid out the way it is...
                      Code:
                      kwriteconfig -file dolphinrc -group 'Open-with settings' -key History -type string ''

                      Comment


                        #12
                        Originally posted by tek_heretik View Post
                        I can't believe I finally understand this, I mean each bit of it and why it's laid out the way it is...
                        *sniff* Our little heretik is growing up! :wipes-eyes:

                        Comment


                          #13
                          Originally posted by SteveRiley View Post
                          *sniff* Our little heretik is growing up! :wipes-eyes:

                          One more time Steve...YER BAD!

                          Edit: @Steve...the Quordlepleens called, they want their spaceship back, you're grounded, your 'mission' has been suspended, apparently there have been complaints about you messing with earthlings, lol.
                          Last edited by tek_heretik; Sep 27, 2013, 06:58 AM. Reason: Couldn't resist...

                          Comment


                            #14
                            We Quordlepleens are entertainers, mere spectators as the universe comes to an end.

                            Comment

                            Working...
                            X