2022-12-25 03:20:59 +00:00
|
|
|
// Chromium - Profile - JIT
|
|
|
|
|
2023-02-13 18:30:13 +00:00
|
|
|
// Copyright 2022-2023 Jake Winters
|
2023-01-24 09:37:03 +00:00
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
2022-12-25 03:20:59 +00:00
|
|
|
|
2023-01-24 09:37:03 +00:00
|
|
|
// Version: 1.0.0.1
|
2022-12-25 03:20:59 +00:00
|
|
|
|
|
|
|
|
2022-11-13 10:53:41 +00:00
|
|
|
[Desktop Entry]
|
|
|
|
Name=Chromium (profile)
|
|
|
|
Comment=
|
|
|
|
Exec=chromium --user-data-dir=/home/user/.config/chromium/profile
|
|
|
|
Terminal=false
|
|
|
|
Type=Application
|
|
|
|
Icon=chromium
|
|
|
|
Categories=Network;
|