From 70fca7880bfe933223d6f13b04809f87deabfd9c Mon Sep 17 00:00:00 2001 From: "M. Oly Mahmud" Date: Wed, 4 Sep 2024 12:58:50 +0600 Subject: [PATCH 1/2] support for GNOME 43,44,45,46 --- fildemGMenu@gonza.com/metadata.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fildemGMenu@gonza.com/metadata.json b/fildemGMenu@gonza.com/metadata.json index ac650b8..b6cb2b2 100644 --- a/fildemGMenu@gonza.com/metadata.json +++ b/fildemGMenu@gonza.com/metadata.json @@ -7,7 +7,11 @@ "3.38", "40", "41", - "42" + "42", + "43", + "44", + "45", + "46" ], "url": "https://github.com/gonzaarcr/Fildem", "uuid": "fildemGMenu@gonza.com" From 79e75c7482a026acfab408750482914ecb43afc5 Mon Sep 17 00:00:00 2001 From: OlyMahmudMugdho Date: Wed, 4 Sep 2024 13:06:08 +0600 Subject: [PATCH 2/2] added autostart config --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d59fcf9..ae606d8 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,12 @@ You can build a working package with `makepkg -si` #### Dependencies Arch: `bamf appmenu-gtk-module libkeybinder3 libdbusmenu-gtk2 libdbusmenu-gtk3 libdbusmenu-qt5` - Ubuntu `libbamf3-dev bamfdaemon libkeybinder-3.0-dev appmenu-gtk2-module appmenu-gtk3-module unity-gtk-module-common` + Ubuntu `libbamf3-dev bamfdaemon libkeybinder-3.0-dev appmenu-gtk2-module appmenu-gtk3-module unity-gtk-module-common` + Debian : `libbamf3-dev bamfdaemon libkeybinder-3.0-dev appmenu-gtk2-module appmenu-gtk3-module` Install the extension by moving `fildemGMenu@gonza.com` to `~/.local/share/gnome-shell/extensions/`. -Run `setup.py install --optimize=1`. +Run `sudo python3 setup.py install --optimize=1`. You will be asked if you want to run fildem at startup, This is completely optional, but it is recommended. @@ -58,6 +59,18 @@ In order for the application to work, you must configure the following files (ap [Settings] gtk-modules="appmenu-gtk-module" ``` +- Create a `fildem.desktop` file at `~/.config/autostart/` +- Paste the following code to the `fildem.desktop` file : + ``` + [Desktop Entry] + Type=Application + Exec=fildem + Hidden=false + NoDisplay=false + X-GNOME-Autostart-enabled=true + Name=Fildem + Comment=Run Fildem on startup + ``` ## Running