Displaying 20 results from an estimated 4000 matches similar to: "Keyboard tab switching in Firefox"
2008 Jun 26
0
bizarre report of FlashGot firefox 3 extension starting Wine...
http://tech-blog.dinotools.de/2008/06/26/warum-startet-firefox-unter-linux-wine
says that after upgrading to firefox 3 on linux,
starting firefox would briefly open and close "a wine window",
and that it was triggered by the FlashGot extension if
FlashGot Options -> Advanced -> Automatic download manager detection
is enabled.
Whacky. I haven't tried it myself.
2006 Mar 18
0
flashget.exe does not work with wine 0.9.9 and later but it does with 0.9.8
Hi, all
Flashget.exe works well with wine 0.9.8.
If I use wine 0.9.9 and later, flashget.exe pops up a message "Failed
to create empty document".
ps.
1. flashget version is latest 1.71
1. the config is default, no dcom98 installed
2. I also install dcom98, but flashget.exe still doesn't work
I use the the command to dump messages, and the dump of difference
between 0.9.8 and 0.9.10
2007 Feb 03
0
Launching a windows executable so it's available to another .exe
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have just successfully launched Printmaster Gold Version 3 (for Window
3.1 or 95; wine configured as Windows 2000) using version 0.9.30 on
Xubuntu Edgy (with updates) with the following caveat: Printmaster must
be launched twice because on first launch the following error dialog
appears: 'Cannot initialize 16 bit thunk server
2007 Mar 19
1
Keyboard map
Hi all,
Does anybody know how to change the keyboard map in wine... I can't
find any documentation on it... I checked in the ./wine/system.reg
(something like that) file, and there was a keyboard entry with a 10
digit number after it - totally incomprehensible!
I'm running BibleWorks 6 from a Windows partition (because it won't
install under wine). The Windows partition and the
2016 Aug 28
2
CentOS 7 : keyboard shortcut for mouse gesture?
Hi,
I have a CentOS 7 (GNOME) desktop installed as a VirtualBox guest on my
Slackware64 14.1 workstation, to fiddle with it. Guest Additions are
installed and configured OK, and 3D acceleration is working too.
In its default configuration, the GNOME desktop under CentOS shows an
"expos?" (I don't know how you call this), a list of all open windows,
when you move the mouse cursor to
2004 Mar 31
0
load balance a file download across two connections - success!
First of all, thanks to this group for the awesome documentation on the
load balancing and thanks to http://www.ssi.bg/~ja/nano.txt. I''m now
balancing a DSL and Cable Modem account (DSL is 1.5/768 and Cable is
3/256). It took some work but I learned a lot along the way.
For a few sites that I tend to download a lot from, I found that I could
configure Flashget
2007 Mar 19
2
Distorted Title Bar in Wine
Hi,
I installed Wine 0.9.30 using Automatix 2 onto Xubuntu Edgy primarily
so I could run IE 5-6 for testing purposes. I then installed IEs4Linux.
It all works fine, although I still feel a sense of horror to see IE on my
linux desktop, but the title bars are all messed up for both winecfg
and IE. The link below shows a screenshot of the effect:
http://people.aapt.net.au/~adjlstrong/wine.png
2003 Apr 23
1
cbq.init
About the cbq.init. Four machines which traffic to limit in same LAN.
Is the samething if I put limiting rules to four different files or all to
the same file? Like:
DEVICE=eth0,10Mbit,1Mbit
RATE=64Kbit
WEIGHT=6Kbit
PRIO=5
RULE=192.168.0.5
RULE=192.168.0.6
RULE=192.168.0.7
RULE=192.168.0.8
OR four equal files with different IPs, Ids and no PARENT rule?
What style of ID numbering you use if
2009 Jan 03
2
Some questions from a new webgen user
Hi everyone. Sorry if it is not the place to post questions about
webgen. I use webgen5, i know it is not the stable version but i
couldn''t understand how webgen4 worked, it''s easier with webgen5, and
i won''t have to change my pages when it becomes mainstream ;)
I try to build my homepage using webgen, and there are some things i
don''t know how to do (i am sure
2006 Mar 28
1
Simple Sidebar Solutions: How does yours work?
I''m working on a simple photo gallery app for personal use and I want to
generalize the sidebar such that in any page (controller or view, I''m
not sure which) I can dynamically add either
1. links to a given sidebar
2. or an entire sidebar.
I know that typo does this, and I''ve looked the code. I think it''s too
complex a solution for my simple site.
2007 Mar 19
2
NASCAR 2003 and sound issues
I've submitted a bug on this issue, but I'm hoping to find a
workaround that may help resolve the bug or get me to where I want to
be - racing this game.
Wine 0.9.22-9ubuntu3 (edgy)
Installed on Ubuntu - Edgy Eft (2.6.17-10-generic)
I did not compile this, installed as a package via Ubuntu's App
Manager
I don't use Windows with wine
Application: NASCAR 2003 (CD Installed version,
2010 Aug 18
2
RSpec 2/Rails 3 - content_for in view specs
My main layout includes separate content_for/yield sections for my header,
sidebar, footer, and content. However, when running a view spec, the
`rendered` variable seems to only contain a string of just the primary
content and ignores the header/footer/sidebar as well as the rest of my
layout file (the "render" call just returns my primary content wrapped in
generic <html> and
2006 Feb 06
0
Problem with login form in sidebar
I have a basic login form rendered as a component in the sidebar of my
main layout view.
Whether or not the login succeeds, the controller redirects to the main
index to refresh the sidebar. On success, I set the session[:user_id]
to @user.id as usual.
The problem is that ''index'' gets rendered in the sidebar. However, when
I comment out "session[:user_id] =
2007 Jun 21
1
render :partial => :url - is it possible?
Hi, this is my first post to the list. I''m still learning the rails
framework, having done most of my previous web development in PHP. I''ve
done a bit of googling for the answer to this question, but maybe I''m
just lacking the right word to search for.
Several parts of my site, such as sidebar components, are
self-contained, modularized and re-used in several parts
2006 Feb 19
2
instance variables in components not read by component view?
Hi,
I''m trying to write a sidebar menu with dynamic menus, and to do so I
would like to define a list of menus to display within my sidebar
component controller code and pass that list to the component display
view, like so:
# menu_controller.rb
class Sidebar::MenuController < ActionController::Base
uses_component_template_root
@menus = %w{admin user help}
def display
2006 Mar 08
1
Components calling components...
Hi,
I''m relatively new to ruby and rails. I would like to have a sidebar
component call one of several other constituent components.
I''ve run into some problems, and so I''ve pruned things back to a
relatively simple case.
I have a sidebar component. Renders great. In it''s layout, I call
render_component for another component I would like in the sidebar.
2006 Feb 27
1
@content_for_sidebar?
Okay, I see this instance variable places, but I can not determine if it is real
or where the content comes from. I''ve tried views/<controller>/sidebar.rhtml,
_sidebar.rhtml, views/layouts/sidebar.rhtml and views/layouts/_sidebar.rhtml.
Does this actually exist? What''s the Rails Way to make a good sidebar?
http://www.google.com/search?q=content_for_sidebar
Thanks,
2007 Feb 12
6
explorer.exe 100% CPU, again
Dear all,
I posted this problem sometime back on 0.9.26
(http://www.winehq.com/pipermail/wine-users/2006-December/024086.html).
I thought the problem was fixed, but it seemed not.
>From 0.9.26 all the way to the latest 0.9.30, I've been seeing this
problem on my system (Linux flying 2.6.17-11-generic #2 SMP Thu Feb 1
19:52:28 UTC 2007 i686 GNU/Linux; Ubuntu Edgy installed, but running
2007 May 23
4
content_for
Any ideas how I would go about writing specs for views which make use
of content_for?
I''d like, for example, to be able to specify that ABC view places XYZ
in the sidebar, which I do using content_for(:sidebar).
Am I missing something obvious?
Kyle
2013 Jul 24
2
[OT] Tidy of Wiki Sidebar
I have been tidying up bits of the Wiki. This
one is not clear cut, so I decided to seek
advice. Also, I wasn't sure where to post this
question, so defaulted to ogg-dev.
Should Speex and CMML be removed from
the Wiki Sidebar at:
https://wiki.xiph.org/MediaWiki:Sidebar ?
Many thanks,
Martin
--
Martin J Leese
E-mail: martin.leese stanfordalumni.org
Web: