search for: appdir

Displaying 20 results from an estimated 22 matches for "appdir".

2008 Sep 06
1
application.menu... need a little hint :)
...lt;/New> </Move> <Name>Applications</Name> <MergeFile type="parent">/etc/xdg/menus/applications.menu</MergeFile> <Menu> <Name>Other</Name> <DirectoryDir>/home/lindi/.local/share/desktop-directories</DirectoryDir> <AppDir>/home/lindi/.local/share/applications</AppDir> <Include> <Filename>nautilus-autorun-software.desktop</Filename> </Include> <Include> <Filename>seahorse-pgp-encrypted.desktop</Filename> </Include> <Include> <Filenam...
2012 Feb 01
5
Wine Executes Locally, But Not With Absolute Path
I have an uninstalled portable Windows .exe. When I type the absolute path, it doesn't work: > wine /home/ubuntu/appDir/myApp.exe but, if I cd to the application directory and execute it locally, it works: Code: cd /home/ubuntu/appDir/ wine myApp.exe I'm trying to include it in my Docky dock via a .desktop shortcut I've made in /usr/share/applications/. I don't mind the command line for under th...
2011 Aug 11
2
difference between '%u' and '%U'?
....V2'...even though my smb config has: logon path = \\%D\%U\profile logon home = \\%D\%U logon drive = i: But my 'home' is always set to /home/Domain/User, but my profile (under W7), is stored under /home/Domain/User.V2... So when my home dir is mounted, I don't see the 'appdir' of *my* profile, but the appdir of an XP login (which has caused more than a little bit of confusion over the years).... Now, I 'hack' around this by mounting 'i:' manually, and setting it to '/home/Domain/User.V2'....(which still feels like a 'hack', but at le...
2009 Mar 22
2
wineboot not working as expected
...NELOADER if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi # then default bin directory if [ -x "/usr/bin/wine" ]; then exec "/usr/bin/wine" "$appname" "$@"; fi # now try the directory containing $0 appdir="" case "$0" in */*) # $0 contains a path, use it appdir=`dirname "$0"` ;; *) # no directory in $0, search in PATH saved_ifs=$IFS IFS=: for d in $PATH do IFS=$saved_ifs if [ -x "$d/$0" ]; then appdir="$d&qu...
2015 Mar 18
2
Need help for write rpm spec
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from /home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so ***
2017 Sep 21
3
Add wrapper to Shiny in R package
...39;d like to pass to the app. For instance, from the example below, I'm getting "Error: object 'xs' not found". How can I pass "xs" explicitly to shinyApp()? *Under R directory:* myApp <- function(x, ...) { require(shiny) xs <- scale(x) shiny::runApp(appDir = system.file("application", package = "my_package"), ...) } *Under inst/application directory a file named app.R with the following content:* shinyApp( ui = fluidPage( sidebarLayout( sidebarPanel(sliderInput("n", "Bins", 5, 100, 20)), ma...
2012 Jul 25
1
Rconfig.h & unsupported architectures
Hi all, Recently, when compiling R packages containing C code, I've started getting the following error: * installing to library ?/Users/hadley/R? * installing *source* package ?appdirs? ... ** Creating default NAMESPACE file ** libs *** arch - i386 gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c win-path.c -o win-path.o In file included from /...
2017 Sep 21
0
Add wrapper to Shiny in R package
...ample below, I'm getting > "Error: object > 'xs' not found". How can I pass "xs" explicitly to shinyApp()? > > > *Under R directory:* > > myApp <- function(x, ...) { > require(shiny) > > xs <- scale(x) > > shiny::runApp(appDir = system.file("application", package = > "my_package"), ...) > > } > > *Under inst/application directory a file named app.R with the following > content:* > > shinyApp( > ui = fluidPage( > sidebarLayout( > sidebarPanel(sliderInput(&qu...
2006 Jul 08
0
[tip] running games on a dedicated display
...OGRAM=$1 SCREEN_RES=$2 SCREEN_BPP=$3 GAMMA=$4 # Sensitivity works according to "xset mouse" MOUSE_SENSITIVITY="1.15/15" # Display number to use DISPLAY_NUMBER=":1" # Nice priority to give to wine. Note some games (ex Starcraft) do not like -20. PRIORITY=-10 # extract APPDIR=${PROGRAM%/*} APPEXE=./${PROGRAM##*/} SCRIPT="xgamma -gamma $GAMMA xset mouse $MOUSE_SENSITIVITY cd \"$HOME/.wine/dosdevices/$APPDIR\" nice $PRIORITY wine $APPEXE $* wait" # Run full screen on display 1. export DISPLAY=$DISPLAY_NUMBER # Make sure user is allowed to us...
2017 Sep 21
1
Add wrapper to Shiny in R package
...gt; > 'xs' not found". How can I pass "xs" explicitly to shinyApp()? > > > > > > *Under R directory:* > > > > myApp <- function(x, ...) { > > require(shiny) > > > > xs <- scale(x) > > > > shiny::runApp(appDir = system.file("application", package = > > "my_package"), ...) > > > > } > > > > *Under inst/application directory a file named app.R with the following > > content:* > > > > shinyApp( > > ui = fluidPage( > > side...
2019 Jan 15
0
AIX issue
...config * : range = 3000-7999 idmap config OURDOMAIN : backend = ad idmap config OURDOMAIN : schema_mode = rfc2307 idmap config OURDOMAIN : range = 10000-999999 idmap config OURDOMAIN : unix_nss_info = yes idmap config OURDOMAIN : unix_primary_group = yes > > [appprt] > path = /u/appdir/app/print/%u > read only = Yes > guest ok = Yes You cannot use 'guest ok = yes' in AD, all the users are authenticated. What is the AD DC ? Rowland
2008 Oct 29
1
winedoors and starmenu
...ated(submenu) File "/var/lib/python-support/python2.5/xdg/Menu.py", line 856, in __genmenuNotOnlyAllocated __genmenuNotOnlyAllocated(submenu) File "/var/lib/python-support/python2.5/xdg/Menu.py", line 859, in __genmenuNotOnlyAllocated tmp["cache"].addMenuEntries(menu.AppDirs) This has happent twice now! How could I fix this problem? last time I reinstall my computer.
2012 Mar 01
1
Wine doesn't fix resolution changes.
When I play various games that change the display, in most cases it doesn't return back to normal after the program exits. This can be a pain when it makes the images to huge I can't click the apply button to fix the resolution problem. My idea is to implement a check/revert to previous resolution to the wine project.
2007 Jul 02
0
How to use MS Word features from Rails app running as servic
...sing mongrel_rails start ... on command prompt. I use the Win32OLE support for Ruby: doc = WIN32OLE.new(''Word.Application'') However, at the deployment site, I have configured the app to run as a Windows Service using the mongrel: mongrel_rails service::install -N EDiscussions -c appdir -p 80 -e production The application runs fine except for the actions that use Word features. Debug statements indicate that the program does not get past the line: doc = WIN32OLE.new(''Word.Application'') The service is configured to run using Local System account and is allowed t...
2007 Apr 10
2
What does the end user need to run wxruby apps ?
Hi ! I''m new to this mailing list ! I''m just beginning to learn ruby programmation, ( so far mainly coded php web apps, and math algorithms with Caml ), so i''m a noob about libraries, toolkits, etc .... I wondered what does the end user need to run wxruby applications ? _ On Windows, he''ll need the ruby interpreter ( such as the one click ruby installer ), and
2008 Feb 03
4
Extract vowels and consonants using Ruby Regex
Hello, I am trying to build a regex to extract vowels and consonants from a string. So far, I am able to extract the basic a-e-i-o-u sequence using the following extension to the String class: class String def vowels scan(/[aeiou]/i) end def consonants scan(/[^aeiou]/i) end end examples: >> "Mary had a little lamb".vowels => aaaiea >> "Mary had a
2017 Sep 17
2
Shiny App inside R Package
Dear List, I have a wrapper function that creates a Shiny App, as illustrated below. I'd like to include the function myApp() inside a package. I'd appreciate your guidance here, as I could not find good instructions on this online. myApp <- function(x) { require(shiny) shinyApp( ui = fluidPage( sidebarLayout( sidebarPanel(sliderInput("n",
2019 Jan 15
3
AIX issue
Hello, new to this list, but not lists generally speaking. Been around since '93 in IT so kinda thinking this shouldn't be stumping me, but it is. I have Samba 4.6.4-2 installed via IBM's Linux toolbox, on an AIX 7.1 server. Everything is working fairly well, except Kerberos, but it's not really needed for what I'm doing. The problem is that if a member has a primary group
2015 Aug 13
2
Clunky Xorg with latest 6.7 upgrade?
Is it just me or does Xorg/Gnome seem slow and clunky to any other desktop users once the 6.7 upgrade is done? $ uname -a Linux CentOS501.homegroannetwork 2.6.32-573.1.1.el6.x86_64 #1 SMP Sat Jul 25 17:05:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/centos-release CentOS release 6.7 (Final) Top shows PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 32160 root
2015 Aug 14
2
Clunky Xorg with latest 6.7 upgrade?
...to CentOS 6.7. Edited below to increase readability. $ps -ef|grep '23391\|20075' 501 20075 504 0 Aug13 ? 00:01:33 /usr/lib64/firefox/plugin-container /usr/java/jre1.8.0_51/lib/amd64/libnpjp2.so -greomni /usr/lib64/firefox/omni.ja -appomni /usr/lib64/firefox/browser/omni.ja -appdir /usr/lib64/firefox/browser 504 plugin 501 23391 20075 12 Aug13 ? 01:44:21 /usr/java/jre1.8.0_51/bin/java -D__jvm_launched=121669392988 -D__applet_launched=121669388124 -Xbootclasspath/a:/usr/java/jre1.8.0_51/lib/deploy.jar: /usr/java/jre1.8.0_51/lib/javaws.jar: /usr/java/jre1.8.0_51/lib...