[solved] Upgrade-Warning: gnome 3.12 transition

Started by musca, 2014/04/26, 22:33:27

Previous topic - Next topic

terroreek

I thought I'd point this out, anyone using wine should know there is a full screen bug with gnome-shell, looks like 3.10 and newer.  The quick workaround is to alt tab to the wine window.  However if anyone here like me uses pipelight, to watch netflix you need to alt-tab to the get your fullscreen window back.

https://bugs.launchpad.net/pipelight/+bug/1277972

There is a workaround in the that bug report.


terroreek

Ok so if anyone is still getting empty or blank tab titles in gnome-terminal, I added this to my .zshrc (I use zshell with prezto)

case $TERM in
    xterm*)
        precmd () {print -Pn "\e]0;%n@%m: %~\a"}
        ;;
esac


fixed it for me, this gnome bug report will also shed some light in the matter
https://bugzilla.gnome.org/show_bug.cgi?id=720693

Using the set Title will not work via the menu in gnome-terminal, you can change it by xtermset -T 'some title'.  You may need to install xtermset (apt-get install xtermset).

Anyone with a customized shell can refer to this to help;
http://www.faqs.org/docs/Linux-mini/Xterm-Title.html#s4

musca

Hello,

i found an issue with gnome-control-center: the users control would not allow to change my password.

Running the control center from the commandlline helped:
/var/cache/cracklib/cracklib_dict.pwd: No such file or directory

I discussed my observation in #debian-gnome and got the solution: cracklib-runtime was missing. Debian has to add a recommends: cracklib-runtime in the gnome-control-center but this still will not install it in siduction. So siduction users need to install the package if they want to change their password.
apt-get install cracklib-runtime

I added issue #1644 in the siduction bugtracker.

greetings
musca
,,Es irrt der Mensch, solang er strebt."  (Goethe, Faust)