Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix app folder perms #4

Merged
merged 3 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN \
chmod +x /tmp/altus.app && \
./altus.app --appimage-extract && \
mv squashfs-root /opt/altus && \
find /opt/altus -type d -exec chmod go+rx {} + && \
sed -i 's|</applications>| <application title="Altus*" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
echo "**** cleanup ****" && \
apt-get autoclean && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **29.01.24:** - Structural changes for v5.
* **07.12.23:** - Initial release.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ app_setup_block: |

# changelog
changelogs:
- { date: "29.01.24:", desc: "Structural changes for v5." }
- { date: "07.12.23:", desc: "Initial release." }
2 changes: 1 addition & 1 deletion root/defaults/autostart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/opt/altus/altus --no-sandbox
/opt/altus/Altus --no-sandbox
2 changes: 1 addition & 1 deletion root/defaults/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<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="Altus" icon="/opt/altus/usr/share/icons/hicolor/0x0/apps/altus.png"><action name="Execute"><command>/opt/altus/altus --no-sandbox</command></action></item>
<item label="Altus" icon="/opt/altus/Altus.png"><action name="Execute"><command>/opt/altus/Altus --no-sandbox</command></action></item>
</menu>
</openbox_menu>