-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I had been using Sublime Text 2 with no issues.
I installed IDLE and now I'm unable to start Sublime Text. I tried uninstalling IDLE, but Sublime Text is still not starting. Here's the error:
Unable to load libgdk-x11-2.0.so Unable to load gdk_cairo_create from
libgdk-x11-2.0.so Unable to load…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Besides the
documentation changes I mentioned last time, another place you can see
Solaris 11.1 changes before upgrading is in the online package repository, now
that the 11.1 packages have been published to
http://pkg.oracle.com/solaris/release/, as the “0.175.1.0.0.24.2” branch…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a home and work computer, the home computer has a static IP address.
If I ssh from my work computer to my home computer, the ssh connection works but X11 applications are not displayed.
In my /etc/ssh/sshd_config at home:
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
At work…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a VM with RHEL 5 without an X server.
My host has Windows 7.
I need to connect to the VM and redirect the X11 output of the commands to my host.
I know that if my host were a GNU/Linux machine it would be as easy as ssh -X .
I'm ussing PuTTy to connect by SSH to the VM, I tried enabling…
>>> More
-
as seen on Super User
- Search for 'Super User'
X11 on the Mac does a horrible job drawing fonts. I'm trying to use the GIMP and Inkscape and the menus, and other text, don't draw correctly half the time. What is the fix for this?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I was wondering how to resize a Clipping path dynamically when resizing the window. Right now I'm taking a rectangle in Expression Blend that resizes with the window. Applying this rectangle to a circle as a clipping path makes the rectangle fixed, and it won't resize anymore.
I've seen different…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to show Popup window contain YouTube video. My question is how to resize YouTube Player when user resize the Popup Window ?
Head section of Popup windows PHP/HTML code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have piece of javascript code, which should process when the browser window is resized.
var resize=$('div.resize',$(this).parent())[0];
resize.style.marginRight=(resize.offsetWidth-$(this)[0].offsetWidth)+'px'
Tryed this stuff (doesn't work):
var resize=$('div.resize',$(this).parent())[0];
window…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using the JQUERY UI Accordion module:
<script type="text/javascript">
$(function() {
$("#sidebar_column_accordion").accordion({
fillSpace: true,
icons: { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' }
});
});
</script>
By using the fillSpace…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using the array-grid extjs example to try and fit a gridpanel into a container window. The problem is on resizing the container window, the gridpanel doesn't automatically fit the new size. As I understand it that's how it's supposed to work.
Here's the link to the example: http://www.extjs.com/deploy/dev/examples/grid/array-grid…
>>> More