Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dmenu not showing list items after upgrade [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
logical_guy
Apprentice
Apprentice


Joined: 18 Sep 2007
Posts: 268

PostPosted: Thu Nov 17, 2011 6:10 pm    Post subject: dmenu not showing list items after upgrade [solved] Reply with quote

Hi, today emerge world updated my dmenu to 4.4.1 from 4.2.1 and after the update it does not show file names in the menu. The letters I type are visible, so it probably isn't a font issue, but what could the problem be? Any ideas? Thanks.

btw, my system is amd64 with awesome wm and no de.


Last edited by logical_guy on Fri Nov 18, 2011 9:15 am; edited 1 time in total
Back to top
View user's profile Send private message
while true
Guru
Guru


Joined: 07 Apr 2010
Posts: 532
Location: Ljubljana, Slovenia

PostPosted: Fri Nov 18, 2011 1:15 am    Post subject: Reply with quote

oi

I do not know if this wil help,
but when I write a bash script and put it in /usr/local/bin/
dmenu also do not pick it up.

But, if I run
Code:
# updatedb

it picks it up.

If I remember correctly, when I installed Eclipse,
dmenu did not picked it up,
and I run # updatedb and than Eclipse was picked up by dmenu...

(I use ratpoison WM, no desktop, on amd64, so dmenu is my great app luncher, kheh)

EDIT:
I also just updated system, got now dmenu 4.4.1 (from 4.2.1), found all apps and scripts (all I use on more or less daily bases) I could think of without # updatedb.
_________________
Kind regards, Goran Mitic

alive
while true
kick ass
Back to top
View user's profile Send private message
EatMeerkats
Apprentice
Apprentice


Joined: 15 Mar 2006
Posts: 234

PostPosted: Fri Nov 18, 2011 2:11 am    Post subject: Reply with quote

I recently had to change
Code:
spawn "exe=`dmenu_path | dmenu` && eval \"exec $exe\""

to
Code:
spawn "dmenu_run"

in my xmonad.hs after updating dmenu... hope that helps.
Back to top
View user's profile Send private message
logical_guy
Apprentice
Apprentice


Joined: 18 Sep 2007
Posts: 268

PostPosted: Fri Nov 18, 2011 9:14 am    Post subject: Reply with quote

while true wrote:

I do not know if this wil help,
but when I write a bash script and put it in /usr/local/bin/
dmenu also do not pick it up.

But, if I run
Code:
# updatedb

it picks it up.

...

EDIT:
I also just updated system, got now dmenu 4.4.1 (from 4.2.1), found all apps and scripts (all I use on more or less daily bases) I could think of without # updatedb.


Well, dmenu has always worked fine for me without updatedb; also I run updatedb quite often, so that wasn't the issue. Thanks for the info, though.

EatMeerkats wrote:

I recently had to change
Code:
spawn "exe=`dmenu_path | dmenu` && eval \"exec $exe\""
to
Code:
spawn "dmenu_run"
in my xmonad.hs after updating dmenu... hope that helps.


This worked for me, thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum