tweak: reorg
This commit is contained in:
parent
efb0491d1b
commit
19d8b63387
9
ubuntu-stuff/rose.desktop
Executable file
9
ubuntu-stuff/rose.desktop
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/usr/bin/env xdg-open
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Type=Application
|
||||||
|
Terminal=false
|
||||||
|
Exec= /usr/bin/rose
|
||||||
|
Name=Rose
|
||||||
|
Comment=Minimalistic browser
|
||||||
|
Icon=/home/loki/Documents/core/software/fresh/linux/rose/ubuntu-stuff/rose.png
|
BIN
ubuntu-stuff/rose.png
Normal file
BIN
ubuntu-stuff/rose.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 625 KiB |
|
@ -1,5 +1,6 @@
|
||||||
sudo apt install libwebkit2gtk-4.0-dev
|
sudo apt install libwebkit2gtk-4.0-dev
|
||||||
sudo apt install clang
|
sudo apt install clang
|
||||||
|
# sudo apt instal sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
|
||||||
|
|
||||||
git clone https://github.com/jun7/wyebadblock
|
git clone https://github.com/jun7/wyebadblock
|
||||||
cd wyebadblock
|
cd wyebadblock
|
||||||
|
@ -11,3 +12,6 @@ cp config.def.h config.h
|
||||||
sed "s/fenze/$user/g" config.h
|
sed "s/fenze/$user/g" config.h
|
||||||
|
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|
||||||
|
chmod +x ./ubuntu-stuff/rose.desktop
|
||||||
|
cp ./ubuntu-stuff/rose.desktop /usr/share/applications
|
Loading…
Reference in New Issue
Block a user