Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
2400c252
Commit
2400c252
authored
10 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
Added compton-launcher
parent
d1360e4e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-compton
+32
-2
32 additions, 2 deletions
helpers/make-compton
with
32 additions
and
2 deletions
helpers/make-compton
+
32
−
2
View file @
2400c252
...
...
@@ -17,15 +17,45 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
1
VERSION
=
2
EXTERNAL
=
'deb-src http://archive.ubuntu.com/ubuntu trusty universe'
.
./config
rm
debian/examples compton.sample.conf
echo
"compton.conf /etc"
>
debian/install
cat
<<
EOF
>> debian/install
compton.conf /etc
compton-autostart.desktop /etc/xdg/autostart
compton-launcher /usr/bin
EOF
cp
$DATA
/compton.conf
.
cat
<<
EOF
> compton-autostart.desktop
[Desktop Entry]
Type=Application
Name=Compton composition manager
Exec=compton-launcher
NoDisplay=true
X-GNOME-AutoRestart=true
X-GNOME-Autostart-Phase=Initialization
OnlyShowIn=GNOME;
EOF
cat
<<
EOF
> compton-launcher
#!/bin/sh
FILE=/etc/compton.conf
[ -f ~/.config/compton.conf ] && FILE="~/.config/compton.conf"
[ 0 !=
\$
(glxinfo |grep "renderer string:" |grep -v llvmpipe | wc -c) ] && compton --config
\$
FILE &
EOF
sed
's/^Depends:/Depends: mesa-utils, /'
debian/control
*
-i
chmod
755 compton-launcher
changelog
"Backported into Toutatis"
compile
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment