Ubuntu :: Geany Not Working In KDE?
Jun 24, 2011
I just switched to Kubuntu, I'm missing some of my favorite tools - most of which I've found alternatives for. I've read that Geany IDE should run fine on KDE, but when I install and try to launch, it just hangs. The icon bounces around by my cursor like it's loading, and window switcher in the task bar shows it trying to load. And then after about 10sec it just stops - and my screen stares back at me. Here's the output when I try to run it via Konsole:
Code:
grant@L1NUX:~$ geany
Segmentation fault
grant@L1NUX:~$
If for any reason Geany is broken with KDE now, does anyone suggest a better general purpose IDE? All the ones I've found are specific (or at least geared towards) one programming language.
View 9 Replies
ADVERTISEMENT
May 1, 2011
When I try to start Geany, it crashes with a segmentation fault. The current version is 0.20. I've tried to downgrade it to 0.19, but it didn't solve the thing.
View 2 Replies
View Related
Mar 29, 2011
I am using ubuntu 10.04 . when i try to compile some C++/C code using geany it suddenly crashes sometimes . I have run geany from terminal and when it crashed it has left.
View 2 Replies
View Related
Jul 25, 2009
how to set c compiler in geany....
View 1 Replies
View Related
Aug 6, 2010
I just made a pretty simple program in geany (GCC with default options)and I ended up with Segmentation fault. program is pretty simple and it performs binary search on an array.I know what segfault is but here I m clue less about why it is happening.and one thing more, the program runs fine in turbo C++ compiler.Same thing happened earlier too when I was making a program which included some simple string manipulation
View 1 Replies
View Related
Feb 26, 2010
How do you convert tabs to spaces?
View 6 Replies
View Related
Mar 25, 2010
I am new to using Linux (Debian) and I wanted to install an IDE that covers all languages (C++, Java, SQL) so I decided to try Anjuta, but when I entered a simple "Hello World" code and tried to run it, I noticed that the Build > Compile selection was grayed out. I read on another forum that Anjuta can only compile projects so I switched to Geany, same problem. Do I have to install a compiler?
View 1 Replies
View Related
Oct 2, 2009
How to get the Autocomplete work for HTML code with geany IDE?
View 1 Replies
View Related
May 17, 2010
I recently upgraded to Squeeze and in general I'm loving it.One problem I'm having is that I can no longer open remote files via SCP/SSH using GVFS from Geany.This functionality still works in gedit.I've checked the syslog and can see no clues, and I also can't find any references on Google.
View 5 Replies
View Related
Aug 11, 2010
after update f12 to f13 geany stopped to work correctly on remote storage (sftp). Geany opens file correctly, but when I try to save, it saves empty file. I tried "notepad" and "gedit", they work good on f13. Geany on f12 worked correctly too.
View 3 Replies
View Related
Mar 9, 2009
I have created a simple test class - Mortgage, with the class declaration in the .h file and the class's methods defined in the .cpp file. (mortgage.h && mortgage.cpp, respectively) Straight up C++ 101 as far as I can tell. I instantiate the class in the main() function, which is defined in practice.cpp. Using Geany on Ubuntu, both the practice.o and mortgage.o files are created, but then I get a linker error: undefined reference to class::functionName
I get it for each function. If the mortgage.cpp file is foremost in the editor when I click "build", then I get the undefined reference to main() error, if practice.cpp is foremost (where the main() function is) then I get undefined reference to Mortgage::Mortgage(), and all the rest of the functions defined for that class. How do I get the linker to know where my object files are so it will link them in? Or is the problem somewhere else entirely?
View 8 Replies
View Related
Jul 13, 2011
When originally installing 11.04 I had problems getting my Ralink 5390 wireless card to work.
Today my computer froze completely and I had to turn it off via the power switch. When I turned it back on, wireless was no longer recognized! My iPod can connect to the network just fine, so it must be an Ubuntu problem. There are no problems with my ethernet connection either.
I researched this and found several threads about blocking and unblocking wireless devices using the rfkill command. Well, unfortunately for me the rfkill command doesn't work. When I type sudo rfkill list or sudo rfkill unblock all, nothing happens; it just returns me to my bash prompt. I even tried uninstalling and reinstalling rfkill...nothing.
View 1 Replies
View Related
Jun 21, 2010
I have been looking around the forums searching for similar problems, it seems not only me had this problem. About a month ago I did a regular update via Upd Manager. The next day - no wired connection.Still managable, since the local library has wireless. Now that won't work either.Just after I upgraded from Jaunty, I accidentally removed NetwMngr from the top right corner of the screen, but that should not have anything to do with how the program works, right? I now cannot reach NM, if I run it from the terminal, nothing happens visibly.
View 5 Replies
View Related
Sep 18, 2010
I installed it on a Dell Inspiron 531 with the GeForce 6150SE nForce 430 built in video card. From the recommend driver list I installed �NVIDIA accelerated graphics driver (version current) [Recommended
Well, turns out it should not have been recommended. I had restarted and all I got was a low res ubuntu logo and a boot right into a full screen terminal. Tried startx and got a no screens found, I look online for about an hour last night and decided to just reinstall, which takes a couple hours when installing all the packages.
I have done more research today and found to install the latest linux x64 driver from nVidias website, which I did, but it does not run. I followed some more instructions and it said to do a �sudo chmod +x <file>� which I did, and it starts to open and I get �You appear to be running an X server; please exit X before installing.�
I�m starting to get a little frustrated here, guess I�m just used to a lot of the ease of windows and assumed that something like installing a graphics card driver would be easy.
View 3 Replies
View Related
Nov 17, 2010
I have a Dell Latitude D530 Laptop (500 GB HDD). Installed Windows XP and then Ubuntu 10.10 to do dual boot. everything works fine in Windows XP.In Ubuntu 10.10 I had issues connecting to Internet(Through Wirelss), I was able to rectify this issue by dsiable ipv6 from firefox about:config and setting true to network.dns.disableIPv6. After this I was able to connect to internet and browse websites from Firefox.But I am having Issues with Evolution Mail(Connection Timed Out) and Google Talk Client(Connection Timed Out).Empathy Internet Messaging gets connected fine.I was wondering if I will have to disable IPv6 System wide and hence I added the following lines to /etc/sysctl.conf
#disable ipv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
[code]....
View 9 Replies
View Related
Jul 25, 2011
I had an Ubuntu Server 32 bit installation and everything was working fine. Now that I installed Ubuntu Server 64bit on a new drive in the same machine, the ethernet card is not working!! This is insane cause when I put the hard disk with the 32bit installation back and booting from it, the ethernet card is working without any problems but in the 64bits installation it is not shown at all using "ifconfig -a"
lspci output:
Quote:
02:00.0 Ethernet controller: Atheros Communications AR8151 v1.0 Gigabit Ethernet (rev c0)
How can I check which module is being loaded in the 32bits installation to try to load it manually in the 64 bits installation?
View 3 Replies
View Related
Jan 19, 2011
I just installed the lamp stack and so far my default site is working. But a 2nd site I made is not working.I created the config file in /etc/apache2/sites-availableit reads:Quote:
<VirtualHost myip:80>
ServerAdmin webmaster@mydomain.com
ServerName mydomain.com
[code]....
View 9 Replies
View Related
Mar 7, 2011
I have very interesting problem after ~10 PHP Fatal error, php 5(latest one) in apache2(latest one) in Ubuntu Server 10.10(with latest updates) just do not work. So if try any php page it's not working(user see white page), but HTML still work fine.What that can be? So only restart apache is help to back php. (we are running Wordpress blog 3.1)
View 2 Replies
View Related
Apr 25, 2011
I had a problem with apache2 and getting .htaccess working. I have done some things and i believe its working the ErrorDocument command is anyway. I believe there may be some problems with the rewrites though.Im trying to take a urlhttp://localhost/showthread/123and make it display whats on http://localhost/index.php?showthread=123The rewrite rule is Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^showthread/([^/.]+)/?$ index.php?showthread=$1 [L]
[code]....
View 8 Replies
View Related
Apr 26, 2011
.m4a files not working in banshee but working in rhythmbox.
View 1 Replies
View Related
Jul 18, 2011
I can connect to the internet with wired connection. The switch for the device is on but this command "sudo lshw -C network" has the following results:
#
[sudo] password for nn:
*-network
description: Network controller
product: BCM4312 802.11a/b/g
[Code]....
View 9 Replies
View Related
Apr 23, 2010
I upgraded Samba to 3.5.2 to enable Windows 7 to log in to the PDC. ACL was working with the Samba 3.0.28a that came with 8.04LTS. After upgrade I can now log in to the domain with Win 7 but ACL permissions are not working on Win7, XP or anything. They still show on the server but any attempt to change permissions on the workstation fails with "Access is Denied" and only user/group/other permissions are doing anything. Anyone know what changes for the ACL were made between the two versions? I know they're working on switching to VFS modules but setting "vfs objects = acl_xattr"
View 1 Replies
View Related
Aug 28, 2010
OK so I set up a server yesterday and got ndiswrapper loaded on it with the appropriate driver, I edited the /etc/network/interfaces file to contact my router with it's MAC address, WEP Key, etc... So the problem is I can ping addresses like Google and Ubuntu Forums but I can't use apt-get to install or update packages. When I try sudo apt-get update I get a whole bunch of Code: W: Failed to fetch <address>Temporary Failure resolving <address>My Wireless interface is wlan0 and also I can ping my server from my other computer running Linux and my server can ping that computer too.
View 1 Replies
View Related
Jul 17, 2009
I have a strange problem for internet. My clients (winxp - S2) can't get internet.Let me explain my scenerios. Fedora 10 with lan (eth0) having direct internet from dsl model, client (XP service pack 2) can use samba shares using dhcp (wlan0) installed in Fedora 10 box. client can ping my linux box.Now problem is: client (dosbox) can ping the google ip address (i.e ping 74.125.39.106) but can't use 'ping www.google.com'. That means ping with ip works for internet from my client. My linux box can. I can use internet from FC10 but can't use iexplorer from my client to have internet. I have enable ipmasquarding in Firewall and dhcpd is running on wlan0 for dynamic ip address of my clients.Can someone suggest me what kind of problem having I? What should i do to success iexplorer for internet? what possibly am i missing?
View 3 Replies
View Related
Feb 18, 2010
I followed the sticky about setting up wireless and I have come to an issue where the WLAN switch which is on this computer can be pressed, the light comes on, but no WLAN. When I looked in dmesg, this is what I get:
ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
firmware: requesting ipw2100-1.3.fw
eth0: Radio is disabled by RF switch.
When running iwconfig wlan0 heres what I get:
home/j-dub # iwconfig eth0
wlan0 unassociated ESSID off/any Nickname:"ipw2100"
Mode:Managed Channel=0 Access Point: Not-Associated
[code]....
Notice it says that the 'Radio is disabled by switch' in dmesg. I can press that switch until the end of the world comes and it does absolutely nothing but make the WLAN light put on a light show. And it shows the wlan to be unassociated with any clients. So, what are my options to get this Wireless up and working?
Computer/OS info:
Fujitsu-Siemens Amilo M7400
1.4GHz Intel Centrino R
40GB HD
Suse 11.1 KDE
View 9 Replies
View Related
Dec 17, 2010
I use an internet connection with a proxy. I have set the proxy in Firefox and systemsettings so now I can browse the web and I can ping Google from Console. But when I start Software Management, it says "Cannot access installation media". Whats wrong?
View 3 Replies
View Related
Feb 11, 2010
I have been a long time Windows user and just recently switched to Ubuntu. At first it looked like everything was going great ... now I just seem to have lots of problems with stuff not working right or not working at all, there are lots of issues but first tings first. I can't seem to get any program to copy or burn any dvds or cds. I understand that you need certain codecs and css stuff which are already installed.
View 5 Replies
View Related
May 18, 2011
I have an asus 1215b laptop. For some reason, when I plug my mouse into any of the USB 2.0 ports it doesnt work. However, these same ports work perfectly to coppy files onto pendrives or external hdd. However, the USB 3.0 works perfectly for everything. The last thing I expected was the newer 3.0 to work and not the older 2.0. btw, my mouse is a generic, brandless laser mouse (it is an inhouse brand of PC CITY stores: PC LINE). I have never had any problems with it before.
View 1 Replies
View Related
Dec 26, 2009
I recently moved into my room-mates house and her wireless was not secure as I was able to log on to it unsecured with my Fedora 12 Laptop. After Securing it with WPA all the windows computers had no problem getting back on to the now secure wireless. Using GNOME I went to SYSTEM then PREFERENCES and NETWORK CONNECTIONS and clicked on the wireless tab and configured wireless security tab and configured for WPA WPA2 Personal. No problems. But when I go to the gnome tool bar and click on the network and see our SSID it wants to use WEP 40bit and others methods but has no selection for WPA.
View 10 Replies
View Related
Jan 10, 2011
I have Slackware 13.1 with kernel 2.6.37. Everything is working fine, except that I can't mount any CD/DVD and automount is not working either. If I connect any USb to my laptop it doesn't automount, I need to manually mount it. The same case happens with CD/DVD only that I can't mount any CD/DVD even manually. Here's the output:
Code:
bash-4.1# mount /dev/cdrom /mnt/cdrom
mount: block device /dev/sr0 is write-protected, mounting read-only
[code]...
View 14 Replies
View Related