You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/organisers/denbi-nodesetup.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ Switch to Instance tab, and wait for VM to spin up
81
81
- Right click on desktop -> Desktop Settings -> Background -> Select the downloaded image > STyle Centered
82
82
- Turn off unsafe paste warnings in terminal
83
83
- 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>)
84
85
85
86
Now install required general software
86
87
@@ -93,10 +94,21 @@ Now install required general software
93
94
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')
94
95
95
96
- Install general useful extras
97
+
96
98
```bash
97
99
sudo apt install tree
98
100
sudo apt install rename
99
101
```
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
+
100
112
- Install additional libraries (required for Tempest and MEGAX etc.)
0 commit comments