File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN chown root:root /tmp && \
14
14
apt-get install -y \
15
15
dbus-user-session libgtk-3-0 libnotify4 libnss3 libxss1 \
16
16
libxtst6 xdg-utils libatspi2.0-0 libuuid1 libsecret-1-0 \
17
- libasound2 gnutls-bin libgbm1 ffmpeg nautilus
17
+ libasound2 gnutls-bin libgbm1 ffmpeg xfe
18
18
19
19
RUN wget -O /tmp/linux_qq.deb https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.7_240403_amd64_01.deb && \
20
20
wget -O /tmp/LiteLoaderQQNT.zip https://github.com/LiteLoaderQQNT/LiteLoaderQQNT/releases/download/1.1.0/LiteLoaderQQNT.zip && \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN chown root:root /tmp && \
14
14
apt-get install -y \
15
15
dbus-user-session libgtk-3-0 libnotify4 libnss3 libxss1 \
16
16
libxtst6 xdg-utils libatspi2.0-0 libuuid1 libsecret-1-0 \
17
- libasound2 gnutls-bin libgbm1 ffmpeg nautilus
17
+ libasound2 gnutls-bin libgbm1 ffmpeg xfe
18
18
19
19
RUN wget -O /tmp/linux_qq.deb https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.7_240403_arm64_01.deb && \
20
20
wget -O /tmp/LiteLoaderQQNT.zip https://github.com/LiteLoaderQQNT/LiteLoaderQQNT/releases/download/1.1.0/LiteLoaderQQNT.zip && \
Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ export USER_PASSWD=''
5
5
export HTTP_AUTH_USER=' '
6
6
export HTTP_AUTH_PASSWD=' '
7
7
8
+ export DBUS_SESSION_BUS_ADDRESS=$( cat /var/run/dbus/DBUS_SESSION_BUS_ADDRESS)
8
9
export TERM=linux
9
10
export LC_CTYPE=zh_CN.UTF-8
10
11
export XMODIFIERS=@im=fcitx
11
12
13
+ xdg-mime default xfe.desktop inode/directory
12
14
stalonetray --dockapp-mode simple &
13
15
14
16
while true ; do
Original file line number Diff line number Diff line change 19
19
rm -rf /run/dbus/pid
20
20
mkdir -p /var/run/dbus
21
21
chmod -R 777 /var/run/dbus
22
- dbus-daemon --config-file=/usr/share/dbus-1/system.conf --print-address &
22
+ dbus-daemon --config-file=/usr/share/dbus-1/system.conf --print-address > /var/run/dbus/DBUS_SESSION_BUS_ADDRESS
23
+ export DBUS_SESSION_BUS_ADDRESS=$(cat /var/run/dbus/DBUS_SESSION_BUS_ADDRESS)
24
+
23
25
chmod -R 777 /opt/QQ/
24
26
chown -R user /home/user/.config/
25
27
chmod -R 777 /home/user/.config/QQ/
You can’t perform that action at this time.
0 commit comments