-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add appimagelaunchersettings.desktop
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
hamonikr-system (8.0.1) unstable; urgency=medium | ||
|
||
* Add appimagelaunchersettings.desktop | ||
|
||
-- HamoniKR <[email protected]> Sun, 18 Aug 2024 21:02:36 +0900 | ||
|
||
hamonikr-system (8.0.0) unstable; urgency=medium | ||
|
||
* Replace in code.desktop as code --no-sandbox | ||
|
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
15 changes: 15 additions & 0 deletions
15
usr/share/hamonikr/edit-applications/appimagelaunchersettings.desktop
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
Type=Application | ||
Exec=AppImageLauncherSettings %f | ||
Name=AppImageLauncher Settings | ||
Name[ko]=앱이미지 런처 설정 | ||
Name[de]=AppImageLauncher-Einstellungen | ||
Comment=Change settings for AppImageLauncher | ||
Comment[ko]=앱이미지 런처 설정을 변경합니다 | ||
Comment[de]=Einstellungen für AppImageLauncher ändern | ||
Icon=AppImageLauncher | ||
Terminal=false | ||
Categories=Utility;Settings;DesktopSettings;LXQt;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings;X-GNOME-PersonalSettings; | ||
X-AppImage-Integrate=false | ||
StartupWMClass=AppImageLauncher |