Announcement

Collapse
No announcement yet.

Adding entries in create new menu

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

    [SOLVED] Adding entries in create new menu

    When you right click anywhere in a folder or on desktop and go to "create new" and there's different files, how do you add entries in there?

    Back when I was on Linux Mint it was just the thing of adding it to the Templates folder in the home directory, but I tried that and it's not working. Is there a different way?

    #2
    https://www.ex-mente.co.za/post/add-...in-kde-dolphin

    I think that is the info you want.

    Comment


      #3
      Thanks, that worked, except the path is ~/Templates and not that other one they say in that tutorial.

      Comment


        #4
        Well, in my case I followed his directions and it's running smoothly. I didn't know I could use $HOME/Templates.
        Multibooting: Kubuntu Noble 24.04
        Before: Jammy 22.04, Focal 20.04, Precise 12.04 Xenial 16.04 and Bionic 18.04
        Win XP, 7 & 10 sadly
        Using Linux since June, 2008

        Comment


          #5
          The valid template paths can be checked with:
          Code:
          [FONT=monospace][COLOR=#18B218]kf5-config[/COLOR] --path templates[/FONT]
          The standard locations are:
          /usr/share/templates/ (system wide templates)
          $HOME/.local/share/templates/ (user specific templates)

          You can also use $HOME/Templates/ or any other location if it is set in $HOME/
          .config/user-dirs.dirs
          XDG_TEMPLATES_DIR="$HOME/Templates"

          Comment

          Working...
          X