(SOLVED)Darkside32 install question.

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
User avatar
vic
Godot
Posts: 2117
Joined: Wed Oct 17, 2012 10:11 am
Location: /bin

(SOLVED)Darkside32 install question.

Unread post by vic » Fri Jun 21, 2013 4:23 pm

Have installed Darkside32 three times. Two to hd, once to persistent usb. On all three occasions the same thing has happened. The cli applications menu from the live install does not show up in the Ob menu when installed. Why? The applications are there, they are just not in the menu. It is not important, just wondering:)
Last edited by vic on Sat Jun 22, 2013 8:05 am, edited 1 time in total.

sunfizz98
Oyster-Slurper
Posts: 21
Joined: Thu Oct 18, 2012 9:42 pm

Re: Darkside32 install question.

Unread post by sunfizz98 » Fri Jun 21, 2013 8:59 pm

Have you checked the config for menu.xml via obmenu? Will need to test drive darkside myself...

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: Darkside32 install question.

Unread post by pidsley » Fri Jun 21, 2013 9:42 pm

I'm sure bacon will be along shortly to clear this up, but for now it looks to me like the CLI Applications menu is included in the live user's menu.xml, but is not included in /etc/skel/.config/openbox/menu.xml (this file is used to create the menu.xml for a new installed user). So new installed users don't get the CLI apps menu.

If you want to fix this, you can boot the live session and save ~/.config/openbox/menu.xml somewhere (on a USB stick or NFS share, for example) then reboot into your installed session and copy the saved menu.xml file into ~/.config/openbox. Run "openbox --reconfigure" to make the change take effect.

If you wait, bacon will probably have a better solution...

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Darkside32 install question.

Unread post by machinebacon » Sat Jun 22, 2013 5:41 am

He doesn't, and is wondering what happened to the menu.xml

For now Pidsley's idea works, but I'll upload the menu.xml onto the server in a moment and add a link here :D
..gnutella..

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Darkside32 install question.

Unread post by machinebacon » Sat Jun 22, 2013 6:23 am

http://linuxbbq.org/shared/menu.xml

And here (line ~91 it start in your menu.xml)

