check out that ubuntu 20 installation files also work with debian 12
This commit is contained in:
parent
c90c819268
commit
a590cc708d
24
user-scripts/debian-12/install-with-dependencies.sh
Normal file
24
user-scripts/debian-12/install-with-dependencies.sh
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Key dependencies
|
||||
sudo apt install git vim gcc make
|
||||
sudo apt install libwebkit2gtk-4.0-dev
|
||||
|
||||
# Optional adblock
|
||||
git clone https://github.com/jun7/wyebadblock
|
||||
cd wyebadblock
|
||||
sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
|
||||
make
|
||||
sudo 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 -
|
||||
# Ubuntu desktop icon
|
||||
chmod +x rose.desktop
|
||||
sudo cp rose.desktop /usr/share/applications
|
9
user-scripts/debian-12/rose-GIO_MODULE_DIR.desktop
Executable file
9
user-scripts/debian-12/rose-GIO_MODULE_DIR.desktop
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose.sh %u
|
||||
Name=Rose
|
||||
Comment=Minimalistic browser
|
||||
Icon=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png
|
BIN
user-scripts/debian-12/rose-images/rose-1.png
Normal file
BIN
user-scripts/debian-12/rose-images/rose-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 625 KiB |
BIN
user-scripts/debian-12/rose-images/rose-2.png
Normal file
BIN
user-scripts/debian-12/rose-images/rose-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 474 KiB |
BIN
user-scripts/debian-12/rose-images/rose-desktop-icon.png
Normal file
BIN
user-scripts/debian-12/rose-images/rose-desktop-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 739 KiB |
BIN
user-scripts/debian-12/rose-images/rose-homepage-1.6-zoom.png
Normal file
BIN
user-scripts/debian-12/rose-images/rose-homepage-1.6-zoom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
BIN
user-scripts/debian-12/rose-images/rose-homepage-2.png
Normal file
BIN
user-scripts/debian-12/rose-images/rose-homepage-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 142 KiB |
BIN
user-scripts/debian-12/rose-images/rose-homepage.png
Normal file
BIN
user-scripts/debian-12/rose-images/rose-homepage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 474 KiB |
1
user-scripts/debian-12/rose-images/rose-src.txt
Normal file
1
user-scripts/debian-12/rose-images/rose-src.txt
Normal file
|
@ -0,0 +1 @@
|
|||
<https://www.onlygfx.com/red-rose-png-image-transparent/>
|
9
user-scripts/debian-12/rose.desktop
Executable file
9
user-scripts/debian-12/rose.desktop
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=/bin/rose %u
|
||||
Name=Rose
|
||||
Comment=Minimalistic browser
|
||||
Icon=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png
|
3
user-scripts/debian-12/rose.sh
Executable file
3
user-scripts/debian-12/rose.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/ /bin/rose "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user