You are not logged in.
Suddenly the suggestions after every keystroke in dmenu disappeared. I am not sure what happened. However if I type the name of the program and hit enter, the program starts.
Last edited by linux_user (2017-02-25 06:42:14)
"Blind faith to authority is the greatest enemy of truth."
Offline
Does it work properly if you execute
dmenu_run
from within a terminal?
--
Also, I'm deleting the duplicate post; don't worry.
Offline
Does it work properly if you execute
dmenu_run
from within a terminal?
Tried but not working.. Should I restart the computer after the execution?
"Blind faith to authority is the greatest enemy of truth."
Offline
nobody wrote:Does it work properly if you execute
dmenu_run
from within a terminal?
Tried but not working.. Should I restart the computer after the execution?
Show me the output of:
dmenu_path
?
Offline
Show me the output of:
dmenu_path
?
toor@linux:~$ dmenu_path
bash: dmenu_path: command not found
"Blind faith to authority is the greatest enemy of truth."
Offline
Have you got a ~/.cache/dmenu_run file?
Is it empty/corrupted? If yes, delete it and run dmenu_run again.
Online
Have you got a ~/.cache/dmenu_run file?
Is it empty/corrupted? If yes, delete it and run dmenu_run again.
Yes, it was empty. So I deleted and ran dmenu_run again.
toor@linux:~$ dmenu_run
toor@linux:~$ /home/toor/.cache/dmenu_run: No such file or directory
/bin/bash: line 1: [: missing `]'
toor@linux:~$
Its working now... Thanks a lot!
"Blind faith to authority is the greatest enemy of truth."
Offline
Perfect.
Online