336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.


apt-get install --no-install-recommends gnome-panel -y


gnome-desktop-item-edit /root/Desktop/ --create-new



Posted by af334
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.



systemctl --user enable pulseaudio && systemctl --user start pulseaudio


this works for me but when it doesn't work




try this.


apt-get install libasound2 alsa-utils alsa-oss




Posted by af334
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

[Desktop Entry]

Name=Eclipse 4

Type=Application

Exec=/opt/eclipse/eclipse

Terminal=false

Icon=/opt/eclipse/icon.xpm

Comment=Integrated Development Environment

NoDisplay=false

Categories=Development;IDE;

Name[en]=Eclipse



eclipse.desktop 파일 형태로 desktop 폴더에 저장후 권한 조정 후 사용 가능





xdg-open 참고

'Linux' 카테고리의 다른 글

.vimrc 설정  (0) 2015.08.10
linux compression / decompression  (0) 2015.07.06
vim hex mode  (0) 2015.06.15
memory setting using malloc() and practicing coding  (0) 2014.08.29
iptables and setting ftp server  (0) 2014.08.22
Posted by af334