mirror of
https://github.com/linuxserver/docker-rdesktop.git
synced 2026-02-20 06:16:43 +08:00
Fix missing openbox package
This commit is contained in:
parent
536fc2c0c5
commit
5e1cb49cee
@ -13,6 +13,7 @@ RUN \
|
||||
dnf install -y --setopt=install_weak_deps=False --best \
|
||||
chromium \
|
||||
obconf-qt \
|
||||
openbox \
|
||||
st && \
|
||||
echo "**** application tweaks ****" && \
|
||||
mv \
|
||||
|
||||
@ -13,6 +13,7 @@ RUN \
|
||||
dnf install -y --setopt=install_weak_deps=False --best \
|
||||
chromium \
|
||||
obconf-qt \
|
||||
openbox \
|
||||
st && \
|
||||
echo "**** application tweaks ****" && \
|
||||
mv \
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openbox_menu xmlns="http://openbox.org/3.4/menu">
|
||||
<menu id="root-menu" label="MENU">
|
||||
<item label="xterm" icon="/usr/share/pixmaps/xterm-color_48x48.xpm"><action name="Execute"><command>/usr/bin/xterm</command></action></item>
|
||||
<item label="st"><action name="Execute"><command>/usr/bin/st</command></action></item>
|
||||
<item label="Leafpad" icon="/usr/share/icons/hicolor/32x32/apps/leafpad.png"><action name="Execute"><command>/usr/bin/leafpad</command></action></item>
|
||||
<item label="Chromium" icon="/usr/share/icons/hicolor/48x48/apps/chromium.png"><action name="Execute"><command>/usr/bin/chromium-browser</command></action></item>
|
||||
<item label="OBConf" icon="/usr/share/icons/hicolor/48x48/apps/obconf-qt.png"><action name="Execute"><command>/usr/bin/obconf-qt</command></action></item>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user