Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Going from KDE to Enlightenment -> need guidance
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
yaneurabeya
Veteran
Veteran


Joined: 13 May 2004
Posts: 1754
Location: Seattle

PostPosted: Fri Oct 22, 2004 10:29 am    Post subject: Going from KDE to Enlightenment -> need guidance Reply with quote

Ok, I have emerged all of the basic packages for enlightenment (including the CVS builds) and I was wondering if/how...

1. I can get a clock epplet or something similar without using gdesklets.
2. Wallpaper can be "rotated" every t time intervals using what program.
3. What's a good program or method to modify the menu in Enlightenment on the Desktop to add/remove programs outside of what's in KDE/Gnome's menus.
4. What's the best way to modify Iconbar?

Thanks!
Back to top
View user's profile Send private message
acasto
Apprentice
Apprentice


Joined: 06 Feb 2004
Posts: 236
Location: Durka-Durka-Stan

PostPosted: Fri Oct 22, 2004 5:29 pm    Post subject: Re: Going from KDE to Enlightenment -> need guidance Reply with quote

yaneurabeya wrote:

1. I can get a clock epplet or something similar without using gdesklets.


# emerge epplets

Quote:

2. Wallpaper can be "rotated" every t time intervals using what program.


Not sure really

Quote:

3. What's a good program or method to modify the menu in Enlightenment on the Desktop to add/remove programs outside of what's in KDE/Gnome's menus.


Just go into ~/.enlightenment and edit the files such as file.menu and user_apps.menu . The layout is pretty self explanatory. Or you can right-click on the desktop and select help, then go to the section about changing menus for a better explanation.

Quote:

4. What's the best way to modify Iconbar?


Not sure what you mean by icon bar. Icon box maybe? Just right-click on the little edge, or you can hold alt + right-click on it to modify the border.
Back to top
View user's profile Send private message
suburbanizedgeek
n00b
n00b


Joined: 17 Sep 2004
Posts: 48

PostPosted: Fri Oct 22, 2004 5:35 pm    Post subject: Reply with quote

Quote:
3. What's a good program or method to modify the menu in Enlightenment on the Desktop to add/remove programs outside of what's in KDE/Gnome's menus.


e16menuedit: for editing enlightenments menus
e16keyedit: for editing enlightenments default key bindings
_________________
if knowledge is power, then knowledge shared is a loss
Back to top
View user's profile Send private message
suburbanizedgeek
n00b
n00b


Joined: 17 Sep 2004
Posts: 48

PostPosted: Fri Oct 22, 2004 5:48 pm    Post subject: Reply with quote

Quote:
2. Wallpaper can be "rotated" every t time intervals using what program.


here is a script i wrote, name it cycle-wp.sh or something:

Code:
#!/bin/bash

#set WP_DIR to the directory your wallpapers reside in
WP_DIR=/home/chris/.backgrounds/


#set SLEEP_TIME to however meny seconds you want
#to wait before each walllpaper change
SLEEP_TIME=20

#file types, space separated
#example: FILE_TYPES="*.jpg *.JPG *.png"
FILE_TYPES="*.jpg"

cd "${WP_DIR}"
while true
do
        for i in `ls ${FILE_TYPES}`
        do
                Esetroot -scale "$i"
                sleep ${SLEEP_TIME}
        done
done


1. just edit the variables WP_DIR, SLEEP_TIME and, FILE_TYPES.
2. save it as cycle-wp.sh and make it executable.
3. then start it from your .xinitrc, or from a terminal.
_________________
if knowledge is power, then knowledge shared is a loss
Back to top
View user's profile Send private message
yaneurabeya
Veteran
Veteran


Joined: 13 May 2004
Posts: 1754
Location: Seattle

PostPosted: Sat Oct 23, 2004 7:19 pm    Post subject: Reply with quote

I'll give those emerges a shot.

By wallpaper rotating I meant what suburban was talking about. But doesn't that script just do 1 wallpaper rotation for all desktops? I was looking for a desktop by desktop solution. Do you have any idea where to go from there?

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