Results 1 to 2 of 2

Thread: Annoying file called "%1" automatically generated when navigating directories

  1. #1
    Join Date
    Jan 2024
    Beans
    2

    Annoying file called "%1" automatically generated when navigating directories

    Hello

    I'm using KUbuntu 22.04 LTS and I've noticed that there is an empty file called "%1" which is randomly generated in many folders. I have noticed that it is created whenever I open Dolphin and press F4 to open a terminal, but I think it is also created under other circumstances that I haven't identified yet.

    How can I prevent these files from being created?

  2. #2
    Join Date
    Jan 2024
    Beans
    2

    Re: Annoying file called "%1" automatically generated when navigating directories

    I found the problem. It was a typo in my .zshrc, in the `agent_run_state` variable (a "%" instead of an "&").
    In case it helps somebody, the code should be:

    Code:
    agent_run_state=$(ssh-add -l >| /dev/null 2>&1; echo $?)
    Last edited by nunonun2; January 23rd, 2024 at 08:20 PM. Reason: Typos and formatting

Tags for this Thread

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
  •