LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-07-2010, 10:20 AM   #76
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470

yeah

so, the parts of the fluxbox-generate_menu you wanna edit for programs is lines
1190-1904

the menu starts at 1532
so, say I wanted to add wine-cfg to apps&tools menu
lines 1573-1581

Code:
append_submenu "${APPSANDTOOLSMENU}"
  append_submenu "${TOOLSMENU}"
    normal_find
  find_it /usr/bin/winecfg  append "[exec] (WineConfig) {/usr/bin/winecfg}"
  find_it /usr/bin/leafpad  append "[exec] (Fluxbox-Generate_Menu-Configurator) {/usr/bin/leafpad /usr/bin/fluxbox-generate_menu}"
  find_it /usr/bin/pcmanfm  append "[exec] (Root File Mgr) {sudo /usr/bin/pcmanfm}"
  find_it /usr/bin/Terminal  append "[exec] (Root Terminal) {sudo /usr/bin/Terminal}"
  find_it /usr/sbin/gparted  append "[exec] (Gparted Partition Mngr) {gksu /usr/sbin/gparted}"
  find_it nflux-installer  append "[exec] (nFlux-HDD-Installer) {sudo Terminal -ec nflux-installer}"
    cli_find
like that
then do
fluxbox-generate_menu in terminal

add a text file named "winecfg.desktop"
to /usr/share/applications

and it contains this

Code:
[Desktop Entry]
Type=Application
Name=WineConfig
Exec=winecfg
Categories=System;GTK;
MimeType=application/x-ms-dos-executable;application/x-msi;application/x-win-lnk;
Icon=wine
NoDisplay=true
StartupNotify=true
and your set
 
Old 06-07-2010, 10:28 AM   #77
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OH
Hey I'll be uploading a beta version of the new nFlux Arch Linux 2010.05
Livecd/usb later
You wanna test that one too?
 
Old 06-07-2010, 01:23 PM   #78
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16
I'd be glad to.
 
Old 06-07-2010, 01:36 PM   #79
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK
its basically similar to the slackware version
I grabbed the kernel source 2.6.33.3-qx4 from quax's site
compiled it and installed then ran the same LinuxLiveScripts as on the slack version

it also has xconf, etc

You familiar with ARCH?
Its great; slack and arch are my 2 fav's
I had to use the regressed squashfs 3.4 kernel cause LLS 6.3.0
cant deal with squashfs 4.0+ yet

it should be done uploading in about 2hrs
and I'll post it here

its a beta, so some stuff doesnt work right yet
I compiled the salix system-tools for this one too
but slack and arch's /etc/rc.d setup is different.
anyway you'll like it
heres pic
http://multidistro.com/distros/nfluxgallery/arch1.png

EDIT: also includinng crippled-kernel source in this one and next slack one for graphics drivers etc

Last edited by linus72; 06-07-2010 at 01:37 PM.
 
Old 06-07-2010, 01:48 PM   #80
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16
Quote:
Originally Posted by linus72 View Post
yeah

so, the parts of the fluxbox-generate_menu you wanna edit for programs is lines
1190-1904

the menu starts at 1532
so, say I wanted to add wine-cfg to apps&tools menu
lines 1573-1581

Code:
append_submenu "${APPSANDTOOLSMENU}"
  append_submenu "${TOOLSMENU}"
    normal_find
  find_it /usr/bin/winecfg  append "[exec] (WineConfig) {/usr/bin/winecfg}"
  find_it /usr/bin/leafpad  append "[exec] (Fluxbox-Generate_Menu-Configurator) {/usr/bin/leafpad /usr/bin/fluxbox-generate_menu}"
  find_it /usr/bin/pcmanfm  append "[exec] (Root File Mgr) {sudo /usr/bin/pcmanfm}"
  find_it /usr/bin/Terminal  append "[exec] (Root Terminal) {sudo /usr/bin/Terminal}"
  find_it /usr/sbin/gparted  append "[exec] (Gparted Partition Mngr) {gksu /usr/sbin/gparted}"
  find_it nflux-installer  append "[exec] (nFlux-HDD-Installer) {sudo Terminal -ec nflux-installer}"
    cli_find
like that
then do
fluxbox-generate_menu in terminal

add a text file named "winecfg.desktop"
to /usr/share/applications

and it contains this

Code:
[Desktop Entry]
Type=Application
Name=WineConfig
Exec=winecfg
Categories=System;GTK;
MimeType=application/x-ms-dos-executable;application/x-msi;application/x-win-lnk;
Icon=wine
NoDisplay=true
StartupNotify=true
and your set
Simply did this and both entries work. Thank you very much.
 
Old 06-07-2010, 01:54 PM   #81
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
your welcome!

its very confusing to me too sometimes
I've only been using LInux since dec 2008
and only using any computer since 2006
so I am a newbie

Its almost always a config file somewhere though
 
Old 06-07-2010, 01:58 PM   #82
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16
Quote:
Originally Posted by linus72 View Post
You familiar with ARCH?
No. Once started installation but gave up at the X/desktop-setup. Didn't know which desktop whould be simplest for a beginner. Perhaps the recent installation-CDs are much improved. Don't know.
 
Old 06-07-2010, 02:07 PM   #83
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
well
good news is the arch version closely resembles the slack version
same fluxbox, etc
just less apps right now, its like 400+MB

to me arch is like a split between debian and slackware
just upgrades alot more "rolling release" etc

its a great distro though

Ack!
my first bad upload using gftp...
it conked out at like 80% uploaded and corrupted...
so, uploading a new one now from my lenny box
same one I used for all others
I guess thats a sign?

oh...introducing nFlux fedora13, gentoo, etc, etc
LOL
no...maybe I should just make a "nFlux" desktop available for
my fab 7 (debian/buntu/slack/arch/fedora/gentoo/opensuse/etc)??
instead of like 4 seperate iso's(slack/deb/buntu/arch)?

Last edited by linus72; 06-07-2010 at 03:48 PM.
 
Old 06-07-2010, 05:08 PM   #84
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK

Here's ARCH 2010.05 nFlux livecd/usb installable to hdd too
436mb iso
http://multidistro.com/distros/arch/...5-i686-rc1.iso

md5sum
http://multidistro.com/distros/arch/...rc1.iso.md5sum

runs just like the slack version cept its arch linux
pacman, etc

from post34
Quote:
so, I have a rc0 version of nFlux Arch Linux build
its smaller cause its a "testing" thing, just some apps like abiword, gimp,etc
no hdd installer, but it runs great from usb

Its made same way as the Slack version, using LinuxLiveScripts-6.3.0
along with a custom kernel that has squashfs3.4 vs arch's 4.0
and Fluxbox is the WM

It basically runs just like Slax, same cheatcodes,etc
It has no DisplayManager yet, just startx
Issue the command "xconf" after logging in to configure X, otherwise
just using "startx" will use Vesa driver

users&passwords

user: root
password: toor
screenshots
http://multidistro.com/distros/nflux...nfluxarch1.png

http://multidistro.com/distros/nfluxgallery/arch1.png

so archers please check it out!

Last edited by linus72; 06-07-2010 at 06:17 PM.
 
Old 06-07-2010, 08:00 PM   #85
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Hmmmm...well to test my own nFlux_ARCHb iso I decided to try the nflux-installer
on my toshiba 7000CT portege 266mhz 160MB RAM 4GB hdd lappy

all went well
except there is some service or something turned on
and the processor is stuck at 60-80% constantly after booting up??

I tried to turn off most stuff in /etc/rc.d ...

anyone know what the issue might be?
the light for the little hdd just keeps blinking,etc
like its doing something
lxtask/top dont reveal anything....

Help!
 
