Welcome
Welcome to antiX-forum.

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!

Config scripts

Any polls can be set up here.

Which style do you prefer?

radio-button (zenity)
0
No votes
icons (gtkdialog)
13
100%
 
Total votes : 13

Postby OU812 on Wed Jun 11, 2008 6:51 am

Almost finished. Here is what I have so far. I am considering integrating the user and admin dialogs into one interface - so the first tab will be something like "Desktop". Except for that, the code is nearly complete. Hopefully, the most it will need is minor tweaking. Enjoy and please provide feedback - such as do you like the frame around the icon set, other options, etc. (BTW the system files I included are sources.list, xorg.conf, fstab, and slim.conf)

Image

john
OU812
 
Posts: 999
Joined: Sat Sep 29, 2007 8:12 pm
Location: California

Postby Jerry on Wed Jun 11, 2008 1:04 pm

Well that's sharp, John--terrific work!

Side note: I have repeatedly tried to get Warren to add contextual help buttons to his Assistants, and wonder if there might be a role here as well. The coding side would be easy, seems to me: it would involve adding a Help button to a screen or screen segment that would simply call up a little text file. I would be very willing to help with the text side if you and anti think it would be worth trying--maybe run a pilot on the wireless?
Jerry
 
Posts: 194
Joined: Wed Sep 12, 2007 4:55 pm

Postby OU812 on Wed Jun 11, 2008 2:35 pm

Yes! Thanks Jerry. You're right the coding would be easy

leafpad /path/file

I like that idea.

john

Early morning grogginess - can't focus.
OU812
 
Posts: 999
Joined: Sat Sep 29, 2007 8:12 pm
Location: California

Postby OU812 on Wed Jun 11, 2008 7:29 pm

Here it is - an integrated control center. The code is clean. I just need to figure out how to set a window icon for icewm, ob, et al and getting the window to open centered. Also, any minor tweaks or possibly the addition or removal of tasks. Please enjoy.

Image

john

I don't have the fb icon on this computer; otherwise, it would look a little better.
Last edited by OU812 on Wed Jun 11, 2008 7:42 pm, edited 1 time in total.
OU812
 
Posts: 999
Joined: Sat Sep 29, 2007 8:12 pm
Location: California

Postby Jerry on Wed Jun 11, 2008 7:39 pm

Looking good!

I can't quite see the labels, but it is customary for them all to have "parallel construction"--i.e., all start with a verb, just be a noun, etc.

Once I can see them, I will send you any suggestions that occur to me.
Jerry
 
Posts: 194
Joined: Wed Sep 12, 2007 4:55 pm

Postby OU812 on Wed Jun 11, 2008 7:45 pm

So "edit conky" is acceptable but "screen resolution" does not have the "verb?" If this is the case, then you are right - the buttons should be labeled as such to provide built-in "documentation." Once this project is complete or nearly complete, perhaps it could make its way to the wiki? Thanks for the tip!

john
OU812
 
Posts: 999
Joined: Sat Sep 29, 2007 8:12 pm
Location: California

Postby eriefisher on Thu Jun 12, 2008 1:01 am

OU812 wrote:......and getting the window to open centered.....


I'm just looking into gtkdialog but I see if you use the -c option it will be centered on the screen,

Code: Select all
#! /usr/bin/gtkdialog -c -e


Could you upload your scripts for a look?
eriefisher

Image

SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS.
User avatar
eriefisher
 
Posts: 1431
Joined: Sun Oct 07, 2007 5:16 pm
Location: Canada's South Coast

Postby OU812 on Thu Jun 12, 2008 7:10 am

Thanks. I tried that, but it didn't work. I think this works:

<window title="Keyboard Config" icon="configuration_section" window-position="1">

@erie - If you're interested in the code, I can email it to you.

john
OU812
 
Posts: 999
Joined: Sat Sep 29, 2007 8:12 pm
Location: California

Postby DJiNN on Thu Jun 12, 2008 2:26 pm

That looks really good John, nice work. :)

Reminds me of the Zenpanel in Zenwalk, and also the Panel in Wolvix. (Both produced by the same person i'm told). I definitely think this is the kind of thing that will make a users time with antiX even easier & more fun. Top stuff!!
User avatar
DJiNN
 
Posts: 304
Joined: Fri Oct 26, 2007 3:56 am
Location: UK

Postby eriefisher on Thu Jun 12, 2008 6:55 pm

OU812 wrote:
@erie - If you're interested in the code, I can email it to you.

john


Please do. eriefisher@gmail.com
eriefisher

Image

SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS.
User avatar
eriefisher
 
Posts: 1431
Joined: Sun Oct 07, 2007 5:16 pm
Location: Canada's South Coast

Postby OU812 on Fri Jun 13, 2008 12:01 am

Anti suggested adding a button to change the login wallpaper. That's a little more difficult than I thought since I can't seem to find a good example on the net. However, I think the tinymecc has something I can use. I'll find out. And I'll be sending the code to erie later today. Between us, we should be able to come up with a solution.

john
OU812
 
Posts: 999
Joined: Sat Sep 29, 2007 8:12 pm
Location: California

Postby impuwat on Fri Jun 13, 2008 4:35 am

Very nice work John! Keep it up.

Did notice a typo for "Edit IceWM setings" that you've probably already noticed and fixed.
User avatar
impuwat
 
Posts: 310
Joined: Thu Sep 13, 2007 2:20 am
Location: Idaho

Postby eriefisher on Sat Jun 14, 2008 8:26 pm

Thanks for sending the scripts John, looks good. I have not had any time to really go through them though.

I do have one issue with gtkdialog. As soon as I start your script cpu goes to %100 and stays there even when I close the window. Are you seeing this as well? I wonder if there is some way to kill dialog once the script is closed?
eriefisher

Image

SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS.
User avatar
eriefisher
 
Posts: 1431
Joined: Sun Oct 07, 2007 5:16 pm
Location: Canada's South Coast

Postby anticapitalista on Sat Jun 14, 2008 8:34 pm

Not here eriefisher.

Make sure you have nitrogen installed, maybe that is causing the problem.

What does htop show?
Philosophers have interpreted the world in many ways; the point is to change it.
User avatar
anticapitalista
Site Admin
 
Posts: 2144
Joined: Tue Sep 11, 2007 4:55 pm
Location: Greece

Postby eriefisher on Sat Jun 14, 2008 10:31 pm

I just tried it again and cpu is now %4. Go figure?
eriefisher

Image

SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS.
User avatar
eriefisher
 
Posts: 1431
Joined: Sun Oct 07, 2007 5:16 pm
Location: Canada's South Coast

PreviousNext

Return to Polls

Who is online

Users browsing this forum: No registered users and 0 guests

cron