Skip to content

Commit 72079f5

Browse files
committed
release 0.3
1 parent 0bc9de2 commit 72079f5

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.2
1+
VERSION = 0.3
22
DESTDIR =
33
PREFIX = /usr
44
PACKAGE = thinyqt-session

thinyqt-session.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
export XDG_CURRENT_DESKTOP=ThinyQt
23
export DESKTOP_SESSION=thinyqt
34
/usr/libexec/notification-daemon &
45
touch $HOME/.xsettingsd
@@ -25,12 +26,12 @@ imsettings-switch -n -q -x
2526
# $HOME/.TelegramDesktop/Telegram -noupdate &
2627

2728
[ -x $HOME/.fehbg ] && $HOME/.fehbg
28-
hdepanel &
29-
quickterminal &
29+
eggwm &
30+
#quickterminal &
3031
nm-tray &
3132
#blueman-applet &
3233
kmix &
3334
memtray &
3435
qshutdown &
3536
qscreenshot &
36-
exec eggwm
37+
exec hdepanel

thinyqt-session.spec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: thinyqt-session
2-
Version: 0.2
2+
Version: 0.3
33
Release: 1
44
Summary: A Thin and Tiny Session for X with Qt
55
Group: User Interface/Desktops
@@ -43,8 +43,10 @@ Recommends: qrandr
4343
Recommends: qpdfview
4444
Recommends: qedit
4545
Recommends: qtcam
46-
Recommends: xinput_calibrator
4746
Recommends: qftp-x11
47+
Recommends: qutim
48+
Recommends: kdocker
49+
Recommends: xinput_calibrator
4850
Recommends: upower
4951

5052
%description
@@ -66,5 +68,5 @@ make install DESTDIR=%{buildroot}
6668
%{_datadir}/%{name}
6769

6870
%changelog
69-
* Fri Mar 06 2020 Wei-Lun Chao <bluebat@member.fsf.org> - 0.2
71+
* Tue Apr 14 2020 Wei-Lun Chao <bluebat@member.fsf.org> - 0.3
7072
- Initial package

0 commit comments

Comments
 (0)