[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Modifying Iceweasel Start Parameters



Dear List -

I am trying to start Iceweasel with a specific program.

The following sort of works from the command line,

iceweasel -No-Remote localhost/choice.php -width $1280  -height $1024

but throws a bunch of errors, and does not start in full screen.

If I use this

#!/usr/bin/env xdg-open

Exec=iceweasel -No-Remote localhost/choice.php -width $1280  -height $1024
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=iceweasel
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;i$
StartupWMClass=Firefox-bin
StartupNotify=true

Iceweasel never starts.

Ethan


Reply to: