Fedora :: Add Text To The TextView Object It Expands The Parent Window?
Jan 18, 2011
When I add text to the TextView object it expands the parent window rather than adding scroll bars. How do I fix this?
I want to keep the parent window user re-sizeable.
FC14 x64 & gtkmm 2.4
View 1 Replies
ADVERTISEMENT
May 3, 2011
I keep getting a segfault in compiz. I've tried everything! This is from a fresh install without and accelerated drivers (I have ATI)
Quote:
Code:
**Switching to Compiz window management**
/usr/local/bin/compiz-indicator:99: GtkWarning: Can't set a parent on widget which has a parent
menu.append(kill)
/usr/local/bin/compiz-indicator:100: GtkWarning: Can't set a parent on widget which has a parent
menu.append(start)
[code]....
View 2 Replies
View Related
Jan 10, 2011
I have this really strange openoffice behavior. Normally to drag window i need to press alt+left_mouse_button and drug window. Exactly same result i'm getting while selecting text in OOo writer and impress. As simple as holding still for, literally, a second, while selecting text, will initiate dragging of the entire window. I'm running F14_64 KDE and using OOo from repos.
View 3 Replies
View Related
Apr 6, 2010
I need to create an object using DIA (0.96.1) with the following characteristics: simple text (basically a number) exactly centered in a circle The reason why I need a way to exactly center the text is that I need to export the diagram within a vectorial graphic format and change its font. If the text is "manually" centered the result is not satisfactory.There are few defined objects in DIA that automatically center the text within a frame but none with a circle.
View 4 Replies
View Related
Nov 24, 2009
I installed Fedora 11 on my system (see below) using the i686 DVD. The graphical install worked just fine, and after the system booted back up, the X server was working very well.
There is no boot text. On the other system with Fedora 11, I can see the boot text scroll by in the window and/or a progress bar at the bottom of the monitor during the boot sequence. On this system, the monitor says "No Input", and nothing appears until the login prompt for the X window. I am able to enter the BIOS configuration page and navigate through it without any issues. I can also edit the grub commands before Fedora loads without a problem.
If I boot in text mode, no login prompt appears. If I wait long enough, the monitor enters the power save mode since it is not receiving a signal. I am able to log in to the system with my user name and password, and then start the X server. Once the server starts, the monitor turns back ON and all is well.
From the X window, I use the CTL+ALT+F2 key to enter text mode. The monitor stops responding. If I press the ENTER key a couple of times, then press ALT+F7, I can briefly see the text window with a couple of login prompts before the X window starts responding again.
How can I get the text mode to work? Why is there no input to the monitor when booting?
System:
Intel D945GSEJT motherboard with Intel Atom N270 processor
2GB RAM
120GB SATA Hard Drive
Fedora 11 i686
View 4 Replies
View Related
Mar 4, 2010
I was using ubuntu fine then I get the message that I only have 19 gb's left . Strage as I had 89 gbs used on a 350 gb partition. So somehow it expanded that fast without me downloading anything. When I loged back in it says I don't have gnome-power installed, or a similar message and I can put in my password but it just takes me back to the login screen. I'm using ubuntu 10.04 AMD64. I did run a check and a huge amount of my data was in .private.
How can i get my ubuntu back? Also is this a bug or just my error, it would be great if it was a bug, so the ubuntu developers can fix it, I'm using an alpha so I did sign up for this.I can login to terminal by pressing cntrl alt f1-f6. And putting in my pass, so i can run commands and edit config files on nano if needed.Even worse news, I cant get my data from this live cd. It says I have set up encryption wrong, and i dont know how to transfer important data to my flash drive using terminal.
View 5 Replies
View Related
Feb 12, 2011
i need to display some values in glade textview.in my program on a button click a function is called .the function will print values in textview.its dynamically printed in loop.so i need to create a window in each itration. so how can i prevent multilple windows from being created in each itration? i want to update *textview in each itration..how?
View 1 Replies
View Related
Jul 22, 2010
Within PyGTK I'm using gobject.spawn_async to launch a bash script. I would like the output of that bash script to be displayed within my application. I have a textview set up to receive the text ...
Here are the commands that launch the program:
Code:
def run_command(command):
global keep_pulsing
keep_pulsing=True
(cpid, cstdin, cstdout, cstderr) = gobject.spawn_async(command,flags=gobject.SPAWN_DO_NOT_REAP_CHILD|gobject.SPAWN_STDERR_TO_DEV_NULL,standard_code....
Here are the two callback functions. But like I say ... I have no idea how to get that data from the 'cstdout' file descriptor into a textbuffer.
Code:
### THE FOLLOWING ARE GLOBALS:
textview = wTree.get_widget('textview1')
textbuffer=textview.get_buffer()
def update_textview_callback(fd, condition):
global keep_pulsing
if keep_pulsing:
progressbar.pulse()
code....
View 3 Replies
View Related
Mar 6, 2010
I've been using the PPA version of banshee, and I got this error - just wondering if anyone else has it too! I'm able to play a song, but when the song finishes and the next one starts I get this error: Banshee Encountered a Fatal Error Object reference not sent to an instance of an object Error details:
Code:
An unhandled exception was thrown: Object reference not set to an instance of an object
at Hyena.Gui.Theming.GtkTheme.GetCairoTextMidColor (Gtk.Widget) <0x00017>
at Banshee.NotificationArea.NotificationAreaService.get_TextLightColor () <0x0002f>
at Banshee.NotificationArea.NotificationAreaService.MarkupFormat (string,string[]) <0x00043>
at Banshee.NotificationArea.NotificationAreaService.GetByFrom (string,string,string,string) <0x000d7>
[Code]....
View 4 Replies
View Related
Mar 1, 2010
Only ones I can think of seem overly complex, and I'm sure there is a simple solution I am overlooking. I have a class, it has a member who is an object. This object needs to be able to represent an object of different types.
[code]...
Where "surface" could be several different types, which will be set during execution. Hope this is clear enough. I have tried using templates but am getting "data member cannot be a member template". Either I have incorrect syntax, or am not implementing it right. another solution would have one class containing definitions of all possible shapes, But this would take up extra memory. Other solutions I thought of seem too round-about, and seems there is a simpler solution that I have overlooked.
View 8 Replies
View Related
Sep 15, 2010
I'm writting a BASH script for a solaris system and need to have text enter into a console window. I've got so far:
#!/bin/bash
xterm
echo "text goes here"
When I run it I get the terminal window but the text going into another window. Nothing that I've found on this site helps me so far. If this is the wrong board, I'm sorry but I figured I'm about as newbie as it gets.
View 2 Replies
View Related
Mar 21, 2010
I don't quite know how to put this problem - recently, my installation has started losing the text in terminal and other windows. I will open a terminal window, and there's nothing there - no cursor, no background. After this occurs, I try to restart the system - the 'Restart" window appears, and is also blank. Hitting enter at this point blanks the entire screen to black, after which the only recourse is to power-down and restart. Of course, then I need to run the recovery mode and fsck to get the system back up.
The first time this happened, I had to rebuild the kernel to recover. Luckily, i lost no data, but this is making the system unusable. I need a stable system to finish the project I am developing for an embedded Linux system.
I am running Ubuntu 9.10, with the latest updates.
View 9 Replies
View Related
Mar 23, 2010
what these information mean?What should I do to fix this?
(npviewer.bin:6947): Gdk-WARNING **: XID collision, trouble ahead
Shutting down nautilus-open-terminal extension
--- Hash table keys for warning below:
[code]....
View 1 Replies
View Related
Jul 26, 2010
how I would go about centering the text in the title bar for the Ambiance theme. Currently it is on the left side after the buttons, but I want to center it in the middle of the bar. Does anyone know how I could accomplish this?
View 1 Replies
View Related
May 14, 2011
I can sometimes click on a window, but it doesn't become the focus, and I can only make it the focus by clicking of the bar at the top of the window.Secondly, even if the window is the focus, I can't enter any text into the window unless I minimalise all the other windows.For example if I have Thunderbird and Firefox windows open at the same time I can't enter text into a box in a Firefox window until I have minimalised the Thunderbird window and all the other windows that are open.
View 1 Replies
View Related
Aug 13, 2011
for some reason text shows up every time I move my mouse over a window control button, and about 1/3 of the time the text stays there, frozen until I open up another window and move my mouse over it's window control buttons. Is there a way I can remove this text completely?
View 6 Replies
View Related
Feb 17, 2015
I am running Debian Jessie with Gnome 3.14.2 on a Macbook Pro 15" with retina display. My resolution is currently set to 2880:1800 and any time I try to lower it, the whole screen goes to black (even if I change it to something in the 16:10 ratio) and I just have to keep force restarting when doing that. I want to lower it because a lot of stuff is really small. Certain aspects of windows in programs are so small, and in order to properly view stuff on my web browser I have to increase the magnification to around 250% for it to be reasonable.
Some things seem normally sized in the windows, and thus make things awkward on the screen, especially in chrome. Is there a way to fix this without having to change my resolution and/or font sizes? Making font sizes bigger on the gnome tweak tool makes things look a bit more awkward because it squeezes the text into small spaces. I would rather keep a higher resolution for a better picture, and changing it seems to mess things up. Here is what my browser looks like (without magnifying). Notice how the font size in the bookmark bar is disproportionately large compared to the buttons in the top right to close/max/min the window.
And this problem isn't just in the browser, but for example, in matlab everything is extremely tiny. I want to make everything larger, not just the text...
View 7 Replies
View Related
Aug 10, 2011
Currently, whenever we open a folder like "media/DATA/Work/Projects/Linux" at the top of the window it views each folder/subfolder as a button like [media] [DATA] [Work] [Projects] [Linux]. So if you click a folder named "Ubuntu" within the "Linux" folder another button [Ubuntu] will be added.I like this feature, but often i find myself needing to copy and paste that address somewhere and all I can do really is type it out manually. Is there a way to also display the address location in text like "media/DATA/Work/Projects/Linux"??
View 2 Replies
View Related
Apr 2, 2011
I put a text file on my desktop and added a couple lines of text with gedit. File type shows text/plain. Double-click opens the file in gedit which is what I want. I'm using the file to temporarily hold some snips of code that I copy from file to file, but when I copy some html into the file and save it, now file properties show it's text/html and a double-click opens the file in firefox, which isn't what I want. Is there some way to keep the file type from changing itself?
View 6 Replies
View Related
Feb 10, 2011
I'm running and XP virtual machine using KVM / QEMU. THere are time when I need to copy text from an application in the Fedora host machine and paste the text into a different app in the XP guest machine. I was able to do this using Vitualbox on an earlier version of Fedora.
View 1 Replies
View Related
Oct 30, 2010
Is there any command /utility in linux that would Take screen shot of non focused window or minimized Window?
View 3 Replies
View Related
Jan 17, 2010
Is there some way top stop the "blind effect" of compiz so that when you double click the top title bar of a window that it maximizes the window instead of the rolling up type effect? Also when i place my mouse on the top right of the screen it brings it to a choosing window type mode where you can pick which window you would like to open, is it possible to get this on the top left of the screen instead? Lastly when I use Kdebluetooth4 to send a file to my computer where does that file save to?
View 2 Replies
View Related
Oct 23, 2009
My os is fedora 11. The error message is :
Traceback (most recent call last):
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 1830, in _runYumTransaction rpmDisplay=rpmDisplay)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 3813, in processTransaction
pkgs = self._downloadPackages(callback)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 3837, in _downloadPackages
probs = self.downloadPkgs(dlpkgs)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 1372, in downloadPkgs
self.plugins.run('predownload', pkglist=pkglist)
File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 177, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/presto.py", line 577, in predownload_hook
(problems, more) = downloadPkgs(conduit, pinfo, download_pkgs)
File "/usr/lib/yum-plugins/presto.py", line 419, in downloadPkgs
cb.start(text="<delta rebuild>", size=rebuild_size)
File "/usr/lib/python2.6/site-packages/urlgrabber/progress.py", line 129, in start self._do_start(now)
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2551, in _do_start
self.updateProgress(name, 0.0, "", "")
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2593, in updateProgress
pkg = self._getPackage(name)
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2534, in _getPackage
sections = name.rsplit('-', 2)
AttributeError: 'NoneType' object has no attribute 'rsplit'
View 5 Replies
View Related
Aug 19, 2011
I'm trying to install a game (uplink) which states 'error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory'
Would installing the below resolve this? If so is 'Everything' safe to use (not heard of it before) and how do i add the 'everything' repository? I
download.fedora.redhat.com/pub/fedora/linux/releases/15/Everything/i386/os/Packages/gtk+-1.2.10-71.fc15.i686.rpm
View 3 Replies
View Related
Jun 26, 2010
I cannot run Opera. I am running a fresh install of Fedora 13 (everything updated). When I try to run Opera, it fails with this error message:
Code:
[ore@spectrum ~]$ opera
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
/usr/lib/opera/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
[ore@spectrum ~]$
View 6 Replies
View Related
Nov 9, 2010
i'm having an error when running a python script that uses the python-twisted-web components... i get the impression that this program was developed and tested in a debian environment. heres the readout:
Quote:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 1165, in run
self.mainLoop()
[code]......
View 6 Replies
View Related
Oct 15, 2009
I use fedora 8 & had previously tried to upgrade to 10, unsuccessfully. From then onwards, yum & rpm have refused to work. I tried deleting & rebuilding rpm database but it doesnt solve anything. Here is the error when I run yum
Code:
# yum update
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.user_main(sys.argv[1:], exit_code=True)
[code]....
View 1 Replies
View Related
Nov 18, 2009
I tried to run preupgrade-cli and I get this error. This is on a fresh install of Fedora 11.
preupgrade-cli -y "Fedora 12 (Constantine)"
/usr/lib/python2.6/site-packages/yum/__init__.py:203: UserWarning: Use .preconf instead of passing args to _getConfig
warnings.warn('Use .preconf instead of passing args to _getConfig')
Loaded plugins: blacklist, whiteout
[code]....
View 3 Replies
View Related
Apr 16, 2010
i am trying to install xilinx 11.1 on fedora core 12 FEL.i have mounted the image file using mount -o loop and put it in a directory near opt.i am getting the following error: error while loading shared libraries: libSecurity.so: cannot enable executable stack as shared object requires: Permission denied.I already installed this on a standalone fedora 12 KDE and it did install. i need to mention that this time, the fedora 12 is installed on VMware, could this be creating that problem ?
View 2 Replies
View Related
Sep 8, 2011
I am trying to install matlab R2011a student edition in Fedora 15, 64 bits system. This version of matlab do not support 64 bits linux out of the box, but can be installed by adding -glnx86 as an argumenof the installing script.
However after running the installation script I receive the following error message:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/mathworks_32316/java/jre/glnx86/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory
It seems to be a problem with libXext.so.6, however, I do have libXext library installed in my computer. The name of the package I have installed is:
X.Org X11 libXext runtime library
libXext-1.2.0-2.fc15 (x86_64)
View 2 Replies
View Related