Skip to content

Adding to startup doesn't work permanently #15

@wiseboar-9

Description

@wiseboar-9

Hi!

First of all: THANK YOU for the script. This bug has been driving me nuts for years and I can't fathom why this isn't getting fixed. The number of times I've read *JuSt UsE sHiFt iNsTeAd" boggles my mind.

In any case, the script works but I can't get it to work permanently. I'm running on Ubuntu 20.04. and added the following command to the Startup Applications:
bash -ic "sh /home/<REDACTED>/Linux-CapsLock-Delay-Fixer/bootstrap.sh"
When I type in this exact command in the console, it performs the fix flawlessly.

From what I've seen any time the computer goes to sleep, the changes are revoked. I've tried to add it to pm-utils/sleep.d to get it to run on every wake-up, but couldn't get this to work either. From the repo-directory:

sudo cp ./bootstrap.sh /usr/lib/pm-utils/sleep.d/9999CapsDelayFix.sh
sudo chmod +x /usr/lib/pm-utils/sleep.d/9999CapsDelayFix.sh

I'm not sure what I'm missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions