본문 바로가기
IT & 전자기기/소프트웨어

아치 리눅스로 돌아가다 (4): GNOME 설정과 필수 애플리케이션 설치 (리눅스용 윈도우 프로그램)

by 카루 (Rolling Ress) 2020. 12. 5.
반응형

 

 

환영합니다, Rolling Ress의 카루입니다.

 

지난번까지 GNOME을 설치하면서 GUI 환경을 모두 꾸몄죠. 다만 현재 GNOME의 GDM(Gnome Display Manager)이 약간의 버그가 있습니다. GDM을 사용 해제시키고, LightDM을 사용하도록 하겠습니다.

$ sudo systemctl disable gdm 
$ sudo pacman -S lightdm lightdm-webkit2-greeter

 

다음으로 Greeter 사용 설정을 하겠습니다. /etc/lightdm/lightdm.conf를 아래와 같이 수정해주세요.

[Seat:*]
...
greeter-session=lightdm-webkit2-greeter
...

 

이제 lightdm을 활성화시킵니다.

$ sudo systemctl enable lilghtdm

 

참고로 GNOME 환경에서는 GDM을 쓰지 않으면 스크린세이버가 동작하지 않기 때문에, 이것도 따로 설정해야 합니다. 다만 이게 좀 까다로워서 나중에 하도록 하겠습니다.

 

GNOME 설정을 열어 여러가지 세팅을 해줍니다. 우선 WiFi를 잡고 자신의 환경에 맞게 설정을 해줍니다.

노트북을 사용하시는 분들은 Power > Show Battery Percentage를 선택하시면 배터리 상태를 좀 더 편하게 확인하실 수 있습니다.

 

그 다음 Printers 메뉴에 들어가보면 현재 프린터를 사용할 수 없다고 나올 겁니다. 프린트 시스템이 아직 없기 때문이죠. 그래서 터미널을 열어서 cups를 설치해줍니다. Common Unix Printing System인가..? 암튼 유닉스나 리눅스는 약자를 쓰길 굉장히 좋아하는군요. 당장 리눅스만 해도 LINUs' uniX 혹은 Linux Is Not UniX라고 불리니 뭐, 말 다 했죠.

$ sudo pacman -S cups
$ sudo systemctl enable cups.service
$ sudo systemctl start cups.service

 

이럼 준비가 끝납니다. 삼성 프린터를 사용하신다면 아래 명령어를 추가로 입력해주세요.

$ yay -S samsung-unified-driver splix

 

다시 그놈 설정창으로 돌아와서 Add Printer를 눌러줍니다. 여기서 각자 맞는 프린터를 선택하시면 됩니다.

 

다음으로 필요한 소프트웨어를 설치해줍니다.

$ sudo pacman -S libreoffice-fresh gimp inkscape firefox
$ sudo pacman -S thunderbird vlc shotcut audacity code virtualbox{-host-modules-arch}
$ sudo pacman -S obs-studio flameshot discord youtube-dl
$ sudo pacman -S uget dolphin-emu gnucash netbeans atom focuswriter gparted
$ yay -S google-chrome kazam timeshift (timeshift-autosnap)

 

 

설치할 프로그램

무엇을 대체하는가?

비고

libreoffice-fresh

MS Office 대체

libreoffice-fresh: 최신버전

libreoffice-still: 한 단계 이전

gimp

Adobe Photoshop

아시겠지만, GIMP는 무료입니다.

inkscape

Adobe Illustrator

InkScape 역시 무료입니다.

firefox

(firefox)

우리가 아는 그 파이어폭스 맞습니다.

thunderbird

MS Outlook

이메일 클라이언트입니다.

vlc

미디어 플레이어입니다.

shotcut

Adobe Premire Pro

동영상 편집 프로그램입니다.

audacity

오디오 편집 프로그램입니다.

code

Visual Studio

비주얼 스튜디오 코드의 오픈소스 버전입니다.

virtualbox

버추얼박스입니다. 리눅스에서 윈도우를 구동할 때 사용합니다.

obs-studio

OBS: 화면 방송 프로그램입니다.

flameshot

화면 캡처 프로그램입니다.

discord

그 디스코드 맞습니다.

youtube-dl

CLI 유튜브 다운로더입니다. 법적인 책임은 모두 사용자에게 있습니다.

uget

wget의 GUI 버전이라고 봐도 무방합니다. 웹페이지에서 다운받는 프로그램입니다.

dolphin-emu

닌텐도 Wii 에뮬레이터입니다.

gnucash

회계 관리 프로그램입니다.

netbeans, atom

통합 개발 환경(IDE) 프로그램입니다.

focuswriter

개인적으로 가장 추천하는 글쓰기 프로그램입니다.

gparted

파티션 관리의 끝판왕 프로그램입니다.

google-chrome

(AUR) 크롬 브라우저입니다.

kazam

(AUR) 화면 녹화 프로그램입니다.

timeshift

(AUR) 백업 소프트웨어입니다.

 

그 다음으로 여러 훌륭한 소프트웨어들이 많이 있습니다. 우선 백업 소프트웨어 25종입니다.

 

25 Outstanding Backup Utilities for Linux Systems in 2020

Backup on personal computers or servers is always important to prevent permanent data loss. Therefore getting to know different backup tools is very important especially for System Administrators who work with large amounts of enterprise-level data and eve

www.tecmint.com

 

LQ위키에서 소개하는 Windows 프로그램의 대체 프로그램 목록입니다.

 

Linux software equivalent to Windows software - LQWiki

When migrating to Linux from Windows, a common question is "Where can I get an application for Linux that is similar to XYZ program on Windows?" Fear not! Listed below are programs that could be considered roughly equivalent to certain popular Windows appl

wiki.linuxquestions.org

사실 이정도만 해도 어느 정도 사용이 가능한 상태가 됩니다. 이제 우리는 아치 리눅스를 우리의 입맛대로 더 편하게, 더 예쁘게 만들기 위해 모험을 떠나겠습니다. 다음 글 부터는 디자인에 초점을 맞춰서 작성하도록 하겠습니다. 모두 여기까지 수고 많으셨습니다.

반응형


같이 보면 좋은 글


댓글