avatar
Articles
478
Tags
187
Categories
31
Subscrive
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft
Memorandum!
Search
Subscrive
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft

Memorandum!

Girlfriend (prototype)
Created2014-02-06|application
http://worldofgnome.org/girlfriend-app-available-4-testing/ (^q^)くおえうえーーーるえうおおおwww Download$ git clone https://github.com/alexis-diavatis/Girlfriend-App.git Get node-webkithttps://github.com/rogerwang/node-webkit Run$ export ILG_CLIENT_PATH=/mnt/common/github/Girlfriend-App/ $ ./nw/nw ./app/app.nw ad hoc solution 1sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
Android-x86 Custom Build
Created2014-01-26|android
https://groups.google.com/forum/#!msg/android-x86/yJXD4CeHWC4/RG2p3QzZlBgJ Android-x86 Custom Build for DELL Inspiron Duo Acellerometer/magnetometer(lsm303dlh) driver Physical keyboard layout Product Information Get Source$ mkdir ics-x86$ cd ics-x86$ repo init -u http://git.android-x86.org/manifest -b ics-x86$ repo sync Download patch and Extracthttps://groups.google.com/group/android-x86/attach/1894d90cdda96d44/ics-x86-DellDuo-patches.tar?part=4&view=1 $ tar xvf...
Android-x86 4.4.2 local Build
Created2014-01-25|android
http://www.android-x86.org/getsourcecode Get source and Build$ mkdir android-x86$ cd android-x86$ repo init -u http://git.android-x86.org/manifest -b kitkat-x86$ repo sync$ make -j4 iso_img TARGET_PRODUCT=android_x86 Installation$ sudo mkdir /android-2014-01-25/$ cd out/target/product/x86/$ sudo cp -r data/ initrd.img kernel ramdisk.img system/ /android-2014-01-25/ Configure the GRUB boot loader/etc/grub.d/40_custommenuentry "Android-x86 4.4.2 2014-01-25" --class android...
Android-x86 4.4.2
Created2014-01-22|android
https://drive.google.com/folderview?id=0BwGIrsQjBkyQOERnOVFTMDV6YWs&usp=sharing Andorid-x86 4.4.2 (kitkat-x86) on DELL Inspiron Duo
Cairo Dock Session
Created2014-01-19|linux
http://glx-dock.org/ww_page.php?p=Cairo-Dock%20Session&lang=en 今までパネルを隠せるという理由でGNOME Shell を使って来ましたが、Cairo Dock を使っているのなら、Cairo Dock Session を利用するという方法もありました。ディスプレイマネージャでCairo-Dock(GNOME)を選択してログインします。 ただし、そのままだと[Alt]+[Tab] キーによるウィンドウの切り替えが使えませんので、Compiz のスイッチャープラグインを利用します。 ccsm, compiz-plugins のインストール$ sudo apt-get install ccsm compiz-plugins スイッチャーの設定$ ccsm ウィンドウ・マネージメントからStatic Application Switcherを有効にして、ショートカットキーを設定します。
File-roller 3.11.4
Created2014-01-15|gnome
https://git.gnome.org/browse/file-roller/ gitg, gedit に続きfile-roller もGNOME HIG 3 に対応したのでビルドして実行してみました。 ダウンロードhttps://git.gnome.org/browse/file-roller/tag/?id=3.11.4 からダウンロードする。 ビルド$ ./autogen.sh$ make -j4$ sudo make install 実行$ file-roller
Irrlicht 1.9 trunk
Created2014-01-13|irrlicht
http://sourceforge.net/p/irrlicht/code/HEAD/tarball Irrlicht はオープンソースでマルチプラットフォーム対応の3D エンジンです。Irrlicht 1.9 trunk を試してみたら、シェーダーのバグが修正されていました。 実行環境 項目 環境 ディストロ Ubuntu GNOME 14.04 a1 デスクトップ環境 GNOME Shell 3.11.3 Linux カーネル 3.12.0 コンパイラ gcc/g++ 4.8.2 ビデオカード GeForce GTX 560 Ti/PCIe/SSE2 ディレクトリ構成OS を入れ替える度に忘れてしまうのでメモ。 内容 パス Irrlicht 3D...
MikuMikuPenguin
Created2014-01-12|3d|mmd
https://github.com/sn0w75/MikuMikuPenguin ニコニコ動画でMikuMikuPenguin が公開されていたので、試してみました。作成者の方に感謝です。今後に期待ですね。 実行環境 項目 環境 ディストロ Ubuntu GNOME 14.04 a1 デスクトップ環境 GNOME Shell 3.11.3 Linux カーネル 3.12.0 コンパイラ gcc/g++ 4.8.2 ビデオカード GeForce GTX 560 Ti/PCIe/SSE2 前提ライブラリ等確か、こんな感じで入れたと思う。 $ sudo apt-get install git dialog automake autoconf libtool libglfw-dev libBullet-dev libglm-dev libSOIL-dev libSDL2-dev libsdl2-mixer-dev ビルド$ ./configure$ make -j4 実行$ ./pmxThis is...
gEdit 3.11.2
Created2014-01-12|gnome
http://worldofgnome.org/gedit-3-12-migrates-to-hig-3/ gEdit 3.11.2 がリリースされたので、ビルドして実行してみました。(私はgedit ではなくgeany を常用してますけれど) Gitg もそうですが、GNOME Human Interface Guidelines(HIG) 3 に準拠したアプリが続々とリリースされていますね。 gtksouceview-3.0前提となるgtksouceview-3.0 のバージョン3.11.2 をビルドしてインストールします。 ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/3.11/gtksourceview-3.11.2.tar.xz $ ./configure$ make -j4$ sudo make install libgdlibgd をダウンロードします。後でgedit のフォルダにコピーします。 $ git clone git://git.gnome.org/libgd geditgedit...
gitg 0.3.1
Created2014-01-10|develop|gitg
https://wiki.gnome.org/Apps/Gitg#Get_gitg VALA 言語で書き直されたgitg 0.3.1 がリリースされたので、ビルドして実行してみました。 libgit2前提のlibgit2をインストールします。cmake する際にTHREADSAFE をON にしておきます。 $ git clone https://github.com/libgit2/libgit2.git$ cd libgit2$ mkdir build && cd build$ cmake .. -DTHREADSAFE:BOOL=ON$ sudo cmake --build . --target install libgit2-glib前提のlibgit2-glibをインストールします。API の引数が足らない旨のエラーが出るので、引数を追加します。 $ git clone...
1…272829…48
avatar
ktkr3d
Articles
478
Tags
187
Categories
31
Follow Me
Recent Posts
GNOME Remote Desktop + jp109 keyboard2025-07-01
Kdenlive2025-06-26
mpd2025-06-19
calamares2025-06-01
archiso-gnome2025-05-28
Categories
  • 3d11
  • android25
  • application9
  • cms14
  • conky1
  • develop18
  • dtv1
  • editor2
Tags
webvitrmgr bash googlevr ubuntu budgie wow keepass gtk lightdm vagrant-libvirt wsl lutris qwmu hyprland fish Translation utc kde inspiron calamares atom threejs wireguard kimchi eclipse git ajenti archlinux node.js mpd gnome shell bottles typescript vuetify thunderbird tauri openproject-ce peercast electron vuejs
Archives
  • July 2025 1
  • June 2025 3
  • May 2025 5
  • April 2025 2
  • March 2025 8
  • February 2025 2
  • January 2025 3
  • November 2024 1
©2010 - 2025 By ktkr3d
Framework Hexo 7.3.0|Theme Butterfly 5.3.5
Search
Loading Database