unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41196: Xfce panel, exo-open: launching applications not working
@ 2020-05-11 23:36 Jan
  2020-09-05 21:09 ` bug#41196: Update Andreas Enge
  0 siblings, 1 reply; 3+ messages in thread
From: Jan @ 2020-05-11 23:36 UTC (permalink / raw)
  To: 41196

Hello,

while clicking on icons on Xfce panel, it fails to launch applications
and throws "Couldn't run
command /gnu/store/*hash*-exo-0.12.6/bin/exo-open --launch *Application
name* %u There's no such file or directory".
I thought I reported the issue somewhere, but my memory tricked me and
I confused the issue with the "gio-launch-desktop" bug, which was
recently resolved. If this can be resolved by a simple wrapper, unlike
the "gio-launch-desktop" bug, I can try fixing it.

By the way, the issue is present for like 7 months already. It seems
something failed during making the 1.1.0 release and Guix as a
distribution needs better procedures for handling the release process
to avoid such bugs in the future. A checklist would be good. Maybe
making a "Tests" page in the manual, something with the ability to 
modify the status of test:
* panel: works
* setting wallpaper: unknown/not tested yet
etc.


Jan Wielkiewicz




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#41196: Update
  2020-05-11 23:36 bug#41196: Xfce panel, exo-open: launching applications not working Jan
@ 2020-09-05 21:09 ` Andreas Enge
  2020-09-05 21:15   ` Andreas Enge
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2020-09-05 21:09 UTC (permalink / raw)
  To: 41196

Hello,

the same problem happened to me right now, but it is not related to any
versions or updates in Guix. In fact, I just did an aggressive "guix gc",
which removed the referenced exo version from the store. The path is
actually stored in my
   $HOME/.config/xfce4/panel/launcher-19/15993349933.desktop
which is not changed upon updating xfce. As long as the corresponding
exo-open is still available in the store, clicking the icon will work;
"guix gc" (after deleting the profile generations where this exo version
was referenced) will remove it from the store.

I do not see what we could do inside Guix to solve the problem.
Personally I simple replaced
   /gnu/store/*hash*-exo-0.12.6/bin/exo-open --launch *Applicationname* %u
by
   *Applicationname* %u

It works at least for (equal? *Applicationname* icecat).

Andreas





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#41196: Update
  2020-09-05 21:09 ` bug#41196: Update Andreas Enge
@ 2020-09-05 21:15   ` Andreas Enge
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Enge @ 2020-09-05 21:15 UTC (permalink / raw)
  To: 41196-done

Closing as a duplicate of 25667.

Andreas





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-05 21:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 23:36 bug#41196: Xfce panel, exo-open: launching applications not working Jan
2020-09-05 21:09 ` bug#41196: Update Andreas Enge
2020-09-05 21:15   ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).