SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I also have spent a fair bit of time trying different ones, including gwenview, geeqie and XnViewMP.
All of them either annoyed me in some minor way or were missing features (e.g. geeqie was a favourite but no easy way to crop pictures).
I have now settled on an older version of gthumb (older as the newer versions switched to Client-Side Decorations, which didn't play nicely with xfce4-windowck-plugin).
If anyone is interested here is a slackbuild that will download gthumb-3.2.8 along with a patch to make the arrow keys move to the next image in both browser view and single-image view:
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 8,669
Original Poster
Rep:
Many thanks for that.
In the past I tried gThumb and liked it, but couldn't find a way to prevent it from caching thumbnails.
Using your script it built and installed, but when I tried to fire it up it returned this error,
Quote:
(gthumb:5842): GLib-GIO-ERROR **: 08:00:31.597: Settings schema 'org.gnome.gthumb.browser' is not installed
I don't know what that means... but it was worth the try.
Thanks, again.
Oh, agreed, I don't care one bit for the "new" gThumb user interface. Very unattractive. Looks like it was designed for the dumbed down win10 crowd.
Edit in: Using sbopkg I just built and installed gThumb-3.45. It works, but, wow, is it ugly.
Edit it: gThumb has been uninstalled. XnView MP is still, IMHO, the best, i.e., most capable viewer for Linux. If XnView can't do it, then it is time to open the image in The Gimp.
Last edited by cwizardone; 10-04-2018 at 11:50 AM.
I'd like to remove / disable pulse audio (including the xfce4 pulse audio plugin) but I'd like to make sure I can still control volume levels via alsa mixer and have some kind of volume icon on my xfce4 panel.
Has anyone configured xfce4 audio without pulse? In WMs like spectrwm, I just use a bash script and set the keybindings in the config. In openbox, I've used volumeicon too for eyecandy. Will that work in xfce4?
I'd like to remove / disable pulse audio (including the xfce4 pulse audio plugin) but I'd like to make sure I can still control volume levels via alsa mixer and have some kind of volume icon on my xfce4 panel.
This is exactly what I do on my LXDE setup, I imagine it can't be much different for Xfce. Pulse is disabled and I just use ALSA, as well as alsaequal to control the EQ levels. I also use volumeicon for the taskbar [volumeicon works nicely in Xfce too, I use it on my primary machine].
Then just install/use alsaequal. It may be worth going through dmix so that you can use two or more simultaneous audio streams [if you can't already with ALSA]. For instance, asound.rc for my setup looks like this:
Code:
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
ctl.equal {
type equal;
}
pcm.plugequal {
type equal;
slave.pcm "plug:dmix";
}
pcm.!default {
type plug;
slave.pcm plugequal;
}
Last edited by Lysander666; 10-04-2018 at 01:38 PM.
This is exactly what I do on my LXDE setup, I imagine it can't be much different for Xfce. Pulse is disabled and I just use ALSA, as well as alsaequal to control the EQ levels. I also use volumeicon for the taskbar [volumeicon works nicely in Xfce too, I use it on my primary machine].
Nice work on this setup, very thorough. Plus I haven't used alsaequal so I'm interested to give it go. Thanks for the suggestions.
To be picky the settings listed by Lysander666 in post #82 neither disable nor remove pulseaudio.
Rather, they allow to run alsa directly and pulse audio (using the alsa sink in source and an alsa mixer as mixer) without interfering with each other, in other words not stepping on each other's toes.
But pulseaudio can stay installed and still used on demand (e.g. by an application configured to use it as audio back end), just letting /etc/rc.d/rc.pulseaudio non executable
This is the default setting in slint64-14.2.1 as it allows e.g. to run at the same time an audio screen reader like speakup (on the console), or Orca (in a graphical environment) Firefox with a Youtube video and other audio apps like vlc, parole, whatever. But we don't ship alsaequal as both pavucontrol and alsamixer can be used, thus we don't provide a default .asoundrc in /etc/skel.
Last edited by Didier Spaier; 10-04-2018 at 03:33 PM.
Reason: Typo fix.
To be picky the settings listed by Lysander666 in post #82 neither disable nor remove pulseaudio.
Ok, thanks for the clarification. Disabling pulse will be fine for now. If it continues to lurk on my system that's alright. In my case, I think xfce4 is the only thing currently using pulse.
Does anyone here knows a nice add-on or standalone software to show in XFCE files/dirs size occupation ?
Something like a file size view in Konqueror, but I removed KDE from my system.
Does anyone here knows a nice add-on or standalone software to show in XFCE files/dirs size occupation ?
Something like a file size view in Konqueror, but I removed KDE from my system.
Does anyone here knows a nice add-on or standalone software to show in XFCE files/dirs size occupation ?
Something like a file size view in Konqueror, but I removed KDE from my system.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.