Slackware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
![Reply](https://www.linuxquestions.org/questions/images/buttons/reply.gif) |
|
10-03-2018, 07:30 AM
|
#76
|
Senior Member
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
|
Quote:
Originally Posted by cwizardone
|
I imagine this is more for -current users? Good news though.
|
|
1 members found this post helpful.
|
10-03-2018, 08:47 AM
|
#77
|
Senior Member
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,496
|
image viewer,
source: Wikipedia
fwiw I use Geeqie and it serves me just well enough
|
|
1 members found this post helpful.
|
10-03-2018, 08:48 AM
|
#78
|
Senior Member
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,496
|
On another note I just found out that i can hide the title bar of maximized windows in XFCE - freed another bit of screen real estate.
|
|
1 members found this post helpful.
|
10-03-2018, 08:44 PM
|
#79
|
Member
Registered: Sep 2012
Distribution: Slackware
Posts: 187
Rep: ![Reputation: Disabled](https://www.linuxquestions.org/questions/images/reputation/reputation_off.gif)
|
Re: image viewers
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:
https://github.com/Loomx/Git/tree/ma...kbuilds/gthumb
Edit: ...and it has no dependencies.
Last edited by Loomx; 10-03-2018 at 08:46 PM.
|
|
2 members found this post helpful.
|
10-04-2018, 11:06 AM
|
#80
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,568
Original Poster
|
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... ![Smilie](https://www.linuxquestions.org/questions/images/smilies/smile.gif) 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 12:50 PM.
|
|
|
10-04-2018, 01:33 PM
|
#81
|
Member
Registered: May 2018
Distribution: Slackware, FreeBSD, Debian
Posts: 365
Rep: ![Reputation: 185](https://www.linuxquestions.org/questions/images/reputation/reputation_pos.gif)
|
Pulse Audio
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?
|
|
1 members found this post helpful.
|
10-04-2018, 02:36 PM
|
#82
|
Senior Member
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
|
Quote:
Originally Posted by phalange
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].
I disabled Pulse via:
1) Comment these lines in asound.conf:
Code:
pcm.default pulse
ctl.default pulse
2) Append these lines to /etc/pulse/default.pa:
Code:
load-module module-alsa-sink device=dmix
load-module module-alsa-source device=dsnoop
3) Keep this line in /etc/pulse/client.conf:
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 02:38 PM.
|
|
2 members found this post helpful.
|
10-04-2018, 02:51 PM
|
#83
|
Member
Registered: May 2018
Distribution: Slackware, FreeBSD, Debian
Posts: 365
Rep: ![Reputation: 185](https://www.linuxquestions.org/questions/images/reputation/reputation_pos.gif)
|
Quote:
Originally Posted by Lysander666
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.
|
|
2 members found this post helpful.
|
10-04-2018, 03:35 PM
|
#84
|
LQ Addict
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,291
Rep: ![Reputation: Disabled](https://www.linuxquestions.org/questions/images/reputation/reputation_off.gif)
|
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 04:33 PM.
Reason: Typo fix.
|
|
3 members found this post helpful.
|
10-04-2018, 03:57 PM
|
#85
|
Member
Registered: May 2018
Distribution: Slackware, FreeBSD, Debian
Posts: 365
Rep: ![Reputation: 185](https://www.linuxquestions.org/questions/images/reputation/reputation_pos.gif)
|
Quote:
Originally Posted by Didier Spaier
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.
|
|
|
10-04-2018, 04:03 PM
|
#86
|
Senior Member
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
|
Didier, I may have even got those settings from you - thanks for helping me understand them a bit better.
|
|
|
10-06-2018, 11:03 AM
|
#87
|
Member
Registered: Jan 2004
Location: Poland, Poznan
Distribution: Slackware current 32 / 64
Posts: 422
Rep:
|
File / directories size
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.
|
|
1 members found this post helpful.
|
10-06-2018, 11:15 AM
|
#88
|
Senior Member
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950
Rep: ![Reputation: Disabled](https://www.linuxquestions.org/questions/images/reputation/reputation_off.gif)
|
Quote:
Originally Posted by brodo
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.
|
What's wrong with du(1)?
|
|
1 members found this post helpful.
|
10-06-2018, 11:39 AM
|
#89
|
Senior Member
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,496
|
Quote:
Originally Posted by brodo
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.
|
xdiskusage featured at SBo
|
|
1 members found this post helpful.
|
10-07-2018, 06:11 AM
|
#90
|
Member
Registered: Jan 2004
Location: Poland, Poznan
Distribution: Slackware current 32 / 64
Posts: 422
Rep:
|
Xdiskusage looks quite nice, thanks. The du option is also usable, but only in CLI.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 12:34 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|