4 Commits

Author SHA1 Message Date
Lumír 'Frenzy' Balhar
229247f912
Reintroduce desktop file (#6705)
* Reintroduce desktop file

The desktop file was inadvertently removed in: 5b6ed99aec

Fixes: https://github.com/jupyter/notebook/issues/6704

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-27 10:59:40 +01:00
Jeremy Tuloup
5b6ed99aec Cleanup previous files 2022-03-01 16:11:45 +01:00
Amr Ibrahim
903f2d3d76
Enhancements to the desktop entry (#6099)
- Add the argument %f to the Exec key so that a notebook file can be directly opened from the file manager by right-click → Open With Jupyter Notebook, or by double-clicking (https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html)
- Add the Keyword key so that the Jupyter Notebook application can be searched with a keyword "python", e.g. from GNOME Shell (look for the Keywords key in the table https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html)
- Add a semicolon ";" to the end of the strings in the Categories key (look at the examples here https://specifications.freedesktop.org/menu-spec/latest/ar01s03.html)
2021-08-02 07:45:08 -07:00
Karolina Surma
92a388c04a
Add square logo and desktop entry files (#6010)
* Add square logo and desktop entry files

* Install desktop file and icon using data files.

Co-authored-by: Karolina Surma <ksurma@redhat.com>
2021-03-17 11:30:45 -05:00