Recommended Posts

Ive heard about fluxbox before, and decided i wanted to test it out for myself. On Ubuntu I started up Synaptic and installed fluxbox, then once finished cntrl+alt+backspaced and loaded into it. I got some of the basics down so far, I cant remember exactly how but I managed to get a desktop wallpaper, and I switched my theme. Heres a list of things id like to know how to set up.

Whats a good way to change the Desktop Wallpaper?

Is there any way to get icons on the Desktop?

Whats a good File Manager? I had to install Thunar, which is nice id like to see some other suggestions.

How do I change the Keyboard Shortcuts? Basicly I just want to make the Windows Key minimize everything.

How do I remove the Desktop Switcher from the Taskbar? I just want to use [one], as the default and only desktop.

How do i remove the X and Y coordinates when moving a window? I dont mind that the window wont show when moving and only an outline but I would like to know how to disable that little box.

Whats a good Terminal to use with it, or is Terminal [Gnome] or Xterm fine?

How do I update Ubuntu and get to the Update Manager? Will it work the same, and come into the application tray when it finds updates available without me checking?

Thank You for your time, I currently have Gnome, KDE4, Fluxbox, and XFCE installed on my Ubuntu distro but to be honest I wanted to like KDE4 and tried it but I just personally didnt like it. My XFCE for some reason wont boot load, I imagine I didnt grab something off synaptic. Fluxbox I do like alot, second to Gnome but I think once I learn more about it like some of the things listed here I will switch over.

Link to comment
https://www.neowin.net/forum/topic/642950-new-to-fluxbox/
Share on other sites

Whats a good way to change the Desktop Wallpaper?

feh, fbsetbg, xsetroot, etc.

Is there any way to get icons on the Desktop?

idesk, rox

Whats a good File Manager?

I like thunar, but pcmanfm comes to mind.

How do I change the Keyboard Shortcuts?

~/.fluxbox/keys

How do I remove the Desktop Switcher from the Taskbar?

I believe it's ~/.fluxbox/init

How do i remove the X and Y coordinates when moving a window?

I believe it's ~/.fluxbox/init

Whats a good Terminal to use with it, or is Terminal [Gnome] or Xterm fine?

Those terms are fine, I use urxvt though.

How do I update Ubuntu and get to the Update Manager? Will it work the same, and come into the application tray when it finds updates available without me checking?

Not sure what you mean. Sorry.

It's been a while since I've used flux day to day so some of this may be incorrect. I'm sure markjensen will come along soon and correct me if I'm wrong :).

Link to comment
https://www.neowin.net/forum/topic/642950-new-to-fluxbox/#findComment-589478901
Share on other sites

Whats a good way to change the Desktop Wallpaper?

feh, fbsetbg, xsetroot, etc.

Nice I found out a good way to set it for people wondering, first open a terminal and do fbsetbg "/location/of/wallpaper.jpg" wherever and whatever the file and file extension may be, and it should set as the background.

Next I did "sudo gedit ~/.fluxbox/init" But you can also do sudo thunar to use the file manager to navigate to the file you wana edit as sudo and double click. I image youd have to change gedit also if you dont have the gnome text editor.

then I changed

session.screen0.rootCommand:

to

session.screen0.rootCommand: fbsetbg -l

which sets your wallpaper on boot to what you had it set to last, which would of been the fbsetbg "/location/of/wallpaper.jpg"

I found out how to do it here http://fluxbox-wiki.org/index.php/Howto_set_the_background but still took me a bit to get it right.

Idesk is fairly difficult to use, do you know if i could just copy my gnome desktop icons to it and use those?

I havnt yet tried anything else in the init file or changing the keybinds, and Thunar is actually really good for a file manager I was wondering if there might be anything else. As for Updates, I was just wondering how I would access them from fluxbox but If your not on Ubuntu you might not know what im talking about because its probably a little different than Arch if thats what your on.

Link to comment
https://www.neowin.net/forum/topic/642950-new-to-fluxbox/#findComment-589479076
Share on other sites

On Ubuntu the way to update the system would be to open up your terminal of choice and do a "sudo apt-get update && sudo apt-get upgrade". That is equivalent to what the update manager does, although you'll have to run it manually. There is probably some way to get the update manager working in Fluxbox for those nice automatic update reminders, however I am using Arch with KDE, so I can't be of any more help in that department, sorry.

Link to comment
https://www.neowin.net/forum/topic/642950-new-to-fluxbox/#findComment-589479426
Share on other sites

...

I havnt yet tried anything else in the init file or changing the keybinds, and Thunar is actually really good for a file manager I was wondering if there might be anything else. As for Updates, I was just wondering how I would access them from fluxbox but If your not on Ubuntu you might not know what im talking about because its probably a little different than Arch if thats what your on.

Here is a guide that I started up on Fluxbox, and was contributed to by many other Neowin members. I think it is quite good.

