Skip to content

Commit bbf3eb1

Browse files
authored
Merge pull request #387 from DSD-DBS/add-workspace-to-explorer-sidebar
feat: Add /workspace to file explorer sidebar
2 parents 5860262 + 560c611 commit bbf3eb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

capella/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ RUN mkdir -p /opt/capella/configuration/.settings; \
140140
chown -R techuser /workspace && \
141141
chmod -R 777 /opt/capella/configuration && \
142142
chmod -R 777 /opt/capella/p2/org.eclipse.equinox.p2.engine/profileRegistry && \
143-
chown techuser /opt /opt/capella/capella.ini
143+
chown techuser /opt /opt/capella/capella.ini && \
144+
mkdir -p /home/techuser/.config/gtk-3.0 && \
145+
echo "file:///workspace" >> ~/.config/gtk-3.0/bookmarks
144146

145147
RUN echo '-Dosgi.configuration.area=file:/opt/capella/configuration' >> /opt/capella/capella.ini
146148
COPY setup/* /opt/setup/

0 commit comments

Comments
 (0)