0

I can create a shortcut in Chrome with More tools > Create shortcut. For Windows the documentation suggests that this will create some kind of file on the Desktop which users can click to open the shortcut. On Linux, not running a desktop environment, I see no such files. Yet, I would really like to have a script which I could run to open my shortcut. How can I do this?

I tried looking in XDG_CONFIG_HOME/chromium but couldn't find anything promising. Is there something I'm missing?

4
  • I figured out that I needed to be looking for a file ending in .desktop. Then I searched my home folder for new .desktop files. I did find one with a cryptic name including the prefixed string chrome. Opening it up in a text editor I found the title matched my shortcut and there was a shell command for starting up my shortcut. Commented May 30, 2022 at 14:21
  • 1
    Try in ~/.local/share/applications. Commented May 30, 2022 at 14:21
  • @schrodingerscatcuriosity: That was exactly where it was. Commented May 30, 2022 at 14:22
  • 1
    For me, the location was ~/Desktop Commented Mar 29, 2023 at 9:28

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.