B00merang-Project / Windows-10

Windows 10 Light theme for Linux (GTK)
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
803 stars 115 forks source link

Conversation about the feren OS Distro and other things Linux #45

Closed ghost closed 7 years ago

ghost commented 8 years ago

Welcome to Feren OS Discussion Thread Let's practice order and logic or whatever you want to practice

ghost commented 8 years ago

would you like to have a launcher like in your concept? downloadfile

@Elbullazul Feren said he would. What do you have in mind?

Elbullazul commented 8 years ago

@feren @cinnamoner I was kind of planning an eventual ultra flat theme and this menu idea popped up 20160708_164215 20160708_164208 20160708_164159

And remembering feren's concept, I thought "if I can make mine happen, it would be nice if I could make one that would also be useful for feren's project

ghost commented 8 years ago

@feren I invite you to tell us your opinion.

dominichayesferen commented 8 years ago

Nice. For some reason, that menu reminds me of GnoMenu's default skin...

ghost commented 8 years ago

@feren The question is whether you would like to integrate Elbullazul's design into Feren OS.

dominichayesferen commented 8 years ago

Possibly, let's see how it turns out first. ;)

ghost commented 8 years ago

Possibly, let's see how it turns out first. ;)

@feren Seems a reasonable answer to me. Thanks.

Elbullazul commented 8 years ago

thread cleaned, hope I didn't do too much...

dominichayesferen commented 8 years ago

PureOxygenAgain (Like cinnamoner used to say)

dominichayesferen commented 8 years ago

Yeah, I was going to fork Slingshot anyway if I made the Zuro UI Menu (that's what I'm going to call it in feren OS)... (PS: I was simply going to make that page Favourites (Like the favorites are on the top-left of Cinnamon Menu), and then the Catergories page, All Applications like in the concepts)

dominichayesferen commented 8 years ago

(Misc. Update about feren OS) Just to let you know, will update the Vivaldi feren Light theme to match the titlebar colour properly (make it white) when 1.3 comes out

dominichayesferen commented 8 years ago

Like I've always said, I've always thought of turning feren OS Constructor into an Mint > feren OS conversion script post-2016.2 release...

dominichayesferen commented 8 years ago

See ya guys tommorow!

dominichayesferen commented 8 years ago

Have you guys got it?

PokemonGO

ghost commented 8 years ago

@feren please test tuxemon. is it playable?

dominichayesferen commented 8 years ago

If you have LM17.3, use this tutorial now, for 18. https://community.linuxmint.com/tutorial/view/2316

dominichayesferen commented 8 years ago

This is all there's to say about fOC so far, just a set of things to copy into Mint so far... screenshot 21

dominichayesferen commented 8 years ago

RIP GNOME Maps

Very sad to hear of it's death (useless-ness wise) after MapQuest blocked GNOME Maps' access to its map images, especially since it was going to be in 2016.2! D:

dominichayesferen commented 8 years ago

(feren OS Update) Promising build is being built, more to come on the screenshots page... ;)

dominichayesferen commented 8 years ago

Guys If you have Vivaldi, you may love this: https://github.com/cuiba/Vivaldi-Thumbs-Replacer

dominichayesferen commented 8 years ago

@feren please test tuxemon. is it playable?

@bluedxca93 Nope, wait, got it installed after installing 'setuptools' and it works.

ghost commented 8 years ago

@feren

https://pypi.python.org/pypi/setuptools

but this may break something in python dont know..

dominichayesferen commented 7 years ago

Whistles in the background innocently (Basically, it didn't work in a VM back in 2016.1... :/) screenshot 22

dominichayesferen commented 7 years ago

No way, GNOME LOOK IS DEAD.

PlingRedirection

Elbullazul commented 7 years ago

@feren what do you mean? Feren os is going to be merged or what?

ghost commented 7 years ago

@feren is there a way to contact trenta os devs i have some questions about it ..

Elbullazul commented 7 years ago

@bluedxca93 here's the email : contact@trentaos.org

Is it too much to ask you what you're wondering about trenta?

dominichayesferen commented 7 years ago

How would I go about adding the seperator on it?

Elbullazul commented 7 years ago

I'll post the code un short

ghost commented 7 years ago

@elbullazul i use meld and gedit. how is geany? does it has code highlighting?

On Wed, Jul 20, 2016 at 8:45 AM, feren notifications@github.com wrote:

How would I go about adding the seperator on it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Elbullazul/Windows-10/issues/45#issuecomment-233854349, or mute the thread https://github.com/notifications/unsubscribe-auth/AEJmrzr3InAj4YOdeKapAXIXXsim4yudks5qXcP1gaJpZM4JHN6s .

Elbullazul commented 7 years ago

Well it works a bit like xed (mint's fork of gedit), except with bigger lettres and different colors for code. The search feature, though, would need done improvements

ghost commented 7 years ago

@elbullazul on 16.04 i use the x apps too. but call it gedit and not pluma or xed.(both are better atm ). try geany soon.

meld i use since all my themes follow ambiant-/ce syntax more or less and its just fast to click the whole design changes in while keeping the nodes ordered in the same way.

Elbullazul commented 7 years ago

.run-dialog-label {
    font-size: 12pt;
    color: black;
    padding: 8px;
    padding-top: 2px;
    text-align: center;
}
.run-dialog-error-label {
    font-size: 9pt;
    color: red;
}
.run-dialog-error-box {
    padding-top: 10px;
    spacing: 5px;
}
.run-dialog-entry {
    font-size: 12pt;
    font-weight: normal;
    padding: 5px;
    padding-top: 10px;
    width: 23em;
    color: black;
    border: 0 solid #4c4c4c;
    border-top-width: 1px;
    selection-background-color: white;
}
.run-dialog-completion-box {
    padding-left: 15px;
    font-size: 10px;
}
.run-dialog {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 15px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #4c4c4c;
}
.lightbox {
    background-color: rgba(0,0,0,0.5);
}
dominichayesferen commented 7 years ago

feren OS is still as it is, don't worry about that. :)

ghost commented 7 years ago

@feren wow it looks much better than on my own pc. Some things i need still to fix, but usable. @feren,@elbullazul @cinnamoner once i compile mksquahfs/unsquashfs static it doesn`t display gid and uid names, only prints unknown. Crazy thing is it prints it right using ubuntus default one after that.

On Fri, Jul 22, 2016 at 4:14 PM, feren notifications@github.com wrote:

Nice theme @bluedxca93 https://github.com/bluedxca93 [image: screenshot from 2016-07-22 14-12-54] https://cloud.githubusercontent.com/assets/11057934/17059836/9bdd5cf4-5016-11e6-9f50-288188411e8c.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Elbullazul/Windows-10/issues/45#issuecomment-234555133, or mute the thread https://github.com/notifications/unsubscribe-auth/AEJmr4HOyiVsu6lRP1sFelQlhEnUzHFWks5qYNBMgaJpZM4JHN6s .

ghost commented 7 years ago

current_remaster_security_toolbox.zip this contains some statically compiled applications, mostly even libc6 independant for x86 32 bit.

dominichayesferen commented 7 years ago

@bluedxca93 BTW, there's a bug with the back/forward/up button connection that also persists in AmbiantAero, this theme's base, look at where the back button looks out of place in the screenie, also, that was Mac-OS-X for the Cinnamon theme if you want to know...

ghost commented 7 years ago

Hi, can you test if that bug occurs on traditional ok and newest ambiant from mate?. well i did already do my best to fix bugs, but i can`t compete with a whole gtk dev team. regards bluedxca93

On Fri, Jul 22, 2016 at 9:04 PM, feren notifications@github.com wrote:

@bluedxca93 https://github.com/bluedxca93 BTW, there's a bug with the back/forward/up button connection that also persists in AmbiantAero, this theme's base, look at where the back button looks out of place in the screenie, also, that was Mac-OS-X for the Cinnamon theme if you want to know...

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Elbullazul/Windows-10/issues/45#issuecomment-234628877, or mute the thread https://github.com/notifications/unsubscribe-auth/AEJmr30S6MFR_aG6LZQ9gL10-UF-_Kmiks5qYRQhgaJpZM4JHN6s .

ghost commented 7 years ago

@feren it seems like a padding issue to me.im using nemo and depending of icon theme it schould be more or less visinle.

ghost commented 7 years ago

@feren it seems like a padding issue to me.im using nemo and depending of icon theme it schould be more or less visinle.

dominichayesferen commented 7 years ago

It's especially visible on Windows8Icons as if you click on Back for example, the others actually get separated from back...

ghost commented 7 years ago

@feren ok look at this issue later. its not that important but it ll be fixed if possible.my conclusion is that it is a false padding/border definiton that is really visible on some icon themes. gtk3.18 has tons of these problems.3.20 and 3.16 are both more robust. can't focus on all. guess last bug is found in october..

Elbullazul commented 7 years ago

@bluedxca93 man, you amaze me! Nice theme! And yeah, it looks like a padding issue.

Maybe a conflict between raised and primary buttons?

dominichayesferen commented 7 years ago

feren OS Update Now making the what-will-be feren OS 2016.2 ALPHA ISO, then the next day will be uploading the ISO and releasing it to the Public as an ALPHA

dominichayesferen commented 7 years ago

See y'all tommorow!

dominichayesferen commented 7 years ago

Guys Y'know, one thing that would be pretty nice if you could perform in Cinnamon themes, the ability to make a colour a GTK Colour, e.g: Make a Cinnamon theme selection highlight colour the GTK Highlight Colour...

Elbullazul commented 7 years ago

@feren what do you mean? I can't get your suggestion

ghost commented 7 years ago

@feren it is possibly pseudo possible by something like in early oomox script by 1) creating cinnamon.css.templ you define %bg_color% 2) get color value from gtk don't ask me how. 3) use sed or perl to put in valid color value and export cinnamon.css

dominichayesferen commented 7 years ago

@Elbullazul I was talking about StarkMenu support on your Windows Se7en theme, I recently updated mine with your Vista theme's StarkMenu code to look more 7-ish...

dominichayesferen commented 7 years ago

Also, I've decided to start work on a possible feren For Touch Screens Light Mode Theme for Cinnamon, but as you can see in the screenshot, it's not the best of starts with the icon set...

screenshot from 2016-07-24 11-04-59