Author: simion

Sublime Slack 1.4.3 Changelog

  • Fixed some bugs
  • Implemented avatar support. By default the avatar icon is this :

    but you can change it with settings:

  •  

Result:

AVatars example

Ubuntu 14.04 ctrl+alt+del shutdown dialog

Currently , in Ubuntu 14.04 if you press Ctrl+Alt+Del, it pops out the logout or lock dialog.
Many of us were used to have the shutdown/restart dialog prompted on Ctrl+Alt+Del.

Here’s how you get the shutdown dialog:

open System Settings -> Keyboard, click on the second tab “Shortcuts“,  and then click on the “+” icon to add a new shortcut.

Give it a name (ex: “Shutdown dialog”) and in the command field enter  gnome-session-quit --reboot .

Create new shortcut
After creating the shortcut, you need to assign it a keybind. Click on “Disabled” in the right side of the shortcut, then press “Ctrl+Alt+Del”. A conflict dialog will show up. Click on “Reassign”.
Conflict alert

Now, when pressing Ctrl + Alt + Del, you will have this dialog shown:

Shutdown dialog

 

Alternatively, you want to have all the “quit” options in one dialog (lock, suspend, restart, shutdown) you can replace the command with  gnome-session-quit --power-off  and get this result:

Dialog with all 4 quit options

 

Wine – Diablo 3 via Battle.net launcher error on Ubuntu 14.04

This error occurs on ubuntu 14.04 when trying to run Diablo III from battle.net launcher:

Wine – Diablo 3 via Battle.net launcher error: Please try again after logging on as an administrator

Screenshot from 2014-04-24 14:14:15

To avoid this error, you must launch Diablo 3 using the following command:

Alternatively, if you want to create a shortcut, run:

and paste the following content (don’t forget to update the path to diablo .exe file, and the icon file)

You can download the icon file here: http://simionbaws.ro/wp-content/uploads/2014/04/d3.png , save it somewhere and point the location in diablo.desktop file created previously.

Fix ugly Skype theme on Ubuntu 14.04

Because Skype is a 32bit app and the GTK theme engine is not installed by default for 32bit, skype uses Clearlooks theme instead of the ubuntu’s gtk Ambiance theme.

To fix this, install the following:

Before:

Before fixing skype

After:

Screenshot from 2014-04-19 12:54:16
After

Ubuntu 14.04 installing external .deb fails “Package operation Failed”

For some reason, installing external .deb files from ubuntu software center fails. The bug is reported on launchpad.

It doesn’t really matter why it is not working, because the Ubuntu Software Center itself is slow and heavy.

The workaround given on launchpas is to use “dpkg -i <file.deb>” but the issue with this is that it does not resolve dependencies.

My recommendation is to use “Gdebi” as an alternative. It’s extremly fast and lightweight, and it comes with a command line tool, and a GUI tool.

Once you install Gdebi ( sudo apt-get install gdebi ), edit the default applications file:

find the following lines:

and replace with

Ubuntu 14.04 lock screen asking password twice

So, everyone loves the new Ubuntu 14.04 lock screen, which looks exactly as the login screen.

But there is an issue with it. If you lock your screen manually (Ctrl + Alt + L) and leave your computer a couple of minutes (untill it locks the screen automatically), when you unlock it, it will ask for your password twice.

Workaround: Go to Settings -> Brightness and Lock -> Lock [OFF] (switch it to off).

Sublime Slack 1.3.2 changelog

Changes:

  • When sending messages from input, the message can begin with @user, #channel or .group to skip channel/user/group selection
  •  New message from input will have autofilled the last @user #channel or .group used (for quick chatting, if you want to keep replying from sublime while you see received messages in chrome notifications)
  • Added some fancy loaders when grabbing data from api (channels/groups/users) and when sending message

Details: https://github.com/simion/sublime-slack-integration