M BUZZ CRAZE NEWS
// news

How to pause an application when minimizing a window?

By Jessica Wood

I'm following an Excel video-course on my PC, so I need to have both excel and the video-course program opened in two different windows to switch from one to another. I was wondering if there is a way to automatically pause the application running the video-course when I have to minimize its window to work on Excel sheet.

In general, can ubuntu 12.10 allow to automatically suspend/pause/freeze an application when clicking on the 'minimize window' button?

1 Answer

For videos specifically there is SMPlayer that supports the functionality you're searching for. Install it via the software center or by typing in a terminal:

sudo apt-get install smplayer

Then set SMPlayer to pause when minimized by heading to Options -> Preferences -> General -> Pause when minimized:

enter image description here


I am using UMPlayer in that example, but the same procedure works with SMPlayer as well.

Here’s a screenshot from the SMPlayer Preferences dialog:

SMPlayer preferences

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy