Recommended Posts

I think they should concentrate on finishing the theme for Firefox 3.5.1. They have a lot of work with that.

If they would make the theme compatible with every new beta, they will not have time to finish it just for 3.5.1.

I think thats too much work. If they will do that, they need to fix bugs for two or more firefox versions....

That would slow down the development and everybody hast to wait many weeks for a new release.

You obviously don't know much about making a firefox extension if you say things like that. Since there will be very little cosmetic changes between 3.5.1 and 3.6 alpha 1 all the developers for themes have to do is changes the maximum version number there extension can work with or we can use nightly tester tools.

This theme is pure awesomeness! I just have two small problems, I can't get the colored stop/go/reload button to work. Could someone please provide a bit more detailed instructions? The Userchrome addon confuses me a bit. Second thing, I had All Glass Firefox before together with Tab Mix Plus and no problems, however since I use this theme the multirow tabbar works no longer tabs simply go off screen.

Anyways, keep up the great work!

You obviously don't know much about making a firefox extension if you say things like that. Since there will be very little cosmetic changes between 3.5.1 and 3.6 alpha 1 all the developers for themes have to do is changes the maximum version number there extension can work with or we can use nightly tester tools.

I will change the maximum version numberi n the next version.

This theme is pure awesomeness! I just have two small problems, I can't get the colored stop/go/reload button to work. Could someone please provide a bit more detailed instructions? The Userchrome addon confuses me a bit. Second thing, I had All Glass Firefox before together with Tab Mix Plus and no problems, however since I use this theme the multirow tabbar works no longer tabs simply go off screen.

Anyways, keep up the great work!

I know you are talking about the buttons posted earlier, but I just want to let you know that the next release will also include the stop/reload buttons. It will be released sometime this week :).

I will change the maximum version numberi n the next version.

I know you are talking about the buttons posted earlier, but I just want to let you know that the next release will also include the stop/reload buttons. It will be released sometime this week :).

Can't wait^^

Here's an updated screenshot:

teaser4.jpg

Features as of now:

Modified Back/Forward Buttons

Modified Tabs w/ Highlights

"New" New Tab Button

New Progress Line

New Rounded URL Bar

New Reload/Stop Buttons

Updated RSS Icons

Updated Bookmark Icons

Updated Bookmark/Tools Bar

There are still some major bugs that need to be fixed. The Search Bar is missing borders on both sides to name one. The URL Bar left-hand side border needs to be tweaked, and the URL Bar's size will most likely need to be modified a bit.

Thanks for your patience everyone :).

This doesn't really relate to the skin directly, but this is just a thought that has bothered me about their concepts... (other browsers seem to be adopting this idea too)

Why is there so much emphasis on moving icons to the top right portion of the screen? Aside from closing/minimizing windows and/or tabs, that is the least used region of the web browser for myself and others. Most navigation buttons, extension buttons, tabs, and even the entry area of the address bar are in the top left region.

Why don't they just add the stop/refresh/go button to the front portion of the address bar? That way your mouse does not have to go all the way to the edge of the screen just to click it, but it would in fact be right where everything is already centralized.

Also, combining bookmarks and tools looks nice, but I use my bookmarks button ALL the time, and I do not want to have to go out of my way to pull down the menu; tucking it away in the top right really isn't intuitive at all.

Just a hint. I use the omnibar addon to combine the awesomebar with the search bar and it works pretty good.

20090804183149.jpg

Shot at 2009-08-04

20090804183316.jpg

Shot at 2009-08-04

Thanks! That's an excellent idea, and reduces clutter for those who want to be able to use the search bar, while maintaining the style presented in the mockup.

Also, we are just trying to get the theme as close to the mockup as we can, so if Mozilla decides to change something, whether it be the Bookmarks Toolbar or the tabs, we will try to get our theme to match that.

For those who don't like the newest mockup, we will most likely leave the previous version available for download.

Cant wait for the new version mainly for the updated new tab button te current one looks really weird with no border.

Screenshot you posted looks great :)

Looking good (Y)

Thanks guys :). It seems someone else has created a theme so now we have some competition :(.

At this point, what mainly needs to be done is a tabs on top version. We would like to release that simultaneously with the tabs on bottom version.

Shouldn't take too long :D.

Did you ever get with that guy on Deviant art about working with him? The one we seen the mockups on?

And about competition... Have you thought about getting it added to the themes page on Firefox, so it can autoupdate through firefox and get more publicity on it?

Did you ever get with that guy on Deviant art about working with him? The one we seen the mockups on?

And about competition... Have you thought about getting it added to the themes page on Firefox, so it can autoupdate through firefox and get more publicity on it?

Yeah, I spoke with him. He is going to work with us to create the tabs on top version :).

We did look into that. I uploaded one of the first versions but I set it to hidden so that we can upload the latest version. I would like to release the upcoming version to the website once we finish it.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!