We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Couldn't execute "xdg-open": No such file or directory Backtrace for: #<SB-THREAD:THREAD tid=19 "editor" RUNNING {10082D8003}> 0: ((LAMBDA NIL :IN UIOP/IMAGE:PRINT-BACKTRACE)) 1: ((FLET "THUNK" :IN UIOP/STREAM:CALL-WITH-SAFE-IO-SYNTAX)) 2: (SB-IMPL::%WITH-STANDARD-IO-SYNTAX #<FUNCTION (FLET "THUNK" :IN UIOP/STREAM:CALL-WITH-SAFE-IO-SYNTAX) {7F33EB3267AB}>) 3: (UIOP/STREAM:CALL-WITH-SAFE-IO-SYNTAX #<FUNCTION (LAMBDA NIL :IN UIOP/IMAGE:PRINT-BACKTRACE) {100194EB5B}> :PACKAGE :CL) 4: (LEM-CORE:POP-UP-BACKTRACE #<SIMPLE-ERROR "Couldn't execute ~S: ~A" {100194EA43}>) 5: ((LAMBDA (CONDITION) :IN LEM-CORE:COMMAND-LOOP) #<SIMPLE-ERROR "Couldn't execute ~S: ~A" {100194EA43}>) 6: (SB-KERNEL::%SIGNAL #<SIMPLE-ERROR "Couldn't execute ~S: ~A" {100194EA43}>) 7: (ERROR "Couldn't execute ~S: ~A" "xdg-open" "No such file or directory") 8: (SB-EXT:RUN-PROGRAM "xdg-open" ("https:/lem-project.github.io/usage/usage/") :ENV NIL :ENVIRONMENT NIL :WAIT NIL :SEARCH T :PTY NIL :INPUT NIL :IF-INPUT-DOES-NOT-EXIST :ERROR :OUTPUT NIL :IF-OUTPUT-EXISTS :APPEND :ERROR NIL :IF-E 9: (UIOP/LAUNCH-PROGRAM:LAUNCH-PROGRAM ("xdg-open" "https:/lem-project.github.io/usage/usage/")) 10: (LEM-CORE:CALL-COMMAND LEM-DASHBOARD::OPEN-LEM-DOCS NIL) 11: (LEM-CORE::COMMAND-LOOP-BODY) 12: (LEM-CORE:COMMAND-LOOP) 13: (LEM-CORE::TOPLEVEL-COMMAND-LOOP #<FUNCTION (LAMBDA NIL :IN LEM-CORE::RUN-EDITOR-THREAD) {1007655A9B}>) 14: ((LAMBDA NIL :IN LEM-CORE::RUN-EDITOR-THREAD)) 15: ((LAMBDA NIL :IN LEM-CORE::RUN-EDITOR-THREAD)) 16: ((FLET BT2::RUN-FUNCTION :IN BT2::ESTABLISH-DYNAMIC-ENV)) 17: ((LABELS BT2::%ESTABLISH-DYNAMIC-ENV-WRAPPER :IN BT2::ESTABLISH-DYNAMIC-ENV)) 18: ((FLET SB-UNIX::BODY :IN SB-THREAD::RUN)) 19: ((FLET "WITHOUT-INTERRUPTS-BODY-" :IN SB-THREAD::RUN)) 20: ((FLET SB-UNIX::BODY :IN SB-THREAD::RUN)) 21: ((FLET "WITHOUT-INTERRUPTS-BODY-" :IN SB-THREAD::RUN)) 22: (SB-THREAD::RUN) 23: ("foreign function: call_into_lisp_") 24: ("foreign function: funcall1")
Steps to reproduce:
marcus@fw-linux-01:~> which xdg-open /usr/bin/xdg-open
The text was updated successfully, but these errors were encountered:
How about setting the default-browser for xdg-open ? You can set this via the KDE System-Settings - Default Applications
default-browser
xdg-open
System-Settings
Default Applications
cli/cli#826
Sorry, something went wrong.
How about setting the default-browser for xdg-open ? You can set this via the KDE System-Settings - Default Applications cli/cli#826
It is already set to Firefox.
Looks like the container needs to also install the package
No branches or pull requests
Steps to reproduce:
The text was updated successfully, but these errors were encountered: