Accepting request 1003626 from home:sfalken:branches:X11:LXQt
- fix default terminal, affects the right-click open terminal on desktop (gh#lxqt/pcmanfm-qt#1522) * pcmanfm-qt-default-terminal.patch - minor cleanup in %files to fix rpmlint errors OBS-URL: https://build.opensuse.org/request/show/1003626 OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/pcmanfm-qt?expand=0&rev=29
This commit is contained in:
parent
f0af0ab35a
commit
9b2c5771d3
14
pcmanfm-qt-default-terminal.patch
Normal file
14
pcmanfm-qt-default-terminal.patch
Normal file
@ -0,0 +1,14 @@
|
||||
Index: config/pcmanfm-qt/lxqt/settings.conf.in
|
||||
===================================================================
|
||||
--- config/pcmanfm-qt/lxqt/settings.conf.in.orig
|
||||
+++ config/pcmanfm-qt/lxqt/settings.conf.in
|
||||
@@ -5,8 +5,7 @@ SuCommand=lxsudo dbus-run-session -- %s
|
||||
TerminalCommand=
|
||||
Archiver=lxqt-archiver
|
||||
SIUnit=false
|
||||
-TerminalDirCommand=xterm
|
||||
-TerminalExecCommand=xterm -e %s
|
||||
+TerminalExecCommand=qterminal
|
||||
|
||||
[Behavior]
|
||||
BookmarkOpenMethod=0
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 21:55:49 UTC 2022 - Shawn Dunn <sfalken@cloverleaf-linux.org>
|
||||
|
||||
- fix default terminal, affects the right-click open terminal on desktop (gh#lxqt/pcmanfm-qt#1522)
|
||||
* pcmanfm-qt-default-terminal.patch
|
||||
- minor cleanup in %files to fix rpmlint errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 21:43:10 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -28,6 +28,8 @@ Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{n
|
||||
Source2: %{name}.keyring
|
||||
#bsc#1100208 - mvetter@suse.de - set default openSUSE wallpaper
|
||||
Patch0: pcmanfm-qt-default-wallpaper.patch
|
||||
#gh#lxqt/pcmanfm-qt#1522 - sfalken@cloverleaf-linux.org - fix default terminal for lxqt desktop
|
||||
Patch1: pcmanfm-qt-default-terminal.patch
|
||||
BuildRequires: cmake >= 3.1.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -56,6 +58,7 @@ PCManFM-Qt is the Qt port of the LXDE file manager PCManFM
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p0
|
||||
|
||||
%build
|
||||
%cmake -DPULL_TRANSLATIONS=No
|
||||
@ -74,8 +77,8 @@ make %{?_smp_mflags}
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_mandir}/man?/%{name}.?%{ext_man}
|
||||
%{_sysconfdir}/xdg/autostart/lxqt-desktop.desktop
|
||||
%config %{_datadir}/pcmanfm-qt/lxqt/settings.conf
|
||||
%config %{_sysconfdir}/xdg/autostart/lxqt-desktop.desktop
|
||||
%{_datadir}/pcmanfm-qt/lxqt/settings.conf
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%dir %{_datadir}/pcmanfm-qt
|
||||
|
Loading…
Reference in New Issue
Block a user