LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-02-2016, 07:55 AM   #31
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled

Quote:
Originally Posted by croxen View Post
I almost can't see why anyone would bother with network manager at all.
I use it on my laptop (most of the time under Fluxbox), because it works and fulfills my needs. That you prefer wicd doesn't make NM bad.
 
6 members found this post helpful.
Old 03-02-2016, 10:46 AM   #32
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
Quote:
Originally Posted by elcore View Post
Power control submenu for blackbox/fluxbox with no sudo/su
Code:
[exec]    (reboot)    {dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart}
[exec]    (shutdown)    {dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop}
[exec]    (suspend)    {dbus-send --system --print-reply --dest="org.freedesktop.UPower" /org/freedesktop/UPower org.freedesktop.UPower.Suspend}
[exec]    (hibernate)    {dbus-send --system --print-reply --dest="org.freedesktop.UPower" /org/freedesktop/UPower org.freedesktop.UPower.Hibernate}
Maybe it helps someone.
Based on this I created a simple python GUI. See attached image.

You can get it here: https://alexsson.hopto.me/owncloud/i...oES6b/download

It is easy to change colors if you want, just edit the "Colors"-section in "gui"-file. Also icons are easily changed using other 64x64 pixel icons.

EDIT: Python Image Library is required. You can grab it from Alien: http://www.slackware.com/~alien/slac...ython-imaging/
Attached Thumbnails
Click image for larger version

Name:	Screenshot.png
Views:	92
Size:	15.2 KB
ID:	21021   Click image for larger version

Name:	snapshot4.png
Views:	75
Size:	19.2 KB
ID:	21028  

Last edited by Bindestreck; 03-02-2016 at 05:07 PM.
 
1 members found this post helpful.
Old 03-02-2016, 06:26 PM   #33
andrew.46
Senior Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 1,365

Rep: Reputation: 493Reputation: 493Reputation: 493Reputation: 493Reputation: 493
OK my own contribution for $HOME/.fluxbox/keys:

Code:
# Minimise all windows, toggle with Windows key + m:
Mod4 m :ToggleCmd {ShowDesktop} {DeIconify all originquiet}
 
Old 03-03-2016, 03:39 PM   #34
jennings
LQ Newbie
 
Registered: Sep 2015
Distribution: Slackware
Posts: 25

Rep: Reputation: Disabled
I tend to bounce back and forth between fluxbox and jwm. JWM is a little easier to configure since all the configuration is in one file.

With wifi, I have a very small script that uses wpa_supplicant and dhclient and loads the correct configuration for a particular essid. This needs to be run as root....unless there is another way? It works great for me since after I suspend with pm-suspend, the wifi is still connected when I open the laptop.
 
Old 03-04-2016, 09:09 PM   #35
psionl0
Member
 
Registered: Jan 2011
Distribution: slackware_64 14.1
Posts: 722
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
Quote:
Originally Posted by jennings View Post
I tend to bounce back and forth between fluxbox and jwm. JWM is a little easier to configure since all the configuration is in one file.
If I wasn't completely satisfied with fluxbox, I would be tempted to give JWM a go. However, fluxbox is rock solid reliable. Other aspects of the Linux software sometimes give me headaches but fluxbox never ever fails me.
 
1 members found this post helpful.
Old 03-06-2016, 08:29 PM   #36
canadensis
Member
 
Registered: Sep 2013
Location: Sydney, Australia
Distribution: Slackware, xBSD, Gentoo, Calculate
Posts: 55

Rep: Reputation: 6
Another Fluxbox user here. I do a full install of Slack including KDE then just add the applications I need to the Fluxbox menu.

For a beautiful (IMHO) implementation of Fluxbox have a look at the current Manjaro Fluxbox - I am currently trying to copy their config into my Slack notebook. Manjaro also have a very nice implementation of JWM.

Bill
 
Old 03-06-2016, 08:50 PM   #37
zakame
Member
 
Registered: Apr 2012
Location: Philippines
Distribution: Debian, Ubuntu, Slackware
Posts: 295

Rep: Reputation: 181Reputation: 181
Fluxbox, go for it!

