sudo ./setup.py install
STumbling In Linux Land, STupid and Unlucky Pablo? The tribulations and happy discoveries of a Linux former Newbie, now bit more experienced user
Wednesday, August 1, 2018
Friday, April 20, 2018
Mp3cut in Linux Arch
Install from Aur
$yaourt -S mp3cut
I downloaded a radioconcert from which I wanted to save a part from 8 minutes 49 seconds to 1 hour 11 minutes 42 seconds
Open terminal in the folder in which the file you want to cut (concert.mp3).
$mp3cut -t 00:08:49-01:11:42 concert.mp3
The output will be written as concert.out.mp3
$yaourt -S mp3cut
I downloaded a radioconcert from which I wanted to save a part from 8 minutes 49 seconds to 1 hour 11 minutes 42 seconds
Open terminal in the folder in which the file you want to cut (concert.mp3).
$mp3cut -t 00:08:49-01:11:42 concert.mp3
The output will be written as concert.out.mp3
Friday, April 6, 2018
Update issue Arch kfilemetadata4 libbaloo4
looking for conflicting packages...
:: poppler and poppler-qt4 are in conflict. Remove poppler-qt4? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: kfilemetadata4: removing poppler-qt4 breaks dependency 'poppler-qt'
Solution:
:: poppler and poppler-qt4 are in conflict. Remove poppler-qt4? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: kfilemetadata4: removing poppler-qt4 breaks dependency 'poppler-qt'
Solution:
#pacman -R kfilemetadata4 libbaloo4
Saturday, February 17, 2018
list folder content by only directory names using the terminal
$ ls -d */
is the command that you need in the terminal that is opened in a certain folder to list only the sub-directory names and not the sub-directories content.
I use it for instance to make a text file to list music and ebook folders I have.
Wednesday, July 12, 2017
Okular breaks after KDE update solution rebuild qt5-styleplugins
This is the second time Okular doesn't function after a KDE update. Solution: qt5-styleplugins has to be rebuild.
$packer -S qt5-styleplugins
Simple enough if you know what to do.
Error message was:
qt5ct: using qt5ct plugin
Cannot mix incompatible Qt library (version 0x50900) with this library (version 0x50901)
Aborted (core dumped)
$packer -S qt5-styleplugins
Simple enough if you know what to do.
Error message was:
qt5ct: using qt5ct plugin
Cannot mix incompatible Qt library (version 0x50900) with this library (version 0x50901)
Aborted (core dumped)
Thursday, May 18, 2017
Webpush notifications in firefox - howto get rid of them
Visited a site and after that I got small notifications of that site while browsing on others.
Never experienced that before; no new extensions that could explain it.
This is the explanation :
You can choose whether or not to give permission* for a site to send you notifications by following these instructions:
You can choose whether or not to give permission* for a site to send you notifications by following these instructions:
- Click the
icon to bring up the Control Center.
- Click the menu next to Permissions and choose a notification option: Always Ask, Allow, or Block.
You have to visit the site that annoys you and look at the top left next to the email address to find the I icon. Click on the I and then on the right arrow button and then on More Information at the bottom. Then you will see a few tabs and can you choose the permission tab and change allow to block.
Friday, February 3, 2017
audacious wouldn't read my cue file
Sometimes you can be so lost with a simple problem.
What I should have done right away is look at the arch install page of Audacious-plugins There you see as optional dependencie libcue. Seem to have missed that installing audacious. so
#pacman -S libcue
ended my misery.
Ouch, all is well that ends well but a pity for the time I lost so much time with this. Still stupid, or getting more stupid??
What I should have done right away is look at the arch install page of Audacious-plugins There you see as optional dependencie libcue. Seem to have missed that installing audacious. so
#pacman -S libcue
ended my misery.
Ouch, all is well that ends well but a pity for the time I lost so much time with this. Still stupid, or getting more stupid??
Subscribe to:
Posts (Atom)