17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
// Chromium - Profile - No JIT
|
|
|
|
// Copyright 2022-2023 Inference
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
// Version: 1.0.0.1
|
|
|
|
|
|
[Desktop Entry]
|
|
Name=Chromium (profile)
|
|
Comment=
|
|
Exec=chromium --user-data-dir=/home/user/.config/chromium/profile --js-flags=--jitless
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=chromium
|
|
Categories=Network;
|