LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-23-2018, 09:51 AM   #6541
jamie marchant
Member
 
Registered: Nov 2012
Distribution: Fedora 64-bit
Posts: 86

Rep: Reputation: Disabled

Easy use way of opening .DMG files(https://en.wikipedia.org/wiki/Apple_Disk_Image). My macs are old and don't have internet access, I sometimes would like to look at a package before putting it on my Mac.
 
Old 06-23-2018, 12:52 PM   #6542
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Google "Linux mount DMG file".

jlinkels
 
Old 06-23-2018, 12:53 PM   #6543
jamie marchant
Member
 
Registered: Nov 2012
Distribution: Fedora 64-bit
Posts: 86

Rep: Reputation: Disabled
I had some issues with that . I don't remember what problems but would like an easier way.

Last edited by jamie marchant; 06-23-2018 at 12:56 PM.
 
Old 07-20-2018, 05:06 AM   #6544
lax luthier
Member
 
Registered: Feb 2017
Location: Santa Barbara Co. Ca
Distribution: Ubuntu 16.04 LTS
Posts: 51

Rep: Reputation: Disabled
Quote:
Originally Posted by kiebitz View Post
irfanview, for viewing and editing images.
I just want to do basic tasks like: cropping, resizing, converting to other filetypes, rotating, for single images and batch-processing. Maybe apply some filters like color corrections.

In all Linux alternatives I have tried these tasks are more cumbersome or less exact or require more clicks.
Also the menus for navigating folders ("save as" etc) are always more terrible, like you can not copy&paste paths, the windows are fixed size and very small. When you select an area for cropping you can not move it around but have to drag a new selection-rectangle, and so on. Small things like that..
I agree. Nothing I've tried is as good as Irfanview. I guess it would be up to its author to port it to Linux?

BTW I have to keep a Windows machine on the side, for running Irfanview and one or two other programs.
 
Old 07-20-2018, 11:40 AM   #6545
jamie marchant
Member
 
Registered: Nov 2012
Distribution: Fedora 64-bit
Posts: 86

Rep: Reputation: Disabled
Irfanview runs fine for me under Wine. What are the 2 other programs.
 
Old 08-08-2018, 06:30 AM   #6546
ar124official
LQ Newbie
 
Registered: Mar 2018
Location: Sargodha, Punjab, Pakistan
Distribution: Ubuntu, Arch Linux, Fedora, Opensuse
Posts: 16

Rep: Reputation: Disabled
Every software available for other Desktop OSs but not Linux.
Especially daily use software like Internet Download Manager.
 
Old 08-08-2018, 02:26 PM   #6547
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
Quote:
irfanview, for viewing and editing images.
Look at imagemagick:
Examples:
Code:
mogrify -resize 400x400 file.jpg
convert file1.jpg -resize 50% file2.jpg
convert input.jpg -resize 300 -quality 75 output.jpg
montage -mode concatenate -tile 2 1.jpg 2.jpg 3.jpg 4.jpg out.jpg
convert file.png file.jpg
convert file.png -crop 640x480+50+100 out.png
convert -size 720x480 xc:blue canvas.jpg
About as simple and fast as it gets. And scriptable to do batch jobs.
See:
man convert
man montage
man mogrify

Quote:
Especially daily use software like Internet Download Manager.
curl
wget
kget
aria2
axel
cclive
plowshare
nzbget
steadyflow
uget
you-get
youtube-dl
python urllib
python requests
etc......
Once again, simple, robust, scriptable, and in your repos.
 
Old 08-09-2018, 06:25 AM   #6548
alexpaton
Member
 
Registered: Jul 2009
Distribution: Ubuntu & ClearOS
Posts: 163

Rep: Reputation: 47
Quote:
Originally Posted by teckk View Post
Look at imagemagick:
Examples:
Code:
mogrify -resize 400x400 file.jpg
convert file1.jpg -resize 50% file2.jpg
convert input.jpg -resize 300 -quality 75 output.jpg
montage -mode concatenate -tile 2 1.jpg 2.jpg 3.jpg 4.jpg out.jpg
convert file.png file.jpg
convert file.png -crop 640x480+50+100 out.png
convert -size 720x480 xc:blue canvas.jpg
About as simple and fast as it gets. And scriptable to do batch jobs.
See:
man convert
man montage
man mogrify


curl
wget
kget
aria2
axel
cclive
plowshare
nzbget
steadyflow
uget
you-get
youtube-dl
python urllib
python requests
etc......
Once again, simple, robust, scriptable, and in your repos.
you missed the excellent fatrat.
 
Old 08-21-2018, 12:35 PM   #6549
Tl7
Member
 
Registered: Jul 2017
Posts: 35

Rep: Reputation: Disabled
Lightbulb Media Player

MediaPlayer Classic HomeCinema + BlackEdition.

There is already http://github.com/cmdrkotori/mpc-qt, but it is not complete.

There is also VLC Media Player, but VLC has no live framerate display, video bar tooltip and only restricted GPU decoding.

Of course, VLC also has tons of advantages, but I would like to see both.
 
Old 08-21-2018, 12:42 PM   #6550
Tl7
Member
 
Registered: Jul 2017
Posts: 35

Rep: Reputation: Disabled
Without a doubt…

Process Hacker 2 and Process Explorer.

They are similar, but some have features the other does not have. E.g. the latter one can kill processes from the edit menu, so after clicking on the process, you do not need to chase it with your mouse.
 
Old 08-22-2018, 03:09 AM   #6551
l0f4r0
Member
 
Registered: Jul 2018
Location: Paris
Distribution: Debian
Posts: 900

Rep: Reputation: 290Reputation: 290Reputation: 290
Website-Watcher (https://aignes.com), a program designed to monitor web pages with very customizable options and reports (intern scripts are even possible for the trickiest cases).
Currently, the supported OSes are all Windows (32-bit or 64-bit): Windows 10, Win8, Win7, Vista, XP.
 
Old 08-22-2018, 03:58 AM   #6552
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by l0f4r0 View Post
Website-Watcher (https://aignes.com), a program designed to monitor web pages with very customizable options and reports (intern scripts are even possible for the trickiest cases).
Currently, the supported OSes are all Windows (32-bit or 64-bit): Windows 10, Win8, Win7, Vista, XP.
Given that it supports XP, and therefore may not be too complicated, have you tried running it under WINE to see if it works there?
 
1 members found this post helpful.
Old 08-22-2018, 07:03 AM   #6553
l0f4r0
Member
 
Registered: Jul 2018
Location: Paris
Distribution: Debian
Posts: 900

Rep: Reputation: 290Reputation: 290Reputation: 290
Quote:
Originally Posted by hydrurga View Post
Given that it supports XP, and therefore may not be too complicated, have you tried running it under WINE to see if it works there?
Thanks for the advice! I will give it a try as soon as I resolve some other issues on my Slackware
 
Old 08-24-2018, 01:06 AM   #6554
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Tl7 View Post
MediaPlayer Classic HomeCinema + BlackEdition.

There is already http://github.com/cmdrkotori/mpc-qt, but it is not complete.

There is also VLC Media Player, but VLC has no live framerate display, video bar tooltip and only restricted GPU decoding.

Of course, VLC also has tons of advantages, but I would like to see both.
it has been said before, many times, but i'll say it again:
there's plenty of very capable media players for Linux.
i remember mpc, it was very good for windows, but there's simply no need for it under Linux.
fwiw, i use mpv, and for those that can't be without a fancy gui, there's smplayer which will wrap mpv or mplayer in just that.

also your other softwares seem to be of the kind that exist for Linux, just without GUI. try htop (and please refrain from informing us that it isn't exactly like those you mentioned).

all in all, using Linux is also a shift in paradigm:
you can achieve everything that you can with any other operating system, but maybe need to take a different path to do so.

a little scripting/configgering is easily learned and goes a loooong way into fulfilling one's own software wishes.
 
1 members found this post helpful.
Old 08-24-2018, 11:56 AM   #6555
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,107

Rep: Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282
Quote:
Originally Posted by ondoho View Post
it has been said before, many times, but i'll say it again:
there's plenty of very capable media players for Linux.......

.... for those that can't be without a fancy gui, there's smplayer which will wrap mpv or mplayer in just that.......
Ditto on SMPlayer, if one wants a nice GUI.
 
  


Reply

Tags
cad, clone, debian, dreamweaver, drivers, editing, editor, education, eeepc, elite, etch, flash, future, gimp, itunes, keyboard, kppp, linux, lotus, macro, macromedia, mandriva2007, modem, music, news, newsreader, nntp, office, open, openoffice.org, pdf, photoshop, pim, port, porting, poster, printing, program, programs, quicken, recognition, shockwave, sled, software, softwares, sound, source, speech, suse, usenet, video, wvdial, xandros



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What games would you like to see ported to Linux? jeremy Linux - Games 1553 04-08-2020 01:00 AM
Linux Programs Ported to Windoze ddpicard General 15 08-05-2010 06:59 PM
Has Winamp been ported to Linux? neilcpp Linux - Software 48 05-31-2010 03:00 PM
Exeem to be ported to linux cadj Linux - Networking 0 01-26-2005 11:02 PM
New Forums! Want a game ported to Linux? Jimbobbob Linux - Games 5 10-04-2003 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration