-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 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,4 +1,24 @@ | ||
## AlterLinux Live Tools | ||
![travis](https://img.shields.io/travis/com/Fascodenet/alterlinux-live-tools?style=flat-square) | ||
|
||
AlterLinuxのライブ環境や初回起動で使用されるスクリプトやコマンドのセットです。 | ||
AlterLinuxのライブ環境や初回起動で使用されるスクリプトやコマンドのセットです。 | ||
|
||
### alterlinux-desktop-file | ||
ライブ環境のデスクトップ上にCalamaresやウェブサイトへのショートカットを作成します。 | ||
`~/.config/autostart/genicon.desktop`から呼び出されます。 | ||
|
||
### alterlinux-gtk-bookmarks | ||
`~/.config/gtk-3.0/bookmarks`の作成、編集、削除を行います。 | ||
`~/.config/autostart/gensidebar.desktop`から呼び出されます。 | ||
|
||
### alterlinux-live-info | ||
AlterISO3によってビルドされたISOファイルにある`alteriso-info`ファイルのデータを表示します。 | ||
データを整形し、シェルスクリプトとして出力することもできます。 | ||
このファイルは現段階ではalterlinuxには含まれていません。 | ||
|
||
### alterlinux-plasma-bookmarks | ||
`alterlinux-gtk-bookmarks`のPlasma版です。 | ||
|
||
### alterlinux-welcome-page | ||
初回起動時に適切なブラウザを検出して[このページ](https://fascode.net/projects/linux/alter/alter-welcome.php)を開きます。 | ||
`.config/autostart/welcome_page.desktop`から呼び出されます。 |