Before:
➜ ~ systemctl --user cat thelounge.service
# /usr/lib/systemd/user/thelounge.service
[Unit]
Description=The Lounge IRC client
[Service]
Type=simple
Environment=THELOUNGE_HOME=~/.thelounge
| clang | |
| directx-headers | |
| expat | |
| gcc-libs | |
| glibc | |
| libdrm | |
| libelf | |
| libglvnd | |
| libpng | |
| libva |
Before:
➜ ~ systemctl --user cat thelounge.service
# /usr/lib/systemd/user/thelounge.service
[Unit]
Description=The Lounge IRC client
[Service]
Type=simple
Environment=THELOUNGE_HOME=~/.thelounge
| [Unit] | |
| Description=Clash Proxy Autostart | |
| After=network.target network-online.target | |
| [Service] | |
| Type=simple | |
| WorkingDirectory=/home/luc/a/clash-for-linux | |
| User=root | |
| ExecStart=/home/luc/a/clash-for-linux/bin/clash-linux-amd64 -d conf | |
| Restart=on-failure |
| 8月 08 06:30:54 sniper gdm[520]: Gdm: GdmManager: trying to open reauthentication channel for user luc | |
| 8月 08 06:30:54 sniper gdm[520]: Gdm: Finding a graphical session for user 1000 | |
| 8月 08 06:30:54 sniper gdm[520]: Gdm: Considering session '5' | |
| 8月 08 06:30:54 sniper gdm[520]: Gdm: Considering session '4' | |
| 8月 08 06:30:54 sniper gdm[520]: Gdm: Session '4' is not a graphical session (type: 'unspecified') | |
| 8月 08 06:30:54 sniper gdm[520]: Gdm: Considering session '3' | |
| 8月 08 06:30:54 sniper gdm[520]: Gdm: Session '3' is not a graphical session (type: 'tty') | |
| 8月 08 06:30:54 sniper gdm[520]: Gdm: GdmManager: looking for user session on display | |
| 8月 08 06:30:54 sniper gdm[520]: Gdm: GdmSession: starting reauthentication for session 5 for client with pid 1000 | |
| 8月 08 06:30:54 sniper gdm[520]: Gdm: GdmSession: Emitting 'reauthentication-started' signal for caller pid '1246' |
| 8月 07 06:10:38 sniper gdm[505]: Gdm: GdmLocalDisplayFactory: received VT change event | |
| 8月 07 06:10:38 sniper gdm[505]: Gdm: GdmLocalDisplayFactory: VT changed from 1 to 2 | |
| 8月 07 06:10:38 sniper gdm[505]: Gdm: GdmLocalDisplayFactory: active VT is not initial VT, so ignoring | |
| 8月 07 06:10:40 sniper gdm[505]: Gdm: GdmLocalDisplayFactory: received VT change event | |
| 8月 07 06:10:40 sniper gdm[505]: Gdm: GdmLocalDisplayFactory: VT changed from 2 to 3 | |
| 8月 07 06:10:40 sniper gdm[505]: Gdm: GdmLocalDisplayFactory: active VT is not initial VT, so ignoring | |
| 8月 07 06:10:42 sniper gdm[505]: Gdm: GdmLocalDisplayFactory: received VT change event | |
| 8月 07 06:10:42 sniper gdm[505]: Gdm: GdmLocalDisplayFactory: VT changed from 3 to 4 | |
| 8月 07 06:10:42 sniper gdm[505]: Gdm: GdmLocalDisplayFactory: active VT is not initial VT, so ignoring | |
| 8月 07 06:10:44 sniper gdm[505]: Gdm: GdmLocalDisplayFactory: received VT change event |
| F2 | Rename Symbol | |
|---|---|---|
| Ctrl-F4 | Close Editing File | |
| Ctrl-R | Recently Opened | |
| Ctrl-Shift-F | Global Search | |
| Ctrl-Shift-J | Toggle Search Details box (files to include/exclude) |
| SRCS := $(wildcard *.json) | |
| OBJS := $(patsubst %.json,%.svg, $(SRCS)) | |
| all: $(OBJS) | |
| $(OBJS): %.svg: %.json | |
| npx bit-field --hspace 1800 --lanes $(shell echo $< | grep -o -E '[0-9]*') --vflip --hflip -i $< > $@ | |
| clean: | |
| rm -f $(OBJS) |
| fails=(); for i in `seq 1 8`; do fails+=("$i"); done; echo "${fails[@]}" |