-
Notifications
You must be signed in to change notification settings - Fork 89
Previous: Sass Mode
Yes. Please check Use Compass Extensions section.
Yes. You can specify the gem path in preferences. Compass.app will try to load it in JRuby (so native gems will not work).
You can uncheck "Log File" option in Preference > Notification.
You can choose "Change Options...", and uncheck the "Line Comment" option.
You can choose "Change Options...", and check the "compressed" option.
Compass.app has included WEBrick, a tiny web server and good for development & testing purpose.
Yes. Please check Sass Mode section.
No.
No. Please check our Fire.app.
The short answer: Please map the folder to a network drive, like Z://projectFolder, and watch the folder in Compass.app.
The long answer: Compass.app is powered by JRuby, which makes Ruby/Sass/Compass works better and easier on Windows. But Compass.app can not watch a network folder (aka. UNC path) directly due to a JRuby bug. But if you map the folder to a network drive, it will behave just like a local folder magically.
Thank @bueltge https://github.com/handlino/CompassApp/issues/43#issuecomment-3302799
- Install configuratuin editor:
sudo apt-get install dconf-tools
. - Start this editor:
dconf-editor
. - Go to: desktop → unity → panel.
- Remove all entries to
['all']
or create an whitelist with your apps. Ex:['JavaEmbeddedFrame', 'Wine', 'Skype', 'hp-systray', 'scp-dbus-service']
. - Restart unity by pressing
Alt
+F2
and entering:unity --replace
If you run this from a normal terminal Unity will break when you close that terminal forcing a restart.
Pretty much the opposite of how you make it work in 11.10
- Install configuration editor
gsettings
with:sudo apt-get install dconf-tools
- Whitelist all applications with by running the following command in a terminal:
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
- Double check that it applied correctly,
gsettings get com.canonical.Unity.Panel systray-whitelist
should spit out['all']
- Restart unity by pressing
Alt
+F2
and entering:unity --replace
If you run this from a normal terminal Unity will break when you close that terminal forcing a restart.
Next: Home