Skip to main content
  1. Archives/

Changing file associations and default applications in openSUSE / Gnome

··87 words·1 min·
Tips & How-To's Applications Linux GNOME

A quickie:

I wanted to change the default application from Banshee/Totem for my media files to VLC ( since I didn’t have proprietary codecs installed, and VLC does). Searched all of YaST/Settings and couldn’t find where to change the default application.

The solution was pretty simple, just right click the file(type), click on Properties,  and Open-With tab

File / Properties / OpenWith

Just choose the default application, or click on Add and select VLC, and you’re done!

File / Properties / Open With / VLC

Simple. Still wish there was a central place from where I could update it though.

Sathyajith Bhat
Author
Sathyajith Bhat
Author, AWS Container Hero and DevOps Specialist.

Related

Changing the GNOME Menu panel in openSUSE GNOME back to Gnome defaults
··128 words·1 min
Tips & How-To's Applications Linux Opensuse
Seems like lot of openSUSE Gnome users don’t like the new Gnome panel, which is radically different interface from the traditional Menu bar with Applications/Places/System entries. Personally I prefer the new style, perhaps because I’m used to the openSUSE Kickoff panel, and I really dig the search feature You can go back to the default Applications / Places / System panel pretty easily. To do this: Right click the bottom panel and choose add a panel Now right click the top panel and choose Add to Panel In the search input box type “menu”, and you will see about six entries, one of which is “Traditional main Menu” Add the menu to the panel, move it to where you like, and delete the “original” menu.
Mounting file system created by Wubi in other Linux distros
··100 words·1 min
Tips & How-To's Linux Applications
I wasn’t aware of this tiny little thing - the filesystem in the file created by a Wubi install can be easily mounted as a loop device. To do so, just open the Terminal and type the below: mount -o loop This will make the kernel auto detect the filesystem type and try to mount it. Alternatively, if you’re sure of the filesystem type, mention it explicitly mount -t -o loop
Using KWin as a Desktop Video Recording and Screencast tool
··259 words·2 mins
Tips & How-To's Applications Linux
Not many know of this, but as of KDE 4.2, Kwin, the window manager has a nifty little feature - it can grab videos of desktop much like a screencasting tool such as Camtasia. This functionality requires Kwin’s composition mode to be enabled (ie, you must be using Kwin’s desktop effects). Below video shows where and how you can enable the video recording feature. Note this video was recorded using KWin.