Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

anjuta(1) [suse man page]

Anjuta(1)																 Anjuta(1)

NAME
anjuta - GNOME Integrated Development Environment SYNTAX
anjuta [option] [files ... ] DESCRIPTION
Anjuta is a GNOME IDE and can be used to create either GNOME/GTK+ applications with glade or glade-gnome, or can be used for creating generic applications. It is primarily designed for use with C/C++ and features an easy to use debugger and compilation environment. OPTIONS
-h, --help Output help Anjuta command-line options and exit. --help-gtk Output GTK+ command-line options and exit. --help-all Output all command-line options and exit. -v, --version Output version information and exit. -s, --no-splash Do not show the splashscreen at startup. -c, --no-client Start a new instance and do not open the file in an existing instance. -n, --no-session Do not open last session on startup. -f, --no-files Do not open last project and files on startup. -p, --proper-shutdown Shut down Anjuta properly, releasing all resources (for debugging). -g, --geometry string Specify the size and location of the main window, using the standard X window geometry syntax: WIDTHxHEIGHT+XOFF+YOFF. Anjuta supports all the generic GTK options, a full list is available on the Anjuta help screen using --help-gtk. AUTHORS
This man page was originally written by Rob Bradford <robster@debian.org>, extended by Jens Georg <mail@jensgeorg.de>. Anjuta was developed by Kh. Naba Kumar Singh <kh_naba@users.sourceforge.net> SEE ALSO
anjuta_launcher(1) Jens Georg 2.30.1.0 Anjuta(1)

Check Out this Related Man Page

gnome-session-save(1)						   User Commands					     gnome-session-save(1)

NAME
gnome-session-save - saves or terminates the current GNOME session SYNOPSIS
gnome-session-save [--kill] [--gui] [gnome-std-options] DESCRIPTION
gnome-session-save can be used from a GNOME session to save a snapshot of the currently running applications. This session will be restored at your next GNOME startup session. OPTIONS
The following options are supported: --gui Shows a dialog when the session is saved, and reports errors in dialog boxes instead of printing to stderr. --kill Terminates the GNOME session. gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5) for more information. EXAMPLES
Example 1: Saving the user's current session example% gnome-session-save Example 2: Terminating the user's current session example% gnome-session-save --kill Example 3: Using the GUI to terminate the user's current session example% gnome-session-save --kill --gui EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-session-sThe command-line executable for the application. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-session | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
gnome-std-options(5), default.session(5), gnome-smproxy(1), gnome-session(1) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003. SunOS 5.10 13 Jan 2003 gnome-session-save(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

>/dev/null

Maybe it's an stupid question but remeber... I'm Junior.. I use command line to run programs, and some of them gives a lot of information when, for example, you open a window or other actions. That's really bad because my terminal gets full of unwanted messages, so I use "bin file & >/dev/null"... (1 Reply)
Discussion started by: piltrafa
1 Replies

2. UNIX for Dummies Questions & Answers

Output Problem

What do I have to do to get the startup and shutdown Info to display on my Graphical Monitor. As of right now, all i get is the log in screen for X windows on HP-UX. I want to see the boot process (3 Replies)
Discussion started by: Eric_Bakken
3 Replies

3. HP-UX

X window can not startup

When the system shutdown and startup, the login window can not start normally and often display as character mode, I have uncomment the last line in the /etc/dt/config/Xservers file as the following, but the problem still unfix: * Local local@console /usr/bin/X11/X :0 another problem is... (0 Replies)
Discussion started by: Frank2004
0 Replies

4. UNIX for Dummies Questions & Answers

Logging Command Line and Output in Unix

Hi, This might be a bit stupid question, but what command to use to create like a session which logs the command line, and output on to the screen? Basically, a log to a file, where I can review what I had install, uninstall, etc. Thank you (4 Replies)
Discussion started by: kittoinc
4 Replies

5. Programming

C++ ide

Hi, I'm using command line for editing(vi), building(make), debugging(gdb) applications written in C++ . To which IDE it is easyest/fastest to move such command-line project. Seems that SlickEdit requires to do mass of settings to create its own project. (6 Replies)
Discussion started by: mitan_shahverdy
6 Replies

6. Programming

undefined reference to `pthread_create'

Hi guys. H was learning posix threads in C with anjuta IDE. it gives me undefined reference to `pthread_create' I know i should compile it like: gcc -lpthread main.c how should i import this configuration in anjuta so i can compile inside it? (2 Replies)
Discussion started by: majid.merkava
2 Replies

7. UNIX for Dummies Questions & Answers

How to separate First,Middle and Last Name from Full name

How to separate First,Middle and Last Name from Full Name? For Example: I/O :- 1) Ashok Kumar Requied Output: First Name:Ashok Middle Name: Last Name:Kumar I/O :- 2) Ashok K Kumar Requied Output: First Name:Ashok Middle Name:K Last Name:Kumar I/O :- 3) Ashok K R Kumar Requied Output:... (1 Reply)
Discussion started by: AhmedLakadkutta
1 Replies