Linux Mint 17.3 “Rosa” Cinnamon – BETA Release

Discussion in 'Linux' started by Skaendo, Nov 18, 2015.

  1. Superfly

    Superfly MDL Expert

    Jan 12, 2010
    1,143
    543
    60
    Me too.. I thought it was due to vt settings in bios... but no such issues so far...:tasty:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Rearis

    Rearis MDL Member

    Nov 29, 2014
    214
    27
    10
    Hey Superfly, why you decide use LM as your distro of choice?

    And how do you themed you system? Seems flattered and nice! I like flat things :c
     
  3. Superfly

    Superfly MDL Expert

    Jan 12, 2010
    1,143
    543
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Rearis

    Rearis MDL Member

    Nov 29, 2014
    214
    27
    10
    Thanks!....
     
  5. Skaendo

    Skaendo MDL Addicted

    Sep 23, 2014
    888
    534
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Superfly

    Superfly MDL Expert

    Jan 12, 2010
    1,143
    543
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Rearis

    Rearis MDL Member

    Nov 29, 2014
    214
    27
    10
    I can't find your Windows 10 theme for download! Please send me the link!
     
  8. Skaendo

    Skaendo MDL Addicted

    Sep 23, 2014
    888
    534
    30
    Preferences -> Themes

    Then you'll see a link that says Add/remove desktop themes close to the bottom,

    Search Windows and you'll find it in there.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. ausernamenoonehas

    ausernamenoonehas MDL Member

    Aug 2, 2015
    239
    39
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Ace2

    Ace2 MDL Addicted

    Oct 10, 2014
    523
    320
    30
    #31 Ace2, Nov 23, 2015
    Last edited by a moderator: Apr 20, 2017
    h..p://gnome-look.org/content/show.php/Windows+10+Theme?content=171327

    Replace h..p with http

    NOTES:
    I have used the Menu from:

    h..p://forums.mydigitallife.net/threads/66185-Dark-Glass-Theme-for-Mint-Cinnamon

    But i have modded cinnamon.css file with

    Code:
    /* ===================================================================
     * Panel (panel.js)
     * ===================================================================*/
    #panel {
            border-image: url('panel.png') 80 0 0 0;
        box-shadow: 0px 0px 2px 2px rgba(0,0,0,1);
            outline: 1px rgba(255,255,255,0.1);
        color: #326b65;
        font-size: 9pt;
        height: 25px;
        padding: 0px;
    }
    
    #panelLeft, #panelCenter, #panelRight {
        spacing: 0px;
    }
    
    #panelLeft:ltr {
    padding-left: 0px;
    }
    
    #panelLeft:rtl {
    padding-left: 0px;
    }
    
    #panelRight:ltr {
    padding-right: 0px;
    spacing: 0px;
    }
    
    #panelRight:rtl {
    padding-right: 0px;
    spacing: 0px;
    }
    
    .panel-status-button,
    .panel-button {
    -natural-hpadding: 5px;
    -minimum-hpadding: 5px;
    font-weight: bold;
    border: 1px solid transparent;
    transition-duration: 150; 
    }
    
    .panel-status-button:hover,
    .panel-button:hover {
        background-color: #083854;
            border-radius: 0px;
        color:  #083854;
        box-shadow: inset 0px -1px 0px 0px rgba(37,154,202,1);
        transition-duration: 100;
    }
    
    .system-status-icon {
    icon-size: 1.3em;
    }
    
    #panelLeft:dnd {
    background: #000;
    
    }
    
    #panelCenter:dnd {
    background: #222;
    }
    
    #panelRight:dnd {
    background: #111;
    }
    And Search box from:
    Code:
    .menu-search-box:ltr {
        padding-left: 238px;
    To
    Code:
    .menu-search-box:ltr {
        padding-left: 30px;
     
  11. thorin0815

    thorin0815 MDL Senior Member

    Jul 16, 2015
    472
    423
    10
    #32 thorin0815, Nov 23, 2015
    Last edited: Nov 23, 2015
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,740
    149
    60
    How to install that custom theme thorin ? i never installed a custom theme before in linux mint :31:o_O:weep:
     
  13. thorin0815

    thorin0815 MDL Senior Member

    Jul 16, 2015
    472
    423
    10
    #34 thorin0815, Nov 23, 2015
    Last edited: Nov 23, 2015
    Just copy the downloaded theme archive to /home/youraccountname/.themes and extract it there. Afterwards you can select it with the Mint theme manager. You need to config your file manager to show hidden files, otherwise you aren't able to see the .themes directory.

    I am using German Mint, so I don't know exactly how the option is called in English. In Nemo (Mint Cinnamon) check out something like "view" menu and there something like "show hidden files/dirs".
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Ehtrakiyushi

    Ehtrakiyushi Guest

    I am back to Ubuntu, Mint have some problems in some of their Desktop GUI Distros.
     
  15. wmh

    wmh MDL Member

    Jun 30, 2015
    107
    19
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. thorin0815

    thorin0815 MDL Senior Member

    Jul 16, 2015
    472
    423
    10

    Thats the nice thing about Linux, you can choose your distro. ;) If you like simple old school GUIs you might try Xubuntu.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,740
    149
    60


    CTRL + H will unhide files in cinnamon/nemo :biggrin:
     
  18. Superfly

    Superfly MDL Expert

    Jan 12, 2010
    1,143
    543
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...