Image 01
profile-image

anthonyfieroni

Anthony Fieroni
Dilbert

Plasma Comic Sources by mfuchs 14 comments

Please correct YYYY-MM-DD to ISODate or yyyy-MM-dd. - Nov 12 2018
AudioThumbs 5

Various Plasma 5 Improvements by anthonyfieroni 8 comments

Before git line perfore
sudo add-apt-repository ppa:forkotov02/ppa
sudo apt-get update && sudo apt-get upgrade
this is for taglib 1.11 who is needed :) - Mar 13 2017
AudioThumbs 5

Various Plasma 5 Improvements by anthonyfieroni 8 comments

Now i see it will have a problem with Ubuntu, taglib is older than 1.11 wait for solution. - Mar 13 2017
AudioThumbs 5

Various Plasma 5 Improvements by anthonyfieroni 8 comments

Audio Thumbs will be part of kio-extras 17.04, so when you on 17.04 release you don't need to do this anymore. I will update GitHub with uninstall command. - Mar 13 2017
AudioThumbs 5

Various Plasma 5 Improvements by anthonyfieroni 8 comments

Open Dolphin, press F4 in terminal below just copy-paste line by line and hit enter after each other (when it ask you for password just type it it will not show a mark as *)
sudo apt-get install g++ cmake extra-cmake-modules qtbase5-dev kio-dev libtag1-dev
git clone https://github.com/bvbfan/Audio-thumbs
cd Audio-thumbs
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DLIB_INSTALL_DIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make
sudo make install - Mar 13 2017
AudioThumbs 5

Various Plasma 5 Improvements by anthonyfieroni 8 comments

New version on GitHub adds support of APE, WavPack, MPC, AIF and WAV - Dec 31 2016
Minimize All

Plasma 5 Applets by anthonyfieroni 13 comments

systemsettings -> window manager -> kwin script. Enable MinimizeAll. NOTE applet is returned to official plasma-addons in Plasma 5.8. :) - Sep 29 2016
Minimize All

Plasma 5 Applets by anthonyfieroni 13 comments

https://quickgit.kde.org/?p=breeze.git&a=tree&h=61f1f074ed88d2ec67af9f086d14f98831422bd6&hb=c9c7f0d88f9169dd657a5c7e270eff9d736de895&f=wallpapers%2FNext%2Fcontents%2Fimages - May 15 2016
Minimize All

Plasma 5 Applets by anthonyfieroni 13 comments

This plasmoid is to be clicked on it, mostly place in the panel. If you want key combination, you don't need plasmoid at all, KWin has this feature
systemsettings5 -> shortcuts -> global shortcuts -> kwin (from combobox) -> MinimizeAll - Apr 28 2016
Minimize All

Plasma 5 Applets by anthonyfieroni 13 comments

The difference is that the main function of pager' click to shows the desktop (+ window aperture) minimizeAll just minimize all visible windows + animation it looks different. I have request from users to 'revive' it, but you are right you can get same functionality from different ways. :) - Apr 16 2016