Backbox 4: apps don't appare in the apps menu [SOLVED]

Started by bartx, November 10, 2014, 03:09:05 PM

Previous topic - Next topic

bartx

hi to all, i just install backbox 4, and i see that if i install some apps (bum, grub customizer, and others) i can't see this in the backbox menu, also i cant'see too items in the system submenu, if i login whit xfce session i find everithing.
i try to see in the menu option if this apps are hidden, but all the items are visible

and also i can't disable some services (ssh, for exemple) from but or from the shell (update-rd.c), this problem also i was in backbox 3.19

any idea?

ZEROF

#1
Hi bartx,

BBox is made to run with xfce session. You can use sysv-rc-conf tool for disabling any services from boot.

sudo apt-get install sysv-rc-conf

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

bartx

#2
i know sysv-rc-conf, but is the same of bum or update-rc.d, ssh appear disabled, but the daemon is running



i know that backbox is working with xfce menu, but in the menu, when i open a standar backbox session, some application are missing, if i open at the login, standard xfce session all application appear, as exception of backbox applications





bartx

the ssh isn't in the rc.d directory, for stopping ssh starting at the boot is needed to comment the line start on boot in the /etc/init/ssh,conf


ZEROF

#4
Yep,

sudo mv /etc/init/ssh.conf /etc/init/ssh.conf.disabled

Reboot. Will do the trick.

You can mark topic as SOLVED.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*