Code: Select all

		<menu id="root-menu-53513" label="CLI Apps">
			<item label="Abook Address Book">
				<action name="Execute">
					<command>terminator --command="abook"</command>
				</action>
			</item>
			<item label="Alsamixer Mixer">
				<action name="Execute">
					<command>terminator --command="alsamixer"</command>
				</action>
			</item>
			<item label="Bc Calculator">
				<action name="Execute">
					<command>terminator --command="bc"</command>
				</action>
			</item>
			<item label="Ceni Network Configurator">
				<action name="Execute">
					<command>terminator --command="Ceni"</command>
				</action>
			</item>
			<item label="Centericq ICQ Client">
				<action name="Execute">
					<command>terminator --command="centericq"</command>
				</action>
			</item>
			<item label="Centerim Instant Messenger">
				<action name="Execute">
					<command>terminator --command="centerim"</command>
				</action>
			</item>
			<item label="Dhex Hex Edtor">
				<action name="Execute">
					<command>terminator --command="dhex"</command>
				</action>
			</item>
			<menu id="root-menu-53513-914621" label="Games">
				<item label="bastet">
					<action name="Execute">
						<command>terminator --command="bastet"</command>
					</action>
				</item>
				<item label="rogue">
					<action name="Execute">
						<command>terminator --command="rogue"</command>
					</action>
				</item>
				<item label="ninvaders">
					<action name="Execute">
						<command>terminator --command="ninvanders"</command>
					</action>
				</item>
				<item label="freesweep">
					<action name="Execute">
						<command>terminator --command="treesweep"</command>
					</action>
				</item>
				<item label="pacman4console">
					<action name="Execute">
						<command>terminator --command="pacman4console"</command>
					</action>
				</item>
				<item label="adventure">
					<action name="Execute">
						<command>terminator --command="adventure"</command>
					</action>
				</item>
				<item label="phantasia">
					<action name="Execute">
						<command>terminator --command="phantasia"</command>
					</action>
				</item>
				<item label="worm">
					<action name="Execute">
						<command>terminator --command="worm"</command>
					</action>
				</item>
				<item label="cribbage">
					<action name="Execute">
						<command>terminator --command="cribbage"</command>
					</action>
				</item>
				<item label="snake">
					<action name="Execute">
						<command>terminator --command="snake"</command>
					</action>
				</item>
				<item label="wargames">
					<action name="Execute">
						<command>terminator --command="wargames"</command>
					</action>
				</item>
				<item label="sail">
					<action name="Execute">
						<command>terminator --command="sail"</command>
					</action>
				</item>
				<item label="robots">
					<action name="Execute">
						<command>terminator --command="robots"</command>
					</action>
				</item>
				<item label="monop">
					<action name="Execute">
						<command>terminator --command="monop"</command>
					</action>
				</item>
				<item label="boggle">
					<action name="Execute">
						<command>terminator --command="boggle"</command>
					</action>
				</item>
				<item label="hangman">
					<action name="Execute">
						<command>terminator --command="hangman"</command>
					</action>
				</item>
				<item label="hack">
					<action name="Execute">
						<command>terminator --command="hack"</command>
					</action>
				</item>
				<item label="backgammon">
					<action name="Execute">
						<command>terminator --command="backgammon"</command>
					</action>
				</item>
				<item label="mille">
					<action name="Execute">
						<command>terminator --command="mille"</command>
					</action>
				</item>
				<item label="canfield">
					<action name="Execute">
						<command>terminator --command="canfield"</command>
					</action>
				</item>
				<item label="wump">
					<action name="Execute">
						<command>terminator --command="wump"</command>
					</action>
				</item>
				<item label="tetris">
					<action name="Execute">
						<command>terminator --command="tetris"</command>
					</action>
				</item>
				<item label="gomoku">
					<action name="Execute">
						<command>terminator --command="gomoku"</command>
					</action>
				</item>
				<item label="trek">
					<action name="Execute">
						<command>terminator --command="trek"</command>
					</action>
				</item>
				<item label="battlestar">
					<action name="Execute">
						<command>terminator --command="battlestar"</command>
					</action>
				</item>
			</menu>
			<item label="Htop Process Viewer">
				<action name="Execute">
					<command>terminator --command="htop"</command>
				</action>
			</item>
			<item label="Irssi IRC Chat Client">
				<action name="Execute">
					<command>terminator --command="irssi"</command>
				</action>
			</item>
			<item label="Links2 Web Browser">
				<action name="Execute">
					<command>terminator --command="links2 http://startpage.com"</command>
				</action>
			</item>
			<item label="Mc Midnight Commander">
				<action name="Execute">
					<command>terminator --command="mc"</command>
				</action>
			</item>
			<item label="Mcedit Editor">
				<action name="Execute">
					<command>terminator --command="mcedit"</command>
				</action>
			</item>
			<item label="Mutt Mail Client">
				<action name="Execute">
					<command>terminator --command="mutt"</command>
				</action>
			</item>
			<item label="Nano Editor">
				<action name="Execute">
					<command>terminator --command="nano"</command>
				</action>
			</item>
			<item label="Ncdu Disk Usage Analyzer">
				<action name="Execute">
					<command>terminator --command="ncdu /"</command>
				</action>
			</item>
			<item label="Newsbeuter RSS Reader">
				<action name="Execute">
					<command>terminator --command="newsbeuter"</command>
				</action>
			</item>
			<item label="Ranger File Manager">
				<action name="Execute">
					<command>terminator --command="ranger"</command>
				</action>
			</item>
			<item label="Rtorrent Bittorrent Client">
				<action name="Execute">
					<command>terminator --command="rtorrent"</command>
				</action>
			</item>
			<item label="Sc Spreadsheet">
				<action name="Execute">
					<command>terminator --command="sc"</command>
				</action>
			</item>
			<item label="Tina Personal Manager">
				<action name="Execute">
					<command>terminator --command="tina"</command>
				</action>
			</item>
			<item label="TV Player">
				<action name="Execute">
					<command>terminator --command="tv"</command>
				</action>
			</item>
			<item label="Vi Editor">
				<action name="Execute">
					<command>terminator --command="vi"</command>
				</action>
			</item>
			<item label="Wordgrinder Text Processor">
				<action name="Execute">
					<command>terminator --command="wordgrinder"</command>
				</action>
			</item>
			<item label="Wyrd Calendar">
				<action name="Execute">
					<command>terminator --command="wyrd"</command>
				</action>
			</item>
			<menu id="root-menu-53513-29820" label="BBQ Tools">
				<item label="Disk Usage Analyzer">
					<action name="Execute">
						<command>bbqdf</command>
					</action>
				</item>
				<item label="Snapshot ISO Creator">
					<action name="Execute">
						<command>terminator --command="bbqsnapshot"</command>
					</action>
				</item>
				<item label="Radio Player">
					<action name="Execute">
						<command>bbqradio-gui</command>
					</action>
				</item>
				<item label="Copy ISO to USB">
					<action name="Execute">
						<command>bbqusb</command>
					</action>
				</item>
				<item label="Egg Timer">
					<action name="Execute">
						<command>bbqalarm</command>
					</action>
				</item>
				<item label="Roaster Browser">
					<action name="Execute">
						<command>roaster</command>
					</action>
				</item>
				<item label="RoastYourOwn Package Selector">
					<action name="Execute">
						<command>terminator --command="roastyourown"</command>
					</action>
				</item>
			</menu>
			<separator/>
			<item label="Htop Process Viewer (root)">
				<action name="Execute">
					<command>terminator --command="sudo htop"</command>
				</action>
			</item>
			<item label="Mc Midnight Commander (root)">
				<action name="Execute">
					<command>terminator --command="sudo mc"</command>
				</action>
			</item>
			<item label="Mcedit Editor (root)">
				<action name="Execute">
					<command>terminator --command="sudo mcedit"</command>
				</action>
			</item>
			<item label="Nano Editor (root)">
				<action name="Execute">
					<command>terminator --command="sudo nano"</command>
				</action>
			</item>
			<item label="Ncdu Disk Usage Analyzer (root)">
				<action name="Execute">
					<command>terminator --command="sudo ncdu /"</command>
				</action>
			</item>
			<item label="Orphaner Package Janitor (root)">
				<action name="Execute">
					<command>terminator --command="sudo orphaner"</command>
				</action>
			</item>
			<item label="Ranger File Manager (root)">
				<action name="Execute">
					<command>terminator --command="sudo ranger"</command>
				</action>
			</item>
			<item label="Vi Editor (root)">
				<action name="Execute">
					<command>terminator --command="sudo vi"</command>
				</action>
			</item>
		</menu>
..gnutella..

User avatar
vic
Godot
Posts: 2117
Joined: Wed Oct 17, 2012 10:11 am
Location: /bin

Re: Darkside32 install question.

Unread post by vic » Sat Jun 22, 2013 8:04 am

copied&pasted, ok now, thanks a lot:)

Post Reply