Update in 2024: You'll probably want to install via Snap, now that it's available and working fairly well.
Last active
October 20, 2024 10:50
-
-
Save hauthorn/d1da427b16133776bd8c65db802bc6ad to your computer and use it in GitHub Desktop.
Postman desktop entry
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Categories=Development; | |
Comment=Supercharge your API workflow | |
Exec="/home/hauthorn/Programs/Postman/Postman" | |
Icon=/home/hauthorn/Programs/Postman/app/resources/app/assets/icon.png | |
Name=Postman | |
Terminal=false | |
Type=Application | |
Version=1.0 |
@Msonko07 you want to make sure the folder exists first. Are you using ubuntu?
I'm surprised it's not there, but maybe you are using a different distribution with a different folder structure.
You can try mkdir -p /home/.local/share/applications
to create the folder, but I don't think that going to help much if you are using some other linux distribution.
Thanks @JochemKuijpers
thanks for sharing. now, I can pin my postman on sidebar as favorite on my os-ubuntu.
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=/opt/Postman/app/Postman %U
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
Hi @rodentskie Could you elaborate? What does the %U
flag do?
Hi @rodentskie Could you elaborate? What does the
%U
flag do?
Please refer to this link.
+1
…On Wed, Jan 4, 2023 at 11:46 AM Rodney Lingganay ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Hi @rodentskie <https://github.com/rodentskie> Could you elaborate? What
does the %U flag do?
Please refer to this link
<https://askubuntu.com/questions/30210/what-does-u-mean-when-calling-a-command#:~:text=It's%20a%20parameter%20for%20the,URLs%20or%20as%20file%20path.>
.
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/d1da427b16133776bd8c65db802bc6ad#gistcomment-4423667>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFCNZGMXC4MFCHGTHPEIL3TWQVIJLBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA2DIMBYG44DCMFHORZGSZ3HMVZKMY3SMVQXIZI>
.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
You'll probably want to install via Snap, now that it's available and working fairly well.
thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
root@mouhamedsonko-HP-ProBook-4540s:/home/mouhamedsonko/Bureau# cp postman.desktop /home/.local/share/applications
cp: impossible de créer le fichier standard '/home/.local/share/applications': Aucun fichier ou dossier de ce type
root@mouhamedsonko-HP-ProBook-4540s:/home/mouhamedsonko/Bureau# cd /home
root@mouhamedsonko-HP-ProBook-4540s:/home# ls
hero mouhamedsonko
root@mouhamedsonko-HP-ProBook-4540s:/home# ls -a
. .. hero mouhamedsonko
root@mouhamedsonko-HP-ProBook-4540s:/home# cd .local
bash: cd: .local: Aucun fichier ou dossier de ce type
root@mouhamedsonko-HP-ProBook-4540s:/home#