New display manager for GhostBSD.

Open development discussions

Moderator: Developer

User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: New display manager for GhostBSD.

Post by NevilleGoddard »

Under SLiM if I run networkmgr I get this:


Your wired network card is already configured.
ifconfig: interface wlan0 does not exist
ifconfig: interface wlan0 does not exist
ifconfig: interface wlan0 does not exist
ifconfig: interface wlan0 does not exist
ifconfig: interface wlan0 does not exist
ifconfig: interface wlan0 does not exist
ifconfig: interface wlan0 does not exist
ifconfig: interface wlan0 does not exist
^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
keef@keef ~> Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/share/networkmgr/trayicon.py", line 305, in checkloop
self.nmMenu = self.nm_menu()
File "/usr/local/share/networkmgr/trayicon.py", line 150, in nm_menu
elif ifWlanDisable() is False:
File "/usr/local/share/networkmgr/net_api.py", line 104, in ifWlanDisable
nics = Popen(cmd, shell=True, stdout=PIPE, close_fds=True)
File "/usr/local/lib/python2.7/subprocess.py", line 390, in __init__
errread, errwrite)
File "/usr/local/lib/python2.7/subprocess.py", line 1010, in _execute_child
_close_in_parent(c2pwrite)
File "/usr/local/lib/python2.7/subprocess.py", line 902, in _close_in_parent
os.close(fd)
OSError: [Errno 9] Bad file descriptor
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: New display manager for GhostBSD.

Post by NevilleGoddard »

I'm wondering if the gtk-greeter has been ported properly to FreeBSD.

It keeps changing my mouse cursor back to the default "Adwaita" (I think) theme from my installed theme.

Under SLiM I would

1: download cursor theme
2: as root unpack it to /usr/local/share/icons
3. select new theme in settings

and everything would be be fine


Under gtk-greeter the above steps don't work. The mouse cursor theme is sometimes my theme in some windows and in other windows it is the default Adwaita.

I tried using the update-alternatives method found on some forums. These steps fix the problem for linux but not for FreeBSD.

Also under linux you can put in the gtk-greeter.conf file "mouse-cursor-theme=YourTheme" and the mouse theme should change in the greeter, but this doesn't work either.

The mouse cursor problem was fixed for linux users back in (I think) 2015.

I mailed the maintainer of gtk-greeter about it last night. Maybe he has a fix for it.
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: New display manager for GhostBSD.

Post by NevilleGoddard »

I just found a fix for it.

I did the command "sudo -i"

then "dconf-editor"

and changed the default cursor theme there. However there may be another way I'll try out on my laptop when I get it running
Post Reply