Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filepaths in Wiki: CLI usage without Gnome environment #1787

Open
nebulosa2007 opened this issue Apr 21, 2024 · 0 comments · May be fixed by #1814
Open

Filepaths in Wiki: CLI usage without Gnome environment #1787

nebulosa2007 opened this issue Apr 21, 2024 · 0 comments · May be fixed by #1814
Labels
enhancement A request for a feature or additional functionality

Comments

@nebulosa2007
Copy link

nebulosa2007 commented Apr 21, 2024

Describe your request

After this commit addda66 (I've done git bisect) links, as described in Wiki, stopped working:

$ ls -l /usr/bin/gsconnect*
lrwxrwxrwx 1 root root 82 Apr 21 13:38 /usr/bin/gsconnect -> /usr/share/gnome-shell/extensions/[email protected]/service/daemon.js
lrwxrwxrwx 1 root root 86 Apr 21 13:38 /usr/bin/gsconnect-preferences -> /usr/share/gnome-shell/extensions/[email protected]/gsconnect-preferences

$ /usr/bin/gsconnect

(gjs:45130): Gjs-WARNING **: 14:27:59.041: JS ERROR: ImportError: Unable to load file from: file:///usr/bin/init.js (Error opening file /usr/bin/init.js: No such file or directory)


(gjs:45130): Gjs-CRITICAL **: 14:27:59.041: Failed to resolve imports for module: 'file:///usr/bin/gsconnect'

$ gsconnect

(gjs:45944): Gjs-WARNING **: 14:37:07.248: JS ERROR: ImportError: Unable to load file from: file:///sbin/init.js (Error opening file /sbin/init.js: No such file or directory)


(gjs:45944): Gjs-CRITICAL **: 14:37:07.248: Failed to resolve imports for module: 'file:///sbin/gsconnect'

$ /usr/bin/gsconnect-preferences 

(gjs:45173): Gjs-WARNING **: 14:28:01.902: JS ERROR: ImportError: Unable to load file from: file:///usr/bin/preferences/init.js (Error opening file /usr/bin/preferences/init.js: No such file or directory)


(gjs:45173): Gjs-CRITICAL **: 14:28:01.902: Failed to resolve imports for module: 'file:///usr/bin/gsconnect-preferences'

$ gsconnect-preferences 

(gjs:46019): Gjs-WARNING **: 14:37:47.066: JS ERROR: ImportError: Unable to load file from: file:///sbin/preferences/init.js (Error opening file /sbin/preferences/init.js: No such file or directory)


(gjs:46019): Gjs-CRITICAL **: 14:37:47.066: Failed to resolve imports for module: 'file:///sbin/gsconnect-preferences'

Proposed solution

I edited Wiki page, please look at my revision.

Alternatives

No response

GSConnect version

57

Installed from

OS package manager

GNOME Shell version

No response

Linux distribution/release

Arch Linux

Additional context

No response

@nebulosa2007 nebulosa2007 added the enhancement A request for a feature or additional functionality label Apr 21, 2024
@github-actions github-actions bot added the triage An issue that needs confirmation and labeling label Apr 21, 2024
@ferdnyc ferdnyc reopened this May 27, 2024
@ferdnyc ferdnyc linked a pull request May 27, 2024 that will close this issue
@ferdnyc ferdnyc removed the triage An issue that needs confirmation and labeling label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A request for a feature or additional functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants