error while running make install
FidelVe opened this issue · 1 comments
FidelVe commented
(1) Issue/Bug Description/Video Capture/Screenshots
while trying to install, after cloning the repo and executing make install
im getting the following error
make install
mkdir -p /home/fidel/.local/share/gnome-shell/extensions/"forge@jmmaranan.com"
cp -r temp/* /home/fidel/.local/share/gnome-shell/extensions/"forge@jmmaranan.com"
cp: cannot stat 'temp/*': No such file or directory
make: *** [Makefile:84: install] Error 1
(2) Steps to reproduce
No response
(3) Distribution and Linux version
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
Linux laptop 5.15.0-97-generic #107-Ubuntu SMP Wed Feb 7 13:26:48 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
(4) Journal Logs from the last hour
journalctl --since='1 hour ago' --follow /usr/bin/gnome-shell
mar 01 20:56:27 laptop gnome-shell[1240721]: JS ERROR: Failed to initialize fprintd service: Gio.IOErrorEnum: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:114:23
mar 01 20:56:29 laptop ubuntu-appindicators@ubuntu.com[1240721]: unable to update icon for software-update-available
mar 01 20:56:29 laptop ubuntu-appindicators@ubuntu.com[1240721]: unable to update icon for livepatch
mar 01 20:56:29 laptop ubuntu-appindicators@ubuntu.com[1240721]: unable to update icon for dropbox-client-1241200
mar 01 20:56:29 laptop ubuntu-appindicators@ubuntu.com[1240721]: unable to update icon for dropbox-client-1241200
mar 01 20:56:29 laptop gnome-shell[1240721]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
mar 01 20:56:29 laptop gnome-shell[1240721]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
mar 01 20:56:29 laptop gnome-shell[1240721]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
mar 01 20:56:29 laptop gnome-shell[1240721]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
mar 01 20:56:29 laptop gnome-shell[1240721]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
mar 01 20:56:29 laptop gnome-shell[1240721]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
mar 01 20:56:29 laptop gnome-shell[1240721]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
mar 01 20:56:29 laptop gnome-shell[1240721]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
mar 01 20:56:29 laptop gnome-shell[1240721]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
mar 01 20:56:29 laptop gnome-shell[1240721]: DING: Detected async api for thumbnails
mar 01 20:56:30 laptop gnome-shell[1240721]: DING: GNOME nautilus 42.6
GNOME Shell version
GNOME Shell 42.9
Forge version
00
Other installed/enabled extensions
ding@rastersoft.com
Name: Desktop Icons NG (DING)
Description: Adds icons to the desktop. Fork of the original Desktop Icons extension, with several enhancements .
Path: /usr/share/gnome-shell/extensions/ding@rastersoft.com
URL: https://gitlab.com/rastersoft/desktop-icons-ng
State: ENABLED
ubuntu-appindicators@ubuntu.com
Name: Ubuntu AppIndicators
Description: Support app indicators and legacy tray icons in top panel, as the default Ubuntu experience. System update of AppIndicator and KStatusNotifierItem Support extension.
Path: /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com
URL: https://github.com/ubuntu/gnome-shell-extension-appindicator
State: ENABLED
ubuntu-dock@ubuntu.com
Name: Ubuntu Dock
Description: A dock for the Gnome Shell, default Ubuntu experience. This extension is a modified version of Dash To Dock with different defaults. Dash To Dock can be installed to replace it and give more (but unsupported) configuration options.
Path: /usr/share/gnome-shell/extensions/ubuntu-dock@ubuntu.com
URL: https://micheleg.github.io/dash-to-dock/
Original author: micxgx@gmail.com
Version: 71
State: ENABLED
(6) Monitor Setup
Laptop monitor
Other Notes
No response
jmmaranan commented
Try,
make dev
See the Local Development Setup in README.md