895 reputation
1312
bio website blog.livedoor.jp/vine_user
location Tokyo, Japan
age 49
visits member for 1 year
seen Jun 16 at 9:07
stats profile views 164

I'm writing a blog about how to use Desktop Linux.

And also, I am managing the Q&A site of the Japanese version relevant to desktop Linux.


Oct
2
comment chsh -s /usr/bin/zsh not working
Cannot you change shell after you re-logged in the system?
Aug
18
comment capture login screen-not sucssecful
Sorry, /var/run/lightdm/root/$DISPLAYDISPLAY was my misleading.Replace to /var/run/lightdm/root/$DISPLAY.
Aug
17
comment capture login screen-not sucssecful
OK, I will rewrite in detail, please wait a moment.
Aug
16
comment No such file or director in $PATH
OK, I rewrote the above description.
Aug
13
comment Ubuntu - Patch Diff merge issue
Can't it do by the same way? diff -u small2.csv small1.csv > small.patch and patch -o small.csv < small.patch .
Jul
28
comment Can I make deb files for documents and other non-binary content?
The above description is premised on having changed the directory with cd doc-sample-0.1 at the first step. They can not use, unless using cd to the top directory of the project containing a version number.
Jul
27
comment name of a program for configure startup services
Sorry, it is already listed in askubuntu.com/questions/19320/…
Jul
14
comment LiveUSB does not work
Please describe the hardware specs of your PC in detail. Can your PC work with LiveCD using CD drive?
Jul
12
comment How to make Nautilus remember the windows position?
Not the position where the window was closed, but the position where it will open is able to fix by using the Place Windows plugin in CCSM.
Jul
9
comment How to import Qt app into Quickly on 10.04?
The Qt-template is here, but for 12.04(precise) or 12.10(quantal): launchpad.net/~quickly-templates-hackers/+archive/…
Jul
8
comment How to join video files from terminal?
You can use mencoder with -ovc option and -oac option. See: mplayerhq.hu/DOCS/HTML/en/menc-feat-selecting-codec.html
Jul
8
comment How to join video files from terminal?
I think that you need to change the video codec and audio codec of input files into the same codecs, if you want to combine two videos safely,
Jul
7
comment Setup shortcut keys not working
I added the summary of the eliminated comments.
Jul
7
comment Setup shortcut keys not working
It means as protecting that a file breaks in the case of forced termination. It seems that there are too many comments...
Jul
6
comment Change the “device name” in the details window of System settings
Thats right. I rewrote the description.
Jul
4
comment Change the “device name” in the details window of System settings
I don't like to use gedit for the system files...but, it's ok.
Jul
3
comment Quickly changes the app version
You can change the version number of your apps by using dch -v. What is the present version number? And, tell me the version number that you want to use newly.
Jul
2
comment How do I add/create a <source.changes> file?
I mistook this for the case of the file which was uploaded simply. In this case, SSH was not related. Please copy & paste the text enciphered by the GPG key.
Jun
28
comment How do I add/create a <source.changes> file?
When you upload of CoC, did you use an SSH key? You have to use an OpenPGP key, not an SSH key.
Jun
27
comment How to add Fade-out and Fade-in Effects by convert command?
It seems that it is difficult only with convert command. But, I didn't know that it was possible by using ffmpeg. Thank you for the information.