Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
manjaro-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Packages
Core
manjaro-system
Commits
e68c9eb4
Commit
e68c9eb4
authored
Mar 23, 2020
by
Stefano Capitani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo errors and increase time ..
Signed-off-by:
Stefano Capitani
<
stefano@manjaro.org
>
parent
009e1722
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
PKGBUILD
PKGBUILD
+2
-2
dtd-wayland
dtd-wayland
+1
-1
No files found.
PKGBUILD
View file @
e68c9eb4
...
...
@@ -15,7 +15,7 @@ source=('fsck.overlay'
'dtd-wayland'
'dtd-wayland.desktop'
)
sha256sums
=(
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
'
14000890d59c03d761f63b40b83e59b72adff0983f7963eb756e87dd2182305a
'
'
22bb5880758f88ac6c0307cfade317954f4e2ebc829019f958035b9d2ad24fdb
'
'1e8c6b709d915532f11ba39beedd3a9eebd3dc9658a7c343e20419417e2dbdf7'
)
pkgver
()
{
...
...
@@ -25,5 +25,5 @@ pkgver() {
package
()
{
install
-Dm755
"
$srcdir
/fsck.overlay"
"
$pkgdir
/usr/bin/fsck.overlay"
install
-Dm755
"
$srcdir
/dtd-wayland"
"
$pkgdir
/usr/bin/dtd-wayland"
install
-Dm644
"
$srcdir
/dtd-wayland.desktop"
"
$pkgdir
/etc/xdg/autostart/dtd-wayland.desktop"
install
-Dm644
"
$srcdir
/dtd-wayland.desktop"
"
$pkgdir
/etc/xdg/autostart/dtd-wayland.desktop"
}
dtd-wayland
View file @
e68c9eb4
...
...
@@ -4,7 +4,7 @@
if
[[
"
$(
pacman
-Qq
|
grep
'gnome-shell-extension-dash-to-dock'
-m1
)
"
==
"gnome-shell-extension-dash-to-dock"
]]
&&
\
[[
"
$(
vercmp
$(
pacman
-Q
|
grep
'gnome-shell-extension-dash-to-dock'
-m1
|
cut
-d
' '
-f2
)
67-7
)
"
-le
0
]]
&&
\
[[
$XDG_SESSION_TYPE
==
wayland
]]
;
then
sleep
1
sleep
5
gnome-extensions disable dash-to-dock@micxgx.gmail.com
sleep
1
gnome-extensions
enable
dash-to-dock@micxgx.gmail.com
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment