From 07cae73c7116aee9686432783394eaba2c854ab9 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 23 Mar 2024 21:51:55 -0300 Subject: remove extra files --- .../debian-12/install-with-dependencies.sh | 42 --------------------- user-scripts/debian-12/rosenrot-desktop-icon.png | Bin 756923 -> 0 bytes user-scripts/debian-12/rosenrot.desktop | 9 ----- 3 files changed, 51 deletions(-) delete mode 100644 user-scripts/debian-12/install-with-dependencies.sh delete mode 100644 user-scripts/debian-12/rosenrot-desktop-icon.png delete mode 100755 user-scripts/debian-12/rosenrot.desktop (limited to 'user-scripts/debian-12') diff --git a/user-scripts/debian-12/install-with-dependencies.sh b/user-scripts/debian-12/install-with-dependencies.sh deleted file mode 100644 index 687c376..0000000 --- a/user-scripts/debian-12/install-with-dependencies.sh +++ /dev/null @@ -1,42 +0,0 @@ -# Key dependencies -sudo apt install git vim gcc make -sudo apt install libwebkit2gtk-4.1-dev - -# Optional adblock -git clone https://github.com/jun7/wyebadblock -cd wyebadblock -sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav -WEBKITVER=4.1 make -sudo WEBKITVER=4.1 make install - -cd .. -mkdir -p ~/.config/wyebadblock -cd ~/.config/wyebadblock -wget https://easylist.to/easylist/easylist.txt -cd - - -cd ../.. -make build # or just make -sudo make install - -cd - -# Debian desktop icon -chmod +x rosenrot.desktop -sudo cp rosenrot.desktop /usr/share/applications -mkdir -p /opt/rosenrot -sudo cp rosenrot-desktop-icon.png /opt/rosenrot/ - -# Optionally, set a shortcut (within GNOME) -# https://askubuntu.com/questions/597395/how-to-set-custom-keyboard-shortcuts-from-terminal/1007035#1007035 -name="rose" -binding="W" -action="/usr/bin/rosenrot" - -media_keys=org.gnome.settings-daemon.plugins.media-keys -custom_kbd=org.gnome.settings-daemon.plugins.media-keys.custom-keybinding -kbd_path=/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/$name/ -new_bindings=`gsettings get $media_keys custom-keybindings | sed -e"s>'\]>','$kbd_path']>"| sed -e"s>@as \[\]>['$kbd_path']>"` -gsettings set $media_keys custom-keybindings "$new_bindings" -gsettings set $custom_kbd:$kbd_path name "$name" -gsettings set $custom_kbd:$kbd_path binding "$binding" -gsettings set $custom_kbd:$kbd_path command "$action" diff --git a/user-scripts/debian-12/rosenrot-desktop-icon.png b/user-scripts/debian-12/rosenrot-desktop-icon.png deleted file mode 100644 index 163494f..0000000 Binary files a/user-scripts/debian-12/rosenrot-desktop-icon.png and /dev/null differ diff --git a/user-scripts/debian-12/rosenrot.desktop b/user-scripts/debian-12/rosenrot.desktop deleted file mode 100755 index e6b9494..0000000 --- a/user-scripts/debian-12/rosenrot.desktop +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env xdg-open -[Desktop Entry] -Version=1.0 -Type=Application -Terminal=false -Exec=/bin/rosenrot %u -Name=Rosenrot -Comment=Minimalistic browser -Icon=/opt/rosenrot/rosenrot-desktop-icon.png -- cgit v1.2.3