Skip to content
Snippets Groups Projects
Commit cd51b761 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

revert install vs code/rider as flatpak due to dependencies to host system

parent 7c9f1186
No related branches found
No related tags found
No related merge requests found
......@@ -88,11 +88,8 @@ install_firefox() {
}
install_vs_code() {
# set titlebar style: https://stackoverflow.com/questions/64344700/vscode-remove-white-file-menu-on-linux
flatpak_id="com.visualstudio.code"
install_flatpak_app $flatpak_id
make_autostart_entry vscode "Visual Studio Code" "$flatpak_run_cmd $flatpak_id"
$snap_install_cmd code $snap_classic_arg
make_autostart_entry vscode "Visual Studio Code" "code" # flatpak not possible due to sandboxing, docker forwarding not really working, tries to mount /run/... path, results in error
}
install_spotify() {
......@@ -302,7 +299,7 @@ install_virtualenv() {
}
install_rider() {
install_flatpak_app com.jetbrains.Rider
$snap_install_cmd rider $snap_classic_arg
}
install_nextcloud_client() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment