
This patch makes it possible to build the Virtualbox-compatible OVA archive withouth using vagrant, virtualbox, or vmware-specific tools. Currently the created ova archive can be imported on VirtualBox and VMWare Player, the disk image itself can be used with libvirt (qemu-kvm). It contains all the drivers that enables using it as a desktop system with shared clipboard, auto-resizing display, etc. Since the diskimage-builder method installs in chroot, there is no way to pre-install devstack by running stack.sh. The image makes a best effort including all the deb and pip packages to make the first run of stack.sh as short as possible. Change-Id: Ie1f6e44db7e0af8d072cfdf16ace1ba3f749c246
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
favorites=exo-file-manager.desktop,firefox.desktop,geany.desktop,xchat.desktop,exo-terminal-emulator.desktop,hexchat.desktop
|
|
recent=
|
|
button-title=Menu
|
|
button-icon=xfce4-whiskermenu
|
|
show-button-title=true
|
|
show-button-icon=true
|
|
launcher-show-name=true
|
|
launcher-show-description=true
|
|
item-icon-size=2
|
|
hover-switch-category=false
|
|
category-icon-size=1
|
|
load-hierarchy=false
|
|
favorites-in-recent=true
|
|
display-recent-default=false
|
|
position-search-alternate=false
|
|
position-commands-alternate=false
|
|
menu-width=400
|
|
menu-height=500
|
|
command-settings=xfce4-settings-manager
|
|
show-command-settings=true
|
|
command-lockscreen=xflock4
|
|
show-command-lockscreen=true
|
|
command-switchuser=gdmflexiserver
|
|
show-command-switchuser=true
|
|
command-logout=xfce4-session-logout
|
|
show-command-logout=true
|
|
command-menueditor=menulibre
|
|
show-command-menueditor=true
|
|
search-actions=4
|
|
|
|
[action0]
|
|
name=Man Pages
|
|
pattern=#
|
|
command=exo-open --launch TerminalEmulator man %s
|
|
regex=false
|
|
|
|
[action1]
|
|
name=Wikipedia
|
|
pattern=!w
|
|
command=exo-open --launch WebBrowser http://en.wikipedia.org/wiki/%u
|
|
regex=false
|
|
|
|
[action2]
|
|
name=Run in Terminal
|
|
pattern=!
|
|
command=exo-open --launch TerminalEmulator %s
|
|
regex=false
|
|
|
|
[action3]
|
|
name=Open URI
|
|
pattern=^(file|http|https):\\/\\/(.*)$
|
|
command=exo-open \\0
|
|
regex=true
|
|
|