Perhaps my current main gripe with Fluxbox is that it still sucks on getting the title bar rendering correctly when you have Unicode characters (e.g. this bug other than that, Flux is rock solid.

Be sure to spend time reading the fine documentation such as in fluxbox-apps(5) to make full use of features such as grouped windows (with or without tabbed window titlebars!)

Last edited by zakame; 03-06-2016 at 08:52 PM.
 
Old 03-27-2016, 08:26 PM   #38
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Original Poster
Rep: Reputation: 147Reputation: 147
An update here. I have Salix 14.1 with fluxbox installed now, and I am liking it. Plain and simple, but it's got everything that I need.
 
Old 03-27-2016, 09:57 PM   #39
canadensis
Member
 
Registered: Sep 2013
Location: Sydney, Australia
Distribution: Slackware, xBSD, Gentoo, Calculate
Posts: 55

Rep: Reputation: 6
offgridguy: Salix does great artwork and a beautiful implementation of Fluxbox. One question though: does Salix include a full Slackware installation? I seem to remember reading that they strip "unneeded" packages out.

IMHO the best solution is a Slackware installation with the Fluxbox config copied from Salix or Manjaro.

Bill
 
Old 03-28-2016, 01:12 AM   #40
Livestradamus
Member
 
Registered: Feb 2006
Location: Planet Earth (currently)
Distribution: Slackware & OpenBSD
Posts: 122

Rep: Reputation: 53
By the way, if you prefer NetworkManager, you can use nmcli which is the commandline to manage all wired,wifi,vpn connections.
I use it without any trouble with i3 wm and NetworkManager GUI on KDE for the lazy days.
 
Old 03-28-2016, 02:50 AM   #41
fogpipe
Member
 
Registered: Mar 2011
Distribution: Slackware 64 -current,
Posts: 550

Rep: Reputation: 196Reputation: 196
I have been using mostly fluxbox for the past 10 years or so. Im currently using it as the wm for the mate desktop on slackware -current.

Out of the box its good, easy to use, does vertical and horizontal maximization, a slit (a sort of dock that you can use to dock gkrellms or windomaker applets) that auto hides.

The slit and gkrellm are big pluses for me you can remotely monitor other machines on your network by starting a gkrellm server on the machine you want to watch.

The keys file allows you to remap function keys and map specific key combinations pretty easily, you can also map keys by keycode using xev or showkeys. handy for multimedia keys.
Plays well with compton so you can get nice shadows and transparent effects.
With rox-filer or mate its imo the fastest desktop around. I usually use it with a panel, xfce4-panel or the mate-panel.

The only con i can think of is the pop-up application menu isnt very complete or attractive, there are various add ons you can find that address this, but using another de's panel with fluxbox you dont see the menu much and its not really that much of an issue imo.

Last edited by fogpipe; 03-28-2016 at 02:59 AM.
 
Old 03-28-2016, 05:30 AM   #42
karabot
LQ Newbie
 
Registered: Jan 2014
Posts: 13

Rep: Reputation: Disabled
I echo the sentiment of many in here--slack + flux == bliss
 
1 members found this post helpful.
Old 03-28-2016, 06:47 AM   #43
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Livestradamus View Post
By the way, if you prefer NetworkManager, you can use nmcli which is the commandline to manage all wired,wifi,vpn connections.
I use it without any trouble with i3 wm and NetworkManager GUI on KDE for the lazy days.
Try "nmtui" which is a curses interface to NetworkManager similar to what wicd also has.
 
2 members found this post helpful.
Old 03-28-2016, 12:07 PM   #44
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Original Poster
Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by canadensis View Post
offgridguy: Salix does great artwork and a beautiful implementation of Fluxbox. One question though: does Salix include a full Slackware installation? I seem to remember reading that they strip "unneeded" packages out.

IMHO the best solution is a Slackware installation with the Fluxbox config copied from Salix or Manjaro.

Bill
Salix is a bit more stripped down than Slackware, your right about that
 
Old 03-28-2016, 12:08 PM   #45
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Original Poster
Rep: Reputation: 147Reputation: 147
Thanks everyone, I appreciate the tips.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fluxbox/Slackware fishbones Linux - Newbie 14 08-06-2008 01:25 PM
Wireless in FluxBox on Slackware adds2one Slackware 4 01-27-2006 10:58 AM
Fluxbox error /usr/share/fluxbox/nls/en_GB/fluxbox.cat humbletech99 Debian 2 12-29-2005 10:16 AM
Cyrillics oh Slackware 10.2 and fluxbox 0.9.14 kosmonaft Slackware 1 11-13-2005 03:21 PM
FluxBox and Slackware XPediTioN Linux - Software 1 07-17-2003 12:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration