Skip to content

Commit

Permalink
Revert "🐛 FIX: inkscape snap is broken"
Browse files Browse the repository at this point in the history
This reverts commit be9baa7.
  • Loading branch information
DaffyDuke committed Aug 3, 2022
1 parent be9baa7 commit b7c098c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .aliases
Expand Up @@ -88,7 +88,7 @@ downloadAllImages(){ wget --no-check-certificate -nd -H -p -A jpg,jpeg,png,gif -
dlmp3(){ wget -r -l1 -H -t1 -nd -N -np -A.mp3 -erobots=off "$1"; }
detach() { sudo umount "/dev/"$1"1"; udisks --detach "/dev/$1"; }
debug() { sudo strace -Ff -tt -p $(pidof $1) 2>&1 | tee strace-$1.log; }
# drm() { docker rm $(docker ps -q -a); }
drm() { docker rm $(docker ps -q -a); }

cleansnap() {
snap list --all | grep désactivé | while read Nom Version Révision Suivi Développeur Notes
Expand Down
5 changes: 4 additions & 1 deletion .config/autostart/variety.desktop
Expand Up @@ -2,12 +2,15 @@
Name=Variety
Comment=Variety Wallpaper Changer
Categories=GNOME;GTK;Utility;
Exec=/bin/bash -c "sleep 20 && /usr/bin/variety --profile /home/daffy/.config/variety/"
Exec=/usr/bin/variety --profile /home/daffy/.config/variety/
MimeType=text/uri-list;x-scheme-handler/variety;x-scheme-handler/vrty;
Icon=variety
Terminal=false
Type=Application
StartupNotify=false
Actions=Next;Previous;PauseResume;History;Preferences;
Keywords=Wallpaper;Changer;Change;Download;Downloader;Variety;
X-GNOME-Autostart-Delay=20
StartupWMClass=Variety
Hidden=false

2 changes: 2 additions & 0 deletions .config/yt-dlp/config
@@ -0,0 +1,2 @@
# Default Output Directory and Pattern
--ignore-errors -f best -o ~/Dropbox/Videos/News/%(extractor_key)s/%(uploader)s/%(title)s-%(id)s.%(ext)s
12 changes: 6 additions & 6 deletions setup.sh
Expand Up @@ -122,7 +122,7 @@ Packages()
fail2ban fastboot fdupes ffmpegthumbnailer filezilla flameshot flashplugin-installer fonts-powerline fortunes-fr fonts-radisnoir fpart ftp \
gcstar geary gimp glances gnome-tweak-tool gnome-usage gnupg2 gnupg-agent gparted graphviz gromit-mpx gron gthumb guake guake-indicator \
handbrake hashcat hddtemp heimdall-flash-frontend hexchat-plugins hexchat-indicator hey htop httpcode httperf httpie httping hugin hugo hunspell-fr hunspell-fr-comprehensive hwloc libhwloc-contrib-plugins \
i2c-tools: iftop inkscape ioping iotop ipcalc iproute2 iptraf iputils-arping iptstate \
i2c-tools: iftop ioping iotop ipcalc iproute2 iptraf iputils-arping iptstate \
jq jxplorer \
kerneloops kdocker keychain kigo klavaro kodi \
language-pack-fr ldap-utils lftp libeatmydata1 libimage-exiftool-perl libopenscap8 libpam-tmpdir libpam-yubico libreoffice libreoffice-calc libreoffice-draw libreoffice-help-fr libreoffice-impress libreoffice-math libreoffice-nlpsolver libreoffice-pdfimport libreoffice-voikko libreoffice-writer libreoffice-templates libreoffice-writer2latex libreoffice-gnome libva-glx2 lm-sensors libsecret-tools lolcat lsof ltrace lxc lxc-utils python3-lxc lynx \
Expand Down Expand Up @@ -153,7 +153,7 @@ Packages()

snap()
{
for snap in chromium czkawka code github-desktop gnome-system-monitor hub hugo ipfs-desktop\
for snap in chromium czkawka code github-desktop gnome-system-monitor hub hugo inkscape ipfs-desktop\
keepassxc magnus mailspring onlyoffice-desktopeditors procs pycharm-community \
rambox shellcheck slack spotify strawberry whatsdesk yakyak yq
do
Expand Down Expand Up @@ -1401,7 +1401,7 @@ Main()
# Setup
# WIFI
# PPA
# Packages
Packages
# Python
# GO
# Android
Expand All @@ -1419,7 +1419,7 @@ Main()
# CLOUD
# coolretroterm
# CozyDrive
# Crontab
Crontab
# Ctop
# Docker
# Douane
Expand All @@ -1431,7 +1431,7 @@ Main()
# Fuzzy
# Github
# GnomeConfigurations
GnomeExtensions
# GnomeExtensions
# GrafTCP
# GRAPH
# Infrakit
Expand All @@ -1457,7 +1457,7 @@ Main()
# rapidphotodownloader
# RocketChat
# Rust
# s3benchmark
s3benchmark
# Screensavers
# Signal
# Slack
Expand Down

0 comments on commit b7c098c

Please sign in to comment.