Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down
6 changes: 5 additions & 1 deletion fildemGMenu@gonza.com/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"3.38",
"40",
"41",
"42"
"42",
"43",
"44",
"45",
"46"
],
"url": "https://github.com/gonzaarcr/Fildem",
"uuid": "fildemGMenu@gonza.com"
Expand Down