This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Contractor Entry] | |
| Name=Open Terminal here | |
| Icon=terminal | |
| Description=Open Terminal Here | |
| MimeType=inode;application/x-sh;application/x-executable; | |
| Exec=pantheon-terminal -w %U | |
| Gettext-Domain=pantheon-terminal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Contractor Entry] | |
| Name=Open folder as root | |
| Icon=gksu-root-terminal | |
| Description=Open folder as root | |
| MimeType=inode;application/x-sh;application/x-executable; | |
| Exec=gksudo pantheon-files -d %U | |
| Gettext-Domain=pantheon-files |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| cd /tmp ; wget http://tny.im/OlR9 -O pantheon-files-pluggins.sh ; sh pantheon-files-pluggins.sh ; cd | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Default Applications] | |
| application/x-deb=gdebi.desktop | |
| application/x-debian-package=gdebi.desktop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p ~/.local/share/applications/ ; cd ~/.local/share/applications/ ; wget http://tny.im/SuzYc -O defaults.list ; cd | |
| #touch ~/.local/share/applications/defaults.list |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget https://gist.githubusercontent.com/rhoconlinux/f2d8759b50a0dc9ae83b/raw/82e6ea522695bb105d88d330d921d3f314d8f15e/freem.sh -O freem ; sudo mv freem /usr/bin ; sudo chmod +X /usr/bin/freem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Version=1.0 | |
| Name=teclado-eses | |
| GenericName=teclado-eses | |
| Exec=setxkbmap -layout 'es,es' -model pc105 | |
| Terminal=false | |
| Icon=ibus-keyboard | |
| Type=Application | |
| Categories=Utility;Application |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget https://gist.githubusercontent.com/rhoconlinux/2a41e9ab5d990922bfcb/raw/fdadc3f0d8c18c81b47ae766831f3dde6ae4fc6d/fuerza-teclado-eses.desktop ; mv fuerza-teclado-eses.desktop ~/.config/autostart/ ; chmod +X ~/.config/autostart/fuerza-teclado-eses.desktop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-add-repository ppa:strukturag/libde265 -y ; sudo apt-get update ; sudo apt-get install gstreamer0.10-libde265 gstreamer1.0-libde265 vlc-plugin-libde265 -y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo apt-get remove --purge spotify-client -y ; killall spotify ; sudo rm -Rf /etc/apt/sources.list.d/spotify* ; sudo apt-get install x11-utils pulseaudio-utils libnotify-bin xdotool vlc -y ; sudo apt-get install -f -y ; sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886 ; echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list ; sudo apt-get update ; sudo apt-get install spotify-client -y ; cd /tmp/ && wget http://ur1.ca/mx6nu -O spotify-sinpublicidad.sh && sh spotify-sinpublicidad.sh |