Author Topic: KDE vs Minime Konsole Behavior  (Read 1521 times)

Offline ebvt

  • Hero Member
  • *****
  • Posts: 653
  • vvv
KDE vs Minime Konsole Behavior
« on: July 14, 2011, 08:08:50 PM »
I did a very fast and successful install of Minime on an old Thinkpad yesterday and found that I could not copy the pass server sources.list which I had placed in my brand new home dir. Until I noticed that there seems to be a subtle difference between the konsole in my KDE installation and the konsole in Minime.

In KDE, calling up a konsole gets me [eb@localhost ~]$ ;  su and password -->  [root@localhost eb]#
In Minime calling up a konsole also results in [eb@localhost ~]$  but su and password  -->  [root@localhost ~]#   To get to [root@localhost eb] I have to cd /home/eb

Any ideas why this is so? No big thing to me - just a question

ebvt

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11521
  • ----IOFLU----
Re: KDE vs Minime Konsole Behavior
« Reply #1 on: July 14, 2011, 10:25:16 PM »
I did a very fast and successful install of Minime on an old Thinkpad yesterday and found that I could not copy the pass server sources.list which I had placed in my brand new home dir. Until I noticed that there seems to be a subtle difference between the konsole in my KDE installation and the konsole in Minime.

In KDE, calling up a konsole gets me [eb@localhost ~]$ ;  su and password -->  [root@localhost eb]#
In Minime calling up a konsole also results in [eb@localhost ~]$  but su and password  -->  [root@localhost ~]#   To get to [root@localhost eb] I have to cd /home/eb

Any ideas why this is so? No big thing to me - just a question

ebvt

In MiniMe the command su is aliased to su -.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline ebvt

  • Hero Member
  • *****
  • Posts: 653
  • vvv
Re: KDE vs Minime Konsole Behavior
« Reply #2 on: July 15, 2011, 04:25:11 AM »
Thanks for the info, O-P.

ebvt