https://bugs.kde.org/show_bug.cgi?id=451534
Bug ID: 451534
Summary: Ability to add desktop launchers
Product: Falkon
Version: unspecified
Platform: unspecified
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Not to be confused with Bug #451442 (this is similar, but it's not the same)
Create shorcut, Add to desktop, Make a desktop launcher.
Ability to create desktop launchers and place it under Favorites or unsorted
menu.
This is generally useful for frequently visited websites and especially for
webapps.
Example case:
1) User visits https://www.linuxtoday.com/
2) User want to have a accessible way to reach that website on next time,
without needing to open web browser beforehand.
3) Right click on tab -> Create Shortcut
4.1) Falkon creates a desktop file under ~/.local/share/applications/
4.1.1) Filename for desktop file "com.linuxtoday.www.desktop"
4.2) Falkon downloads icon to ~/.local/share/icons/
4.2.1) Filename for icon file "org.falkon.com.linuxtoday.png"
5) I encourage the use of "org.falkon" in order to indicate the origine of a
file.
--- BEGIN DESKTOP FILE ---
#
# Created by `falkon` on 2022-03-15 07:12:42
#
[Desktop Entry]
Encoding=UTF-8
Name=Linux Today: Linux News, Tutorials & Guides for 2022
Comment=LinuxToday is a contributor-driven news resource for Linux users. We
aim to solve complex computing & IT problems.
Type=Link
URL=https://www.linuxtoday.com/
Icon=org.falkon.com.linuxtoday
Categories=X-Favorite;
--- END DESKTOP FILE ---
6) Information to extract:
URL: https://www.linuxtoday.com/
Title: <title>Linux Today: Linux News, Tutorials & Guides for 2022</title>
Description: <meta name="description" content="LinuxToday is a
contributor-driven news resource for Linux users. We aim to solve complex
computing & IT problems." />
Icon: <link rel="icon" type="image/png"
href="https://www.linuxtoday.com/wp-content/uploads/2021/06/Linux_logos_Favicon.png">
Example for a launcher for favorite webapp. This one is from my desktop.
--- BEGIN DESKTOP FILE ---
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Mastodon
Comment=Follow friends and discover new ones
Categories=Network;
Type=Link
URL=https://mastodon.social/auth/sign_in
Icon=social.mastodon
--- END DESKTOP FILE ---
--
You are receiving this mail because:
You are watching all bug changes.