apt-get -f -y remove automake1.4 automake1.6 automake1.8 automake1.9
apt-get -f -y install automake1.7
./easy_e17.sh -i --skip=eclair,emotion
(working without any problem)
(it’s said that e is installed into /opt/e somethgin … )
-----[/code]
A/ when I type under xterm :
/usr/bin/engage
there is no engage runned !!
B_info/
When I type in xterm
engage &
engage is runned but there is only one single icon 'Xterm ’
and the OSXdock is not there …
When I start the fvwm or englightment desktop via gdm, there is no engage.
Should I do sthg with xinitrc and xdefault ?
I also tried to copy them into ~/
and as : .xdefault and .xinitrc
but this is not helping …
What is wrong ? How to finally try this great Gulliver Configuration ??
(that I thank a lot !)
Thank you
Greetings !
I read :
Is there a way to make working again the thumbnail into engage ??
okay well for the wallpapers look in theme-fvwm/backer gulivert uses fbsetbg (which is part of fluxbox) you can replace it with “Esetroot -f”
for transparency you must activate the composite extension of X (look hear for example : http://gentoo-wiki.com/TIP_Xorg_X11_and_Transparency#Setting_up_X_Composite_Extension)
and install xcompmgr and transset
about the thing with engage i just can say that it didn’t work for me in the past too
if you want to use the xinitrc you must start X with “startx”
Fortunately, thank you for these valuable information !!
I could have searched during long time !!
I’ll try this evening, and will let know about my progress…
Patrick
If you have an chat msn messenger … or sthg into gaim, that could be useful for me to find out the way to install this theme, and learn more about fvwm (if you have one)…
Everthing works fine except thumbnailing into Engage.
(as on the screenshot here : guistyles.com/wp-gallery/Fvw … lky-02.jpg )
I get only the icon … not the thumbnail …
hmmm
Greetz !!
(fbset… works too for the wallpaper)
===
I 'll make a HowTo Script once I am done with thumbnailing …
Hmm I go back in Fvwm, and I tested the last engage with the script for creat a thumbnail.
Don’t work now, because the configuration of engage changed. I checked and I modified the script for run thumbnail in engage. I have one problem, the new version of engage don’t post new icons in live. I must restart engage for see the new icons, it’s a big problem. I search a solution …
I worked a lot to understand a bit more linux since some time.
Now everthg works fine with fvwm (but our engage problem mini icons) ! (I made an automatic script to install/configure the linux box to ease new users: patrick295767.sitesled.com/fvwm/ … llfvwm.htm ,
which might be helping to make the wallpaper working for your config for new fvwm/linux incomers).
Why? If you wanted to do that, just create a list of packages and shunt them to apt-get directly. Note that your script does some very nasty things:
Firstly, the use of root is a little troubling. Secondly, you’re circumbventing the package manager by downloading programs that already exist in the repository for some reason I can’t understand. If you feel the need to do that then at least put the packages on hold thereafter:
echo some_package hold | sudo dpkg --set-selections
And perhaps instead of relying on the source going to /usr/local/, perhaps use checkinstall(1), but again, I see no reason why you would want to do this when they’re aleady in the repository.
(You seem to install checkinstall, but never use it.)
Thirdly, what in all that is Holy makes you think you need to set permissions of 777 on these config files. NOTHING should ever use these permissions, (save for symlinks, but their special). Since they’re in a user’s config they should be 600.
I do not know why you’re using ‘-f’ to apt-get and neither do I understand why you think you need to keep calling apt-get repeatedly, when it will accept multiple package names on one line, greatly speeding things up.
Look in the Screenshots & config section, there is a post titled “Some configs” by DidgeryDude, it is a lisk of many configs, with screenshots and download links, you might have some luck.