Skip to main content
  1. Archives/

Watermark Photos with digiKam

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

digiKam supports watermarking, this feature is hidden so well that you might not even realize that it’s there. This is because the watermarking function in digiKam is tucked under the Batch Queue Manager tool which you can use to watermark multiple photos in one go. Here is how this works in practice. Choose Tools | Batch Queue Manager (or press the B key) to open the Batch Queue Manager tool. Drag the photos you want to watermark from a digiKam album onto the Queues pane to add them to the current queue. Click on the Base Tools tab in the Batch Tools Available pane and double-click on the Add Watermark tool to add it to the Assigned Tools pane.

via Watermark Photos with digiKam « Scribbles and Snaps.

Neat!

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

Related

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 Just choose the default application, or click on Add and select VLC, and you’re done!
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