tweak: reorg

This commit is contained in:
NunoSempere 2022-12-12 12:45:41 +00:00
parent efb0491d1b
commit 19d8b63387
3 changed files with 13 additions and 0 deletions

9
ubuntu-stuff/rose.desktop Executable file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 KiB

View File

@ -1,5 +1,6 @@
sudo apt install libwebkit2gtk-4.0-dev
sudo apt install clang
# sudo apt instal sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
git clone https://github.com/jun7/wyebadblock
cd wyebadblock
@ -11,3 +12,6 @@ cp config.def.h config.h
sed "s/fenze/$user/g" config.h
./install.sh
chmod +x ./ubuntu-stuff/rose.desktop
cp ./ubuntu-stuff/rose.desktop /usr/share/applications