View Issue Details

IDProjectCategoryView StatusLast Update
0003252Slicer4Core: GUIpublic2017-06-07 23:27
ReporterLchauvin Assigned Tojohan.andruejol  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.3.0Fixed in VersionSlicer 4.4.0 
Summary0003252: Slicer appear gray when used on LinuxMint15
Description

From Laurent:

I updated Slicer yesterday to latest commit, and now when I'm starting slicer with the SlicerApp-real (for debugging), the background is not white anymore, it's gray.
I'm running it on Linux (Mint 15).
And I think widgets have a strange look too.

TagsNo tags attached.

Relationships

related to 0003251 closedjohan.andruejol Add support for custom color palette theme 

Activities

2013-07-26 09:40

 

LinuxMint15-Gray-1.png (118,976 bytes)
LinuxMint15-Gray-1.png (118,976 bytes)

2013-07-26 09:40

 

LinuxMint15-Gray-2.png (134,730 bytes)
LinuxMint15-Gray-2.png (134,730 bytes)

2013-07-26 10:23

 

Lchauvin

Lchauvin

2013-07-26 10:23

developer   ~0009216

Style menu is empty when starting from SlicerApp-real (cf screenshot)

johan.andruejol

johan.andruejol

2013-07-26 13:00

manager   ~0009221

Fixed in r22240

jcfr

jcfr

2014-03-06 05:18

administrator   ~0011139

Closing resolved issues that have not been updated in more than 3 months

Related Changesets

Slicer: 2145-support-for-installing-extension-from-file 2c174394

2013-07-26 16:58:44

johan.andruejol

Details Diff
BUG: Ensure qSlicerStyle is used when using SlicerApp-Real

When the launcher isn't used, for example when using SlicerApp-Real
directly, the plugin library cannot be found before the qSlicerApplication
is created. (QT_PLUGIN_PATH isn't set).

However once the application is started, the current location of the
executable is automaticaly added to the application library paths by Qt.

See Qt-doc: http://qt-project.org/doc/qt-4.7/qcoreapplication.html#id-a4ff2599-e40c-4218-82e7-14e570ebf822
"The directory of the application executable (NOT the working directory) is always added (...)"

Since this also corresponds to the location that needs to be set for the
plugins, the styles are automaticaly discovered.

See also the discussion:
http://massmail.spl.harvard.edu/public-archives/slicer-devel/2013/013320.html

Fixes 0003252

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22240 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Applications/SlicerApp/Main.cxx Diff File

Issue History

Date Modified Username Field Change
2013-07-26 09:38 jcfr New Issue
2013-07-26 09:38 jcfr Status new => assigned
2013-07-26 09:38 jcfr Assigned To => kikinis
2013-07-26 09:39 jcfr Reporter jcfr => Lchauvin
2013-07-26 09:39 jcfr Assigned To kikinis => finetjul
2013-07-26 09:39 jcfr Target Version => Slicer 4.3.0
2013-07-26 09:39 jcfr Relationship added related to 0003251
2013-07-26 09:40 jcfr File Added: LinuxMint15-Gray-1.png
2013-07-26 09:40 jcfr File Added: LinuxMint15-Gray-2.png
2013-07-26 09:45 finetjul Assigned To finetjul => johan.andruejol
2013-07-26 10:23 Lchauvin File Added: Screenshot from 2013-07-26 12:18:48.png
2013-07-26 10:23 Lchauvin Note Added: 0009216
2013-07-26 13:00 johan.andruejol Note Added: 0009221
2013-07-26 13:00 johan.andruejol Status assigned => resolved
2013-07-26 13:00 johan.andruejol Resolution open => fixed
2014-03-06 05:18 jcfr Note Added: 0011139
2014-03-06 05:19 jcfr Status resolved => closed
2014-03-06 05:54 jcfr Fixed in Version => Slicer 4.4.0
2017-06-07 23:27 johan.andruejol Changeset attached => Slicer 2145-support-for-installing-extension-from-file 2c174394