Build made by jcas1411. All related issues should be answered here.
-
jcas1411
- White ninja

- Posts: 26
- Joined: 28 Dec 2010, 19:14
- Location: Virginia, USA
-
Contact:
Post#1
by jcas1411 » 02 Oct 2013, 19:18
Playing around with my derivative on an openbox, lxde and confused where the greeter is changeable. Everything I find it should be loading a different greeter, where can I change this to a different greeter. I'm using sbo packages.
Thanks,
John
image of greeter

Last edited by
jcas1411 on 04 Oct 2013, 18:42, edited 1 time in total.
jcas1411
-
francois
- Contributor

- Posts: 6323
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Post#2
by francois » 02 Oct 2013, 23:12
This is not a answer to your question. However, I imagine that ncmprhnsbl will answer to it.
Maybe you will be interested to the openbox module that he has developped:
viewtopic.php?f=75&t=2362&p=16890&hilit=openbox#p16890
Prendre son temps, profiter de celui qui passe.
francois
-
brokenman
- Site Admin

- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
-
Contact:
Post#3
by brokenman » 03 Oct 2013, 01:41
What is output of:
cat /etc/X11/xinit/xinitrc
How do i become super user?
Wear your underpants on the outside and put on a cape.
brokenman
-
jcas1411
- White ninja

- Posts: 26
- Joined: 28 Dec 2010, 19:14
- Location: Virginia, USA
-
Contact:
Post#4
by jcas1411 » 03 Oct 2013, 13:03
here is the output.. thanks for the help.

jcas1411
-
fanthom
- Moderator Team

- Posts: 5618
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
-
Contact:
Post#5
by fanthom » 03 Oct 2013, 16:31
@jcas1411
lxdm greeters are stored in /usr/share/lxdm/themes. default one is defined in /etc/lxdm/lxdm.conf:
Code: Select all
## the theme of greeter
theme=Industrial
Please add [Solved] to your thread title if the solution was found.
fanthom
-
jcas1411
- White ninja

- Posts: 26
- Joined: 28 Dec 2010, 19:14
- Location: Virginia, USA
-
Contact:
Post#6
by jcas1411 » 04 Oct 2013, 00:45
Yep, That begins my issue. I dont think the proper greeter is loading and I cant figure out why. Here is my lxdm.conf
Code: Select all
[base]
## uncomment and set autologin username to enable autologin
autologin=root
## uncomment and set timeout to enable timeout autologin,
## the value should >=5
# timeout=10
## default session or desktop used when no systemwide config
# session=/usr/bin/startlxde
## uncomment and set to set numlock on your keyboard
# numlock=0
## set this if you don't want to put xauth file at ~/.Xauthority
# xauth_path=/tmp
# not ask password for users who have empty password
# skip_password=1
## greeter used to welcome the user
greeter=/usr/libexec/lxdm-greeter-gtk
[server]
## arg used to start xserver, not fully function
# arg=/usr/bin/X -background vt1
# uncomment this if you really want xserver listen to tcp
# tcp_listen=1
# uncoment this if you want reset the xserver after logou
# reset=1
[display]
## gtk theme used by greeter
gtk_theme=Clearlooks
## background of the greeter
bg=/usr/share/wallpapers/stripes-lxdm.jpg
## if show bottom pane
bottom_pane=1
## if show language select control
lang=1
## if show keyboard layout select control
keyboard=0
## the theme of greeter
theme=Industrial
[input]
[userlist]
## if disable the user list control at greeter
disable=0
## whitelist user
white=
## blacklist user
black=
jcas1411
-
fanthom
- Moderator Team

- Posts: 5618
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
-
Contact:
Post#7
by fanthom » 04 Oct 2013, 09:45
i think the greater you are getting is default one. no issue there.
please replace content of /usr/share/lxdm/themes/Industrial with porteus (LXDE) one and check if it changes.
Please add [Solved] to your thread title if the solution was found.
fanthom
-
jcas1411
- White ninja

- Posts: 26
- Joined: 28 Dec 2010, 19:14
- Location: Virginia, USA
-
Contact:
Post#8
by jcas1411 » 04 Oct 2013, 18:14
I tried, booted porteus 2.0.1 32-bit and copied over the industrial theme to my world, rebooted into runlevel 4 and it still shows the greeter above. I dont think this is the industrial lxde greeter.

jcas1411
-
jcas1411
- White ninja

- Posts: 26
- Joined: 28 Dec 2010, 19:14
- Location: Virginia, USA
-
Contact:
Post#9
by jcas1411 » 04 Oct 2013, 18:40
found it.. took me a while to realize that this was a xdm greeter being loaded from an unmodified rc.4 script.

jcas1411