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

Pinning doesn't set the executable #8

Closed
darkoverlordofdata opened this issue Feb 13, 2021 · 4 comments
Closed

Pinning doesn't set the executable #8

darkoverlordofdata opened this issue Feb 13, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@darkoverlordofdata
Copy link

I accidentally unpinned Falkon from the dock. After re-pinning, it would not launch. If it’s already open, I can use Dock to switch to it. I investigated the file “/home/darko/.config/cyberos/dock_pinned.conf” and found that the Exec field was missing:

[Falkon] 
DesktopPath= 
Exec= 
IconName=falkon 
Index=5 
visibleName=Falkon 

I manually reset it using featherpad:

[Falkon] 
DesktopPath= 
Exec=falkon 
IconName=falkon 
Index=5 
visibleName=Falkon 

And now it works. I’ve since recreated this with other apps, and same pattern occurs.

@probonopd
Copy link
Member

probonopd commented Feb 16, 2021

Thanks @darkoverlordofdata.

Whatever we end up doing, we need to make sure that it works for applications in .app/.AppDir bundles.

@probonopd
Copy link
Member

I can reproduce this issue. Exec= is not populated correctly.

@probonopd
Copy link
Member

Possibly caused by #18

@probonopd
Copy link
Member

I believe this is no longer the case in 0.7.0. Please comment here if you think it is not fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants