Page 16 of 23

Re: List of your linux Apps

Posted: 2019-10-17 03:36
by bester69
Aegisub
Aegisub is a free, cross-platform open source tool for creating and modifying subtitles. Aegisub's goal is to support using these advanced functions with ease.
Aegisub makes it quick and easy to time subtitles to audio, and features many powerful tools for styling them, including a built-in real-time video preview.
Aegisub natively works with the Advanced SubStation Alpha format (aptly abbreviated ASS) which allows for many advanced effects in the subtitles, apart from just basic timed text.
http://www.aegisub.org

Image

:idea:
We could use this software for moving to parts of a video, by using "search next" and detaching Video window; I made following script for that purpose.:
Aegisub.sh

Code: Select all

#!/bin/bash 
# 
#Aegisub - Editor de subtitulos , subtitles
# Get Window ID
WID=`xdotool search --name aegisub | tail -n 1`
#Key F3 busca siguiente (search next - Aegisub)
xdotool  windowactivate $WID key F3 
#Ctrl+P Play highlighted subtítulo - Aegisub)
xdotool  windowactivate $WID key Ctrl+p

Re: List of your linux Apps

Posted: 2019-10-19 01:51
by bester69
FastStone Capture (wine, 30 days trial)
FastStone Capture is a powerful, lightweight, yet full-featured screen capture tool . It allows you to easily capture and annotate anything on the screen. Editing tools include annotating (texts, arrowed lines, highlights), resizing, cropping, sharpening, watermarking, applying edge effects and many more. Other features include image exporting to pdf, a color picker, a screen magnifier, a screen crosshair and a screen ruler.
Features: https://www.faststone.org/FSCaptureDetail.htm

Image

Installation.:
What works.: Photo image edition , Full capture screen, section capture, and most of it.
What does not: Capture of active window, and Video screen recorder.
wine version tested : 1.6.2, 2.4, 3.2, 3.4 (It works with almost any wine version)
Requirements: winetricks gdiplus (only need gdiplus to work)

Script for bash using with wine's playonlinux versions.:
faststone.sh

Code: Select all

#!/bin/bash
#
fpath=/home/user/.local/share/FastStoneCapture
fdest=/home/user/.cache/wineFaststone
WINEPREFIX="/home/user/.wineFaststone"
mkdir -p "$fdest/drive_c"
ln -sfn $fdest $WINEPREFIX

export WINEPREFIX
export WINEARCH=win32
killall FSCapture.exe
#killall wineserver

WALL="fscapture92"
ln -sf  "$fpath/$WALL" "$WINEPREFIX/drive_c/"

cd "$WINEPREFIX/drive_c/$WALL"
wine="3.4"
/usr/local/share/midisco/wine/linux-x86/$wine/bin/wine FSCapture.exe "$@" 2> /dev/null &
Image

Image

------------------------------------------------

winsnap (30 days trial)
winsnap is fast & user-friendly utility for taking and editing screenshots. It easily captures windows of non-rectangular form with transparent backgrounds including Aero Glass and instantly enhances screenshots with professional-looking shadows, reflections, highlights, outlines, watermarks and color effects. Moreover, it allows you to quickly edit and annotate screenshots afterwards.
https://www.ntwind.com/software/winsnap.html

https://snapcraft.io/winsnap

Image

Re: List of your linux Apps

Posted: 2019-11-07 19:36
by bester69
**GREAT NEWS!!,NEW AMAZING IMAP MAIL CLIENT << :shock: :o

Blue Mail - Email & Calendar App
Image
bluemail-launches-linux >> https://www.bluemail.me/blog/bluemail-launches-linux

BlueMail by Blix a free, beautifully designed, universal email app, capable of managing an unlimited number of mail accounts from various providers, allowing for smart push notifications and group emailing while enabling personalization across multiple email accounts.

Remarkable Features:
- Instant Push mails
- Unified Inbox (Multiple Accounts)
- Task Postpone mails
- ****Usable Offline**
Image
- Integrated Calendar


Image

Install:
https://play.google.com/store/apps/deta ... email.mail
https://snapcraft.io/bluemail
snap install bluemail

Re: List of your linux Apps

Posted: 2019-11-10 19:29
by bester69
Mailspring
Boost your productivity and send better email with Mailspring, the best mail client for Mac, Linux, and Windows.
https://getmailspring.com/download

Image

Re: List of your linux Apps

Posted: 2019-11-12 09:22
by Lecram
1. Nomacs: An light weight image viewer/ editing tool. Similar to Irfanview in windows.
2. Flameshot: An screenshot application and annotation tool, Similar to sniping tool in windows.
3. Redshift: An color temperature control app in Linux. It has a simple config file. Similar to the windows 10 color temp control setting but in windows it changes only in night. This app changes the color temperature throughout the day so you won't notice the abrupt difference.
4. moc: It is a console music player, it has settings in a plain text config file, easier to setup compared to cmus and other console music player.

Re: List of your linux Apps

Posted: 2019-11-14 04:15
by bester69
Lecram wrote:1. Nomacs: An light weight image viewer/ editing tool. Similar to Irfanview in windows.
2. Flameshot: An screenshot application and annotation tool, Similar to sniping tool in windows.
3. Redshift: An color temperature control app in Linux. It has a simple config file. Similar to the windows 10 color temp control setting but in windows it changes only in night. This app changes the color temperature throughout the day so you won't notice the abrupt difference.
4. moc: It is a console music player, it has settings in a plain text config file, easier to setup compared to cmus and other console music player.

Thanks for; Nomacs, didnt know it, I think i will keep it insteed Gwenview..Ive got plasma and use gwenview, but doesnt like it very much, it doesnt goes smooth and takes so long to open first launch... Very good application, I add it to my favourites :o

Re: List of your linux Apps

Posted: 2019-11-16 22:36
by bester69
Foliate ebooks reader
A simple and modern eBook viewer
Image
Features include:
Two-page view and scrolled view
Customize font and line-spacing
Light, sepia, dark, and invert mode
Reading progress slider with chapter marks
Bookmarks and annotations
Find in book
Quick dictionary lookup

https://www.flathub.org/apps/details/co ... um.Foliate

Image

Image
---------------------------------------------

I made a script convert for being use Foliate with PDF's and ODT's files.:
readbook.sh
Requires>> ebook-converter (calibre)

Code: Select all

#!/bin/bash
#
ruta=$(readlink -f "$1")
ruta2=$(dirname "$ruta")
sfilename=$(basename "$1") && filename=${sfilename%.*}
dirout="$filename-"`date +%Y-%m-%d_%Hh%Mm%Ss`
epubs="/home/user/LINUXDEBS/NOBACKUP/ebook/$dirout"


echo "Ruta completa es:"$ruta
echo "Nombre es:"$filename
echo "Carpeta es:"$ruta2
 
tmp="/tmp/tmpxxzy_$filename"
rm -rf "$tmp"
mkdir -p "$tmp"

cp "$1" "$tmp/"
export UserInstallation=file:///home/user/.libreoffice-alt  
soffice --headless --convert-to epub --outdir "$tmp" "$tmp/$filename.odt" 
ebook-convert "$tmp/$filename.epub" "$tmp/$filename".azw3

ebook-convert "$tmp/$filename.pdf" "$tmp/Match_$filename".azw3 
ebook-convert "$tmp/$filename.pdf" "$tmp/Match_$filename".epub 

mkdir -p "$epubs/" && rsync -aAXv "$tmp/" "$epubs/"


ls "$epubs/Match_$filename.azw3" && A=0
if [ $A -eq 0 ]
then
xdg-open "$epubs/Match_$filename.azw3" &
cp "$epubs/Match_$filename.azw3" .
#ebook-viewer "$epubs/Match_$filename.azw3" &
else
xdg-open "$epubs/$filename.azw3" &
cp "$epubs/$filename.azw3" .
#ebook-viewer "$epubs/$filename.azw3" &
fi

Re: List of your linux Apps

Posted: 2019-11-18 09:09
by sickpig
flameshot and redshift

Re: List of your linux Apps

Posted: 2019-12-01 19:48
by bester69
>>>EXCELLENT STREAM MUSIC APPLICATIONS :o

Auryo Player
Listen to SoundCloud® from the comfort of your desktop. Use keyboard shortcuts to navigate through your music. Be more productive.
https://auryo.com
https://snapcraft.io/auryo

Image

--------------------------------------------

Headset Appp
Headset is a desktop music player powered by YouTube and Reddit. Headset is a great app for someone who doesn’t want to invest in a paid service like Spotify or Apple Music
Reddit Radio
Discover Music like never before. Reddit takes the entirety of the internet, finds what most interesting and bubbles it to the top. There are hundreds of subreddits for music, focusing on every genre imaginable. The good music gets upvoted to the top and the trash is downvoted to oblivion. Each time you come back you'll find new beats to keep you going.

https://headsetapp.co
https://github.com/headsetapp/headset-electron

Image

Image

Re: List of your linux Apps

Posted: 2019-12-10 00:36
by bester69
Deezer Player
Very good alternative to Spotify
flatpak install nuvola eu.tiliado.NuvolaAppDeezer
https://nuvola.tiliado.eu/app/deezer/other/

Image

Re: List of your linux Apps

Posted: 2019-12-10 19:26
by Cyborg
Lecram wrote:1. Nomacs: An light weight image viewer/ editing tool. Similar to Irfanview in windows.
2. Flameshot: An screenshot application and annotation tool, Similar to sniping tool in windows.
3. Redshift: An color temperature control app in Linux. It has a simple config file. Similar to the windows 10 color temp control setting but in windows it changes only in night. This app changes the color temperature throughout the day so you won't notice the abrupt difference.
4. moc: It is a console music player, it has settings in a plain text config file, easier to setup compared to cmus and other console music player.
Nomacs is pretty good, thanks! I needed a lightweight program to for quick edits. I had been using mtpaint but it was quite outdated and confusing.

Re: List of your linux Apps

Posted: 2019-12-17 05:29
by Richard M. Duran
Lecram wrote:1. Nomacs: An light weight image viewer/ editing tool. Similar to Irfanview in windows.
2. Flameshot: An screenshot application and annotation tool, Similar to sniping tool in windows.
3. Redshift: An color temperature control app in Linux. It has a simple config file. Similar to the windows 10 color temp control setting but in windows it changes only in night. This app changes the color temperature throughout the day so you won't notice the abrupt difference.
4. moc: It is a console music player, it has settings in a plain text config file, easier to setup compared to cmus and other console music player.
Nomacs worked for me for a while when i was using Linux.Now lrfanview is working for me now.
And BleachBit,as a free tool,it did a great job,but on another Windows pc,i have replaced it with Safewiper.

Re: List of your linux Apps

Posted: 2019-12-17 18:24
by Head_on_a_Stick
Here's one the OP will like:

Microsoft Teams is now available on Linux

Probably best to check their packaging first though, eh?

Code: Select all

