Coder Social home page Coder Social logo

Cannot launch chrome apps about nwg-drawer HOT 7 CLOSED

nwg-piotr avatar nwg-piotr commented on August 19, 2024
Cannot launch chrome apps

from nwg-drawer.

Comments (7)

nwg-piotr avatar nwg-piotr commented on August 19, 2024 1

Thank you for reporting. I'll take a look at the issue as soon as I'm back home (this weekend).

from nwg-drawer.

nwg-piotr avatar nwg-piotr commented on August 19, 2024

Could you build from the chrome branch and check if it works for you?

from nwg-drawer.

gouvinb avatar gouvinb commented on August 19, 2024

Could you build from the chrome branch and check if it works for you?

It's good for me, thank you

from nwg-drawer.

nwg-piotr avatar nwg-piotr commented on August 19, 2024

Thanks!

from nwg-drawer.

Hikandy avatar Hikandy commented on August 19, 2024

facing the same issue here, not able to open prospect-mail which a chrome app of outlook. Using archlinux

from nwg-drawer.

nwg-piotr avatar nwg-piotr commented on August 19, 2024

Please run nwg-drawer from the terminal, click the icon of the program that does not start, and provide the output from the terminal. Also please paste the content of the prospect-mail's .desktop file, if you can.

from nwg-drawer.

nwg-piotr avatar nwg-piotr commented on August 19, 2024

Alright, I installed ProspectMail form AUR. The Exec line includes a space in path:

Exec="/opt/Prospect Mail/prospect-mail" %U

In go we can not just execute a whole command as is. It must be parsed to:

  1. array containing environment variables,
  2. the command itself,
  3. array with arguments.

This line is being parsed to /opt/Prospect (command) and Mail/prospect-mail (argument). I see no easy way for the program to guess all the possible packagers' intentions. However, there's a symlink /usr/local/bin/prospect-mail that we can use.

Steps:

  1. Copy /usr/share/applications/prospect-mail.desktop to ~/.local/share/applications/
  2. edit the Exec= line for it to look like this:
Exec="/usr/local/bin/prospect-mail" %U
  1. save the file.

from nwg-drawer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.