GUI Based RPM


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users GUI Based RPM
# 1  
Old 06-28-2006
Bug GUI Based RPM

Hi,

How to create GUI based RPM. I am using Red Hat..
Please explain in detail.

Thanks
Kammy.
# 2  
Old 06-29-2006
Computer

You want fries with that?

Seriously though, your question lacks depth. You have your choice of programming language(C, C++, perl, python, ruby, tcl/tk...), program design and data structures, window layout, window manager(plain X, Gnome, KDE, ...) and more. A big GUI application is not something so simple there's any obvious "right" way to do it; any design we'd make would probably be wrong for your needs because you've given us no information.

For that matter, it's too general a question to get effective help with. You'll have a hard time finding someone here that'll design your program for you. If you break it down into smaller, technical questions you'll get better answers.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

2. AIX

Rpm issue with autoconf-2.63-1.AIX6.1.noarch.rpm

dears i am trying to install the autoconf-2.63-1.aix6.1.noarch.rpm but its shows the below error message . P700_dev/svn/dependencies>rpm -i autoconf-2.63-1.aix6.1.noarch.rpm error: failed dependencies: m4 is needed by autoconf-2.63-1 P700_dev/svn/dependencies> (6 Replies)
Discussion started by: thecobra151
6 Replies

3. Shell Programming and Scripting

How to make RPM not write to RPM database if RPM fails to deploy?

How to make RPM not write to RPM database if RPM fails to deploy? IE I create an rpm spec file that contains the following if then exit 1 fi My rpm will fail at deployment, but if I do rpm -qa , I can see the rpm in the rpm db (3 Replies)
Discussion started by: 3junior
3 Replies

4. SCO

Change SCO - GUI or Desktop interface to DOS based interface

Hi all I have installed a demo version of SCO OpenServer 5.0.2, I finally found it is Desktop Interface, I would like to know how to change its interface to dos based interface? If you have any ideas, please tell me then. Thank you (2 Replies)
Discussion started by: TinhNhi
2 Replies

5. UNIX for Dummies Questions & Answers

Problem in GUI based program on Sun Solaris

Hello! I am trying to run a program which has used Xlib for its graphical user interface on Solaris through Common Desktop Environment(CDE). All I get is my three required widows open but all blank.They suppose to show some symbols, pictures ad buttons.In the command terminal the following... (1 Reply)
Discussion started by: asif92
1 Replies

6. Programming

Open source my WGI, a GUI lib based entirely OIOIC

What WGI? WGI is doing what MFC has done, to encapsulate API, BUT WGI uses OIOIC, instead of C++. to download WGI 1.0.2 source code: Downloads - oic-wgi - Project Hosting on Google Code node WDialog ---> corresponding MFC's CDialog node WMenu ---> corresponding MFC's CMenu node WButton... (0 Replies)
Discussion started by: pervise.zhao
0 Replies

7. Shell Programming and Scripting

gui based appliocation using shell script

hi, i've to write a shript based application which should gives a look and feel like a GUI. can any one give me a base idea on how to design a GUI based application using shell script. Regards, vijay:b: (1 Reply)
Discussion started by: vij_krr
1 Replies

8. Programming

Need Linux GUI based DVD burner

Hi, Need a linux gui based DVD burner. I am supposed to backup 10GB every day and so need an application, where if i drag and drop 10 gb of parent folder. then it should prompt for next cd, once 4.7gb of DVD is burnt.is there any way or any script that i can convert to GUI. Thanks in advance ... (2 Replies)
Discussion started by: karthikn7974
2 Replies

9. Linux

Gui Rpm

Hi How to create GUI RPM? -Kammy (1 Reply)
Discussion started by: kjannu
1 Replies

10. Linux

Failed dependencies of rpm / how does RPM check for ?

Hey, I've a problem installing a package. rpm -ivh brings the errors: libjvm.so is needed by libverify.so is needed by But I have installed the Java SDK like requested and the files are on the disk. But I have no idea how to find out, why rpm cann't find them. I have also... (2 Replies)
Discussion started by: mod
2 Replies
Login or Register to Ask a Question