[02:14] hi [05:15] there's a special place in hell for proprietary video drivers. that is all. [05:45] hello everyone :D === geek is now known as Guest11255 [10:08] ricotz, I have got external panels loading in g-c-c ;) [10:09] as in actual panels that are modules, not launching of random .desktop files yet === CripperZ- is now known as CripperZ [12:38] ricotz, around? === CripperZ is now known as CripperZ- [15:48] Hi all, just wondering if anyone has found a solution to the issue of the ubuntu gnome iso to usb not booting? [17:48] hello, how would I best upgrade from Gnome Remix 12.10 to Ubuntu Gnome 13.04? [17:57] i just followed the usual upgrade instructions... i think that work. ie, sudo do-release-upgrade [17:57] or select the appropriate option in the update-gui (which i don't use personally...) === CripperZ- is now known as CripperZ [18:15] won't that just upgrade to regular 13.04? [18:16] I mean is there this direct release-inheritance (how do you call that correctly) of repositories etc? [19:21] Is there a listing of GTK themes that actually work properly with Ubuntu GNOME? It seems like every theme I download has some sort of issue, like not changing the title bar from the default Adwaita theme, or not working for GTK2 apps [19:31] Tumlee: most of times i had that on Gnome 3.4 but logging out and back in helped me in the time i tested Debian 7 [19:35] Alright, I'll try that and pray, hehe. Time to go digging through the recycle bin and retry Mediteranian Night [19:38] Alright, logging out. BRB [19:39] Alright, so... the window title is a completely different theme than either Adwaita or the one I selected. [19:40] The widgets all look like they're from Windows 95 now [19:40] And there was a window warning me about some "system error detected" or something, but it went away. I'm going to guess this didn't work. [19:41] On an actual GTK3 app, the buttons and widgets look correct, but the title bar is still completely wrong [19:43] Tumlee: do you have the required GTK engines? [19:44] If they don't come packaged with Ubuntu GNOME by default, I don't have them. [19:44] the GTK 3 theme requires the unico-engine [19:45] That would be a simple apt-get, right? [19:46] don't think it is in the repo's [19:46] That's bizarre 9_6 [19:46] Alright, I guess I'll have to google. [19:47] i guess so too [19:49] doesn't the ubuntu-themes package provide unico? [19:49] How would I get that? [19:50] Tumlee: ah wait, search for gtk3-engines-unico. also, the GTK2 theme needs the gtk2-engines-murrine and gtk2-engines-pixbuf [19:51] will do. [19:51] apt-get install gtk3-engines-unico [19:52] Tumlee: i'm on Ubuntu Studio at the moment which has Synaptic that let's me search faster to help out, so when i typed just unico i found that one [19:53] Yup yup. Thanks. I'm installing these packages right now. I'm gonna restart in a second to see if it fixed anything. [19:53] Hello ..Im using live version of gnome raring now .. I cant see a Czech localization and formats settings ... is it because Im using just live version, or is Czech and other localizations missing in Ubuntu GNOME ? [19:54] BRB [19:56] bbiab [19:57] Alright! GTK2 apps now properly show their widgets... so I'm getting closer. But the title bar is still wrong. Maybe I'm missing metacity or something? I don't know all these theming packages and what they do, haha [20:03] have a look at the readme that might be included. I don't use the themes myself so i'm kinda stuck now on helping you any further. [20:04] i'm glad though you're getting closer [20:11] ...wow [20:11] Just wow [20:11] Apparently, the solution is to install your theme both in the ~./themes folder, AND /usr/share/theme [20:12] that's weird [20:12] I mean, it's working now, but it seems pretty idiotic that I would have to do that. [20:13] I found the solution after I read the following online: "Gnome 3.6 does not look in ~.themes for the metacity/mutter theme. It looks in usr/share/themes" [20:13] Tumlee: thanks for that, good to know for the next one that runs into a theme problem :) [20:14] Mhm! I really think that Ubuntu-GNOME should at least come with those engines by default though [20:14] I'm sure users who want to change their theme aren't exactly a rarity. [20:14] uhm [20:15] normal users dont toucht their system too much. [20:25] phako: well, if 3.6 is looking in /usr/share/themes for the metacity/mutter theme, then normal users have no other choices i guess [20:26] they simply don't care. it could break the system. [20:26] they == normal users [20:30] if Tumlee comes back, point him to https://bugzilla.gnome.org/693350 [20:31] Gnome bug 693350 in extensions "User themes do not load correctly from expected locations in the home directory." [Normal,Unconfirmed] === derWachert|BNC is now known as derWachert [20:38] anyone gaming on gnome-shell? [21:05] hello, does anyone run Gnome 3.6 in Ubuntu 12.04? I want to upgrade Gnome Shell, but I' prefer stay with the LTS release. However, everything I can find related to Gnome 3.6 in Ubuntu is about Quantal or Raring [21:08] bennypr0fane: you basically need to run 12.10 or 13.04 if you want GNOME 3.6 [21:12] jbicha I was afraid so. bummer [21:49] i think i will try out gnome-shell again [21:49] after working on unity i figured the desktop got too cluttered with files and applications all over the place [21:50] 30 tabs on chrome, 5 terminals, eclipse, pgadmin, heck what wasn't opened at the time [22:02] jbicha, so how can I override the build rules in g-c-c packaging? === _ScottG_ is now known as ScottG_ [22:05] Hello All. [22:06] darkxst: if you compare with https://git.gnome.org/browse/gnome-control-center/commit/?id=3686cf it looks like you may want to build shell before panels [22:06] jbicha, can't do that because of the static linking [22:06] but it needs more includes or something [22:09] darkxst: if you get stuck you can just open a bug in LP and stick what you've done so far there; it may help whoever comes along later to figure it out [22:09] jbicha, it works fine, just can't build it as a package [22:11] I guess you could maybe do a hack where you build the package twice? [22:13] maybe try looking at that commit a bit more and undo more things [22:15] jbicha, I still think it would be easiest to just override the build target, just can't work that out [22:15] i.e. make libgnome-control-center.la; make [22:16] I had already seen that comming, but I don't wont to undo all the static stuff, that would be a pain [22:16] s/comming/commit/ [22:17] maybe ask the Ubuntu Desktop guys because I'm afraid I won't be able to help you much with that [22:18] ok [22:23] I tried to add an override_dh_auto_build, but it never gets run [22:26] darkxst: it's cdbs so it's a bit different http://cdbs-doc.duckcorp.org/en/cdbs-doc.xhtml [22:27] my cursor changes from white to black on different apps [22:28] black on everything else, white on qt apps, like quassel [22:29] darkxst: maybe something like build-indep: would work (I looked at gtk+3.0's debian/rules ) [22:41] meh, that messes up autoconf :( === CripperZ is now known as CripperZ-