Re: [i3] menu bar missing, qt5 application linux, known issue?

2015-11-13 Thread Matt
Hi,

I had a similar problem with zeal. See teh warning at
https://zealdocs.org/download.html:
"Attention non-Unity users! Due to a bug in appmenu-qt5 package Zeal
main menu might be missing on desktop environments other than Unity. A
simple solution is to remove appmenu-qt5 package from your system. "
Hope that helps

2015-11-13 14:33 GMT+01:00 Georg Ritter :
> Hi everybody,
>
> I was wondering, before investigating further, if the following is a
> known issue:
>
> Some applications built using qt5 do not initialize the menu bar at the
> top of the window (the one with menu entries "File", "Edit", etc.) when
> they are opened in i3 (they do in other wm-s). Everything else such as
> docking tools, app-child windows, etc. show up correctly.
>
> This is i3-wm version 4.7.2-1 on Ubuntu 14.04.3 LTS.
>
> It is unclear to me if this is a qt5 or i3 problem, so I ask here first,
> as is seems likely somebody has seen this before.
>
> Georg


Re: [i3] Problems getting Ubuntu repository working

2015-10-13 Thread Matt Ilacqua
Thanks. Not sure what I did before, but executing that command with sudo -i
solved the problem.


[i3] Problems getting Ubuntu repository working

2015-10-12 Thread Matt Ilacqua
Realized my version of i3 is 4.7.2 and that the sur5r repository wasn't
working for me. I'm using xubuntu 14.04 LTS

Here's what I see with apt-get update:

Ign http://debian.sur5r.net -c InRelease

Ign http://debian.sur5r.net -c Release.gpg
Ign http://debian.sur5r.net -c Release
Err http://debian.sur5r.net -c/-s) i386 Packages
  404  Not Found [IP: 217.8.49.41 80]
Err http://debian.sur5r.net -c/universe i386 Packages
  404  Not Found [IP: 217.8.49.41 80]
Ign http://debian.sur5r.net -c/-s) Translation-en_US
Ign http://debian.sur5r.net -c/-s) Translation-en
Ign http://debian.sur5r.net -c/universe Translation-en_US

Ign http://debian.sur5r.net -c/universe Translation-en

W: Failed to fetch
http://debian.sur5r.net/i3/dists/-c/-s)/binary-i386/Packages  404  Not
Found [IP: 217.8.49.41 80]

W: Failed to fetch
http://debian.sur5r.net/i3/dists/-c/universe/binary-i386/Packages  404  Not
Found [IP: 217.8.49.41 80]

E: Some index files failed to download. They have been ignored, or old ones
used instead.

And in my /etc/apt/sources.list file I have:

deb http://debian.sur5r.net/i3/  -c -s) universe

I also tried directly copying "deb http://debian.sur5r.net/i3/ $(lsb_release
-c -s) universe" right into sources.list and am still getting 404's in my
sudo apt-get update.

Any info or suggestions would be appreciated. Thanks!