Skip to content

Instantly share code, notes, and snippets.

View ito32bit's full-sized avatar

Masamichi Ito ito32bit

View GitHub Profile
@ito32bit
ito32bit / Update-lxqt
Last active December 14, 2020 07:02 — forked from stefonarch/Update-lxqt
Update and compile lxqt-components
#! /usr/bin/bash
RED='\033[0;31m'
GREEN='\033[0;32m'
NC='\033[0m' # No Color
LOG=/var/log/lxqt-compile.log
date > $LOG
cd ~/../lxqt
for i in \
libqtxdg \
lxqt-build-tools \
@ito32bit
ito32bit / bugzilla-howto.xml
Created November 21, 2020 11:02 — forked from liangtai/bugzilla-howto.xml
Gentoo文書日本語翻訳
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.17 2010/02/28 06:14:00 nightmorph Exp $ -->
<guide lang="ja">
<title>Gentooバグ報告ガイド</title>
<author title="Author">
<mail link="chriswhite@gentoo.org">Chris White</mail>
</author>
@ito32bit
ito32bit / romantable.txt
Last active April 5, 2020 10:42 — forked from tos-kamiya/romantable.txt
AZIK定義ファイル。Google日本語入力、mozcで利用。 http://hp.vector.co.jp/authors/VA002116/azik/azikinfo.htm
- ー
~ ~
, 、
. 。
/ ・
: ー
; っ
[ 「
] 」
a あ
@ito32bit
ito32bit / snapcraft.yaml
Created October 30, 2019 14:21 — forked from jhenstridge/snapcraft.yaml
Using the gtk-common-themes snap
name: gtk3-demo
version: '0.1'
summary: A demonstration application for features of GTK
description: |
This snap contains the gtk3-demo application, using theme data
provided by one or more external snaps.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: strict
@ito32bit
ito32bit / desktopentry.sh
Last active August 31, 2019 11:47 — forked from hyperdarker/desktopentry.sh
Desktop Entry Generator デスクトップエントリを作成する
#!/bin/bash
echo "#######################################"
echo "Welcome to the desktop entry generator!"
echo "#######################################"
read -p 'App Name: ' name
read -p 'Desktop Entry filename :' entry
read -p 'Absolute path to exec file: ' exe
read -p 'Absolute path to icon file : ' icon
read -p 'Comment : ' comment