Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
rss-glx i "Lost & Found" folders [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
Empress
n00b
n00b


Joined: 13 Apr 2004
Posts: 47
Location: Home

PostPosted: Mon Dec 25, 2006 7:07 am    Post subject: rss-glx i "Lost & Found" folders [solved] Reply with quote

I emerge rss-glx after a fresh install of Gentoo for few mounth ago. But this time they not appers in
controlcenter, instead I found them in KMenu in "Lost & Found" :?:

How do I get them back in the right place so I can use them agian?
I has useflags xscreensaver..

Can someone help me?


Take even path to the "Lost & Found" folders... I cant find it when i search for it....

Merry X Mas
_________________
Thanx instead of Thanks, was a spell I learn from an American gay. :lol:


Last edited by Empress on Tue Dec 26, 2006 11:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Tue Dec 26, 2006 10:07 pm    Post subject: Reply with quote

Yeah, this is annoying. The problem is where the *.desktop files are installed. What I did to fix it was copy all the rss-glx desktop files from /usr/share/applications to /usr/kde/3.5/share/applnk/System/ScreenSavers. You could also make them symlinks, but a copy is quicker. There's also the option of altering the ebuild, which I've been meaning to do but haven't gotten around to yet.
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
Empress
n00b
n00b


Joined: 13 Apr 2004
Posts: 47
Location: Home

PostPosted: Tue Dec 26, 2006 11:40 pm    Post subject: Reply with quote

Thanx. :D

It's worked for me too...



Hope you got a happy new year....
_________________
Thanx instead of Thanks, was a spell I learn from an American gay. :lol:
Back to top
View user's profile Send private message
cameta
Veteran
Veteran


Joined: 04 Aug 2004
Posts: 1320

PostPosted: Mon Feb 26, 2007 10:25 pm    Post subject: Reply with quote

Hello,
I have modified the rss-glx-0.8.1-r4ebuild:
Code:

if use kde; then
      find . -name '*.desktop' -exec \
         sed -i \
            -e 's:Exec=kxsrun \(.*\):Exec=kxsrun \1:g' \
            -e 's:Exec=kxsconfig \(.*\):Exec=kxsconfig \1:g' \
            '{}' \
         \; \
         || die "couldnt sed desktop files"
      myconf="${myconf} --with-kdessconfigdir=usr/share/applications"
   fi

To this
Code:

if use kde; then
      find . -name '*.desktop' -exec \
         sed -i \
            -e 's:Exec=kxsrun \(.*\):Exec=kxsrun \1:g' \
            -e 's:Exec=kxsconfig \(.*\):Exec=kxsconfig \1:g' \
            '{}' \
         \; \
         || die "couldnt sed desktop files"
      myconf="${myconf} --with-kdessconfigdir=/usr/kde/3.5/share/applnk/System/ScreenSavers"
   fi

and after and
ebuild digest rss-glx-0.8.1-r4.ebuild
emerge rss-glx
All is working fine now
_________________
Si algo falla LEE el jodido manual, Si sigue fallando LEE BIEN el jodido manual.
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