Enlightenment DR17
mzilikazi, I just noticed that it also affected xterm when running mc. It was bad in eterm and other terminals. Very much the same things in your screenshot. I used your LANG=c command to launch mc and these cleared it up.
I'm not sure which character encoding that I'm using though, how do I check for it?
hcgtv, it would appears that the problem is not only with eterm but also other terminal when I was running mc.
I'm not sure which character encoding that I'm using though, how do I check for it?
hcgtv, it would appears that the problem is not only with eterm but also other terminal when I was running mc.
Maurice Green on Usain Bolt's 9.58: "The Earth stopped for a second, and he went to Mars."
Oh great, I'm ancient.Grifter wrote:eterm and e16 are five thousand years old, while some people still use e16, you should _really_ use a better terminal, if you want transparent backgrounds and stuff like that which eterm had, use rxvt-unicode-lite
Yeah, I knew that Eterm and E16 are getting long in tooth, however I'm using them so I could mess around a bit. There isn't a repository for E17 in Etch or a deb yet though, unless you know of one? I'll use your suggestion of rxvt-unicode-lite though. Thanks!
Maurice Green on Usain Bolt's 9.58: "The Earth stopped for a second, and he went to Mars."
e17 was being developped back when I made the switch in 2001, I was using enlightenment too at the time so I was really looking forward to the new one... only it never came... and never came... and never came... and since it's not complete yet it still hasn't come (:
Who knows though, eventually the international space station will be complete and maybe e17 will finally be ready for its inauguration (:
Who knows though, eventually the international space station will be complete and maybe e17 will finally be ready for its inauguration (:
Eagles may soar, but weasels don't get sucked into jet engines...
I would tend to think when the moon base is readyGrifter wrote:Who knows though, eventually the international space station will be complete and maybe e17 will finally be ready for its inauguration (:
Yeah, it's been a while coming but it's slowly getting there. It's actively worked on but there seems to be a lack knowing of what works in CVS and what doesn't. I have to look at the Sid repository and determine from there what I can safely compile. Also, many users get to use the CVS repository for their side projects, then they abandon them and we're not told about it. So at present, what the project lacks is communication for us testers and early adopters.
I'm hoping to see an Etch repository soon, fingers crossed.
Bert Garcia - When all you have is a keyboard
garrincha wrote: I'm not sure which character encoding that I'm using though, how do I check for it?
Code: Select all
locale -a
Code: Select all
$ tail -n 6 /etc/profile
#Added to try and fix mc and UTF8 ugliness
[ -n "$LANG" ] || LANG="en_US.UTF-8"
export PATH
umask 022
Code: Select all
alias mc="LANG=c mc"
[quote="mzilikazi"]
Thanks, I'm definitely using UTF-8, the same as you. So it seems to be a particular problem with mc and terminal. Anyway, I'm using this code you suggested for now.
Code: Select all
locale -a
Maurice Green on Usain Bolt's 9.58: "The Earth stopped for a second, and he went to Mars."
hmm... just got debian installed and wanted to go ahead with the script to install e17 but nothing happens, could you please take a care to look at this?
what do you think could be the problem?
Code: Select all
s1ngh@iNSANiTY-Debian:~/Desktop$ cd Desktop
s1ngh@iNSANiTY-Debian:~/Desktop$ cd e17
s1ngh@iNSANiTY-Debian:~/Desktop/e17$ chmod 755 easy_e17.sh
You did not execute the script!S1NGH wrote:hmm... just got debian installed and wanted to go ahead with the script to install e17 but nothing happens, could you please take a care to look at this?
what do you think could be the problem?Code: Select all
s1ngh@iNSANiTY-Debian:~/Desktop$ cd Desktop s1ngh@iNSANiTY-Debian:~/Desktop$ cd e17 s1ngh@iNSANiTY-Debian:~/Desktop/e17$ chmod 755 easy_e17.sh
Code: Select all
./easy_e17.sh
I must warn you however that building e17 from scratch is not always an easy process. You will have to find and install ALOT of dependencies before it will build (all available through apt-get). Once you've gotten through the build process successfully your subsequent builds will be much easier.
My suggestion is to simply use the Debian repository for E17. It is always very close to cvs.
Hey thanks, looks like i havn't been awake lately, i have been installing Debian the whole night via NetInstall so i think i am just blown *comforting sigh*mzilikazi wrote:You did not execute the script!S1NGH wrote:hmm... just got debian installed and wanted to go ahead with the script to install e17 but nothing happens, could you please take a care to look at this?
what do you think could be the problem?Code: Select all
s1ngh@iNSANiTY-Debian:~/Desktop$ cd Desktop s1ngh@iNSANiTY-Debian:~/Desktop$ cd e17 s1ngh@iNSANiTY-Debian:~/Desktop/e17$ chmod 755 easy_e17.sh
Better read the script first and see what it is about to do and where it intends to store everything pulled down from cvs.Code: Select all
./easy_e17.sh
I must warn you however that building e17 from scratch is not always an easy process. You will have to find and install ALOT of dependencies before it will build (all available through apt-get). Once you've gotten through the build process successfully your subsequent builds will be much easier.
My suggestion is to simply use the Debian repository for E17. It is always very close to cvs.
well anyway, could you please guide me through this, as i have a clean install of Debian and nothing installed yet and want to get E17 up and running.
If you start E17 from command line e.g. no KDM or GDM or Entrance you must use.
DO NOT use:
Add the new repository (you can use the echo command as written below but if you have no newline at the end of sources.list it doesn't work. Of course you can simply use your favorite text editor to add the new repository):
Install the new key:
Update
Install E17
NOTE - Entrance is the E17 login manager but it sometimes get's...weird and certainly does not have all of the functionality of GDM. I use Entrance on my work machine where I am the only one that ever logs in. At home I use GDM so several people can have a desktop running at the same time.
Code: Select all
startx /usr/bin/enlightenment_start
Code: Select all
startx /usr/bin/enlightenment
Code: Select all
$ su
# echo "deb http://www.edevelop.org/debian unstable main" >> /etc/apt/sources.list
Code: Select all
# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 03CA4243
# apt-key add /root/.gnupg/pubring.gpg
Code: Select all
# apt-get update
Code: Select all
# apt-get install e17 e17-extras emodules0-all
mzilikazi,
Are you running Sid or Etch?
I've thought of using the Edevelop repositories on Etch but didn't know if they would work. Beats spending all the time it takes to compile E17 from scratch every few days.
Are you running Sid or Etch?
I've thought of using the Edevelop repositories on Etch but didn't know if they would work. Beats spending all the time it takes to compile E17 from scratch every few days.
Bert Garcia - When all you have is a keyboard
Are you saying that in order for me to install E17 in my Debian/Etch box, I need to add to my source.list:mzilikazi wrote:Well I run Sid but as posted it works fine for Etch too.
Code: Select all
deb http://www.edevelop.org/debian unstable main
Also, I'm not quite clear on this:
Code: Select all
# apt-key add /root/.gnupg/pubring.gpg
Maurice Green on Usain Bolt's 9.58: "The Earth stopped for a second, and he went to Mars."
Testing is there if you want to try it but it's rather old. If you want the latest greatest use the sid repo and add the line to sources.list as is.garrincha wrote:Are you saying that in order for me to install E17 in my Debian/Etch box, I need to add to my source.list:Code: Select all
deb http://www.edevelop.org/debian unstable main
Also, I'm not quite clear on this:.Code: Select all
# apt-key add /root/.gnupg/pubring.gpg
Code: Select all
man apt-key
DESCRIPTION
apt-key is used to manage the list of keys used by apt to authenticate
packages. Packages which have been authenticated using these keys will
be considered trusted.
Code: Select all
$ su
# apt-get install gui-apt-key
# gui-apt-key
I'll have to give it a try then, thanks.mzilikazi wrote:Well I run Sid but as posted it works fine for Etch too.
Bert Garcia - When all you have is a keyboard
[quote="mzilikazi"][/quote]
Thanks. I do have E16 installed. So I'll give this a try to get the E17.
Edit: I just installed E17 (on my old disk - the one I use to make and break). I have to say, "wow" is an understatement. E17 is indeed much better than E16. At first glance, E17 seems to be slightly "bloated" but it is not and it is quite fast amazingly.
Thanks. I do have E16 installed. So I'll give this a try to get the E17.
Edit: I just installed E17 (on my old disk - the one I use to make and break). I have to say, "wow" is an understatement. E17 is indeed much better than E16. At first glance, E17 seems to be slightly "bloated" but it is not and it is quite fast amazingly.
Maurice Green on Usain Bolt's 9.58: "The Earth stopped for a second, and he went to Mars."