search for: worspace

Displaying 5 results from an estimated 5 matches for "worspace".

Did you mean: workspace
2015 Jun 14
2
Thunderbird question
...was looking at the output of thunderbird --help and I see there is no cli arg that makes it start with a specific profile (which can be any one of n profiles) - unless I am not reading the output properly :) I am trying to avoid having to select the profile when starting thunderbird on different worspaces for different profiles.
2010 Jun 11
1
Unable to load an object
R-help, I seem not to get an object saved neither with ".RData" extension nor output via dput. Whenever I try to import the above object in another worspace I just get nothing. > geoFeatures <- load("geoFeatures.RData") > geoFeatures [1] "geoFeatures" The "geoFeatures.RData" workspace contains an object list called "geoFeatures" Thanks in advance > version _...
2015 Jun 14
0
Thunderbird question
...d --help > > and I see there is no cli arg that makes it > start with a specific profile (which can be any > one of n profiles) - unless I am not reading > the output properly :) > > I am trying to avoid having to select the profile > when starting thunderbird on different worspaces > for different profiles. thunderbird -P "profile_name" https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#User_Profile -- -- Steve
2009 Aug 05
0
non-1 vertical virtual size
For Expo purposes (among others), I like my vertical virtual size to be more than 1 (typically 2). But I bump into several problems with that: - the panel's "worspace switcher applet" doesn't seem to understand it right: - if I tell it to "show all workspaces in 1 row", then my 6 workspaces (3x2) get displayed correctly, but clicking on them only lets me move left/right (e.g. if I'm at the left-top, click on the right-botto...
2007 Oct 09
3
How to create something between a script and a package
(Before starting: I'm a total R noob so please bear with me in case of any error or faux pas). Hi, For a small project, I'm writing a few simple R functions and calling them from python (using RPy). I'm sharing the code with a couple of friends, using a subversion server. Now, I want something like a package, to be able to share functions between ourselves. Having read a few package