rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit 7cecf5ae3a0cd4df1388d87079dc4cfd74f7b842
parent 49df138b36f9b8fe898dad69a3cdb71027a0ae60
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Mon, 27 Mar 2023 19:28:43 -0600

fix: rename filepath after dirchange

Diffstat:
Mconfig.h | 2+-
Mplugins/readability/readability.c | 2+-
Mplugins/style/style.c | 2+-
Ascreenshot/1.png | 0
Ascreenshot/2-blog.png | 0
Ascreenshot/3-multiple-tabs.png | 0
Muser-scripts/ubuntu-20.04/rose.desktop | 2+-
7 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config.h b/config.h @@ -20,7 +20,7 @@ #define GTK "gtk-application-prefer-dark-theme", false, "gtk-enable-animations", false #define ROSE_HOMEPAGE true -#define HOME ROSE_HOMEPAGE ? "file:///home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png" : "https://lite.duckduckgo.com/html" +#define HOME ROSE_HOMEPAGE ? "file:///home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png" : "https://lite.duckduckgo.com/html" #define SEARCH "https://lite.duckduckgo.com/html/?q=%s" #define CACHE_DIR "/home/loki/.cache/rose" diff --git a/plugins/readability/readability.c b/plugins/readability/readability.c @@ -4,7 +4,7 @@ #define READABILITY_N 85133 + 1000 void read_readability_js(char* string){ - FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/plugins/readability/readability.js", "r"); + FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/plugins/readability/readability.js", "r"); if (!fp) { // fp is NULL, fopen failed fprintf(stderr, "Failed to open file\n"); string=NULL; diff --git a/plugins/style/style.c b/plugins/style/style.c @@ -4,7 +4,7 @@ #define STYLE_N 1393 + 1 void read_style_js(char* string){ - FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/plugins/style/style.js", "r"); + FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/plugins/style/style.js", "r"); if (!fp) { // fp is NULL, fopen failed fprintf(stderr, "Failed to open file\n"); string=NULL; diff --git a/screenshot/1.png b/screenshot/1.png Binary files differ. diff --git a/screenshot/2-blog.png b/screenshot/2-blog.png Binary files differ. diff --git a/screenshot/3-multiple-tabs.png b/screenshot/3-multiple-tabs.png Binary files differ. diff --git a/user-scripts/ubuntu-20.04/rose.desktop b/user-scripts/ubuntu-20.04/rose.desktop @@ -6,4 +6,4 @@ Terminal=false Exec= /usr/bin/rose %u Name=Rose Comment=Minimalistic browser -Icon=/home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png +Icon=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png