New display manager for GhostBSD.
Moderator: Developer
Re: New display manager for GhostBSD.
It is probably related to fish.i have the same problem on my laptop and I did not debug it yet.
- NevilleGoddard
- Developer
- Posts: 517
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
Re: New display manager for GhostBSD.
How did you take a screenshot of your login screen?
Re: New display manager for GhostBSD.
probably it was running in virtualbox ...NevilleGoddard wrote:How did you take a screenshot of your login screen?
- NevilleGoddard
- Developer
- Posts: 517
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
- NevilleGoddard
- Developer
- Posts: 517
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
Re: New display manager for GhostBSD.
I'll try debugging too
Re: New display manager for GhostBSD.
ASX is right. However for a special kind of debugging there's actually a better way: Xephyr. I've mentioned it in one of the first posts; it's a nested version of the X11 server which can come in quite handy. Basically you fire it up, giving it the screen size as a parameter. Then a blank window of say 1024x768 will pop up running an actual second X server that you can load applications on! This is perfect for testing things like a DM UI (and it's a nice thing to play with if you're interested in that kind of stuff).NevilleGoddard wrote:How did you take a screenshot of your login screen?
In case you're interested, I've referenced this in a previous post. It discusses DM creation and also details basic Xephyr usage. Good stuff!
- NevilleGoddard
- Developer
- Posts: 517
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
Re: New display manager for GhostBSD.
I tried fixing the network icon last night but didn't get anywhere.
Something I noticed but it's probably not related is when I change the configuration in lightdm-gtk-greeter.conf is my mouse theme changes. I can easily set it back through settings.
Something I noticed but it's probably not related is when I change the configuration in lightdm-gtk-greeter.conf is my mouse theme changes. I can easily set it back through settings.
- NevilleGoddard
- Developer
- Posts: 517
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
Re: New display manager for GhostBSD.
Again I don't know if this is related but ifconfig no longer works.
If I run ifconfig I get fish: Unknown command 'ifconfig'
If I run networkmgr I get :
/bin/sh: ifconfig: not found
/bin/sh: sysctl: not found
Traceback (most recent call last):
File "/usr/local/bin/netcardmgr", line 96, in <module>
autoConfigure()
File "/usr/local/bin/netcardmgr", line 48, in __init__
ifncard = netcard[0].rstrip()
IndexError: list index out of range
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
^CTraceback (most recent call last):
File "/usr/local/bin/networkmgr", line 13, in <module>
i.tray()
File "/usr/local/share/networkmgr/trayicon.py", line 335, in tray
gtk.main()
KeyboardInterrupt
If I run ifconfig I get fish: Unknown command 'ifconfig'
If I run networkmgr I get :
/bin/sh: ifconfig: not found
/bin/sh: sysctl: not found
Traceback (most recent call last):
File "/usr/local/bin/netcardmgr", line 96, in <module>
autoConfigure()
File "/usr/local/bin/netcardmgr", line 48, in __init__
ifncard = netcard[0].rstrip()
IndexError: list index out of range
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
doas: ifconfig: command not found
^CTraceback (most recent call last):
File "/usr/local/bin/networkmgr", line 13, in <module>
i.tray()
File "/usr/local/share/networkmgr/trayicon.py", line 335, in tray
gtk.main()
KeyboardInterrupt
- NevilleGoddard
- Developer
- Posts: 517
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
Re: New display manager for GhostBSD.
I disabled lightdm and logged in by tty and the command startxfce4 and ifconfig command works again. Also the network icon is blue again
i deleted slim while debugging yesterday to see if this would fix the problem. I re-installed SLiM and it doesn't work anymore. The login screen comes up and I enter name and password but it doesn't go to the desktop.
It just returns to login screen.
I enabled lightdm again and I can login OK.
i deleted slim while debugging yesterday to see if this would fix the problem. I re-installed SLiM and it doesn't work anymore. The login screen comes up and I enter name and password but it doesn't go to the desktop.
It just returns to login screen.
I enabled lightdm again and I can login OK.
- NevilleGoddard
- Developer
- Posts: 517
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
Re: New display manager for GhostBSD.
Disregard what I said about SLiM not working. It works fine after reinstalling.
While debugging I edited my .xinitrc.
I changed it back and I can login with SLiM fine.
Under SLiM the network icon is fine and the command "ifconfig" are both fine.
While debugging I edited my .xinitrc.
I changed it back and I can login with SLiM fine.
Under SLiM the network icon is fine and the command "ifconfig" are both fine.