empty@E485:~ $ lintian Downloads/teams_1.2.00.32451_amd64.deb
E: teams: arch-dependent-file-in-usr-share usr/share/teams/libEGL.so
W: teams: hardening-no-relro usr/share/teams/libEGL.so
E: teams: arch-dependent-file-in-usr-share usr/share/teams/libGLESv2.so
W: teams: hardening-no-relro usr/share/teams/libGLESv2.so
E: teams: arch-dependent-file-in-usr-share usr/share/teams/libffmpeg.so
W: teams: hardening-no-relro usr/share/teams/libffmpeg.so
E: teams: arch-dependent-file-in-usr-share ... use --no-tag-display-limit to see all (or pipe to a file/program)
E: teams: unstripped-binary-or-object usr/share/teams/resources/app.asar.unpacked/node_modules/@microsoft/fasttext-languagedetector/build/Release/fastText-languagedetector.node
E: teams: unstripped-binary-or-object usr/share/teams/resources/app.asar.unpacked/node_modules/@microsoft/fasttext-languagedetector/build/Release/obj.target/fastText-languagedetector.node
E: teams: unstripped-binary-or-object usr/share/teams/resources/app.asar.unpacked/node_modules/@msteams/electron-modules-package-utils/build/Release/obj.target/package-utils.node
E: teams: unstripped-binary-or-object ... use --no-tag-display-limit to see all (or pipe to a file/program)
W: teams: shared-lib-without-dependency-information usr/share/teams/resources/app.asar.unpacked/node_modules/media-hid/build/Release/media-hid.node
W: teams: shared-lib-without-dependency-information usr/share/teams/resources/app.asar.unpacked/node_modules/media-hid/build/Release/obj.target/media-hid.node
W: teams: hardening-no-relro ... use --no-tag-display-limit to see all (or pipe to a file/program)
E: teams: embedded-library usr/share/teams/teams: freetype
E: teams: embedded-library usr/share/teams/teams: lcms2
E: teams: embedded-library usr/share/teams/teams: libjpeg
E: teams: embedded-library ... use --no-tag-display-limit to see all (or pipe to a file/program)
E: teams: changelog-file-missing-in-native-package
E: teams: no-copyright-file
E: teams: misplaced-extra-member-in-deb _gpgorigin (unexpected _member at position 3)
W: teams: extended-description-line-too-long
W: teams: extended-description-line-too-long
W: teams: extended-description-line-too-long
W: teams: extended-description-line-too-long ... use --no-tag-display-limit to see all (or pipe to a file/program)
E: teams: maintainer-address-missing Microsoft Corporation
W: teams: no-section-field
W: teams: binary-without-manpage usr/bin/teams
W: teams: maintainer-script-ignores-errors postinst
E: teams: shlib-with-executable-bit usr/share/teams/libEGL.so 0755
E: teams: shlib-with-executable-bit usr/share/teams/libGLESv2.so 0755
E: teams: shlib-with-executable-bit usr/share/teams/libffmpeg.so 0755
E: teams: shlib-with-executable-bit ... use --no-tag-display-limit to see all (or pipe to a file/program)
1|empty@E485:~ $
What a bunch of clueless fuckwits... :lol:

Re: List of your linux Apps

Posted: 2019-12-27 12:50
by Head_on_a_Stick
picom

This is a fork of the (now abandoned) compton project, with many added bugfixes.

Debian buster package here: https://software.opensuse.org//download ... kage=picom

Re: List of your linux Apps

Posted: 2019-12-28 06:45
by Nili
- Sticked DeaDBeeF
Image

Re: List of your linux Apps

Posted: 2019-12-28 15:29
by None1975
Nili wrote:- Sticked DeaDBeeF
Very nice and easy on eyes.

Re: List of your linux Apps

Posted: 2020-01-03 19:32
by Head_on_a_Stick
Firemenu

This provides a menu for launching programs sandboxed under the aegis of firejail:

Image

It was written by fsmithred and is provided with the new Refracta beowulf beta release, download it from here: https://sourceforge.net/projects/refracta/files/Extras/

Re: List of your linux Apps

Posted: 2020-01-04 05:27
by Nili
None1975 wrote:Very nice and easy on eyes.
Thanks bro :D

Re: List of your linux Apps

Posted: 2020-01-11 17:13
by bester69
Shortwave
Shortwave , the successor of Gradio .
A very good and promising software :idea: :o
https://www.linuxuprising.com/2019/11/s ... r-for.html


Image


Image

Re: List of your linux Apps

Posted: 2020-01-22 09:15
by jeffmax
I have listed some best linux app to use frequently in 2020


Deluge: Linux have multiple distribution comes with Bittorrent client but Deluge more lightweight and easily download any files


Pidgin: It’s a chat program app & phenomenal while doing multiple chat networks simultaneously


Fastest VPN: Best VPN app for linux platform to secure your digital security and privacy.
Fit for all linux distribution


ClamAV: Although we all know linux is one of the secure platform as compare to windows where we use different antiviruses or use bilten windows defender but ClamAV is much reliable antivirus to secure your Linux OS.


Thunderbird: It's one of my favourite app as its totally free to use quite worthy you don't need to subscribe g suite account or login everytime webmail just one time configure to use Thunderbird and compatible with all OS platforms