D24181: Changing "Paste Without Formatting" in Notes applet to "Paste"

2019-09-25 Thread Karl Ove Hufthammer
huftis added a comment.


  I find ‘Ctrl + V’ doing a ‘paste without formatting’ (with or without the 
renaming) confusing, and it goes against the principle of least surprise, which 
is in general a bad idea. In all(?) other applications, ‘Ctrl + V’ does a 
normal paste, i.e. with formatting (if possible). IMHO, the best solution would 
be:
  
  **Ctrl + V:** Paste
  **Ctrl + Shift + V**: Paste Without Formatting
  
  Then things will work the way the user’s used to (from other applications). 
And if **both** actions are shown in the context menu, the (useful) ‘Paste 
Without Formatting’ option is easy to discover.

REPOSITORY
  R114 Plasma Addons

BRANCH
  notes-applet-tuning (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D24181

To: yerilov, ngraham
Cc: huftis, broulik, yurchor, ltoscano, aacid, #localization, yerilov, ngraham, 
plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, 
ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart


D15086: Fix localization of QML code

2018-08-26 Thread Karl Ove Hufthammer
huftis added a comment.


  You could take the opportunity to change the ‘French’ punctuation in the 
three `"%1 : %2"` strings to proper English punctuation, i.e. `"%1: %2"`.

REPOSITORY
  R846 Mycroft Plasma integration

REVISION DETAIL
  https://phabricator.kde.org/D15086

To: yurchor, Aiix, #localization
Cc: huftis, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


Re: Installing Python-based plasmoids globally

2012-09-05 Thread Karl Ove Hufthammer
må. den 03. 09. 2012 klokka 13.50 (+0200) skreiv Harald Sitter:
> 
> > So how should I properly install the plasmoid to make it show up? (Note
> > that creating a zip file and using plasmapkg to install it works fine,
> > but this only install the plasmoid in the current user’s directory, and
> > requires X running, so I don’t want to do this.)
> 
> You'll also need to copy the desktop file to
> $PREFIX/services/$NAME.desktop
> 
> e.g. /usr/share/kde4/services/foobar.desktop

Thanks. That did the trick.

-- 
Karl Ove Hufthammer
http://huftis.org/
Jabber: k...@huftis.org

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Installing Python-based plasmoids globally

2012-09-02 Thread Karl Ove Hufthammer
I’ve created a Python-based plasmoid, using the instructions at
http://techbase.kde.org/Development/Tutorials/Plasma/Python/GettingStarted
but am having some trouble getting it installed (globally). I couldn’t
find any documentation on how to actually do this, but looking at other
installed packages, I figured that I should install the directory tree

  metadata.desktop
  contents/code/main.py

into

  /usr/share/kde4/apps/plasma/plasmoids/appname
  
I have tried doing this and then running kbuildsyscoca4, but it seems to
have no effect; i.e., the appname plasmoid doesn’t appear in the list of
plasmoids.

So how should I properly install the plasmoid to make it show up? (Note
that creating a zip file and using plasmapkg to install it works fine,
but this only install the plasmoid in the current user’s directory, and
requires X running, so I don’t want to do this.)

-- 
Karl Ove Hufthammer
http://huftis.org/
Jabber: k...@huftis.org

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel