Is there a way to have two copies of telegram app in Ubuntu each with a different account?
It seems copying the app in another folder does not work.
I downloaded the Linux Eclipse installer from its site. By default, it is installed in home folder. No desktop shortcuts nothing else. Just a copy to a folder.
How can I install it the same way as is installed by sudo apt-get install eclipse
?
When Kubuntu is shut down, the session settings are saved: Programs which were opened, plasma settings, etc. When restarted these settings are restored. e.g. the programs which were open, are opened automatically.
But if the computer is shut down suddenly (e.g. if unplugged), nothing is saved and when started the settings of previous proper shut-down is restored.
Is there a way to save these settings manually (e.g. with a command) without shutting down the computer. So if the computer is turned off suddenly (e.g. if unplugged) and then restarted the saved setting are restored.
Is there a way to swap click and middle click buttons permanently in Kubuntu?
$xinput list
Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ ImExPS/2 Generic Explorer Mouse id=10 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ cx88 IR (Leadtek Winfast 2000XP id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=9 [slave keyboard (3)]
My keyboard's right Alt is considered to be AltGr in KDE environment. How can I disable it?
I want right Alt be the same as the left one.
Is there a way to make okular comment and reviews for a pdf visible to Adobe Reader and evince?
Is there any program or setting which can automatically disable a network connection after 5 minutes when it is enabled manually?
So that the user will have to enable the connection every 5 minutes manually, if they need it more than 5 minutes.
Is there a way to set a customization in Plasma environment so that inactive windows will have opacity 30%?
I know one can set specific titlebar colors for active and inactive windows . But I could not find anything about opacity.
Can a command be set to run when switching to a specific virtual desktop (or an activity) in KDE environment?
I want to run a command for a desktop (e.g. desktop2) so that when I switch to that desktop, the keyboard language layout will change to English US automatically.
Is there a way to set hotkeys for Desktop Activities in KDE Plasma:
Meta/Win+Tab is good when there are only two activities; for more, I need a few more hotkeys. Is there a way to set new hotkeys for switching between activities.
When the language layout is changed to a right to left language; in some standard editing places (e.g. the address bar of Google Chrome), characters like <
, {
and [
automatically become >
, }
and ]
just by changing language layout.
Is there a way to prevent this and make these characters stable?
After upgrading to Ubuntu 13.10 I get a lot of error messages with no info when the desktop starts:
How can I solve this? I tried to update and install kde-full and gnome. But it was not solved.
I want to connect two keyboard sets to my computer. Is it possible to set each for a specific language. So that there's no need to change language each time.
For example:
keyboard 1 types russian
keyboard 2 types english
When I (try to) run uget in Ubuntu 13.04 I get this error:
user-pc:~$ uget-gtk
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Segmentation fault (core dumped)
How can I solve this problem?
Where can I see printing jobs in queue? Sometimes even after restarting the computer, a print is not forgotten and when I turn on printer it begins to print some jobs from previous actions which I no longer need them be printed.
How can I see the printing jobs queue and cancel them?!
I use Ubuntu 13.04 with Plasma Desktop. No messages is shown when a print job is waiting to be printed. Also there's not any message if a paper jam occurs or any other printer messages.
In terminal a command has a too long output. But when I scroll back I see it is truncated and only the last part is shown. In Gnome-Terminal and Konsole I have this problem. In xterm there's not such problem but I cannot copy the output in xterm.
How can I get the complete output?
When a long list of new updates are available, I prefer to use a download manager in another computer to download .deb files of updates. Is there any easy way to get the direct download link of .deb files of all updates (from an update manager) in Ubuntu 12.10?
In windows when I click the address bar in Chrome or Firefox, or the search box in Firefox, all existing text is selected automatically and if I type something it is typed in a black text area.
But in Ubuntu, the text is not selected automatically, and I have to select all and then type.
Is there any option that fixes this problem?
in Windows, a programmer can use Windows API to write a Windows application. Windows API can be used with C (not necessarily C++). In Windows API you have a message loop and you have to program responses to different messages (eg a right click on client area).
Is there any ubuntu API?
I don't mean Qt or GTK. I'm looking for a raw (C/C++) API so that everything must be (re)designed.