Results 1 to 10 of 10

Thread: Kali 2.0 - Right Click(No new document)

  1. #1
    Join Date
    2015-Aug
    Location
    Malaysia
    Posts
    6

    Kali 2.0 - Right Click(No new document)[SOLVED!]

    If I recall on previous Kali Linux, if we right click on Desktop for example, there should be an option for "New Document" something, instead I have only "New Folder". I need the "New Document" when I right click.

    I've searched around, but can't seem to find one. Already done apt-get update && apt-get upgrade.

    Is there any solution for this, or if there is any thread that I might miss by any chance.

    Thanks in advance.

    EDIT:

    Somehow, I found the solutions after 2 days of finding. Here are the solutions.

    Here is an example image of the problem I had:

    guide-3.jpg

    In your root directory, find a folder named - Templates

    Code:
    $ cd Templates
    and if you list the file(s) inside it, there's a chance that it is empty.

    Code:
    $~/Templates# ls
    All you need to do, is to create a new file in it with name "New Document" by using your leafpad or any text editor.

    Code:
    $~/Templates# touch "New Document"
    guide-2.jpg

    That's it! You're done now. Try right clicking on any directory, and you can see that "New Document" option is in your right click!

    p/s: If you want, for example, add LibreOffice Writer in the right click option, simply open up your LibreOffice, no need to add any text in it, and save it to Templates folder, and name it as "LibreOffice Writer".

    guide-1.jpg

    Hope this help some people
    Last edited by cat_os; 2015-08-29 at 01:24. Reason: Solved the problem.

  2. #2
    Join Date
    2015-Aug
    Location
    Malaysia
    Posts
    6

    Solution Found!

    Somehow, I found the solutions after 2 days of finding. Here are the solutions.

    Here is an example image of the problem I had:

    guide-3.jpg

    In your root directory, find a folder named - Templates

    Code:
    $ cd Templates
    and if you list the file(s) inside it, there's a chance that it is empty.

    Code:
    $~/Templates# ls
    All you need to do, is to create a new file in it with name "New Document" by using your leafpad or any text editor.

    Code:
    $~/Templates# touch "New Document"
    guide-2.jpg

    That's it! You're done now. Try right clicking on any directory, and you can see that "New Document" option is in your right click!

    p/s: If you want, for example, add LibreOffice Writer in the right click option, simply open up your LibreOffice, no need to add any text in it, and save it to Templates folder, and name it as "LibreOffice Writer".

    guide-1.jpg

    Hope this help some people
    Attached Images Attached Images
    Last edited by maiki; 2016-08-27 at 10:52. Reason: Remove YouTube link
    Have respect in Knowledge, and you will earn the Knowledge.

  3. #3
    Join Date
    2015-Aug
    Location
    The Pits
    Posts
    87
    Hello cat-os,
    I just wanted to pipe in and say THANK YOU for this, I'm going to set it up on my box soon!

  4. #4
    Join Date
    2015-Oct
    Posts
    1
    I have accidentally delete my Templates folder. Do you know how to recreate it ?

  5. #5
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    Thanks for the tip, cat_os Worked just as you described, and is a good time-saver for me!

  6. #6
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    Just do a mkdir Templates from the root directory.

  7. #7
    Join Date
    2015-Sep
    Posts
    1
    Thank you very much.
    Last edited by Eddi; 2015-11-15 at 12:10.

  8. #8
    Join Date
    2015-Aug
    Location
    Malaysia
    Posts
    6
    Glad this helps some people!
    Have respect in Knowledge, and you will earn the Knowledge.

  9. #9
    Join Date
    2014-May
    Posts
    23
    Respect cat_os !! Thank YOU for SHARING with ALL of us. Blessings be yours

  10. #10
    Quote Originally Posted by cat_os View Post
    If I recall on previous Kali Linux, if we right click on Desktop for example, there should be an option for "New Document" something, instead I have only "New Folder". I need the "New Document" when I right click.

    I've searched around, but can't seem to find one. Already done apt-get update && apt-get upgrade.

    Is there any solution for this, or if there is any thread that I might miss by any chance.

    Thanks in advance.

    EDIT:

    Somehow, I found the solutions after 2 days of finding. Here are the solutions.

    Here is an example image of the problem I had:

    guide-3.jpg

    In your root directory, find a folder named - Templates

    Code:
    $ cd Templates
    and if you list the file(s) inside it, there's a chance that it is empty.

    Code:
    $~/Templates# ls
    All you need to do, is to create a new file in it with name "New Document" by using your leafpad or any text editor.

    Code:
    $~/Templates# touch "New Document"
    guide-2.jpg

    That's it! You're done now. Try right clicking on any directory, and you can see that "New Document" option is in your right click!

    p/s: If you want, for example, add LibreOffice Writer in the right click option, simply open up your LibreOffice, no need to add any text in it, and save it to Templates folder, and name it as "LibreOffice Writer".

    guide-1.jpg

    Hope this help some people
    thanks its working

Similar Threads

  1. Kali Document translation request
    By thuya in forum Project Archive
    Replies: 1
    Last Post: 2016-07-12, 13:31
  2. WPS Flaw Vulnerable Devices - Shared document
    By frafri in forum General Archive
    Replies: 0
    Last Post: 2015-05-15, 15:20
  3. Apache2 - Change Document Root
    By rajbdilip in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2015-01-18, 10:19

Tags for this Thread

Posting Permissions

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