https://www.neowin.net/forum/index.php?showtopic=330008

As for some of your specific points, I don't use idesk or any other such desktop icon stuff. I found that I rather like a clean desktop.

I use Thunar, myself. I also have a fondness for konqueror as a file browser. I think if you are looking for a light 'explorer' then xfe may be what you are after. It is supposed to be lighter than thunar.

http://roland65.free.fr/xfe/

I use xubuntu with fluxbox installed, and I use the standard Ubuntu update manager. It even checks for updates periodically. I added the command to start it in my ~/.fluxbox/startup file, and it sits there in the panel and alerts me if there are updates available, just like other *buntu editions. I think it is called "update-monitor" or some such. I would have to check and post it for you after I confirm it when I get home (I am on a break at work at the moment).

I hope this is helpful to you.

Link to comment
https://www.neowin.net/forum/topic/642950-new-to-fluxbox/#findComment-589482830
Share on other sites

Thanks for the guide, I've looked over it and bookmarked it for when I want to further customize Fluxbox.

Yea idesk can be good if you know how to use it and have the patience, but I think another option would be is it possible to get shortcuts on the taskbar?

Yea Thunar is really good, I have no quirks with it I'm just not so familiar with file managers commonly used for Fluxbox, I've actually tried Rox and it was good but I still personally prefer Thunar although I will give that file manager you linked a try.

As for the update manager I'm not really that concerned with it because for now I'm just setting it up but I will reference the guide you linked to help set it up for future use.

Thank you for your help :)

Link to comment
https://www.neowin.net/forum/topic/642950-new-to-fluxbox/#findComment-589483802
Share on other sites

Here is the information on the Ubuntu update checking app.

In your ~/.fluxbox/startup file, just add in

update-notifier &

into the spot where you set background and other items before the line that starts fluxbox. That is the 'tray' app that will pop an alert icon in your panel when there are updates available (there is no icon until updates are found).

As for launchers, I am not sure if those can be easily done in the main panel, but I know that the slit can hold little apps that include launchers. I don't use the slit at all. I tried it for maybe a day, but I just didn't much care for it, personally. Here is some information: http://fluxbox.sourceforge.net/docbook/en/.../chap-slit.html

I am not an expert in fluxbox, but I have used it for many years. So if you have any other questions that pop up, just ask. :yes:

Link to comment
https://www.neowin.net/forum/topic/642950-new-to-fluxbox/#findComment-589484322
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • A 13 billion year old secret about our Universe's origin was revealed by Sayan Sen Image by Pascal Küffer via Pexels Researchers at the Max-Planck-Institut für Kernphysik (MPIK) in Heidelberg had recreated a key chemical reaction from the early universe, producing results that could change scientists' understanding of how the first stars formed. The study focused on the helium hydride ion (HeH⁺), which is widely regarded as the first molecule to form in the universe. Scientists believe HeH⁺ appeared around 380,000 years after the Big Bang, when the universe had cooled enough for electrons and atomic nuclei to combine into neutral atoms in a period known as recombination. This marked the beginning of chemistry in the cosmos. Immediately after the Big Bang about 13.8 billion years ago, the universe was extremely hot and dense. As it expanded and cooled, hydrogen and helium became the dominant elements. Once neutral helium atoms formed, they could react with ionised hydrogen nuclei, or protons, to create helium hydride ions. Although simple in structure, HeH⁺ played an important role in the young universe. It was the first step in a chain of reactions that eventually produced molecular hydrogen (H₂), a molecule made up of two hydrogen atoms and now the most abundant molecule in the universe. Molecular hydrogen later became a key ingredient in the formation of the first stars. At the time, the universe had entered a phase often called the cosmological "dark age." Matter had become transparent to light following recombination, but there were still no stars or galaxies producing visible light. Several hundred million years would pass before the first stars appeared. For those first stars to form, large clouds of gas had to collapse under their own gravity. To do that, the gas needed to cool by releasing energy. While hydrogen atoms can help with this process at high temperatures, they become less effective below about 10,000 degrees Celsius. Molecules can continue the cooling process by releasing energy through rotational and vibrational motions. Scientists have long considered HeH⁺ a potentially important coolant because of its comparatively large dipole moment, a property that describes how electric charge is distributed within a molecule and allows it to release energy efficiently. The amount of helium hydride present in the early universe may therefore have influenced how easily the first stars could form. At the same time, HeH⁺ was constantly being destroyed. Under primordial conditions, its main destruction mechanisms were recombination with free electrons and chemical reactions with hydrogen atoms. These reactions ultimately helped produce molecular hydrogen, linking the formation and destruction of HeH⁺ to the chemistry that shaped the early universe. For many years, theoretical studies suggested that reactions between HeH⁺ and hydrogen atoms would become much slower at low temperatures. Scientists believed there was an energy barrier along the reaction pathway that reduced the chances of the reaction taking place in the cold conditions of the early universe. The new study suggests otherwise. To investigate the process, researchers recreated a closely related reaction using deuterium, a naturally occurring isotope of hydrogen that contains one proton and one neutron in its nucleus. When HeH⁺ collides with deuterium, it forms an HD⁺ ion and a neutral helium atom. This allows scientists to study the reaction in a controlled way while closely mimicking the behaviour of the original reaction involving hydrogen. The experiments were carried out at the Cryogenic Storage Ring (CSR) at MPIK, a specialised facility designed to recreate conditions similar to those found in space. Researchers stored HeH⁺ ions in the 35-metre storage ring for up to 60 seconds at temperatures just a few kelvins above absolute zero and merged them with a beam of neutral deuterium atoms. By adjusting the speeds of the two particle beams, the team measured how the reaction rate changed with collision energy, which is directly related to temperature. The researchers found that the reaction rate remains almost constant as temperatures decrease. In other words, the reaction does not slow down at low temperatures as earlier models predicted. “Previous theories predicted a significant decrease in the reaction probability at low temperatures, but we were unable to verify this in either the experiment or new theoretical calculations by our colleagues,” explained Dr Holger Kreckel of MPIK. “The reactions of HeH⁺ with neutral hydrogen and deuterium therefore appear to have been far more important for chemistry in the early universe than previously assumed,” he continued. According to the researchers, the reaction appears to be barrierless, meaning there is no energy obstacle preventing it from taking place efficiently even at very low temperatures. The findings support recent theoretical work led by physicist Yohann Scribano, whose group identified an error in a widely used potential energy surface, a mathematical model used to describe how the energy of a system changes during a chemical reaction. The error appears to have caused previous studies to significantly underestimate reaction rates under primordial conditions. The new calculations closely match the experimental results. Together, they suggest that helium chemistry in the early universe may need to be re-evaluated. Because molecules such as HeH⁺ and molecular hydrogen played an important role in cooling primordial gas clouds, the findings could help scientists build more accurate models of how the first stars formed. By showing that helium hydride was likely destroyed more efficiently than previously thought, the study offers new insight into the chemical processes that shaped the universe during its earliest stages and helped set the conditions for the emergence of the first stars. Source: Max-Planck Institute, EDP Sciences This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
    • "What an interesting smell you've discovered"
    • It could EASILY be 70 for the base game BUT + lots of FOMO to make it up to 100-120, like a few days Early Access, online money, pre-order bonus cars, weapons, missions, clothing, avatars or profile stuff, etc... And still WAY TOO MANY people would buy those and make Rockstar insane money.
    • Just to understand: your solution to getting rid of an online password manager is...another online password manager?
    • Cjam 2.5.0.0 by Razvan Serea Cjam is a lightweight and fast MP3 editor for Windows that lets you cut, join, and edit MP3 files without re-encoding. This means your audio quality remains untouched, and edits happen instantly. Cjam is ideal for quick, lossless edits—whether you're trimming music, combining tracks, or preparing audio for learning tools or podcasts. It features batch processing, scripting support, cue and playlist file handling, and a simple interface. Cjam is perfect for anyone who needs efficient MP3 editing without the complexity of full audio suites. Cjam requires a PC running Windows 10 or later and Microsoft .NET 6.0 or later. Key features for Cjam: No Re-encoding: Edit MP3 files without losing quality. Cut and Join MP3: Easily cut, trim, and combine MP3 tracks. Batch Processing: Edit multiple files at once for faster workflows. Scriptable Interface: Automate tasks with a custom command language. Cue and Playlist Support: Handle CUE and playlist files for seamless audio management. Fast and Lightweight: Quick processing with minimal system resources. Lossless Audio Editing: Ensure your edits don't affect audio quality. Simple User Interface: Clean, intuitive design for easy navigation. File Format Support: Works with MP3, Cjam-specific file formats (CJAMC, CJAMJ, CJAM). Cjam 2.5.0.0 changelog: Added clipboard-based import/export support for mp3DirectCut Added clipboard-based export support for REAPER Added support for naming IMP3 elements Changed the Reset behavior to preserve Undo/Redo history; use Shift key + Reset button to clear it Added a new command parameter (qcp) Added 8 new entries to lang.txt (main_c124-126, main_d150-151, main_m082, vme_c014, vme_d005) Fixed a bug where the il parameter was incorrectly applied when pasting VMP3s into the main list Fixed several other minor bugs Download: Cjam 2.5.0.0 | 1.4 MB (Freeware) Links: Cjam Home Page | Cjam Manual | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
    • Week One Done
      Genuinetonerink- Dubai earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      +Edouard
      163
    3. 3
      PsYcHoKiLLa
      91
    4. 4
      Steven P.
      75
    5. 5
      Michael Scrip
      72
  • Tell a friend

    Love Neowin? Tell a friend!