Old 06-08-2010, 09:50 AM   #86
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16
Used the same configuration-files for german keymapping as before in nFlux_slack. Works.

Last edited by lq_asking; 06-08-2010 at 06:25 PM.
 
Old 06-09-2010, 01:29 AM   #87
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16
Quote:
Originally Posted by lq_asking View Post
Used the same configuration-files for german keymapping as before in nFlux_slack. Works.
... but froze once while browsing in Firefox for some 30s: no keyboard no mouse reactions.
 
Old 06-09-2010, 06:26 AM   #88
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Hey lq_asking;
you mean the ARCH one?
are you running from usb?
What graphics card on the pc you ran arch nflux on?
on my hp a810n almost all distros "freeze"
I gotta use vesa driver for all...

and I think I figured out "why"
when I installed the arch nflux to my lappy
it was going crazy cause the nflux installer
didnt setup /etc/fstab right
so, I gotta fix that.

ARCH is kinda like Slack where you gotta set everything up
and I'm still reading all the arch wiki stuff

check out this stuff lq_asking-
http://wiki.archlinux.org/index.php/Archiso-live

http://www.archbang.org/

http://wiki.archlinux.org/index.php/Main_Page
 
Old 06-09-2010, 02:01 PM   #89
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK
here's the RC2 for nFluxOS ARCH edition

Quote:
changelog:
added user "guest" account
changed "hag-exit-fluxbox" to "shutdown-dialog.sh"
added a few apps like Screem, Ted, etc
more "polish" but its still not done.
bugs: can't seem to get runlevel 5 to work from boot menu
therefore you must login and enter "slim" to get Slim login screen
or just enter "startx"

Remember if you have a ati, nvidia, etc card the crippled kernel sources
are in /usr/src so pacman can hook up your graphics.
upgrade at runlevel 3 No X

user & passwords

user: guest
password: guest

user: root
password: toor

EDIT: kernel is 2.6.33.3 with squashfs3.4 and aufs2
and is for i686 pc's

The hdd installer is like the nFluxOS Slack installer a work-in-progress
so please understand it is for now best as a persistent USB
Please read /usr/share/doc/info and /usr/share/doc/manual-install

Use Unetbootin to put on usb or manually just copy iso contents
to usb and install syslinux.

If anyone trys it please give me feedback
especially Archers!

Heres complete pkg list and download

screenshots below are from persistent usb
http://multidistro.com/distros/nflux...nfluxarch1.png

http://multidistro.com/distros/nfluxgallery/arch1.png

Package List
http://multidistro.com/distros/arch/...H/pkgs-rc2.txt

Download nFluxOS ARCH 2010.05 Live (465MB)
http://multidistro.com/distros/arch/...5-i686-rc2.iso

md5sum
http://multidistro.com/distros/arch/...rc2.iso.md5sum

Last edited by linus72; 06-09-2010 at 04:15 PM.
 
Old 06-09-2010, 06:13 PM   #90
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16
Quote:
Originally Posted by linus72 View Post
Hey lq_asking;
you mean the ARCH one?
are you running from usb?
What graphics card on the pc you ran arch nflux on?
Yes and yes. NVidia G210
I have often tried Godanes ArchLives. Now the newest Wolvix-derived-one ist the first I found stable and on which I could manage the german keyboard settings.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux-oriented Intro Programming book? Munchkinguy Programming 8 10-16-2007 02:56 AM
LXer: Announcing Foresight Linux 0.9.9 LXer Syndicated Linux News 0 12-18-2006 02:21 AM
LXer: Announcing Foresight Linux 0.9.8.3 LXer Syndicated Linux News 0 10-30-2006 07:21 AM
LXer: Mobile audio editing powered by Linux, thanks to Trinity DAW LXer Syndicated Linux News 0 07-12-2006 12:03 AM
Announcing Slackware Linux 9.0! jeremy Slackware 1 03-20-2003 09:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:19 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