Skip to content

Commit a910b9a

Browse files
committed
Add additional desktop env configuration
1 parent d85a955 commit a910b9a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/organisers/denbi-nodesetup.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Switch to Instance tab, and wait for VM to spin up
8181
- Right click on desktop -> Desktop Settings -> Background -> Select the downloaded image > STyle Centered
8282
- Turn off unsafe paste warnings in terminal
8383
- Open Terminal -> Edit -> Preferences -> 'Untick Show unsafe paste dialog'
84+
- In file browser navigate to `/vol/volume/` and bookmark to the side bar by pressing 'Bookmarks' menu and 'Add Bookmark' (or <kbd>Ctrl</kbd> + <kbd>D</kbd>)
8485

8586
Now install required general software
8687

@@ -93,10 +94,21 @@ Now install required general software
9394
Once made, can also drag and drop to the desktop from X Applications > Office > Document Viewer (click on the desktop shortcut once and 'mark as executable')
9495

9596
- Install general useful extras
97+
9698
```bash
9799
sudo apt install tree
98100
sudo apt install rename
99101
```
102+
103+
- Install extra packages for basic functionality to work
104+
105+
```bash
106+
sudo apt install libqt5svg5 ## for below
107+
sudo apt install xdg-desktop-portal xdg-desktop-portal-kde xdg-desktop-portal-gtk ## for pavian to work
108+
```
109+
110+
Restart!
111+
100112
- Install additional libraries (required for Tempest and MEGAX etc.)
101113

102114
```bash
@@ -432,4 +444,7 @@ Changes from 2024:
432444
- Add markdown file with commands
433445
- Redownload k8s calN50.js file
434446
- Tessa: pin to ancient IGV (2.4) and GATK to v8
447+
- Keri
448+
- New taxdb file
449+
- New analyslys.pynbnb file
435450
-->

0 commit comments

Comments
 (0)