Ubuntu :: Two IDLE Icons In Application Programming Section?

Feb 16, 2011

For some reason I have two IDLE icons in my application programming section:

IDLE
IDLE(using python-2.6)

Both are the exact same versions, and I'm not sure if I need both. I understand that ubuntu runs on 2.6 so I'm a bit hesitant to just delete one without checking here first.

View 1 Replies


ADVERTISEMENT

OpenSUSE :: Removing Icons From Applications Section

Jun 5, 2011

I am currently running openSUSE 11.4 w/ Gnome 3.I wound up installing Adobe Digital Editions using Wine.Got everything working, except I ended up installing it twice (once as root and once as myself.Currently in my "Applications" I show 2 Adobe Digital Editions.I have ran wine uninstaller as both myself and as root, and the icons are still in the Applications window.I am not sure who is to blame and what I should try to access to rm these icons.

View 2 Replies View Related

OpenSUSE :: Moving Application Icons In Kickoff Application Launcher

Jan 31, 2010

I've downloaded VideoLan (VLC) via Yast but the icon was placed in the audio folder. How do I move it to the video player folder? Also, where are additional icons stored? I run SuSE 11.2 (boxed version) with KDE.

View 9 Replies View Related

Fedora :: Icons Of "default Application" / Get Predefined Application Icon To Open Same File Types?

Jan 7, 2011

I would like to get the predefined application icon to open the same file types.

for instance: *.avi, *.mp3 to have the VLC icon

and other application to have the icon of their default application.

So far I only found tips to install single icons or to add icon packs. :S

and is there any way to when you install an application make it default for such file types ?

View 1 Replies View Related

OpenSUSE Install :: Immutable Section Of HDD + Differencing Section?

Jul 8, 2010

You maybe know that VirtualBox has an "immutable" feature for HDD images. I.e. setup the system, if the stuff is in place, you can set the image to IMMUTABLE to prevent any changes to the image. Differences are written to a separated image. So on the next boot you'll see that all the (unintended) changes are gone and the "old" system is up & running again. I run an old SuSE 10.3 on a write-protected SD-IDE-Adapter. Changing and playing with RPMs is a mess due to around 50 changes I had to do to make that work. Is there any option to mount an SD-card as RO and having all the changes written to e.g. /dev/sda3? To make it clear: I thought about something like a RAID-X system, but could not find any description on how to setup a raidtab.

View 3 Replies View Related

Ubuntu :: Broken Shortcuts For Netbeans On Section Applications -> Programming?

Feb 16, 2010

I have two broken shortcuts for Netbeans on section Applications -> Programming.

View 3 Replies View Related

Ubuntu :: Alt+tab Application Switcher With Icons Only?

Mar 7, 2010

Does something like this exist?[URL]..I don't like much the default alt+tab application switcher. I would like to delete the bottom panel and leave only the upper menu. I would like an alt+tab app switcher similar to that one, icons instead preview of windows plus icons, and when there are windows group show them in the arrow. Then colors, for example blue for the window where you are and yellow if the window wants to highlight due a change or something.

View 1 Replies View Related

Ubuntu :: Add New Icons Into The Application Menu?

Dec 1, 2010

How do I add new icons into the Application menu (not the launcher) and into the "Ubuntu" menu with the large icons? I have tried using the "Main Menu" tool to add new things but they don't appear.

View 1 Replies View Related

Programming :: Append A Block Of Text Into A Particular Section Of A File?

Mar 16, 2010

So I have file which looks something like this:

cat .opera/operaprefs.ini
Code:
[User Prefs]
Language Files Directory=

[code]...

View 1 Replies View Related

Programming :: Deadlock Due To Crash Inside Critical Section?

May 12, 2011

The following two pieces of codes share printing to stdout with a POSIX semaphore /dev/shm/sem.abcd

sema1.c:

Code:
int j;
sem_t *sem = sem_open( "/abcd", O_CREAT, S_IRUSR|S_IWUSR, 1 );
j = 0;
while (j < 100) {

[Code].....

If started at the same time, the first will finish in about 10 seconds; the second 20 secs.

What I want to ask is, if the first program crashes at Checkpoint A, then B will never gets to continue, then normally how do programmers avoid this kind of deadlock due to crashes inside the critical section?

View 3 Replies View Related

Programming :: Extract Dwarf Information Debug A Section?

May 10, 2011

I would like to extract debug information but I have some problems. For example, I have a executable a.out...

Quote:

nm -f sysv a.out | grep ".global_var" >vars.txt

With this command I extract all my variables. All of them are in .global_var section, and it give me follow information:

Quote:

CAN_station_n |08073258| D | OBJECT|00000001| |.global_var
CONTROLend |080732a7| D | OBJECT|00000001| |.global_var

[code]....

Well, I have only address of my vars, but I would like to know type var or struct of the variables. With dwarf dump I have all of information, but it is a mess...

Quote:

<1><117bc>: Abbrev Number: 32 (DW_TAG_variable)
<117bd> DW_AT_name : (indirect string, offset: 0x153d): draw_limits
<117c1> DW_AT_decl_file : 128
<117c2> DW_AT_decl_line : 207

[code]...

Is there any parser or way to put in order this information?? create a file with the follow information:

name of var - address - type - size - struct or not

View 5 Replies View Related

Programming :: Extracting Last Section Of File (Separated By Hashes)

Feb 22, 2011

I have a file which looks something like this:

##########
some
text
text also includes empty lines
##########
some
more
text
##########

Basically all sections are separated by 10 hashes and I need to somehow only print all lines in the last section (the "some more text" part in the example above"). I tried all kind of things with sed and awk but I didn't find any way to identify the last "section".

View 8 Replies View Related

Programming :: Underscores In Standard Functions, An Example Section From Cat.c Is Included

Sep 4, 2010

From cat.c in GNU coreutils:

Code:
void
usage (int status)
{
if (status != EXIT_SUCCESS)
fprintf (stderr, _("Try `%s --help' for more information.

[Code]...

I don't remember ever seeing this in any examples I've ever seen, so I'm sure I've never seen an explanation of this.

View 1 Replies View Related

Ubuntu :: Cannot See The Minimize - Restore - Close Icons On Top Right Of The Application?

Apr 11, 2010

recently installed via synaptic some packages about netbook to try the new appearance. Having decided that I didnt like it, I chose to revert, by uninstalling those packagesMy problem now is that on every application I execute, the icons that are usually found on top right of the screen (minimize, maximize and close) cannot be seen and, if I want to shut an application down I must do it via control q or control w depending of the application. I mean every application, be it firefox, opening folders on the hard drive, open officeIt may be that there is still a package I must uninstall.

View 9 Replies View Related

Ubuntu :: Running Application Icons In Gnome-panel?

Mar 4, 2011

I would like to know if there is a panel widget that works like the Window switcher (switch between windows using buttons) that only shows the icon. I m not looking for something like Docky, just a widget that goes into my panel.

Ubuntu 10.04, Acer Aspire One 10.1" 1.66Ghz 1GB 250GB Dual boot with Windows 7 Blue cover

View 2 Replies View Related

Ubuntu :: Application Icons Are Not Appearing In The Bottom Panel?

Mar 26, 2011

application icons are not apearing in the bottom panelI do not remember having done a change. it started some days ago.Ubuntu version is 11.04Gnome 2.32.1

View 1 Replies View Related

Fedora :: Application Menu Icons?

Jun 2, 2010

I have installed and removed @kde-desktop and then re-installed k3b,, There is no longer an icon associated in the menu system now. Is there an icon pack or a kde pack that needs installed?

View 1 Replies View Related

Fedora :: 15 Application Icons Missing?

Aug 3, 2011

I am reasonably experienced with Fedora 15 - having used two systems upgraded from Fedora 14. I had a strange problem with a brand-new Dell Vostro 3550 laptop with clean a Fedora 15 x86-64 installation. I chose to download the boot image and install from the network. I selected packages for software development without customizing anything. The installation went on smoothly. Once I started using the system, I used yum to install several additional packages. Strangely the icons for these applications seem to be missing.Screenshot1 shows that both Thunderbird and Remmina (for remote desktop) icons shown generic icon.Screenshot2 shows the Default Applications tab in the System Info where Thunderbird does not have an icon.

View 5 Replies View Related

General :: Application Icons Disappeared?

May 26, 2011

The icons for my running applications have disappeared from the bottom menu bar.Did I forget to pay my dues or, more likely, what stupid thing have I done?

View 4 Replies View Related

CentOS 5 :: Application Minimized But Icons Not Appear In Taskbar

Nov 22, 2009

When I minimize the applications, the icons do not appear in the taskbar. Why is that so? It was OK in centos5.3. I believe I may have missed out some configurations.

View 5 Replies View Related

General :: CPUs Keep Toggling Between 100%idle And 0% Idle

Mar 22, 2011

When I run top d 0.5 on my machine and I press 1 to enable the SMP View, I notice that all of the CPUs keep toggling between 100%idle and 0% idle.

The odd part is that when a CPU goes to 0.0% idle, I would expect to see one or more of the other columns peek, but they are not.

What is causing this?

Code:

View 8 Replies View Related

OpenSUSE :: Application Icons Disappeared From System Tray

Jul 5, 2011

No applications will show in my system tray anymore except the defaults. I've checked the entries and touching those had no effect. In fact, the programs I lost the icons too were in the entries, under "system tray settings" and so I set them to all always show. After doing so the applications actually disappeared from my entries entirelSome of my applications open up directly to the tray and I can't get to them at all anymore! They were all working previously until I moved my panels around.

View 1 Replies View Related

Debian :: Gnome Application Menu Icons Have No Descriptions?

Jul 2, 2010

somewhere along the line I disabled the description that appears below icons in all gnome application menus. I don't know how I did it, and I cannot seem to find the way to undo it I would like full descriptions under the icons in my menus. I tried System -> Preferences -> Appearance but could not find what I was looking for. I also tried System -> Preferences -> File Management. Neither seems to help me out. This is not an urgent problem, but an annoying one.

View 4 Replies View Related

Software :: Low Resolution / Change Icons That Shows Launching An Application?

Jan 26, 2009

How can i change the icons that shows launching an application? Resolution of these icons is very low and it would be nice to change this icons.

View 1 Replies View Related

Programming :: Does The "Exhibit A" Section At The Bottom Of The MPL Need To Be Filled Out Within The License Text Itself

Mar 1, 2011

Does the "Exhibit A" section at the bottom of the MPL need to be filled out within the license text itself? Is just including the "boiler-plate" license comment from [URL] in all source files and a verbatim copy of the MPL sufficient to cover a project?

There are blanks within the "Exhibit A" section that look like they should be filled out, yet it doesn't make sense that the license text should need to be modified in addition to the boiler-plate license comment.

View 1 Replies View Related

Programming :: Displaying The Contents Of Buffers In A Protected And Non-protected Critical Section?

Nov 19, 2010

I have this project for my operating systems class and I have put together the basic flow chart to aid me in writing the program. I know how to use pipes as a buffer to hold info. I know how to create a binary semaphore. But what I dont know is this:

How to "use a delay adjustment parameter K in the critical section to adjust the speed of the display process to show that without semaphore protection the displayed contents of the buffer are randomly interleaved."

First off, I am definitely not asking anyone to give me the solution. But I do need some guidance. So I figure there will be an if statement with two options:

1. If true, use semaphore protection to enter/exit critical section

2. If false, no semaphore protection -- this is where the contents of the buffer should be interleaved.

Now does that mean that as each child process enters the non-protected critical section, it should "sleep" for a randomized time? I mean, will this allow my output to be interleaved?

So lets say my command line looks like this:

what happens to the 100? Is it randomized using rand and srand and passed as a parameter to sleep() inside the critcal section?

View 5 Replies View Related

Fedora :: Run Python3 Scripts From Command Line And Call Up Python 2.6.2 Idle With The Command Idle From Command Line?

May 29, 2010

i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?

View 5 Replies View Related

Programming :: Get Window Titles, Icons And Screenshots From A C++ Or Python Program?

Jan 30, 2011

Is it possible to easily get the number of desktops, add/remove desktops, and get window titles, icons, and screenshots from a C++ or Python program?

View 12 Replies View Related

Ubuntu :: Missing Icons In 10.04 - Add Icons To The Hibernate/ Shut Down Words?

Apr 29, 2010

I already restored regular icons by going to gconf. However, the icons on top right where the "power" button is located, still have no icons. Is there any way to add icons to the hibernate/ shut down , etc words?

View 4 Replies View Related

Fedora :: Application For Programming AVR?

Sep 29, 2010

I want to ask whether there is an application to program the AVR on Linux. if there is what the name of his application? and where I can get it

besides, I also want to install the supporting applications to make PCBs, in windows I used mangunakan Altium.

if for linux what is the name of his application?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved